Searched defs:GUARD (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | stack_overflow.rs | 65 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | stack_overflow.rs | 65 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | stack_overflow.rs | 66 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | stack_overflow.rs | 66 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | stack_overflow.rs | 66 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
|
/aosp_15_r20/frameworks/av/media/libeffects/testlibs/ |
H A D | EffectReverb.h | 79 #define GUARD 5 // safety guard of this many samples macro
|
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_reverbdata.h | 139 #define GUARD 5 // safety guard of this many samples macro
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | IntermRebuild.cpp | 23 #define GUARD(cond) GUARD2(cond, nullptr) macro
|