| /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 222 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-13.1/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-13.1/sys/dev/ppbus/ |
| H A D | ppbus_if.m | 76 # Do chipset dependent low level read 86 # Do chipset dependent low level write
|
| /freebsd-13.1/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.
|
| H A D | atmel-dma.txt | 28 dependent:
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.README | 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 source file name. 138 Flags dependent on output file name. 140 Flags dependent on compiler added to CFLAGS. 151 Flags dependent on source file name. 153 Flags dependent on output file name. 356 Flags dependent on output file name. [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/fsi/ |
| H A D | fsi-master-aspeed.txt | 11 - interrupts: platform dependent interrupt description
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 470 def : Property<"dependent", Bool> { 478 deducedType, dependent); 483 def : Property<"dependent", Bool> { 500 if (dependent) 511 if (dependent) 627 def : Property<"dependent", Bool> { 656 if (dependent)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 131 /// are always registered before the dependent checker, and its checker 146 /// weak dependency, the dependent checker might still be registered. If the 148 /// callbacks will be evaluated before the dependent checker. This can be used
|
| /freebsd-13.1/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-13.1/contrib/tcpdump/ |
| H A D | INSTALL.txt | 82 lbl/os-*.h - OS-dependent defines and prototypes 84 machdep.c - machine dependent routines 85 machdep.h - machine dependent definitions
|
| /freebsd-13.1/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-13.1/sys/contrib/device-tree/Bindings/usb/ |
| H A D | ci-hdrc-usb2.txt | 44 - ahb-burst-config: it is vendor dependent, the required value should be 49 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword 55 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | InstallNameToolOpts.td | 37 HelpText<"Change dependent shared library install name">;
|
| /freebsd-13.1/contrib/googletest/googletest/xcode/Config/ |
| H A D | General.xcconfig | 32 // Turn on position dependent code for most cases (overridden where appropriate)
|
| /freebsd-13.1/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-powerdown.txt | 10 The actual action taken when powerdown is asserted is hardware dependent.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-spi-byte.txt | 9 The value for lowest and highest brightness is dependent on the device and
|