| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_marker.c | 81 bool updated = false; local 90 updated = true; 100 updated = true; 108 return (updated) ? 0 : -EBUSY;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| poly1305_prov.c | 40 int updated; member in struct:poly1305_data_st 89 ctx->updated = 0; 104 return ctx->updated == 0; 112 ctx->updated = 1; 128 ctx->updated = 1;
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| poly1305_prov.c | 40 int updated; member in struct:poly1305_data_st 89 ctx->updated = 0; 104 return ctx->updated == 0; 112 ctx->updated = 1; 128 ctx->updated = 1;
|
| /src/external/bsd/ntp/dist/libparse/ |
| parse.c | 196 unsigned int updated = PARSE_INP_SKIP; local 211 updated = PARSE_INP_TIME; 216 parseprintf(DD_PARSE, ("parse: parse_restart: buffer start (updated = %x)\n", updated)); 217 return updated; 269 register u_int updated = CVT_NONE; local 309 updated = CVT_OK; 314 updated = (u_int) timepacket(parseio); 319 updated |= CVT_ADDITIONAL; 330 if ((updated & CVT_MASK) != CVT_NONE 358 register u_int updated = CVT_NONE; local [all...] |
| /src/external/gpl2/gmake/dist/ |
| filedef.h | 82 unsigned int updated:1; /* Nonzero if this file has been remade. */ member in struct:file
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-properties.c | 298 if APROP is updated. Otherwise, return TRUE if BPROP should be merged 308 bool updated; local 336 updated = false; 348 updated = true; 351 updated = number != (unsigned int) aprop->u.number; 362 updated = true; 370 updated = bprop->u.number != 0; 373 return updated; 387 updated = number != (unsigned int) aprop->u.number; 399 updated = true [all...] |
| elfxx-aarch64.c | 1396 bool updated = false; local 1420 updated = orig_number != aprop->u.number; 1434 updated = orig_number != aprop->u.number; 1439 updated = true; 1446 updated = true; 1455 return updated;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-properties.c | 298 if APROP is updated. Otherwise, return TRUE if BPROP should be merged 308 bool updated; local 336 updated = false; 348 updated = true; 351 updated = number != (unsigned int) aprop->u.number; 362 updated = true; 370 updated = bprop->u.number != 0; 373 return updated; 387 updated = number != (unsigned int) aprop->u.number; 399 updated = true [all...] |
| elfxx-aarch64.c | 1002 bool updated = false; local 1026 updated = orig_number != aprop->u.number; 1040 updated = orig_number != aprop->u.number; 1045 updated = true; 1052 updated = true; 1061 return updated;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range.cc | 481 bool updated = update_global_range (r, name); local 482 if (!updated || !dump_file)
|
| ipa-polymorphic-call.cc | 2111 bool updated = false; local 2157 updated = true; 2177 updated = true; 2182 updated = true; 2187 updated = true; 2225 updated = true; 2236 updated = true; 2249 updated = true; 2276 updated = true; 2302 updated = true 2431 bool updated = false; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-properties.c | 225 if APROP is updated. Otherwise, return TRUE if BPROP should be merged 235 bool updated; local 262 updated = false; 274 updated = true; 277 updated = number != (unsigned int) aprop->u.number; 288 updated = true; 296 updated = bprop->u.number != 0; 299 return updated; 313 updated = number != (unsigned int) aprop->u.number; 325 updated = true [all...] |
| elfxx-aarch64.c | 925 bool updated = false; local 949 updated = orig_number != aprop->u.number; 963 updated = orig_number != aprop->u.number; 968 updated = true; 975 updated = true; 984 return updated;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| varobj.h | 143 /* Was this variable updated via a varobj_set_value operation. */ 144 bool updated = false; member in struct:varobj 150 updated by -var-update * 286 return, *FROM and *TO will be updated to indicate the real range
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-properties.c | 225 if APROP is updated. Otherwise, return TRUE if BPROP should be merged 235 bool updated; local 262 updated = false; 274 updated = true; 277 updated = number != (unsigned int) aprop->u.number; 288 updated = true; 296 updated = bprop->u.number != 0; 299 return updated; 313 updated = number != (unsigned int) aprop->u.number; 325 updated = true [all...] |
| elfxx-aarch64.c | 842 bool updated = false; local 853 updated = orig_number != aprop->u.number; 867 updated = orig_number != aprop->u.number; 872 updated = true; 879 updated = true; 888 return updated;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| varobj.h | 143 /* Was this variable updated via a varobj_set_value operation. */ 144 bool updated = false; member in struct:varobj 150 updated by -var-update * 286 return, *FROM and *TO will be updated to indicate the real range
|
| /src/external/ibm-public/postfix/dist/src/verify/ |
| verify.c | 289 * format of the data field is "status:probed:updated:text". The meaning of 299 * updated: if non-zero, the time the address probe result was received. If 314 long updated, const char *text) 316 vstring_sprintf(buf, "%d:%ld:%ld:%s", status, probed, updated, text); 322 long *updated, char **text) 334 *updated = atol(updated_text); 338 * Coverity 200604: the code incorrectly tested (probed || updated), 347 && (*probed || *updated)) 378 long updated; local 405 updated = (long) time((time_t *) 0) 454 long updated; local 569 long updated; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
| amdgpu_dcn_calcs.c | 629 volatile bool updated = false; local 634 updated = true; 641 updated = true; 648 updated = true; 655 updated = true; 663 updated = true; 669 return updated;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-range.cc | 566 bool updated = set_range_info (name, r); local 567 if (!updated || !dump_file) 912 fprintf (dump_file, " updated on edge %d->%d : ", bbi, 927 fprintf (dump_file, " updated on edge %d->%d : ", bbi,
|
| ipa-polymorphic-call.cc | 2110 bool updated = false; local 2156 updated = true; 2176 updated = true; 2181 updated = true; 2186 updated = true; 2224 updated = true; 2235 updated = true; 2248 updated = true; 2275 updated = true; 2301 updated = true 2430 bool updated = false; local [all...] |
| /src/sys/altq/ |
| altq_jobs.c | 1028 int is_backlogged, class_exists, updated; local 1030 updated = 0; 1043 updated = 1; 1046 if (updated) { 1059 return (updated);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon.h | 73 unsigned int updated : 1; /* Set to 1 during update for one shot ciphers */ member in struct:prov_cipher_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ |
| ciphercommon.h | 69 unsigned int updated : 1; /* Set to 1 during update for one shot ciphers */ member in struct:prov_cipher_ctx_st
|
| /src/external/bsd/wpa/dist/src/ap/ |
| drv_callbacks.c | 56 bool updated; local 81 updated = ap_sta_set_authorized_flag(hapd, sta, 1); 86 if (updated) 270 bool updated = false; local 853 updated = ap_sta_set_authorized_flag(hapd, sta, 1); 875 if (updated)
|