Searched defs:value_ptr (Results 1 - 16 of 16) 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/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { argument
55 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet.";
/external/qemu/distrib/sdl-1.2.15/src/
H A DSDL_error_c.h48 void *value_ptr; member in union:SDL_error::__anon29380
/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h61 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { argument
62 (void)value_ptr;
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.c69 static int pthread_join(pthread_t thread, void** value_ptr) { argument
70 (void)value_ptr;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.h62 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { argument
63 (void)value_ptr;
/external/webp/src/utils/
H A Dthread.c69 static int pthread_join(pthread_t thread, void** value_ptr) { argument
70 (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/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc235 void* value_ptr = NULL; local
242 value_ptr = &value;
246 value_ptr = &linger_;
251 value_ptr = &value;
255 value_ptr = &last_errno_;
264 memcpy(optval, value_ptr, copy_bytes);
/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:__anon1706
/external/lldb/source/Expression/
H A DIRForTarget.cpp163 Constant **&value_ptr)
169 value_ptr = NULL;
345 Constant **value_ptr = NULL; local
350 value_ptr))
357 if (value_ptr)
358 *value_ptr = value;
160 GetFunctionAddress(llvm::Function *fun, uint64_t &fun_addr, lldb_private::ConstString &name, Constant **&value_ptr) argument
/external/kernel-headers/original/uapi/sound/
H A Dasound.h880 long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon23560::__anon23561
884 long long *value_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon23560::__anon23562

Completed in 620 milliseconds