/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 40 int updated; member 89 ctx->updated = 0; in poly1305_setkey() 104 return ctx->updated == 0; in poly1305_init() 112 ctx->updated = 1; in poly1305_update() 128 ctx->updated = 1; in poly1305_final()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 40 int updated; member 89 ctx->updated = 0; in poly1305_setkey() 104 return ctx->updated == 0; in poly1305_init() 112 ctx->updated = 1; in poly1305_update() 128 ctx->updated = 1; in poly1305_final()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx.c | 68 int updated; in surface_notify_handler() local 70 updated = apple_glx_context_surface_changed(uid, pthread_self()); in surface_notify_handler() 72 apple_glx_diagnostic("surface notify updated %d\n", updated); in surface_notify_handler()
|
H A D | apple_glx_context.c | 532 int updated = 0; in apple_glx_context_surface_changed() local 548 ++updated; in apple_glx_context_surface_changed() 555 return updated; in apple_glx_context_surface_changed()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | analyze.py | 48 updated = [] 54 updated.append(decl) 63 updated.append(decl) 83 updated.append(decl) 84 if updated: 85 for decl in updated:
|
/third_party/tzdata/ |
H A D | leapseconds.awk | 82 /^#[$][ \t]/ { updated = $2 } 129 if (updated) { 130 sstamp_to_ymdhMs(updated, ss_NTP) 131 printf "#updated %d (%.4d-%.2d-%.2d %.2d:%.2d:%.2d UTC)\n", \ 132 updated - epoch_minus_NTP, \ 135 print "#(updated time unknown)"
|
/third_party/node/deps/v8/src/heap/ |
H A D | local-heap.h | 223 bool CompareExchangeStrong(ThreadState& expected, ThreadState updated) { in CompareExchangeStrong() argument 225 updated.raw()); in CompareExchangeStrong() 228 bool CompareExchangeWeak(ThreadState& expected, ThreadState updated) { in CompareExchangeWeak() argument 230 updated.raw()); in CompareExchangeWeak()
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
H A D | when-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js | 46 No shapes updated in the builder::
58 No shapes updated in the builder::
292 No shapes updated in the builder::
411 No shapes updated in the builder::
576 No shapes updated in the builder::
|
/third_party/python/Lib/ |
H A D | types.py | 80 updated = False 88 updated = True 94 if not updated: 105 *kwds* is an updated copy of the passed in kwds argument with any
|
H A D | functools.py | 38 updated = WRAPPER_UPDATES): 41 wrapper is the function to be updated 46 updated is a tuple naming the attributes of the wrapper that 47 are updated with the corresponding attribute from the wrapped 57 for attr in updated: 67 updated = WRAPPER_UPDATES): 77 assigned=assigned, updated=updated)
|
/third_party/typescript/tests/baselines/reference/tsbuild/noEmitOnError/ |
H A D | syntax-errors-with-incremental.js | 65 No shapes updated in the builder:: 149 No shapes updated in the builder::
|
H A D | syntax-errors.js | 65 No shapes updated in the builder:: 96 No shapes updated in the builder::
|
/third_party/node/deps/v8/src/objects/ |
H A D | code-inl.h | 677 int32_t updated = CanHaveWeakObjectsField::update(previous, value); in set_can_have_weak_objects() local 678 container.set_kind_specific_flags(updated, kRelaxedStore); in set_can_have_weak_objects() 692 int32_t updated = IsPromiseRejectionField::update(previous, value); in set_is_promise_rejection() local 693 container.set_kind_specific_flags(updated, kRelaxedStore); in set_is_promise_rejection() 766 int32_t updated = Code::MarkedForDeoptimizationField::update(previous, flag); in set_marked_for_deoptimization() local 767 set_kind_specific_flags(updated, kRelaxedStore); in set_marked_for_deoptimization() 786 int32_t updated = EmbeddedObjectsClearedField::update(previous, flag); in set_embedded_objects_cleared() local 787 container.set_kind_specific_flags(updated, kRelaxedStore); in set_embedded_objects_cleared()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | shrinkwrap.js | 105 v && ` and updated to version ${v}` 108 UPDATED: (v = '') => [`npm-shrinkwrap.json updated to version ${v}`],
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | with-noEmitOnError-syntax-errors.js | 179 No shapes updated in the builder:: 309 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | with---out-incremental.js | 39 No shapes updated in the builder::
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error.js | 74 No shapes updated in the builder::
128 No shapes updated in the builder::
322 No shapes updated in the builder::
437 No shapes updated in the builder::
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 66 bool updated = false; in ReplaceVariableAccessesWithConstantElements() local 71 updated = true; in ReplaceVariableAccessesWithConstantElements() 76 return updated; in ReplaceVariableAccessesWithConstantElements()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 66 bool updated = false; in ReplaceVariableAccessesWithConstantElements() local 71 updated = true; in ReplaceVariableAccessesWithConstantElements() 76 return updated; in ReplaceVariableAccessesWithConstantElements()
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 65 bool updated = false; in ReplaceVariableAccessesWithConstantElements() local 70 updated = true; in ReplaceVariableAccessesWithConstantElements() 75 return updated; in ReplaceVariableAccessesWithConstantElements()
|
/third_party/jinja2/ |
H A D | async_utils.py | 35 @wraps(async_func, assigned=async_func_attrs, updated=())
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
H A D | if_arp.h | 133 unsigned long updated; member
|