Searched refs:value_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/lib/libstdthreads/ |
| D | thrd.c | 107 void *value_ptr; in thrd_join() local 109 if (pthread_join(thr, &value_ptr) != 0) in thrd_join() 112 *res = (intptr_t)value_ptr; in thrd_join()
|
| /freebsd-10-stable/contrib/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()
|
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_kms.c | 188 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-10-stable/contrib/gcc/ |
| D | gthr-posix.c | 154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED) in pthread_exit()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| D | IRForTarget.h | 208 llvm::Constant **&value_ptr);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | IRForTarget.cpp | 164 Constant **&value_ptr) in GetFunctionAddress() argument 170 value_ptr = NULL; in GetFunctionAddress() 344 Constant **value_ptr = NULL; in ResolveFunctionPointers() local 349 value_ptr)) in ResolveFunctionPointers() 356 if (value_ptr) in ResolveFunctionPointers() 357 *value_ptr = value; in ResolveFunctionPointers()
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ieee.c | 342 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()
|