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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_exit.c45 pthread_exit (void *value_ptr) argument
50 * the value 'value_ptr' to any joining thread.
53 * value_ptr
59 * the value 'value_ptr' to any joining thread.
78 exit ((int) value_ptr);
92 _endthreadex ((unsigned) (size_t) value_ptr);
100 sp->exitStatus = value_ptr;
H A Dpthread_join.c51 pthread_join (pthread_t thread, void **value_ptr) argument
56 * returns the thread's exit value if 'value_ptr' is not
64 * value_ptr
70 * returns the thread's exit value if 'value_ptr' is not
136 if (value_ptr != NULL)
138 *value_ptr = tp->exitStatus;
/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error_c.h48 void *value_ptr; member in union:SDL_error::__anon24371
/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/chromium_org/third_party/libwebp/utils/
H A Dthread.c49 static int pthread_join(pthread_t thread, void** value_ptr) { argument
50 (void)value_ptr;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c52 static int pthread_join(pthread_t thread, void** value_ptr) { argument
53 (void)value_ptr;
/external/webp/src/utils/
H A Dthread.c49 static int pthread_join(pthread_t thread, void** value_ptr) { argument
50 (void)value_ptr;
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc144 const void* value_ptr = NULL; local
145 if (param->Get(&value_ptr)) {
148 return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE;
/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/chromium_org/net/proxy/
H A Dproxy_config_service_linux_unittest.cc76 value_type* value_ptr = it->second; local
77 return *value_ptr;
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdpint.h124 UINT8 *value_ptr; /* Points to attr_pad */ member in struct:__anon1563
/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::__anon19715::__anon19716
819 long long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon19715::__anon19717

Completed in 626 milliseconds