Searched refs:value_ptr (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/src/common_audio/vad/ |
D | vad_sp.c | 72 int16_t* value_ptr = &self->low_value_vector[offset]; in WebRtcVad_FindMinimum() local 84 p1 = value_ptr + i + 1; in WebRtcVad_FindMinimum() 87 *(value_ptr + j) = *p1++; in WebRtcVad_FindMinimum() 91 *(value_ptr + 15) = 10000; in WebRtcVad_FindMinimum() 98 if (feature_value < *(value_ptr + 7)) { in WebRtcVad_FindMinimum() 99 if (feature_value < *(value_ptr + 3)) { in WebRtcVad_FindMinimum() 100 if (feature_value < *(value_ptr + 1)) { in WebRtcVad_FindMinimum() 101 if (feature_value < *value_ptr) { in WebRtcVad_FindMinimum() 106 } else if (feature_value < *(value_ptr + 2)) { in WebRtcVad_FindMinimum() 111 } else if (feature_value < *(value_ptr + 5)) { in WebRtcVad_FindMinimum() [all …]
|
/external/selinux/policycoreutils/setsebool/ |
D | setsebool.c | 224 char *name, *value_ptr; in setbool() local 235 value_ptr = strchr(list[i], '='); in setbool() 236 if (value_ptr == 0) { in setbool() 242 *value_ptr = 0; in setbool() 243 value_ptr++; in setbool() 244 if (strcmp(value_ptr, "1") == 0 || in setbool() 245 strcasecmp(value_ptr, "true") == 0 || in setbool() 246 strcasecmp(value_ptr, "on") == 0) in setbool() 248 else if (strcmp(value_ptr, "0") == 0 || in setbool() 249 strcasecmp(value_ptr, "false") == 0 || in setbool() [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | map_unittest.cc | 31 int* value_ptr = ItemPointer(item); in DeleteItemContent() local 32 delete value_ptr; in DeleteItemContent() 40 const int* value_ptr = ItemPointer(item); in ItemValue() local 41 if (value_ptr == 0) { in ItemValue() 44 return *value_ptr; in ItemValue()
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local 39 ++value_ptr, offset += sizeof(*dst)) in getUs() 40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data); in getUs()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 54 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN() argument 55 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet."; in PTHREAD_JOIN()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 65 static INLINE int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() argument 66 (void)value_ptr; in pthread_join()
|
/external/webp/src/utils/ |
D | thread.c | 69 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() argument 70 (void)value_ptr; in pthread_join()
|
/external/lldb/include/lldb/Expression/ |
D | IRForTarget.h | 206 llvm::Constant **&value_ptr);
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 888 long *value_ptr; /* obsoleted */ member 892 long long *value_ptr; /* obsoleted */ member
|
/external/lldb/source/Expression/ |
D | IRForTarget.cpp | 163 Constant **&value_ptr) in GetFunctionAddress() argument 169 value_ptr = NULL; in GetFunctionAddress() 345 Constant **value_ptr = NULL; in ResolveFunctionPointers() local 350 value_ptr)) in ResolveFunctionPointers() 357 if (value_ptr) in ResolveFunctionPointers() 358 *value_ptr = value; in ResolveFunctionPointers()
|
/external/llvm/test/CodeGen/R600/ |
D | private-memory.ll | 111 %value_ptr = getelementptr [2 x i32], [2 x i32]* %prv_array, i32 0, i32 0 112 %value = load i32, i32* %value_ptr
|