Home
last modified time | relevance | path

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 Dstack_overflow.rs65 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 Dstack_overflow.rs65 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 Dstack_overflow.rs66 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 Dstack_overflow.rs66 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 Dstack_overflow.rs66 static GUARD: Cell<(usize, usize)> = const { Cell::new((0, 0)) }; constant
/aosp_15_r20/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h79 #define GUARD 5 // safety guard of this many samples macro
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverbdata.h139 #define GUARD 5 // safety guard of this many samples macro
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermRebuild.cpp23 #define GUARD(cond) GUARD2(cond, nullptr) macro