| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| gthr-win32-thread.c | 115 __gthr_win32_join (__gthread_t thr, void **value_ptr) 124 if (value_ptr) 128 *value_ptr = (void *) (ULONG_PTR) exit_code;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_pthread_wrappers.h | 56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { 57 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet.";
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_bytemap.h | 80 auto value_ptr = AddressSpaceView::Load(&map2[idx % kSize2]); 81 return *value_ptr;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_posix_util.h | 50 extern "C" int __interceptor_pthread_join(pthread_t thread, void **value_ptr);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| DataExtractor.cpp | 70 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; 71 ++value_ptr, offset += sizeof(*dst)) 72 *value_ptr = getU<T>(offset_ptr, Err);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-varobj.c | 53 /* A convenience function that decodes the VALUE_PTR/TYPE_PTR couple: 54 If there is a value (*VALUE_PTR not NULL), then perform the decoding 57 *VALUE_PTR unchanged. 62 ada_varobj_decode_var (struct value **value_ptr, struct type **type_ptr) 64 if (*value_ptr) 65 *value_ptr = ada_get_decoded_value (*value_ptr); 67 if (*value_ptr != nullptr) 68 *type_ptr = ada_check_typedef ((*value_ptr)->type ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-varobj.c | 53 /* A convenience function that decodes the VALUE_PTR/TYPE_PTR couple: 54 If there is a value (*VALUE_PTR not NULL), then perform the decoding 57 *VALUE_PTR unchanged. 62 ada_varobj_decode_var (struct value **value_ptr, struct type **type_ptr) 64 if (*value_ptr) 65 *value_ptr = ada_get_decoded_value (*value_ptr); 67 if (*value_ptr != nullptr) 68 *type_ptr = ada_check_typedef ((*value_ptr)->type ());
|
| /src/external/gpl2/gmake/dist/ |
| main.c | 111 char *value_ptr; /* Pointer to the value-holding variable. */ 2464 *(int *) cs->value_ptr = cs->type == flag; 2480 sl = *(struct stringlist **) cs->value_ptr; 2488 *(struct stringlist **) cs->value_ptr = sl; 2532 *(unsigned int *) cs->value_ptr = i; 2535 *(unsigned int *) cs->value_ptr 2546 *(double *) cs->value_ptr 2722 if (!*(int *) cs->value_ptr == (cs->type == flag_off) 2724 || *(int *) cs->value_ptr != *(int *) cs->default_value)) 2732 && (*(unsigned int *) cs->value_ptr 110 char *value_ptr; \/* Pointer to the value-holding variable. *\/ member in struct:command_switch [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_kms.c | 234 uint32_t *value, value_tmp, *value_ptr, value_size; local 239 value_ptr = (uint32_t *)((unsigned long)info->value); 261 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { 318 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { 330 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { 466 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { 588 if (copy_from_user(value, value_ptr, sizeof(uint32_t))) { 605 if (copy_to_user(value_ptr, (char*)value, value_size)) {
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-vxworks.h | 331 extern int __gthread_join (__gthread_t thread, void **value_ptr);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-vxworks.h | 328 extern int __gthread_join (__gthread_t thread, void **value_ptr);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 724 uint32_t *value_ptr = (uint32_t *) key_buffer; local 728 *value_ptr = len1; 729 value_ptr++; 730 *value_ptr = hash_value;
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 737 uint32_t *value_ptr = (uint32_t *) key_buffer; local 741 *value_ptr = len1; 742 value_ptr++; 743 *value_ptr = hash_value;
|
| /src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/ |
| prettyprinters.py | 227 value_ptr = (entry_ptr + 1).cast(value_ty.pointer()) 233 value = value_ptr.dereference()
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| componentlib.c | 2297 char* value_ptr = ((ComponentUTF8String*)in->value.value)->value.octs; local 2310 memcpy( out->bv_val + *pos, value_ptr, value_size );
|
| /src/sys/arch/shark/shark/ |
| sequoia.h | 5071 void sequoiaRead(int reg,u_int16_t * value_ptr);
|