| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 158 return (1 << (idr->layers * IDR_BITS)) - 1; in idr_max() 219 idr_remove_layer(idr->top, idr->layers - 1); in idr_remove_all() 221 idr->layers = 0; in idr_remove_all() 235 layer = idr->layers - 1; in idr_remove_locked() 284 layer = idr->layers - 1; in idr_find_layer_locked() 369 need = idr->layers + 1; in idr_pre_get() 445 if (idr->layers == MAX_LEVEL + 1) { in idr_get_new_locked() 456 idr->layers++; in idr_get_new_locked() 463 for (layer = idr->layers - 1;; layer--) { in idr_get_new_locked() 489 while (il->bitmap == 0 && ++layer < idr->layers) { in idr_get_new_locked() [all …]
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_dispatch_hier.h | 59 kmp_hier_layer_e *layers; member 69 layers = (kmp_hier_layer_e *)__kmp_allocate(sizeof(kmp_hier_layer_e) * in append() 76 layers[current_size] = layer; in append() 89 if (layers[j] < layers[switch_index]) in sort() 93 kmp_hier_layer_e temp1 = layers[i]; in sort() 97 layers[i] = layers[switch_index]; in sort() 101 layers[switch_index] = temp1; in sort() 112 __kmp_free(layers); in deallocate() 116 layers = NULL; in deallocate() 615 kmp_hier_top_unit_t<T> **layers; member [all …]
|
| H A D | kmp_dispatch.cpp | 914 loc, __kmp_hier_scheds.size, __kmp_hier_scheds.layers, in __kmp_dispatch_init_hier_runtime() 922 loc, __kmp_hier_scheds.size, __kmp_hier_scheds.layers, in __kmp_dispatch_init_hier_runtime() 930 loc, __kmp_hier_scheds.size, __kmp_hier_scheds.layers, in __kmp_dispatch_init_hier_runtime() 938 loc, __kmp_hier_scheds.size, __kmp_hier_scheds.layers, in __kmp_dispatch_init_hier_runtime()
|
| /freebsd/sbin/ping/tests/ |
| H A D | injection.py | 12 import scapy.layers.all 13 from scapy.layers.inet import ICMPEcho_am 14 from scapy.layers.tuntap import TunTapInterface
|
| H A D | test_ping.py | 32 layers=SimpleNamespace( 156 dst: sc.scapy.layers.inet.DestIPField, 170 icmp_otime: sc.scapy.layers.inet.ICMPTimeStampField = 0, 171 icmp_rtime: sc.scapy.layers.inet.ICMPTimeStampField = 0, 172 icmp_ttime: sc.scapy.layers.inet.ICMPTimeStampField = 0,
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc | 57 layers 100121 na.layers
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-follow-down-one.m4 | 5 dnl # symbol still exists but will traverse down all the layers.
|
| /freebsd/contrib/llvm-project/lldb/docs/design/ |
| H A D | overview.rst | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/ |
| H A D | htr.rst | 11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of layers: 19 a block layer. HTR contains one or more block layers.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | blit | 24 #0 short 0520 tty630 layers executable
|
| /freebsd/contrib/lutok/ |
| H A D | README | 13 library, Lutok adds several layers or abstraction and error checking
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | idr.h | 63 int layers; member
|
| /freebsd/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,stratix10-svc.txt | 12 exception layers must channel through the EL3 software whenever it needs
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | arm,malidp.txt | 5 DP650 processors that offer multiple composition layers, support for
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXRegisterInfo.td | 34 // SDAG and the MachineInstr layers happy.
|
| /freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,disp.txt | 30 "mediatek,<chip>-disp-ovl" - overlay (4 layers, blending, csc) 31 "mediatek,<chip>-disp-ovl-2l" - overlay (2 layers, blending, csc)
|
| /freebsd/tools/tools/net80211/wlaninject/ |
| H A D | README | 5 This tool does not deal with layers above 802.11. A payload from
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 153 record layer. Existing record layers include one for TLS, one for DTLS and one 177 Existing TLS record layers use TLS keys and IVs that are calculated using a
|
| H A D | glossary.md | 186 processing by upper layers.
|
| /freebsd/sys/ufs/ufs/ |
| H A D | README.extattr | 13 extended attribute service layers support for extended attributes onto a
|
| /freebsd/crypto/openssl/test/radix/ |
| H A D | README.md | 101 The RADIX test suite framework is built in four layers:
|
| /freebsd/sys/dev/uart/ |
| H A D | uart_if.m | 165 # grab() - Up call from the console to the upper layers of the driver when
|
| /freebsd/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 75 The existing locale implementation included several ad-hoc caching layers.
|
| /freebsd/crypto/libecc/ |
| H A D | README.md | 201 (Fp) arithmetic layers. 328 …libsig.h](include/libecc/libsig.h): they are respectively used for the NN and Fp arithmetic layers, 436 for the user when dealing with the elliptic curves and signature layers, this can become a limitati… 437 code around the NN and Fp arithmetic layers. The user will be stuck with a hard coded maximum size … 1191 >well as pretty printing functions for our NN, Fp and curves layers. 1214 Some examples to help the user interact with the NN, Fp and cruves layers 1219 >User examples for each of the NN, Fp and curves layers. These
|
| /freebsd/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-topology.txt | 121 per cluster. A system can contain several layers of
|