OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GUARD
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/bionic/
malloc_debug_leak.cpp
70
#define
GUARD
0x48151642
79
uint32_t
guard
;
member in struct:AllocationEntry
286
header->
guard
=
GUARD
;
300
// check the
guard
to make sure it is valid
303
if (header->
guard
!=
GUARD
) {
305
if (header->
guard
== MEMALIGN_GUARD) {
312
if (header->
guard
==
GUARD
|| is_valid_entry(header->entry))
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h
139
#define
GUARD
5 // safety
guard
of this many samples
148
#define AP1_IN (AP0_IN + MAX_AP_SAMPLES +
GUARD
)
149
#define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES +
GUARD
)
150
#define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES +
GUARD
)
/external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h
139
#define
GUARD
5 // safety
guard
of this many samples
148
#define AP1_IN (AP0_IN + MAX_AP_SAMPLES +
GUARD
)
149
#define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES +
GUARD
)
150
#define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES +
GUARD
)
/external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h
139
#define
GUARD
5 // safety
guard
of this many samples
148
#define AP1_IN (AP0_IN + MAX_AP_SAMPLES +
GUARD
)
149
#define DELAY0_IN (AP1_IN + MAX_AP_SAMPLES +
GUARD
)
150
#define DELAY1_IN (DELAY0_IN + MAX_DELAY_SAMPLES +
GUARD
)
/art/compiler/llvm/
compiler_llvm.cc
92
// The
Guard
to Shutdown LLVM
123
MutexLock
GUARD
(Thread::Current(), next_cunit_id_lock_);
/frameworks/av/media/libeffects/testlibs/
EffectReverb.h
79
#define
GUARD
5 // safety
guard
of this many samples
EffectReverb.c
667
ap1In = (AP0_IN + maxApSamples +
GUARD
);
668
delay0In = (ap1In + maxApSamples +
GUARD
);
669
delay1In = (delay0In + maxDelaySamples +
GUARD
);
674
pReverb->m_nEarly0in = (delay1In + maxDelaySamples +
GUARD
);
675
pReverb->m_nEarly1in = (pReverb->m_nEarly0in + maxEarlySamples +
GUARD
);
[
all
...]
Completed in 826 milliseconds