| /mirbsd/src/gnu/usr.bin/binutils/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 …]
|
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_alloclist.c | 124 l->pointers[l->numPointers] = p; in rf_real_AddToAllocList() 149 RF_ASSERT(p->pointers[i]); in rf_FreeAllocList() 150 RF_Free(p->pointers[i], p->sizes[i]); in rf_FreeAllocList()
|
| D | rf_alloclist.h | 45 void *pointers[RF_POINTERS_PER_ALLOC_LIST_ELEMENT]; member
|
| D | rf_aselect.c | 100 rf_AddToAllocList(daga->allocList, p->pointers[i], in rf_TransferDagMemory() 102 p->pointers[i] = NULL; in rf_TransferDagMemory()
|
| /mirbsd/src/gnu/usr.bin/cvs/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.])
|
| /mirbsd/src/gnu/usr.bin/perl/os2/OS2/Process/ |
| D | Process.pm | 439 my %pointers; 443 return $pointers{$id} if exists $pointers{$id}; 444 $pointers{$id} = &SysPointer;
|
| /mirbsd/src/gnu/usr.bin/binutils/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 275 Return the number of bytes required to store a vector of pointers 332 the vector @var{location} with pointers to the symbols and 334 Return the actual number of symbol pointers, not 351 the table @var{location} of @var{count} pointers to symbols
|
| D | coffcode.texi | 122 internal form. It also fixes up all the pointers in the table 124 the table) into physical pointers to elements in the new 139 into memory and replaces them with pointers to the strings. 162 vector of pointers to pointers. This allows applications like 189 the offsets generated by the previous pass and the pointers
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | README | 7 standards.txt ....... Assembled pointers to standards, RFCs or internet drafts
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | lhash.pod | 41 low order bits. The B<compare> callback takes two arguments (pointers 86 An example of a hash table storing (pointers to) structures of type 'STUFF' 110 replaced. Note that lh_insert() stores pointers, the data are not 202 parameters that pass back the table items' data pointers - for 205 these pointers, they can choose whether they too should be treating 289 In OpenSSL 0.9.7, all lhash functions that were passed function pointers
|
| D | BN_CTX_start.pod | 30 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
|
| D | d2i_PKCS8PrivateKey.pod | 48 Currently all the functions use BIOs or FILE pointers, there are no functions which
|
| D | RSA_get_ex_new_index.pod | 38 new application specific data. It takes three optional function pointers which 42 precise manner in which these function pointers are called is described in more
|
| D | ERR_get_error.pod | 57 An application B<MUST NOT> free the *B<data> pointer (or any other pointers
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_get_rbio.pod | 16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
|
| D | SSL_SESSION_free.pod | 30 dangling pointers. These failures may also appear delayed, e.g.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perly_c.diff | 287 + ** reallocate and recover. Note that pointers 332 + ** reallocate and recover. Note that pointers 403 + ** reallocate and recover. Note that pointers
|
| D | regcomp.sym | 44 # together with their "next" pointers, since precedence prevents 53 # BACK Normal "next" pointers all implicitly point forward; BACK
|
| /mirbsd/src/share/doc/psd/23.Cknr/ |
| D | cman2 | 223 or to pointers. 362 If two pointers to objects of the same type are subtracted, 369 results unless the pointers point 370 to objects in the same array, since pointers, even 422 Two pointers may be compared, 425 Pointer comparison is portable only when the pointers point to objects 546 otherwise, if both are pointers of the same type, 608 This usage is nonportable, and may produce pointers which
|
| D | cman3 | 247 although they may return pointers to such things; 249 there may be arrays of pointers to functions. 281 pointers to \fGfloat\fR numbers. 434 which contains an array of 20 characters, an integer, and two pointers 632 `array of 3 pointers to integers,'
|
| /mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | gv | 21 Attempt to free unreferenced glob pointers [gp_free]
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | elfi370.sc | 126 /* Put .ctors and .dtors next to the .got2 section, so that the pointers 127 get relocated with -mrelocatable. Also put in the .fixup pointers.
|
| /mirbsd/src/sys/dev/ic/ |
| D | ncr5380.doc | 30 sci_*: pointers to the 5380 registers. All accesses are done through 31 these pointers. This indirection allows the driver to work with
|
| /mirbsd/src/lib/libdes/ |
| D | options.txt | 4 PTR means to use pointers arithmetic instead of arrays.
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYPrint.c | 86 static char *pointers[MAX_PUTENV]; in set_environ() local 108 FREE(pointers[name]); in set_environ() 109 pointers[name] = envbuffer; in set_environ()
|