Home
last modified time | relevance | path

Searched refs:updated (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dpoly1305_prov.c40 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 Dpoly1305_prov.c40 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 Dapple_glx.c68 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 Dapple_glx_context.c532 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 Danalyze.py48 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 Dleapseconds.awk82 /^#[$][ \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 Dlocal-heap.h223 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 Dwhen-referenced-using-prepend-builds-referencing-project-even-for-non-local-change.js46 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 Dtypes.py80 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 Dfunctools.py38 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 Dsyntax-errors-with-incremental.js65 No shapes updated in the builder::
149 No shapes updated in the builder::
H A Dsyntax-errors.js65 No shapes updated in the builder::
96 No shapes updated in the builder::
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h677 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 Dshrinkwrap.js105 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 Dwith-noEmitOnError-syntax-errors.js179 No shapes updated in the builder::
309 No shapes updated in the builder::
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A Dwith---out-incremental.js39 No shapes updated in the builder::
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error.js74 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 Dreplace_desc_array_access_using_var_index.cpp66 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 Dreplace_desc_array_access_using_var_index.cpp66 bool updated = false; in ReplaceVariableAccessesWithConstantElements() local
71 updated = true; in ReplaceVariableAccessesWithConstantElements()
76 return updated; in ReplaceVariableAccessesWithConstantElements()
/third_party/spirv-tools/source/opt/
H A Dreplace_desc_array_access_using_var_index.cpp65 bool updated = false; in ReplaceVariableAccessesWithConstantElements() local
70 updated = true; in ReplaceVariableAccessesWithConstantElements()
75 return updated; in ReplaceVariableAccessesWithConstantElements()
/third_party/jinja2/
H A Dasync_utils.py35 @wraps(async_func, assigned=async_func_attrs, updated=())
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dif_arp.h133 unsigned long updated; member
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif_arp.h133 unsigned long updated; member
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif_arp.h133 unsigned long updated; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif_arp.h133 unsigned long updated; member

Completed in 16 milliseconds

1234