/netbsd-src/external/mit/isl/dist/ |
H A D | isl_pw_locals_templ.c | 18 isl_bool involves; in FN() local 20 involves = isl_set_involves_locals(set); in FN() 21 if (involves >= 0 && !involves) in FN() 22 involves = FN(EL,involves_locals)(el); in FN() 24 return isl_bool_not(involves); in FN()
|
H A D | isl_multi_dims.c | 30 isl_bool involves; in FN() local 32 involves = FN(EL,involves_dims)(multi->u.p[i], type, first, n); in FN() 33 if (involves < 0 || involves) in FN() 34 return involves; in FN() 100 isl_bool involves; in MULTI() local 106 involves = FN(MULTI(BASE),involves_dims)(multi, isl_dim_in, 0, n); in MULTI() 107 if (involves < 0) in MULTI() 109 if (involves) in MULTI()
|
H A D | isl_multi_param_templ.c | 48 isl_bool involves; in FN() local 52 involves = FN(MULTI(BASE),involves_param_id)(multi, id); in FN() 55 if (involves < 0 || involves) in FN() 56 return involves; in FN()
|
H A D | isl_drop_unused_params_templ.c | 20 isl_bool involves; in FN() local 22 involves = FN(TYPE,involves_dims)(obj, isl_dim_param, i, 1); in FN() 23 if (involves < 0) in FN() 25 if (!involves) in FN()
|
H A D | isl_domain_factor_templ.c | 20 isl_bool involves; in FN() local 22 involves = FN(TYPE,involves_dims)(obj, isl_dim_in, first, n); in FN() 23 if (involves < 0) in FN() 25 if (involves) in FN()
|
H A D | isl_range.c | 304 isl_bool involves, infty; in plug_in_at_pos() local 306 involves = isl_qpolynomial_involves_dims(poly, isl_dim_in, pos, 1); in plug_in_at_pos() 307 if (involves < 0) in plug_in_at_pos() 309 if (!involves) { in plug_in_at_pos()
|
H A D | isl_pw_templ.c | 1246 isl_bool involves = FN(EL,involves_dims)(pw->p[i].FIELD, in FN() local 1248 if (involves < 0 || involves) in FN() 1249 return involves; in FN() 1250 involves = isl_set_involves_dims(pw->p[i].set, in FN() 1252 if (involves < 0 || involves) in FN() 1253 return involves; in FN()
|
H A D | isl_constraint.c | 407 isl_bool involves = isl_bool_false; in isl_constraint_involves_dims() local 425 involves = isl_bool_true; in isl_constraint_involves_dims() 431 return involves; in isl_constraint_involves_dims()
|
/netbsd-src/sys/dev/acpi/ |
H A D | TODO | 14 and runtime power management (which involves GPEs on the ACPI side). 20 A satisfactory solution involves full or partial redesign of the x86
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | data.bin | 3 Please note that if a test involves a new testing executable,
|
H A D | README | 8 Please note that if a test involves a new testing executable, you will need to 92 Whenever a new test involves a new test executable you need to do the
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | data.bin | 3 Please note that if a test involves a new testing executable,
|
H A D | README-dev.md | 12 Please note that if a test involves a new testing executable, you will need to 96 Whenever a new test involves a new test executable you need to do the
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | gnu-source.m4 | 13 # test that involves compilation.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | README.txt | 15 In addition to being much more complicated, it involves i65 arithmetic,
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
H A D | example1b.rst | 6 Reverse DNS lookup involves determining the hostname associated with a given IP
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | US_PATENT_6321267 | 69 Claim 1 of US patent 6,321,267 involves a combination of A) 79 Claim 52 of US patent 6,321,267 involves the combination of A)
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | handle.rst | 124 deals with i/o - is active when it is doing something that involves i/o, 283 for a more detailed explanation on what being `active` involves.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-crl2pkcs7.pod.in | 88 the certificate enrollment process. This involves sending the DER encoded output
|
H A D | openssl-genrsa.pod.in | 100 RSA private key generation essentially involves the generation of two or more
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | crl2pkcs7.pod | 87 the certificate enrollment process. This involves sending the DER encoded output
|
H A D | genrsa.pod | 103 RSA private key generation essentially involves the generation of two or more
|
/netbsd-src/share/examples/rump/virtual_ip_router/ |
H A D | README.txt | 19 this involves some memory copies. the resulting router setup can
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | BlockFrequencyTerminology.rst | 119 The proposed calculation involves calculating a *reference* block frequency,
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VectorizationPlan.rst | 27 VPlan-based vectorization involves three major steps, taking a "scenario-based 88 detection and formation involves searching for and optimizing instruction
|