Home
last modified time | relevance | path

Searched defs:guard (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DtypePredicateInLoop.js29 var guard = function (arg) { return arg.type === 1; }; function
H A DtypeGuardOfFormThisMember.js164 var guard; variable
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.py304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable
311 guard variable
[all...]
/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c18 unsigned guard = MIN(attrp->_a_guardsize, DEFAULT_GUARD_MAX); in pthread_setattr_default_np() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.cc46 ClearErrnoGuard guard; in Write() local
/kernel/linux/linux-6.6/include/linux/
H A Dcleanup.h108 #define guard(_name) \ macro
/third_party/node/deps/v8/src/d8/
H A Dcov.cc82 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t* guard) { in __sanitizer_cov_trace_pc_guard() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc142 PersistentRegionLock guard; in ~CrossThreadPersistentRegion() local
H A Dheap-base.cc165 PersistentRegionLock guard; in Terminate() local
/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs145 let mut guard = Guard { state, new_state: INCOMPLETE }; in initialize_inner() variables
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Ddma_fifo.h46 int guard; /* ofs of guard area */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c457 unsigned int guard = VTD_GUARD; in i915_gem_object_pin_to_display_plane() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() argument
140 nir_ssa_def *guard = nir_iand(b, nir_ushr(b, abs, nir_imm_int(b, 12)), one); in float_to_half_impl() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c65 int guard; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-foreground-task-runner.cc49 PostTaskLocked(std::move(task), kNestable, guard); in PostTask() local
69 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNestable, guard); in PostDelayedTask() local
75 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNonNestable, guard); in PostNonNestableDelayedTask() local
92 PostTaskLocked(std::move(task), kNonNestable, guard); in PostNonNestableTask() local
107 MoveExpiredDelayedTasks( const base::MutexGuard& guard) MoveExpiredDelayedTasks() argument
113 PostTaskLocked(std::move(task), nestability, guard); MoveExpiredDelayedTasks() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py198 guard=True), variable
[all...]
/third_party/unity/extras/memory/src/
H A Dunity_memory.c70 Guard* guard; in unity_malloc() local
109 Guard* guard = (Guard*)mem; in isOverrun() local
118 Guard* guard = (Guard*)mem; release_memory() local
165 Guard* guard = (Guard*)oldMem; unity_realloc() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt.h64 enum cxd2880_dvbt_guard guard; member
H A Dcxd2880_tnrdmd_dvbt_mon.c80 cxd2880_tnrdmd_dvbt_mon_mode_guard(struct cxd2880_tnrdmd *tnr_dmd, enum cxd2880_dvbt_mode *mode, enum cxd2880_dvbt_guard *guard) cxd2880_tnrdmd_dvbt_mon_mode_guard() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dbsg.h23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c142 mxl1x1sf_demod_get_tps_guard_interval(struct mxl111sf_demod_state *state, enum fe_guard_interval *guard) mxl1x1sf_demod_get_tps_guard_interval() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt.h64 enum cxd2880_dvbt_guard guard; member

Completed in 11 milliseconds

12345