| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DataExtractor.cpp | 70 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 D | sanitizer_pthread_wrappers.h | 56 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 D | radeon_kms.c | 234 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 D | sanitizer_allocator_bytemap.h | 80 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 D | tsan_posix_util.h | 50 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | vtable-class-hierarchy.cc | 737 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 D | vtable-class-hierarchy.c | 737 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 D | gthr-vxworks.h | 320 extern int __gthread_join (__gthread_t thread, void **value_ptr);
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | gthr-vxworks.h | 328 extern int __gthread_join (__gthread_t thread, void **value_ptr);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 227 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 D | componentlib.c | 2297 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 D | ChangeLog-2001 | 97 * 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 D | ChangeLog-1994 | 3534 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 D | ChangeLog-1998 | 2941 * 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 D | ChangeLog-2002 | 12116 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 D | ChangeLog-2014 | 1018 (value_ptr): New typedef. 1019 (VEC (value_ptr)): New vector type.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2001 | 97 * 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 D | ChangeLog-1994 | 3534 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 D | ChangeLog-1998 | 2941 * 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 D | ChangeLog-2002 | 12116 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 D | ChangeLog-2014 | 1018 (value_ptr): New typedef. 1019 (VEC (value_ptr)): New vector type.
|
| H A D | ChangeLog-1999 | 6022 * values.c (value_from_string): new function. Make a value_ptr
|
| /netbsd-src/sys/arch/shark/shark/ |
| H A D | sequoia.h | 5071 void sequoiaRead(int reg,u_int16_t * value_ptr);
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 499 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/ |
| H A D | ChangeLog-1999-2003 | 499 * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
|