Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 25 of 154) sorted by relevance

1234567

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dsort.c47 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/
Drf_alloclist.c124 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()
Drf_alloclist.h45 void *pointers[RF_POINTERS_PER_ALLOC_LIST_ELEMENT]; member
Drf_aselect.c100 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/
Dcvs_func_printf_ptr.m41 # 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/
DProcess.pm439 my %pointers;
443 return $pointers{$id} if exists $pointers{$id};
444 $pointers{$id} = &SysPointer;
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsyms.texi20 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
Dcoffcode.texi122 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/
DREADME7 standards.txt ....... Assembled pointers to standards, RFCs or internet drafts
/mirbsd/src/lib/libssl/src/doc/crypto/
Dlhash.pod41 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
DBN_CTX_start.pod30 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
Dd2i_PKCS8PrivateKey.pod48 Currently all the functions use BIOs or FILE pointers, there are no functions which
DRSA_get_ex_new_index.pod38 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
DERR_get_error.pod57 An application B<MUST NOT> free the *B<data> pointer (or any other pointers
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_get_rbio.pod16 SSL_get_rbio() and SSL_get_wbio() return pointers to the BIOs for the
DSSL_SESSION_free.pod30 dangling pointers. These failures may also appear delayed, e.g.
/mirbsd/src/gnu/usr.bin/perl/
Dperly_c.diff287 + ** reallocate and recover. Note that pointers
332 + ** reallocate and recover. Note that pointers
403 + ** reallocate and recover. Note that pointers
Dregcomp.sym44 # 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/
Dcman2223 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
Dcman3247 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/
Dgv21 Attempt to free unreferenced glob pointers [gp_free]
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Delfi370.sc126 /* 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/
Dncr5380.doc30 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/
Doptions.txt4 PTR means to use pointers arithmetic instead of arrays.
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYPrint.c86 static char *pointers[MAX_PUTENV]; in set_environ() local
108 FREE(pointers[name]); in set_environ()
109 pointers[name] = envbuffer; in set_environ()

1234567