Home
last modified time | relevance | path

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

123456789

/freebsd-13.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-13.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-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp64 m_exe_ctx_ref.GetProcessSP()->ReadMemory(ptr_offset, m_ht->pointers, size, in UpdateFor()
101 return m_ht_32->pointers[m_ht_32->bits.keys_offset]; in GetKeyPointer()
103 return m_ht_64->pointers[m_ht_64->bits.keys_offset]; in GetKeyPointer()
111 return m_ht_32->pointers[0]; in GetValuePointer()
113 return m_ht_64->pointers[0]; in GetValuePointer()
/freebsd-13.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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def39 /// - the representation of member function pointers is adjusted
40 /// to not conflict with the 'thumb' bit of ARM function pointers;
58 /// - member function pointers,
81 /// - representation of member function pointers adjusted as in ARM.
88 /// - representation of member function pointers adjusted as in ARM.
94 /// - representation of member function pointers is adjusted, as in ARM;
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m466 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64.
67 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64
69 # - 64-bit instruction set, 32-bit pointers, 32-bit 'long': x86_64-x32.
70 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386.
103 # - aarch64 instruction set, 64-bit pointers, 64-bit 'long': arm64.
104 # - aarch64 instruction set, 32-bit pointers, 32-bit 'long': arm64-ilp32.
105 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': arm or armhf.
485 # - 64-bit instruction set, 64-bit pointers, 64-bit 'long': x86_64.
486 # - 64-bit instruction set, 64-bit pointers, 32-bit 'long': x86_64
489 # - 32-bit instruction set, 32-bit pointers, 32-bit 'long': i386.
[all …]
/freebsd-13.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-13.1/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-neta-bm.txt12 - pool<0 : 3>,capacity: size of external buffer pointers' ring maintained
18 pointers' pool (id 0 : 3). It will be taken into consideration only when pool
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc41 LSAN_FLAG(bool, use_unaligned, false, "Consider unaligned pointers valid.")
43 "Consider pointers found in poisoned memory to be valid.")
/freebsd-13.1/contrib/libcbor/
H A Dcodecov.yml2 - "test/stream_expectations.c" # Function pointers are not resolved correctly
/freebsd-13.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-13.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-13.1/cddl/usr.sbin/dtrace/tests/common/decls/
H A DMakefile22 tst.pointers.d \
/freebsd-13.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-13.1/stand/powerpc/ofw/
H A Dldscript.powerpc69 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
70 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpcle69 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
70 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-13.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-13.1/sys/conf/
H A Dldscript.powerpc86 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
87 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpcspe87 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
88 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpc64le110 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
111 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Dldscript.powerpc64111 /* Put .ctors and .dtors next to the .got2 section, so that the pointers
112 get relocated with -mrelocatable. Also put in the .fixup pointers.
/freebsd-13.1/sys/cddl/boot/zfs/
H A DREADME10 blkptr.c ZFS embedded-data block pointers support
/freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile45 pointers \
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dcoroutine156 "non-void pointers");
239 "non-void pointers");
246 "pointers to the coroutine's promise type; use 'from_promise' instead");

123456789