Home
last modified time | relevance | path

Searched refs:value_ptr (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/piex/src/tiff_directory/
H A Dtiff_directory.cc83 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get()
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()
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()
186 my_value[c].numerator = Get16s(value_ptr in Get()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D1-1.c10 * terminates the calling thread and makes the value 'value_ptr' available
15 * 2. Call pthread_join() in main(), and pass to it 'value_ptr'.
16 * 3. Check to see of the value_ptr and the value returned by pthread_exit() are the same;
44 int *value_ptr; in main() local
47 value_ptr = 0; in main()
61 if (pthread_join(new_th, (void *)&value_ptr) != 0) { in main()
66 /* Check to make sure that 'value_ptr' that was passed to pthread_join() and the in main()
68 if ((long)value_ptr != RETURN_CODE) { in main()
70 ("Test FAILED: pthread_exit() could not pass the return value of the thread in 'value_ptr' to pthread_join().\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D2-1.c10 * On return from a successful pthread_join() call with a non-NULL 'value_ptr'
12 * be made available in the location referenced by 'value_ptr'.
16 * 2. Call pthread_join() in main(), and pass to it 'value_ptr'.
17 * 3. Check to see of the value_ptr and the value returned by pthread_exit()
48 void *value_ptr; in main() local
50 value_ptr = 0; in main()
63 if (pthread_join(new_th, &value_ptr) != 0) { in main()
69 * Check to make sure that 'value_ptr' that was passed to in main()
73 if (value_ptr != RETURN_CODE) { in main()
75 "pthread_exit value of the thread in 'value_ptr' in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
H A D1-2.c48 void *value_ptr; in main() local
68 if (pthread_join(new_th, &value_ptr) != 0) { in main()
73 if (value_ptr == (void *)PTS_FAIL) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
H A D1-2.c81 void *value_ptr; /* hold return value of thread from pthread_join */ in main() local
108 if (pthread_join(new_th, &value_ptr) != 0) { in main()
114 if ((long)value_ptr == PTS_UNRESOLVED) { in main()
/third_party/ffmpeg/compat/
H A Dw32pthreads.h91 static av_unused int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() argument
100 if (value_ptr) in pthread_join()
101 *value_ptr = thread.ret; in pthread_join()
H A Dos2threads.h94 static av_always_inline int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() argument
98 if (value_ptr) in pthread_join()
99 *value_ptr = thread.result; in pthread_join()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Drange.hpp63 return value_ptr(v); in begin()
75 return value_ptr(v); in begin()
/third_party/python/Modules/
H A D_testinternalcapi.c168 const void *key_ptr, const void *value_ptr, in hashtable_cb()
173 int value = (int)FROM_PTR(value_ptr); in hashtable_cb()
216 void *value_ptr = _Py_hashtable_get(table, TO_PTR(key)); in test_hashtable() local
217 assert((int)FROM_PTR(value_ptr) == VALUE(key)); in test_hashtable()
222 void *value_ptr = _Py_hashtable_steal(table, TO_PTR(key)); in test_hashtable() local
223 assert((int)FROM_PTR(value_ptr) == VALUE(key)); in test_hashtable()
167 hashtable_cb(_Py_hashtable_t *table, const void *key_ptr, const void *value_ptr, void *user_data) hashtable_cb() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c862 LLVMValueRef value_ptr = lp_build_pointer_get(builder, addr_ptr, lp_build_const_int32(gallivm, c)); in emit_load_global() local
866 temp_res = LLVMBuildInsertElement(builder, temp_res, value_ptr, loop_state.counter, ""); in emit_load_global()
894 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_store_global() local
902 value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt8TypeInContext(gallivm->context), ""); in emit_store_global()
905 value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt16TypeInContext(gallivm->context), ""); in emit_store_global()
908 value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt32TypeInContext(gallivm->context), ""); in emit_store_global()
911 value_ptr in emit_store_global()
946 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, emit_atomic_global() local
1337 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, emit_store_mem() local
1382 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, emit_store_mem() local
1438 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, emit_atomic_mem() local
1694 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, params->texture_index_offset, emit_tex() local
2093 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, emit_vote() local
2107 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, emit_vote() local
2149 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, emit_ballot() local
2173 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, exec_mask, emit_elect() local
2622 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, emit_store_scratch() local
[all...]
H A Dlp_bld_tgsi_soa.c3652 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, value, in store_emit() local
3654 value_ptr = LLVMBuildBitCast(gallivm->builder, value_ptr, uint_bld->elem_type, ""); in store_emit()
3666 lp_build_pointer_set(builder, scalar_ptr, loop_index, value_ptr); in store_emit()
3846 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, value, in atomic_emit() local
3848 value_ptr = LLVMBuildBitCast(gallivm->builder, value_ptr, uint_bld->elem_type, ""); in atomic_emit()
3868 scalar = LLVMBuildAtomicCmpXchg(builder, scalar_ptr, value_ptr, in atomic_emit()
3876 scalar_ptr, value_ptr, in atomic_emit()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H A D1-1.c102 void *value_ptr; in main() local
138 if (pthread_join(child_thread, &value_ptr) != 0) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDataExtractor.cpp62 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs()
63 ++value_ptr, offset += sizeof(*dst)) in getUs()
64 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data, Err); in getUs()
/third_party/ffmpeg/libavutil/
H A Dthread.h60 static inline int strict_pthread_join(pthread_t thread, void **value_ptr) in strict_pthread_join() argument
62 ASSERT_PTHREAD(pthread_join, thread, value_ptr); in strict_pthread_join()
/third_party/curl/lib/
H A Daltsvc.c532 const char *value_ptr; in Curl_altsvc_parse() local
621 value_ptr = p; in Curl_altsvc_parse()
632 num = strtoul(value_ptr, &end_ptr, 10); in Curl_altsvc_parse()
633 if((end_ptr != value_ptr) && (num < ULONG_MAX)) { in Curl_altsvc_parse()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.cpp66 const uint8_t *value_ptr = specializationData + entry.offset; in optimizeSpirv() local
67 std::vector<uint32_t> value(reinterpret_cast<const uint32_t *>(value_ptr), in optimizeSpirv()
68 reinterpret_cast<const uint32_t *>(value_ptr + entry.size)); in optimizeSpirv()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dtype_ptr.hpp13 /// This extension defines an overloaded function, glm::value_ptr, which
28 /// glUniform3fv(uniformLoc, 1, glm::value_ptr(aVector));
29 /// glUniformMatrix4fv(uniformMatrixLoc, 1, GL_FALSE, glm::value_ptr(someMatrix));
64 GLM_FUNC_DECL typename genType::value_type const * value_ptr(genType const & vec);
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.c98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join() argument
99 (void)value_ptr; in pthread_join()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.h266 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr), (ITT_FORMAT id, value_ptr), counter_set_value, __itt_group_counter, "%p, %p")
267 ITT_STUBV(ITTAPI, void, counter_set_value_ex, (__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr), (ITT_FORMAT id, clock_domain, timestamp, value_ptr), counter_set_value_ex, __itt_group_counter, "%p, %p, %llu, %p")
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c707 #define jerryx_arg_double_or_bool_t(value_ptr, coerce_or_not, optional_or_not, last_parameter) \
708 jerryx_arg_custom (value_ptr, \
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs698 let value_ptr = (&mut value) as *mut c_uint; in virtual_memory_map_config_struct_size()
699 unsafe { prctl_3args(PR_SET_MM, PR_SET_MM_MAP_SIZE as *mut _, value_ptr.cast())? }; in virtual_memory_map_config_struct_size()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h1142 long *value_ptr; /* obsoleted */ member
1146 long long *value_ptr; /* obsoleted */ member
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h2876 * __itt_counter_set_value(id, value_ptr) or __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
2877 * can be used to change the value of the counter, where value_ptr is a pointer to an unsigned 64 bits integer
3104 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
3108 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
3112 #define __itt_counter_set_value(id, value_ptr)
3123 void ITTAPI __itt_counter_set_value_ex(__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr);
3128 ITT_STUBV(ITTAPI, void, counter_set_value_ex, (__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr))
3132 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
3144 * __itt_counter_set_value(id, value_ptr) o
[all...]
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs2233 pub fn __itt_counter_set_value(id: __itt_counter, value_ptr: *mut ::std::os::raw::c_void); in __itt_counter_set_value()
2236 unsafe extern "C" fn(id: __itt_counter, value_ptr: *mut ::std::os::raw::c_void),
2247 value_ptr: *mut ::std::os::raw::c_void, in __itt_counter_set_value_ex()
2255 value_ptr: *mut ::std::os::raw::c_void,
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc809 auto set_param = [this, composite_def](uint32_t* id_ptr, uint32_t* value_ptr, in RegisterWorkgroupSizeBuiltin()
823 *value_ptr = def->GetSingleWordInOperand(0); in RegisterWorkgroupSizeBuiltin()

Completed in 68 milliseconds

12