Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDataExtractor.cpp70 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
71 ++value_ptr, offset += sizeof(*dst)) in getUs()
72 *value_ptr = getU<T>(offset_ptr, Err); in getUs()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN() argument
57 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet."; in PTHREAD_JOIN()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_kms.c234 uint32_t *value, value_tmp, *value_ptr, value_size; in radeon_info_ioctl() local
239 value_ptr = (uint32_t *)((unsigned long)info->value); in radeon_info_ioctl()
261 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
318 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
330 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
466 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
588 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { in radeon_info_ioctl()
605 if (copy_to_user(value_ptr, (char*)value, value_size)) { in radeon_info_ioctl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h80 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]); variable
81 return *value_ptr;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_posix_util.h50 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc737 uint32_t *value_ptr = (uint32_t *) key_buffer; in build_key_buffer_arg() local
741 *value_ptr = len1; in build_key_buffer_arg()
742 value_ptr++; in build_key_buffer_arg()
743 *value_ptr = hash_value; in build_key_buffer_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c737 uint32_t *value_ptr = (uint32_t *) key_buffer; in build_key_buffer_arg() local
741 *value_ptr = len1; in build_key_buffer_arg()
742 value_ptr++; in build_key_buffer_arg()
743 *value_ptr = hash_value; in build_key_buffer_arg()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-vxworks.h320 extern int __gthread_join (__gthread_t thread, void **value_ptr);
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks.h328 extern int __gthread_join (__gthread_t thread, void **value_ptr);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py227 value_ptr = (entry_ptr + 1).cast(value_ty.pointer())
233 value = value_ptr.dereference()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c2297 char* value_ptr = ((ComponentUTF8String*)in->value.value)->value.octs; in ConvertComponentAttributeTypeAndValue2RFC2253() local
2310 memcpy( out->bv_val + *pos, value_ptr, value_size ); in ConvertComponentAttributeTypeAndValue2RFC2253()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200197 * cli/cli-script.c (execute_control_command): Replace value_ptr
1651 Replace value_ptr with struct value.
1657 value_ptr with struct value.
1661 * eval.c: Replace most occurances of value_ptr with struct value.
2020 * varobj.c: Replace value_ptr with ``struct value *''.
2029 ``value_ptr'' with ``struct value *''.
2034 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
2300 (struct value): Add opaque declaration. Replace value_ptr with
2302 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
2306 value_ptr with ``struct value *''.
[all …]
H A DChangeLog-19943534 All references to value changed to value_ptr.
4003 * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
4156 * rs6000-tdep.c: Change value to value_ptr.
4280 * alpha-tdep.c: Change value to value_ptr.
4318 * mips-tdep.c: Change value to value_ptr.
4326 value with value_ptr. This is for the ptx compiler.
H A DChangeLog-19982941 * printcmd.c (do_examine): When saving a value_ptr, remove it from
2942 the list of value_ptr's to be freed automatically; when discarding
2943 a previously saved value_ptr, free it.
H A DChangeLog-200212116 changed value_ptr -> struct value *
14939 * value.h (value_ptr): Delete typedef.
14988 * valarith.c: Replace value_ptr with struct value pointer. Remove
H A DChangeLog-20141018 (value_ptr): New typedef.
1019 (VEC (value_ptr)): New vector type.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200197 * cli/cli-script.c (execute_control_command): Replace value_ptr
1651 Replace value_ptr with struct value.
1657 value_ptr with struct value.
1661 * eval.c: Replace most occurances of value_ptr with struct value.
2020 * varobj.c: Replace value_ptr with ``struct value *''.
2029 ``value_ptr'' with ``struct value *''.
2034 * ppc-tdep.h: Add #ifndef wrapper. Replace value_ptr with
2300 (struct value): Add opaque declaration. Replace value_ptr with
2302 * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
2306 value_ptr with ``struct value *''.
[all …]
H A DChangeLog-19943534 All references to value changed to value_ptr.
4003 * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
4156 * rs6000-tdep.c: Change value to value_ptr.
4280 * alpha-tdep.c: Change value to value_ptr.
4318 * mips-tdep.c: Change value to value_ptr.
4326 value with value_ptr. This is for the ptx compiler.
H A DChangeLog-19982941 * printcmd.c (do_examine): When saving a value_ptr, remove it from
2942 the list of value_ptr's to be freed automatically; when discarding
2943 a previously saved value_ptr, free it.
H A DChangeLog-200212116 changed value_ptr -> struct value *
14939 * value.h (value_ptr): Delete typedef.
14988 * valarith.c: Replace value_ptr with struct value pointer. Remove
H A DChangeLog-20141018 (value_ptr): New typedef.
1019 (VEC (value_ptr)): New vector type.
H A DChangeLog-19996022 * values.c (value_from_string): new function. Make a value_ptr
/netbsd-src/sys/arch/shark/shark/
H A Dsequoia.h5071 void sequoiaRead(int reg,u_int16_t * value_ptr);
/netbsd-src/external/gpl3/gdb/dist/gdb/mi/
H A DChangeLog-1999-2003499 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
/netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/
H A DChangeLog-1999-2003499 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr

12