HomeSort by: relevance | last modified time | path
    Searched defs:inplace (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-lcm.c 33 int negx, negy, swap, inplace; local
51 for (inplace = 0; inplace <= 1; inplace++)
53 if (inplace)
61 printf ("mpz_lcm wrong, inplace=%d\n", inplace);
73 if (inplace)
80 printf ("mpz_lcm_ui wrong, inplace=%d\n", inplace);
    [all...]
t-div_2exp.c 34 int inplace; local
44 #define INPLACE(fun,dst,src,d) \
45 if (inplace) \
53 for (inplace = 0; inplace <= 1; inplace++)
55 INPLACE (mpz_fdiv_q_2exp, q, a, d);
56 INPLACE (mpz_fdiv_r_2exp, r, a, d);
72 INPLACE (mpz_cdiv_q_2exp, q, a, d);
73 INPLACE (mpz_cdiv_r_2exp, r, a, d)
    [all...]
  /src/usr.bin/sed/
main.c 114 static int ispan; /* Whether inplace editing spans across files */
125 static const char *inplace; /* Inplace edit file extension. */ variable
142 inplace = NULL;
154 inplace = optarg ? optarg : __UNCONST("");
175 inplace = optarg ? optarg : __UNCONST("");
353 if (inplace != NULL)
418 if (inplace != NULL) {
425 if (*inplace != '\0') {
428 len = strlcat(oldfname, inplace,
    [all...]
  /src/external/mit/isl/dist/
isl_union_templ.c 253 * If "inplace" is set, then the base expression in the input union
265 int inplace; local
275 * "res" collects the results (if control->inplace is not set).
284 * place it back into the input union if control->inplace is set.
302 if (!control->inplace)
306 if (control->inplace)
324 if (control->inplace) {
335 if (!control->inplace)
358 * If there is only one reference to "u", then change "u" inplace.
371 control.inplace = 1
    [all...]
isl_union_map.c 1946 * If "inplace" is set, then the maps in the input union map
1955 * to "filter". No filter can be set if "inplace" or
1962 int inplace; member in struct:isl_un_op_control
2004 * replace the original entry by the result (if control->inplace is set).
2029 if (control->inplace) {
2042 * If control->inplace is set, then modify the maps in "umap" in-place.
2044 * If control->total is set, then perform an inplace computation
2059 if ((control->inplace || control->total) && control->filter)
2061 "inplace/total modification cannot be filtered",
2065 control->inplace = 1
2201 static __isl_give isl_union_map *inplace(__isl_take isl_union_map *umap, function
    [all...]
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-cds.c 405 write_parent_set(const char *path, const char *inplace, bool nsupdate,
416 if (nsupdate && inplace == NULL) {
426 if (inplace == NULL) {
435 if (inplace[0] != '\0') {
436 get_dsset_name(backname, sizeof(backname), path, inplace);
462 if (inplace[0] != '\0') {
1096 const char *inplace = NULL; local
1137 inplace = "";
1139 inplace = isc_commandline_argument;
1291 write_parent_set(ds_path, inplace, nsupdate, &old_ds_set)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 1240 int r, fd, oerrno, inplace = 0; local
1282 inplace = 1;
1290 if (inplace)
1295 if (inplace)
1300 if (inplace) {
1308 if (inplace)
1310 } else if (inplace) {

Completed in 33 milliseconds