/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | rtree.h | 129 rtree_ctx_t *rtree_ctx, uintptr_t key, bool dependent, bool init_missing); 174 rtree_leaf_elm_t *elm, bool dependent) { in rtree_leaf_elm_bits_read() argument 175 return (uintptr_t)atomic_load_p(&elm->le_bits, dependent in rtree_leaf_elm_bits_read() 212 rtree_leaf_elm_t *elm, bool dependent) { in rtree_leaf_elm_extent_read() argument 214 uintptr_t bits = rtree_leaf_elm_bits_read(tsdn, rtree, elm, dependent); in rtree_leaf_elm_extent_read() 217 extent_t *extent = (extent_t *)atomic_load_p(&elm->le_extent, dependent in rtree_leaf_elm_extent_read() 225 rtree_leaf_elm_t *elm, bool dependent) { in rtree_leaf_elm_szind_read() argument 227 uintptr_t bits = rtree_leaf_elm_bits_read(tsdn, rtree, elm, dependent); in rtree_leaf_elm_szind_read() 230 return (szind_t)atomic_load_u(&elm->le_szind, dependent ? ATOMIC_RELAXED in rtree_leaf_elm_szind_read() 237 rtree_leaf_elm_t *elm, bool dependent) { in rtree_leaf_elm_slab_read() argument [all …]
|
/freebsd/contrib/jemalloc/src/ |
H A D | rtree.c | 165 rtree_child_node_tryread(rtree_node_elm_t *elm, bool dependent) { in rtree_child_node_tryread() argument 168 if (dependent) { in rtree_child_node_tryread() 176 assert(!dependent || node != NULL); in rtree_child_node_tryread() 182 unsigned level, bool dependent) { in rtree_child_node_read() argument 185 node = rtree_child_node_tryread(elm, dependent); in rtree_child_node_read() 186 if (!dependent && unlikely(!rtree_node_valid(node))) { in rtree_child_node_read() 189 assert(!dependent || node != NULL); in rtree_child_node_read() 194 rtree_child_leaf_tryread(rtree_node_elm_t *elm, bool dependent) { in rtree_child_leaf_tryread() argument 197 if (dependent) { in rtree_child_leaf_tryread() 205 assert(!dependent || leaf != NULL); in rtree_child_leaf_tryread() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 8 /// A type node that is only used to represent dependent types in C++. For 10 /// where the base template-id is dependent (such as `T::foo<U>`). Code 11 /// that only works with non-dependent types can ignore these type nodes. 31 /// A type node that only represents a canonical type in some dependent cases. 36 /// and so remains canonical. Code which only works with non-dependent
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 221 and bus specific outer modules (machine dependent). 237 dependent module (where configuration is begun from and bus specific 244 soft state structure contains a machine/bus dependent vector (mdvec) 250 The machine dependent outer module must provide functional entry points 257 The machine dependent outer module code must also provide a set of 297 dependent vector as well as any other platform specific information that 306 Part of the isp_reset call may cause callbacks out to the bus dependent 309 Channel HBA). The reason this is considered 'bus dependent' is that 310 only the bus dependent module may have the information that says how 311 one could perform I/O mapping and dependent (e.g., on a Solaris system) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | fsl-upm-nand.txt | 17 - fsl,upm-wait-flags : add chip-dependent short delays after running the 20 - chip-delay : chip dependent delay for transferring data from array to
|
H A D | orion-nand.txt | 12 - chip-delay : Chip dependent delay for transferring data from array to read
|
/freebsd/sys/dev/ppbus/ |
H A D | ppbus_if.m | 75 # Do chipset dependent low level read 85 # Do chipset dependent low level write
|
/freebsd/tools/build/options/ |
H A D | WITH_STATS | 3 and dependent binaries.
|
H A D | WITHOUT_STATS | 3 and dependent binaries.
|
H A D | WITH_GOOGLETEST | 4 and dependent tests.
|
H A D | WITHOUT_GOOGLETEST | 4 and dependent tests.
|
/freebsd/share/mk/ |
H A D | bsd.README | 124 Flags dependent on source file name. 126 Flags dependent on output file name. 128 Flags dependent on source file name. 130 Flags dependent on output file name. 132 Flags dependent on source file name. 134 Flags dependent on output file name. 136 Flags dependent on compiler added to CFLAGS. 143 Flags dependent on compiler added to CXXFLAGS. 147 Flags dependent on source file name. 149 Flags dependent on output file name. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | CheckerBase.td | 130 /// are always registered before the dependent checker, and its checker 145 /// weak dependency, the dependent checker might still be registered. If the 147 /// callbacks will be evaluated before the dependent checker. This can be used
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gnu | 44 # number of system dependent segments 47 # offset of table describing system dependent segments 49 # number of system dependent strings pairs
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeProperties.td | 538 def : Property<"dependent", Bool> { 546 deducedType, dependent); 551 def : Property<"dependent", Bool> { 568 if (dependent) 579 if (dependent) 708 def : Property<"dependent", Bool> { 737 if (dependent)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Relocation.txt | 10 1. Code for lowering addresses references to machine dependent code is 46 "ISD::ADD", not a target dependent one.
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi-master-aspeed.txt | 11 - interrupts: platform dependent interrupt description
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 105 lbl/os-*.h - OS-dependent defines and prototypes 107 machdep.c - machine dependent routines 108 machdep.h - machine dependent definitions
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ci-hdrc-usb2.txt | 45 - ahb-burst-config: it is vendor dependent, the required value should be 50 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword 56 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | InstallNameToolOpts.td | 37 HelpText<"Change dependent shared library install name">;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_memcmp.pod | 17 It takes an amount of time dependent on B<len>, but independent of the
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | st,sti-softreset.txt | 9 The actual action taken when softreset is asserted is hardware dependent.
|
H A D | st,sti-picophyreset.txt | 8 The actual action taken when softreset is asserted is hardware dependent.
|
H A D | st,sti-powerdown.txt | 10 The actual action taken when powerdown is asserted is hardware dependent.
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | atmel-dma.txt | 28 dependent:
|