/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/vulkan-validation-layers/libs/glm/gtc/ |
D | type_ptr.inl | 39 GLM_FUNC_QUALIFIER T const * value_ptr function 50 GLM_FUNC_QUALIFIER T * value_ptr function 61 GLM_FUNC_QUALIFIER T const * value_ptr function 72 GLM_FUNC_QUALIFIER T * value_ptr function 83 GLM_FUNC_QUALIFIER T const * value_ptr function 94 GLM_FUNC_QUALIFIER T * value_ptr function 105 GLM_FUNC_QUALIFIER T const * value_ptr function 116 GLM_FUNC_QUALIFIER T * value_ptr function 127 GLM_FUNC_QUALIFIER T const * value_ptr function 138 GLM_FUNC_QUALIFIER T * value_ptr function [all …]
|
D | type_ptr.hpp | 90 GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
|
/external/piex/src/tiff_directory/ |
D | tiff_directory.cc | 83 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local 91 my_value[c] = Get16u(value_ptr + c * 2, is_big_endian, &err); in Get() 93 my_value[c] = Get32u(value_ptr + c * 4, is_big_endian, &err); in Get() 122 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local 131 my_value[c].numerator = Get16u(value_ptr + c * 2, is_big_endian, &err); in Get() 136 my_value[c].numerator = Get32u(value_ptr + c * 4, is_big_endian, &err); in Get() 141 my_value[c].numerator = Get32u(value_ptr + c * 8, is_big_endian, &err); in Get() 143 Get32u(value_ptr + c * 8 + 4, is_big_endian, &err); in Get() 177 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local 186 my_value[c].numerator = Get16s(value_ptr + c * 2, is_big_endian, &err); in Get() [all …]
|
/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/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 677 memcpy(params.light_pos, glm::value_ptr(obj.light_pos), sizeof(obj.light_pos)); in draw_object() 678 memcpy(params.light_color, glm::value_ptr(obj.light_color), sizeof(obj.light_color)); in draw_object() 679 memcpy(params.model, glm::value_ptr(obj.model), sizeof(obj.model)); in draw_object() 680 …memcpy(params.view_projection, glm::value_ptr(camera_.view_projection), sizeof(camera_.view_projec… in draw_object() 687 memcpy(params->light_pos, glm::value_ptr(obj.light_pos), sizeof(obj.light_pos)); in draw_object() 688 memcpy(params->light_color, glm::value_ptr(obj.light_color), sizeof(obj.light_color)); in draw_object() 689 memcpy(params->model, glm::value_ptr(obj.model), sizeof(obj.model)); in draw_object() 690 …memcpy(params->view_projection, glm::value_ptr(camera_.view_projection), sizeof(camera_.view_proje… in draw_object()
|
/external/webp/src/utils/ |
D | thread.c | 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() argument 99 (void)value_ptr; in pthread_join()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | dummy.cpp | 97 glUniformMatrix4fv(LocationMVP, 1, GL_FALSE, glm::value_ptr(MVP)); in func()
|
/external/lldb/include/lldb/Expression/ |
D | IRForTarget.h | 206 llvm::Constant **&value_ptr);
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 921 long *value_ptr; /* obsoleted */ member 925 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/AMDGPU/ |
D | private-memory.ll | 123 %value_ptr = getelementptr [2 x i32], [2 x i32]* %prv_array, i32 0, i32 0 124 %value = load i32, i32* %value_ptr
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 62 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1740 d value_ptr * overlay(value)
|