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

/freebsd-10.0-release/lib/libstdthreads/
H A Dthrd.c107 void *value_ptr; local
109 if (pthread_join(thr, &value_ptr) != 0)
111 *res = (intptr_t)value_ptr;
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end;
39 ++value_ptr, offset += sizeof(*dst))
40 *value_ptr = getU<T>(offset_ptr, de, isLittleEndian, Data);
/freebsd-10.0-release/contrib/gcc/
H A Dgthr-posix.c154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED)
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_kms.c184 uint32_t value, *value_ptr; local
210 value_ptr = (uint32_t *)((unsigned long)info->value);
211 if (DRM_COPY_FROM_USER(&value, value_ptr, sizeof(value))) {
389 if (DRM_COPY_TO_USER(value_ptr, &value, sizeof(uint32_t))) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRForTarget.h195 /// @param[out] value_ptr
206 llvm::Constant **&value_ptr);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp163 Constant **&value_ptr)
169 value_ptr = NULL;
345 Constant **value_ptr = NULL; local
350 value_ptr))
357 if (value_ptr)
358 *value_ptr = value;
160 GetFunctionAddress(llvm::Function *fun, uint64_t &fun_addr, lldb_private::ConstString &name, Constant **&value_ptr) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dieee.c344 parse_int (common_header_type *ieee, bfd_vma *value_ptr)
351 *value_ptr = value;
366 *value_ptr = result;
342 parse_int(common_header_type *ieee, bfd_vma *value_ptr) argument

Completed in 138 milliseconds