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

/freebsd-10.0-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-10.0-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-10.0-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
810 pointers inside INDIRECT_REFs, so an expression like
979 free (ai->pointers[i]);
980 free (ai->pointers);
1008 /* Create name tags for all the pointers tha
[all...]
/freebsd-10.0-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-10.0-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-10.0-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-10.0-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-10.0-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-10.0-release/contrib/ipfilter/
H A DHISTORY70 3540810 lookup objects need tail pointers
142 3540810 lookup objects need tail pointers
577 interface pointers
623 fix up some problems with the saving of rule pointers so that NAT saves
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex138 its internals. In practice that means we must not use pointers
/freebsd-10.0-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
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl73 # exclusively for pointers, indexes and other small values...
165 add $rp,$num,$rp ! readjust input pointers to point

Completed in 285 milliseconds