Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c158 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 Dkmp_dispatch_hier.h59 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 Dkmp_dispatch.cpp914 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 Dinjection.py12 import scapy.layers.all
13 from scapy.layers.inet import ICMPEcho_am
14 from scapy.layers.tuntap import TunTapInterface
H A Dtest_ping.py32 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 Drpc57 layers 100121 na.layers
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-follow-down-one.m45 dnl # symbol still exists but will traverse down all the layers.
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst11 **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 Dblit24 #0 short 0520 tty630 layers executable
/freebsd/contrib/lutok/
H A DREADME13 library, Lutok adds several layers or abstraction and error checking
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Didr.h63 int layers; member
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt12 exception layers must channel through the EL3 software whenever it needs
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,malidp.txt5 DP650 processors that offer multiple composition layers, support for
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td34 // SDAG and the MachineInstr layers happy.
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt30 "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 DREADME5 This tool does not deal with layers above 802.11. A payload from
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md153 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 Dglossary.md186 processing by upper layers.
/freebsd/sys/ufs/ufs/
H A DREADME.extattr13 extended attribute service layers support for extended attributes onto a
/freebsd/crypto/openssl/test/radix/
H A DREADME.md101 The RADIX test suite framework is built in four layers:
/freebsd/sys/dev/uart/
H A Duart_if.m165 # grab() - Up call from the console to the upper layers of the driver when
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale75 The existing locale implementation included several ad-hoc caching layers.
/freebsd/crypto/libecc/
H A DREADME.md201 (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 Dcpu-topology.txt121 per cluster. A system can contain several layers of

12