Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dsort.c122 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()
167 sort_pointers (k, pointers, work); in main()
175 printf ("%x\n", pointers[i]); in main()
176 if (i > 0 && (char*) pointers[i] < (char*) pointers[i - 1]) in main()
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dsort.c122 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()
167 sort_pointers (k, pointers, work); in main()
175 printf ("%x\n", pointers[i]); in main()
176 if (i > 0 && (char*) pointers[i] < (char*) pointers[i - 1]) in main()
[all …]
/freebsd-12.1/sys/contrib/ck/include/
H A Dck_hp.h66 void **pointers; member
81 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set()
90 ck_pr_fas_ptr(&record->pointers[i], pointer); in ck_hp_set_fence()
92 ck_pr_store_ptr(&record->pointers[i], pointer); in ck_hp_set_fence()
102 void **pointers = record->pointers; in ck_hp_clear() local
106 *pointers++ = NULL; in ck_hp_clear()
/freebsd-12.1/sys/contrib/ck/src/
H A Dck_hp.c136 void **pointers) in ck_hp_register() argument
141 entry->pointers = pointers; in ck_hp_register()
145 memset(pointers, 0, state->degree * sizeof(void *)); in ck_hp_register()
176 if (ck_pr_load_ptr(&record->pointers) == NULL) in ck_hp_member_scan()
180 hazard = ck_pr_load_ptr(&record->pointers[i]); in ck_hp_member_scan()
203 if (ck_pr_load_ptr(&record->pointers) == NULL) in ck_hp_member_cache()
210 pointer = ck_pr_load_ptr(&record->pointers[i]); in ck_hp_member_cache()
/freebsd-12.1/bin/sh/tests/parser/
H A Dheredoc7.03 # Some of these created malformed parse trees with null pointers for here
12 # Some of these created malformed parse trees with null pointers for here
/freebsd-12.1/crypto/openssl/doc/man3/
H A DX509_SIG_get0.pod18 X509_SIG_get0() returns pointers to the algorithm identifier and digest
20 except the pointers returned are not constant and can be modified:
H A DADMISSIONS.pod115 NAMING_AUTHORITY_get0_get0_authorityText(), functions return pointers
125 and ADMISSION_SYNTAX_get0_contentsOfAdmissions() functions return pointers
136 functions return pointers to those values within the object.
150 functions return pointers to those values within the object.
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daix64.opt25 Compile for 64-bit pointers
29 Compile for 32-bit pointers
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-alias.c982 free (ai->pointers[i]); in delete_alias_info()
983 free (ai->pointers); in delete_alias_info()
1182 struct alias_map_d *p_map = ai->pointers[i]; in compute_flow_insensitive_aliasing()
1281 struct alias_map_d *p_map1 = ai->pointers[i]; in compute_flow_insensitive_aliasing()
1290 struct alias_map_d *p_map2 = ai->pointers[j]; in compute_flow_insensitive_aliasing()
1364 tree ptr = ai->pointers[i]->var, tag; in finalize_ref_all_pointers()
1523 if (ai->pointers[i]->grouped_p) in group_aliases()
1531 bitmap tag2_aliases = ai->pointers[j]->may_aliases; in group_aliases()
1546 ai->pointers[j]->grouped_p = true; in group_aliases()
2286 struct alias_map_d *curr = ai->pointers[i]; in get_tmt_for()
[all …]
H A Dtree-ssa-structalias.h49 struct alias_map_d **pointers; member
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_flags.inc42 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
44 "Consider pointers found in poisoned memory to be valid.")
/freebsd-12.1/stand/powerpc/kboot/
H A Dldscript.powerpc70 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
71 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/stand/arm/uboot/
H A Dldscript.arm66 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
67 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/contrib/gcc/doc/
H A Dgty.texi21 global variables that hold pointers to garbage-collected memory must
218 generic pointers (that is, @code{PTR}) and then use it with a specific
243 several different types, which might not necessarily all be pointers.
297 The type machinery expects all pointers to point to the start of an
300 convert the original object to and from the pointer, such pointers
324 Some data structures depend on the relative ordering of pointers. If
327 changing the pointers in the object that's pointed to by the field the
338 of pointers. @code{reorder} functions can be expensive. When
/freebsd-12.1/stand/mips/uboot/
H A Dldscript.mips62 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
63 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/sys/conf/
H A Dldscript.powerpcspe71 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
72 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpc70 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
71 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpc64100 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
101 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/stand/powerpc/uboot/
H A Dldscript.powerpc65 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
66 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/stand/powerpc/ofw/
H A Dldscript.powerpc65 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
66 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/decls/
H A DMakefile22 tst.pointers.d \
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dcoroutine158 "non-void pointers");
241 "non-void pointers");
248 "pointers to the coroutine's promise type; use 'from_promise' instead");
/freebsd-12.1/sys/cddl/boot/zfs/
H A DREADME10 blkptr.c ZFS embedded-data block pointers support
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile45 pointers \
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dfunctional137 // Handle member data pointers using _Mem_fn's logic
479 // Handle pointers
487 // Handle smart pointers and derived
670 * Maps member pointers into instances of _Mem_fn but leaves all
684 * Maps member pointers into instances of _Mem_fn but leaves all
747 * accept NULL pointers.
800 when casting between void pointers and pointers-to-pointers. */

12345678910>>...12