Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_sp.c72 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/
Dsetsebool.c224 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/
Dmap_unittest.cc31 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/
DDataExtractor.cpp38 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/
Dsanitizer_pthread_wrappers.h54 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/
Dvpx_thread.h65 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/
Dthread.c69 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/
DIRForTarget.h206 llvm::Constant **&value_ptr);
/external/kernel-headers/original/uapi/sound/
Dasound.h888 long *value_ptr; /* obsoleted */ member
892 long long *value_ptr; /* obsoleted */ member
/external/lldb/source/Expression/
DIRForTarget.cpp163 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/
Dprivate-memory.ll111 %value_ptr = getelementptr [2 x i32], [2 x i32]* %prv_array, i32 0, i32 0
112 %value = load i32, i32* %value_ptr