| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 105 bias = ((digit_t *) pointers) + j; in sort_pointers() 106 top = ((digit_t *) (pointers + n)) + j; in sort_pointers() 122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp) in sort_pointers() 127 pointerp = pointers; in sort_pointers() 128 pointers = work; in sort_pointers() 150 void **pointers; in main() local 158 pointers = XNEWVEC (void*, k); in main() 163 pointers[i] = (void *) random (); in main() 164 printf ("%x\n", pointers[i]); in main() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 105 bias = ((digit_t *) pointers) + j; in sort_pointers() 106 top = ((digit_t *) (pointers + n)) + j; in sort_pointers() 122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp) in sort_pointers() 127 pointerp = pointers; in sort_pointers() 128 pointers = work; in sort_pointers() 150 void **pointers; in main() local 158 pointers = XNEWVEC (void*, k); in main() 163 pointers[i] = (void *) random (); in main() 164 printf ("%x\n", pointers[i]); in main() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | sort.c | 47 void sort_pointers (size_t n, void **pointers, void **work) in sort_pointers() argument 105 bias = ((digit_t *) pointers) + j; in sort_pointers() 106 top = ((digit_t *) (pointers + n)) + j; in sort_pointers() 122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp) in sort_pointers() 127 pointerp = pointers; in sort_pointers() 128 pointers = work; in sort_pointers() 150 void **pointers; in main() local 158 pointers = XNEWVEC (void*, k); in main() 163 pointers[i] = (void *) random (); in main() 164 printf ("%x\n", pointers[i]); in main() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-xstormy16.texi | 55 Like the @option{--16bit-pointers} command-line option this directive 56 indicates that the assembly code makes use of 16-bit pointers. 60 Like the @option{--32bit-pointers} command-line option this directive 61 indicates that the assembly code makes use of 32-bit pointers. 65 Like the @option{--no-pointers} command-line option this directive 66 indicates that the assembly code does not makes use pointers.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mcore/ |
| D | interp.c | 1443 unsigned long pointers; 1474 pointers = hi_stack - sizeof(int32_t) * (nenv+1+nargs+1); 1475 pointers &= ~3; /* must be 4-byte aligned */ 1476 gr[0] = pointers; 1493 gr[PARM2] = pointers; 1498 wlat (pointers, strings); 1506 pointers += 4; 1511 wlat (pointers, 0); 1512 pointers += 4; 1523 gr[PARM3] = pointers; [all …]
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_alloclist.c | 97 l->pointers[l->numPointers] = p; in rf_real_AddToAllocList() 113 RF_ASSERT(p->pointers[i]); in rf_FreeAllocList() 114 RF_Free(p->pointers[i], p->sizes[i]); in rf_FreeAllocList()
|
| D | rf_alloclist.h | 43 void *pointers[RF_POINTERS_PER_ALLOC_LIST_ELEMENT]; member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog.ptr | 56 for pointers. 91 POINTER_PLUS_EXPR for pointers and create the 94 for pointers instead of PLUS_EXPR. 104 PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR. 142 MIN_EXPR/MAX_EXPR for pointers type. 176 pointers. 185 MULT_EXPR is not used with pointers. 467 PLUS_EXPR for pointers. 489 instead of PLUS_EXPR for pointers. 499 instead of PLUS_EXPR for pointers. [all …]
|
| D | builtin-attrs.def | 240 nonnull pointers. As cancellation points the functions are not 254 are nonnull pointers. */ 258 are nonnull pointers. */ 262 are nonnull pointers. */ 266 are nonnull pointers. */
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | cvs_func_printf_ptr.m4 | 1 # Determine whether printf supports %p for printing pointers. 22 # Determine whether printf supports %p for printing pointers. 41 for printing pointers.])
|
| /netbsd/src/lib/libform/ |
| D | gdbinit | 10 print "WARNING: backward pointers inconsistent" 15 print "WARNING: forward pointers inconsistent"
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | README-sparse_array.md | 8 tree contains a block of pointers to either the user supplied leaf values or 14 SA_BLOCK_MAX Specifies the number of pointers in each block 48 index 0 results in the allocation of a top level node full of null pointers 155 Note: sparse arrays only include pointers to types.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | m32c-modes.def | 21 /* 24-bit pointers, whole */ 24 /* 24-bit pointers, in 32-bit units */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gty.texi | 20 marked. All global variables that hold pointers to garbage-collected 197 non-atomic objects, that is, objects that contain pointers pointing to 273 clear pointers in the variable. 295 The type machinery expects all pointers to point to the start of an 298 convert the original object to and from the pointer, such pointers 325 Some data structures depend on the relative ordering of pointers. If 328 changing the pointers in the object that's pointed to by the field the 339 of pointers. @code{reorder} functions can be expensive. When 346 The @code{atomic} option can only be used with pointers. It informs 348 contain any pointers, and hence it should be treated by the GC and PCH [all …]
|
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_flags.inc | 42 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.") 44 "Consider pointers found in poisoned memory to be valid.")
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | aix64.opt | 24 Compile for 64-bit pointers. 28 Compile for 32-bit pointers.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | syms.texi | 20 application with pointers to the canonical information. To 22 pointers to pointers to @code{asymbol}s. This allows applications 72 pointers to pointers to symbols to the BFD being written, and 296 Return the number of bytes required to store a vector of pointers 343 the vector @var{location} with pointers to the symbols and 345 Return the actual number of symbol pointers, not 357 the table @var{location} of @var{count} pointers to symbols
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | functional | 219 // Handle member data pointers using _Mem_fn's logic 346 // To pick up function references (that will become function pointers) 585 /// Implementation of @c mem_fn for member function pointers. 613 // Handle pointers 618 // Handle smart pointers, references and pointers to derived 628 /// Implementation of @c mem_fn for const member function pointers. 657 // Handle pointers 662 // Handle smart pointers, references and pointers to derived 671 /// Implementation of @c mem_fn for volatile member function pointers. 700 // Handle pointers [all …]
|
| /netbsd/src/lib/csu/ |
| D | README | 65 and a data object of at least 8 pointers as second argument. 71 Call the pointers as void (*)(void) functions. 82 Call the pointers as void (*)(void) functions.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog.ptr | 54 instead of PLUS_EXPR for pointers. 65 instead of PLUS_EXPR for pointers.
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| D | README | 21 - function pointers don't work for PIC 36 One solution is to have two pointers to the stack. One for the top
|
| /netbsd/src/external/ibm-public/postfix/dist/implementation-notes/ |
| D | MILTER | 178 forward and backward pointers! In fact, there can be multiple 179 forward pointers for one reverse pointer. 212 as long as pointers contain absolute offsets. 222 - A sequence of multiple forward pointers may be followed by one 227 - We do know, however, that there will not be more reverse pointers 228 than forward pointers. But this does not help much.
|
| /netbsd/src/sys/gdbscripts/ |
| D | devs | 23 and these pointers: this device, parent device, device private.
|
| /netbsd/src/lib/libc/db/ |
| D | changelog | 52 Cast allocation pointers to shut up old compilers. 67 return of invalid pointers.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_milter.in5 | 14 # and see if pointers are updated properly.
|