Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h382 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()
447 if (!dependent && elm == NULL) { in rtree_extent_szind_read()
[all …]
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmipi-ccs.yaml41 description: Analogue voltage supply (VANA), sensor dependent.
44 description: Core voltage supply (VCore), sensor dependent.
47 description: I/O voltage supply (VIO), sensor dependent.
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtouchscreen.yaml32 description: maximum reported pressure (arbitrary range dependent on the controller)
50 range dependent on the controller)
55 values dependent on the controller)
/freebsd-14.2/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)
257 The machine dependent outer module code must also provide a set of
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
342 this command. It also calls through the machine dependent vector
346 DMA mapping can be done in this bus dependent function. This is
411 the bus dependent DMA mapping function). If this entry completes the
432 The platform dependent code may also therefore assume that if it is
[all …]
/freebsd-14.2/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-14.2/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-14.2/sys/dev/ppbus/
H A Dppbus_if.m75 # Do chipset dependent low level read
85 # Do chipset dependent low level write
/freebsd-14.2/share/mk/
H A Dbsd.README127 Flags dependent on source file name.
129 Flags dependent on output file name.
131 Flags dependent on source file name.
133 Flags dependent on output file name.
135 Flags dependent on source file name.
137 Flags dependent on output file name.
139 Flags dependent on compiler added to CFLAGS.
150 Flags dependent on source file name.
152 Flags dependent on output file name.
355 Flags dependent on output file name.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dnxp,imx8-isi.yaml16 number and nature is SoC-dependent. They cover both capture interfaces (MIPI
59 assignment are model-dependent. Each port shall have a single endpoint.
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Dst,stm32-dma.yaml18 dependent:
33 4. A 32bit bitfield value specifying DMA features which are device dependent:
H A Dsocionext,uniphier-mio-dmac.yaml29 The number of interrupt lines is SoC-dependent.
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/
H A Dmdio-mux.yaml14 numbered uniquely in a device dependent manner. The nodes for an MDIO
/freebsd-14.2/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-aspeed.txt11 - interrupts: platform dependent interrupt description
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td491 def : Property<"dependent", Bool> {
499 deducedType, dependent);
504 def : Property<"dependent", Bool> {
521 if (dependent)
532 if (dependent)
661 def : Property<"dependent", Bool> {
690 if (dependent)
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/reset/
H A Dst,stih407-picophyreset.yaml17 The actual action taken when softreset is asserted is hardware dependent.

12345678910>>...12