Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 258) sorted by relevance

1234567891011

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h129 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 Drtree.c165 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 DTypeNodes.td8 /// 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 DDriverManual.txt221 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 Dfsl-upm-nand.txt17 - 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 Dorion-nand.txt12 - chip-delay : Chip dependent delay for transferring data from array to read
/freebsd/sys/dev/ppbus/
H A Dppbus_if.m75 # Do chipset dependent low level read
85 # Do chipset dependent low level write
/freebsd/tools/build/options/
H A DWITH_STATS3 and dependent binaries.
H A DWITHOUT_STATS3 and dependent binaries.
H A DWITH_GOOGLETEST4 and dependent tests.
H A DWITHOUT_GOOGLETEST4 and dependent tests.
/freebsd/share/mk/
H A Dbsd.README124 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 DCheckerBase.td130 /// 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 Dgnu44 # 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 DTypeProperties.td538 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 DRelocation.txt10 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 Dfsi-master-aspeed.txt11 - interrupts: platform dependent interrupt description
/freebsd/contrib/tcpdump/
H A DINSTALL.md105 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 Dci-hdrc-usb2.txt45 - 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 DInstallNameToolOpts.td37 HelpText<"Change dependent shared library install name">;
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_memcmp.pod17 It takes an amount of time dependent on B<len>, but independent of the
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dst,sti-softreset.txt9 The actual action taken when softreset is asserted is hardware dependent.
H A Dst,sti-picophyreset.txt8 The actual action taken when softreset is asserted is hardware dependent.
H A Dst,sti-powerdown.txt10 The actual action taken when powerdown is asserted is hardware dependent.
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Datmel-dma.txt28 dependent:

1234567891011