| /src/external/mit/isl/dist/interface/ |
| plain_cpp.h | 15 * in the checked C++ interface. 26 * "checked" is set if C++ bindings should be generated 34 bool checked; member in class:plain_cpp_generator 40 bool checked = false);
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| system.tcl | 106 # @feature-checked name 108 # Returns 1 if feature '$name' has been checked, whether true or not. 110 proc feature-checked {name} {
|
| /src/sys/dev/ |
| mm.c | 270 bool checked = false; local 274 error = mm_md_kernacc(addr, prot, &checked); 280 if (!checked && !uvm_kernacc(addr, len, prot)) {
|
| /src/external/gpl3/gcc/dist/gcc/config/ |
| darwin-driver.cc | 223 const char *checked = validate_macosx_version_min (new_flag); local 224 if (checked == NULL) 229 new_flag = xstrndup (checked, strlen (checked));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin-driver.cc | 223 const char *checked = validate_macosx_version_min (new_flag); local 224 if (checked == NULL) 229 new_flag = xstrndup (checked, strlen (checked));
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| thread-service.h | 66 bool checked; // true if we've checked that this service is responding member in struct:thread_service 67 bool responding; // true if we've checked, and it's responding; last_probe_time is when it responded
|
| /src/external/mpl/dhcp/dist/common/ |
| ns_name.c | 341 int checked; local 344 checked = 0; 362 checked += n + 1; 382 checked += 2; 388 if (checked >= eom - msg) {
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_name.c | 426 int n, len, checked, l; local 429 checked = 0; 452 checked += l + 1; 473 checked += 2; 479 if (checked >= eom - msg) {
|
| /src/lib/libc/nameser/ |
| ns_name.c | 428 int n, len, checked, l; local 431 checked = 0; 454 checked += l + 1; 476 checked += 2; 482 if (checked >= eom - msg) {
|
| /src/external/bsd/unbound/dist/daemon/ |
| worker.c | 301 int checked; member in struct:check_request_result 313 if(out->checked) return; 314 out->checked = 1; 559 * o the answer (checked by answer_from_cache)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-harden-control-flow.cc | 387 bool checked local 396 postchecked = checked; 400 /* When we first find a checked block, force a check at every 404 if (!postchecked && checked) 410 if (postchecked && !checked)
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 3154 (defvar po-msgfmt-version-checked nil) 3160 po-msgfmt-version-checked 3185 (setq po-msgfmt-version-checked t))
|
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 1 /// These are automatically generated checked C++ bindings for isl. 26 namespace checked { namespace in namespace:isl 41 /* Class used to check that isl::checked::boolean, 42 * isl::checked::stat and isl::checked::size values are checked for errors. 45 bool checked = false; member in struct:isl::checked::checker 47 ISLPP_ASSERT(checked, "IMPLEMENTATION ERROR: Unchecked state"); 71 check->checked = true; 75 bool is_error() const { check->checked = true; return val == isl_bool_error; 219 namespace checked { namespace in namespace:isl [all...] |
| /src/sys/dev/pci/ |
| if_aq.c | 5607 bool checked = false; local 5620 checked = true; 5627 checked = true; 5637 checked = true; 5644 checked = true; 5647 if (checked &&
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 192 high priority, or required. These only need to be checked in 4100 and related syntax issues have already been checked. */ 6343 checked by check_t1_t2_reads_and_writes. */ 9398 int checked = 1; 9401 for (dist = 0; checked; ++dist) 9406 checked = 0; 9408 /* Trampolines are checked in the following order: 9439 ++checked; 10874 /* Already checked. */ 12727 /* The register number has already been checked i 9384 int checked = 1; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 192 high priority, or required. These only need to be checked in 4100 and related syntax issues have already been checked. */ 6343 checked by check_t1_t2_reads_and_writes. */ 9398 int checked = 1; 9401 for (dist = 0; checked; ++dist) 9406 checked = 0; 9408 /* Trampolines are checked in the following order: 9439 ++checked; 10874 /* Already checked. */ 12727 /* The register number has already been checked i 9384 int checked = 1; local [all...] |