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

12

/haiku-buildtools/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...]
/haiku-buildtools/gcc/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...]
/haiku-buildtools/legacy/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...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopts-lower_base.c9 sort_pointers (size_t n, void **pointers, void **work) argument
41 bias = ((digit_t *) pointers) + j;
42 top = ((digit_t *) (pointers + n)) + j;
51 for (pointerp = pointers + n - 1; pointerp >= pointers; --pointerp)
54 pointerp = pointers;
55 pointers = work;
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dbaddata1.s7 # no way these are going to hold the pointers.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dbaddata1.s7 # no way these are going to hold the pointers.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dptrvar.go7 // Test pointers and the . (selector) operator on structs.
H A Dstrvar.go7 // Test struct-valued variables (not pointers).
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dexprbug.s15 ; FIRST, argv array of pointers to args, 1st is same as path.
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dlabeldiffs.s17 ; FIRST, argv array of pointers to args, 1st is same as path.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dexprbug.s15 ; FIRST, argv array of pointers to args, 1st is same as path.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dlabeldiffs.s17 ; FIRST, argv array of pointers to args, 1st is same as path.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Descape.go12 // same stack level, the pointers returned should be
29 println("aliased pointers", -(i + 1), *allptr[i], "after", s)
54 println("want aliased pointers but got different after", s)
H A Dmethod2.go7 // Verify that pointers and interface types cannot be method receivers.
H A Dbigmap.go8 // When key or value or both are too large, it uses pointers to key+value
H A Dindirect.go34 // these uses of nil pointers
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Daors_n.asm79 shll $2,%eax C adjustment for pointers...
128 shll $2,%eax C adjustment for pointers...
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug284.go93 })(ps1) // legal because of special conversion exception for pointers
100 q2 = (*S1)(q0) // legal because of special conversion exception for pointers
/haiku-buildtools/gcc/gmp/mpn/x86/fat/
H A Dfat_entry.asm92 dnl functions are the initial values for the pointers in __gmpn_cpuvec.
100 dnl that all the __gmpn_cpuvec pointers go to real routines. So there's no
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A 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.
/haiku-buildtools/gcc/gmp/mpn/x86_64/fat/
H A Dfat_entry.asm96 dnl functions are the initial values for the pointers in __gmpn_cpuvec.
104 dnl that all the __gmpn_cpuvec pointers go to real routines. So there's no
/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dcom.asm50 C entry sequence, and an increment of the pointers. For an odd size there's
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstd.h133 void ffestd_R624 (ffesttExprList pointers);
H A Dstc.h187 void ffestc_R624 (ffesttExprList pointers);
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dlib1funcs.asm68 #define MOVP mov.w /* pointers are 16 bits */
84 #define MOVP mov.l /* pointers are 32 bits */

Completed in 283 milliseconds

12