Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dthreading.c57 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join() argument
66 if (value_ptr) *value_ptr = thread.arg; in ZSTD_pthread_join()
H A Dthreading.h71 int ZSTD_pthread_join(ZSTD_pthread_t thread, void** value_ptr);
/freebsd-12.1/lib/libstdthreads/
H A Dthrd.c109 void *value_ptr; in thrd_join() local
111 if (pthread_join(thr, &value_ptr) != 0) in thrd_join()
114 *res = (intptr_t)value_ptr; in thrd_join()
/freebsd-12.1/contrib/llvm/lib/Support/
H A 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()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h80 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]); variable
81 return *value_ptr;
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_kms.c188 uint32_t value, *value_ptr; in radeon_info_ioctl() local
214 value_ptr = (uint32_t *)((unsigned long)info->value); in radeon_info_ioctl()
215 if (DRM_COPY_FROM_USER(&value, value_ptr, sizeof(value))) { in radeon_info_ioctl()
393 if (DRM_COPY_TO_USER(value_ptr, &value, sizeof(uint32_t))) { in radeon_info_ioctl()
/freebsd-12.1/contrib/gcc/
H A Dgthr-posix.c154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED) in pthread_exit()
/freebsd-12.1/contrib/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h261 … (__itt_counter id, void *value_ptr), …
262 …_domain, unsigned long long timestamp, void *value_ptr), (ITT_FORMAT id, clock_domain, timestamp,
H A Dittnotify.h3023 void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
3027 ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
3031 #define __itt_counter_set_value(id, value_ptr)
3042 …__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr);
3047 …__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr))
3051 #define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h201 llvm::Constant **&value_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp703 lldb::addr_t value_ptr = key_ptr + ptr_size; in GetChildAtIndex() local
710 lldb::addr_t key_at_idx = process_sp->ReadPointerFromMemory(value_ptr, error); in GetChildAtIndex()
/freebsd-12.1/contrib/binutils/bfd/
H A Dieee.c342 parse_int (common_header_type *ieee, bfd_vma *value_ptr) in parse_int() argument
349 *value_ptr = value; in parse_int()
364 *value_ptr = result; in parse_int()