Searched refs:pointers (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dsort.c44 /* POINTERS and WORK are both arrays of N pointers. When this
47 void sort_pointers (size_t n, void **pointers, void **work) argument
105 bias = ((digit_t *) pointers) + j;
106 top = ((digit_t *) (pointers + n)) + j;
109 loop, COUNT[K] will contain the number of pointers whose Ith
116 /* Now, make COUNT[K] contain the number of pointers whose Ith
121 /* Now, drop the pointers into their correct locations. */
122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp)
127 pointerp = pointers;
150 void **pointers; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dsort.c44 /* POINTERS and WORK are both arrays of N pointers. When this
47 void sort_pointers (size_t n, void **pointers, void **work) argument
105 bias = ((digit_t *) pointers) + j;
106 top = ((digit_t *) (pointers + n)) + j;
109 loop, COUNT[K] will contain the number of pointers whose Ith
116 /* Now, make COUNT[K] contain the number of pointers whose Ith
121 /* Now, drop the pointers into their correct locations. */
122 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp)
127 pointerp = pointers;
150 void **pointers; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.h39 /* Array of SSA_NAME pointers processed by the points-to collector. */
47 /* POINTERS contains all the _DECL pointers with unique memory tags
49 struct alias_map_d **pointers; member in struct:alias_info
59 all the aliases of all the pointers found in the program. */
71 /* Memory tag for all the PTR_IS_REF_ALL pointers. */
H A Dtree-ssa-alias.c560 conversions between pointers and integers.
575 pointed-to data type of the pointers in the program. These tags are
583 In this phase, we go through all the pointers we found in points-to
668 /* Collect all pointers and addressable variables, compute alias sets,
669 create memory tags for pointers and promote variables whose address is
697 /* If the program contains ref-all pointers, finalize may-alias information
813 pointers inside INDIRECT_REFs, so an expression like
982 free (ai->pointers[i]);
983 free (ai->pointers);
1011 /* Create name tags for all the pointers tha
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dtokenize.c142 * high and we'll squander the space for a few extra pointers.
195 * An array of @code{tkn_ct + 1} pointers to substring tokens, with
/freebsd-9.3-release/tools/test/dtrace/
H A DMakefile52 ${TESTSRCDIR}/tst/common/pointers/err.D_OP_LVAL.AddressChange.d \
53 ${TESTSRCDIR}/tst/common/pointers/tst.GlobalVar.d \
54 ${TESTSRCDIR}/tst/common/pointers/tst.basic1.d \
55 ${TESTSRCDIR}/tst/common/pointers/tst.basic2.d \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh438 # whole scheme for dealing with "frames" and "frame pointers" needs a
1334 printf " /* per-architecture data-pointers */\n"
1406 /*per-architecture data-pointers and swap regions */
1807 /* Keep a registry of per-architecture data-pointers required by GDB
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1069 /* Remove any low/high pointers for this object from the lookup cache. */
1496 max_objs of their pointers in objs[]. Return total count of
1596 max_objs of their pointers in objs[]. Return total count of
1934 char **pointers; local
1937 pointers = (char **) buffer;
1941 pointers[i] = chars;
1945 *symbols = pointers;
2466 pointers into an array, then cleverly re-linking them. */
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt394 a mask, the hash table is created to store pointers to scheduler instances.
402 Flowset pointers are store in the system in two list. The unlinked flowset list
843 all function pointers.
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY275 fix bug where null pointers introduced by proxies could cause a crash
492 only resolve unknown interfaces in fr_stinsert, and nuke all interface pointers
643 packet buffer pointers were not refreshed & used properly in fr_check()
718 passing of pointers to interface structures wrong for HP-UX/Solaris with
1054 interface pointers
1100 fix up some problems with the saving of rule pointers so that NAT saves
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES303 added some tests for null pointers to debugging printf's, which
806 are smaller than pointers!
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex138 its internals. In practice that means we must not use pointers
/freebsd-9.3-release/contrib/opie/
H A Dconfigure1922 echo $ac_n "checking to see if your compiler can handle void pointers""... $ac_c" 1>&6
1923 echo "configure:1924: checking to see if your compiler can handle void pointers" >&5

Completed in 205 milliseconds