HomeSort by relevance Sort by last modified time
    Searched defs:GUARD (Results 1 - 5 of 5) 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)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 79 #define GUARD 5 // safety guard of this many samples

Completed in 2878 milliseconds