Searched defs:value_ptr (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error_c.h48 void *value_ptr; member in union:SDL_error::__anon11084
/external/webrtc/src/common_audio/vad/
H A Dvad_sp.c72 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
[all...]
/external/webp/src/utils/
H A Dthread.c51 static int pthread_join(pthread_t thread, void** value_ptr) { argument
52 (void)value_ptr;
/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc31 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/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h124 UINT8 *value_ptr; /* Points to attr_pad */ member in struct:__anon1437
/external/chromium/net/proxy/
H A Dproxy_config_service_linux_unittest.cc75 value_type* value_ptr = it->second; local
76 return *value_ptr;
/external/kernel-headers/original/sound/
H A Dasound.h815 long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon7866::__anon7867
819 long long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon7866::__anon7868

Completed in 349 milliseconds