Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h174 bool dependent) { in rtree_leaf_elm_bits_read() argument
382 dependent, init_missing); in rtree_leaf_elm_lookup()
405 bool dependent) { in rtree_read() argument
407 key, dependent, false); in rtree_read()
408 if (!dependent && elm == NULL) { in rtree_read()
419 dependent); in rtree_extent_read()
420 if (!dependent && elm == NULL) { in rtree_extent_read()
430 dependent); in rtree_szind_read()
431 if (!dependent && elm == NULL) { in rtree_szind_read()
446 dependent); in rtree_extent_szind_read()
[all …]
/freebsd-12.1/contrib/jemalloc/src/
H A Drtree.c168 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
189 assert(!dependent || node != NULL); in rtree_child_node_read()
197 if (dependent) { in rtree_child_leaf_tryread()
205 assert(!dependent || leaf != NULL); in rtree_child_leaf_tryread()
211 unsigned level, bool dependent) { in rtree_child_leaf_read() argument
218 assert(!dependent || leaf != NULL); in rtree_child_leaf_read()
245 if (level != 0 && !dependent && \ in rtree_leaf_elm_lookup_hard()
255 dependent); \ in rtree_leaf_elm_lookup_hard()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeNodes.def17 // and might be dependent, canonical, or non-canonical. All clients
31 // type that is always dependent. Clients that do not need to deal
35 // is non-canonical unless it is dependent. Defaults to TYPE because
36 // it is neither reliably dependent nor reliably non-canonical.
/freebsd-12.1/sys/dev/isp/
H A DDriverManual.txt222 and bus specific outer modules (machine dependent).
238 dependent module (where configuration is begun from and bus specific
245 soft state structure contains a machine/bus dependent vector (mdvec)
258 The machine dependent outer module code must also provide a set of
310 Channel HBA). The reason this is considered 'bus dependent' is that
311 only the bus dependent module may have the information that says how
343 this command. It also calls through the machine dependent vector
347 DMA mapping can be done in this bus dependent function. This is
412 the bus dependent DMA mapping function). If this entry completes the
433 The platform dependent code may also therefore assume that if it is
[all …]
/freebsd-12.1/contrib/gcc/config/mips/
H A D4130.md32 ;; (a) dependent instructions are separated by a non-dependent
42 ;; and thus make the schedule less dependent on alignment.
H A Dsb1.md21 ;; In 32-bit mode, dependent FP can't co-issue with load, and only one FP exe
112 ;; ??? SB-1 can co-issue a load with a dependent arith insn if it executes on
113 ;; an EX unit. Can not co-issue if the dependent insn executes on an LS unit.
116 ;; A load normally has a latency of zero cycles. In some cases, dependent
193 ;; This assumes that if a load is dependent on a previous insn, then it must
268 ;; This assumes that if a load is dependent on a previous insn, then it must
332 ;; This assumes that if a load is dependent on a previous insn, then it must
/freebsd-12.1/sys/dev/ppbus/
H A Dppbus_if.m76 # Do chipset dependent low level read
86 # Do chipset dependent low level write
/freebsd-12.1/contrib/libstdc++/
H A Dconfigure.host76 # Set any CPU-dependent bits.
162 # Set any OS-dependent bits.
274 # Set any OS-dependent and CPU-dependent bits.
/freebsd-12.1/contrib/libc++/
H A DFREEBSD-upgrade8 platform-dependent (unless the platform in question is FreeBSD, obviously).
/freebsd-12.1/contrib/tcpdump/
H A DINSTALL.txt82 lbl/os-*.h - OS-dependent defines and prototypes
84 machdep.c - machine dependent routines
85 machdep.h - machine dependent definitions
/freebsd-12.1/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-12.1/contrib/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-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt38 # not be necessarily data-dependent on the input.
49 # Functions that return a value that is data-dependent on the input.
184 # necessarily data dependent.
H A Ddfsan_flags.inc28 "comparison might be data-dependent on the content of the strings). This"
/freebsd-12.1/contrib/binutils/bfd/
H A DTODO3 o - A source of space lossage is that all the target-dependent code
H A Dacinclude.m459 # libbfd.a is a host library containing target dependent code
/freebsd-12.1/contrib/googletest/googletest/xcode/Config/
H A DGeneral.xcconfig32 // Turn on position dependent code for most cases (overridden where appropriate)
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCRYPTO_memcmp.pod17 It takes an amount of time dependent on B<len>, but independent of the
H A DSSL_get_peer_tmp_key.pod27 behaviour on the server end is release-dependent.
/freebsd-12.1/contrib/gcc/doc/
H A Dhostconfig.texi140 If defined, a C statement (sans semicolon) that performs host-dependent
160 host-dependent removal of ordinary temp files in the compilation driver.
204 If defined, a C statement (sans semicolon) that performs host-dependent
208 If defined, a C statement (sans semicolon) that performs host-dependent
/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_pointer_glibcxx.ipp11 // libsupc++ does not implement the dependent EH ABI and the functionality
/freebsd-12.1/contrib/tnftp/
H A DINSTALL32 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
/freebsd-12.1/contrib/gcc/
H A Dconfig.host45 # host_extra_objs List of extra host-dependent objects that should
48 # host_extra_gcc_objs List of extra host-dependent objects that should
/freebsd-12.1/crypto/openssl/doc/man1/
H A Drand.pod44 Multiple files can be specified separated by an OS-dependent character.
/freebsd-12.1/sys/gnu/dts/arm/
H A Darm-realview-eb-11mp-revb.dts60 * controller, as a result, some peripherals that are dependent

12345678910>>...15