HomeSort by relevance Sort by last modified time
    Searched refs:value_ptr (Results 1 - 14 of 14) sorted by null

  /external/webrtc/src/common_audio/vad/
vad_sp.c 72 int16_t* value_ptr = &self->low_value_vector[offset]; local
84 p1 = value_ptr + i + 1;
87 *(value_ptr + j) = *p1++;
91 *(value_ptr + 15) = 10000;
98 if (feature_value < *(value_ptr + 7)) {
99 if (feature_value < *(value_ptr + 3)) {
100 if (feature_value < *(value_ptr + 1)) {
101 if (feature_value < *value_ptr) {
106 } else if (feature_value < *(value_ptr + 2)) {
111 } else if (feature_value < *(value_ptr + 5))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error_c.h 48 void *value_ptr; member in union:SDL_error::__anon10707
SDL_error.c 86 error->args[error->argc++].value_ptr =
166 len = SDL_snprintf(msg, maxlen, tmp, error->args[argi++].value_ptr);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Thread.h 41 void SEC_OSAL_ThreadExit(void *value_ptr);
SEC_OSAL_Thread.c 143 void SEC_OSAL_ThreadExit(void *value_ptr)
145 pthread_exit(value_ptr);
  /external/llvm/lib/Support/
DataExtractor.cpp 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end;
39 ++value_ptr, offset += sizeof(*dst))
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 31 int* value_ptr = ItemPointer(item); local
32 delete value_ptr;
40 const int* value_ptr = ItemPointer(item); local
41 if (value_ptr == 0) {
44 return *value_ptr;
  /external/chromium/chrome/browser/prefs/
pref_value_map.cc 42 scoped_ptr<Value> value_ptr(value);
48 entry->second = value_ptr.release();
50 prefs_[key] = value_ptr.release();
  /ndk/sources/host-tools/make-3.81/
main.c 111 char *value_ptr; /* Pointer to the value-holding variable. */
110 char *value_ptr; \/* Pointer to the value-holding variable. *\/ member in struct:command_switch
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 807 long *value_ptr; member in union:snd_ctl_elem_value::__anon584::__anon585
812 long long *value_ptr; member in union:snd_ctl_elem_value::__anon584::__anon586
    [all...]
  /external/kernel-headers/original/sound/
asound.h 815 long *value_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon8255::__anon8256
819 long long *value_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon8255::__anon8257
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 808 long *value_ptr; member in union:snd_ctl_elem_value::__anon25194::__anon25195
812 long long *value_ptr; member in union:snd_ctl_elem_value::__anon25194::__anon25196
    [all...]
  /external/kernel-headers/original/linux/spi/
cpcap.h 725 unsigned short *value_ptr);
  /external/chromium/net/proxy/
proxy_config_service_linux_unittest.cc 75 value_type* value_ptr = it->second; local
76 return *value_ptr;
    [all...]

Completed in 200 milliseconds