| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | rtree.h | 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() 447 if (!dependent && elm == NULL) { in rtree_extent_szind_read() [all …]
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | rtree.c | 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 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 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-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | mipi-ccs.yaml | 41 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 D | touchscreen.yaml | 32 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 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) 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 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-14.2/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-14.2/sys/dev/ppbus/ |
| H A D | ppbus_if.m | 75 # Do chipset dependent low level read 85 # Do chipset dependent low level write
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.README | 127 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 D | nxp,imx8-isi.yaml | 16 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 D | st,stm32-dma.yaml | 18 dependent: 33 4. A 32bit bitfield value specifying DMA features which are device dependent:
|
| H A D | socionext,uniphier-mio-dmac.yaml | 29 The number of interrupt lines is SoC-dependent.
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | mdio-mux.yaml | 14 numbered uniquely in a device dependent manner. The nodes for an MDIO
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/fsi/ |
| H A D | fsi-master-aspeed.txt | 11 - interrupts: platform dependent interrupt description
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 491 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 D | Relocation.txt | 10 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 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-14.2/sys/contrib/device-tree/Bindings/reset/ |
| H A D | st,stih407-picophyreset.yaml | 17 The actual action taken when softreset is asserted is hardware dependent.
|