Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c159 return (1 << (idr->layers * IDR_BITS)) - 1; in idr_max()
220 idr_remove_layer(idr->top, idr->layers - 1); in idr_remove_all()
222 idr->layers = 0; in idr_remove_all()
236 layer = idr->layers - 1; in idr_remove_locked()
285 layer = idr->layers - 1; in idr_find_layer_locked()
370 need = idr->layers + 1; in idr_pre_get()
446 if (idr->layers == MAX_LEVEL + 1) { in idr_get_new_locked()
457 idr->layers++; in idr_get_new_locked()
464 for (layer = idr->layers - 1;; layer--) { in idr_get_new_locked()
490 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.py132 dst: sc.scapy.layers.inet.DestIPField,
146 icmp_otime: sc.scapy.layers.inet.ICMPTimeStampField = 0,
147 icmp_rtime: sc.scapy.layers.inet.ICMPTimeStampField = 0,
148 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.m44 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/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/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td34 // SDAG and the MachineInstr layers happy.
/freebsd/tools/tools/net80211/wlaninject/
H A DREADME5 This tool does not deal with layers above 802.11. A payload from
/freebsd/sys/ufs/ufs/
H A DREADME.extattr13 extended attribute service layers support for extended attributes onto a
/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
/freebsd/sys/dev/isp/
H A DDriverManual.txt518 machine dependent layers with the ISPASYNC_CHANGE_NOTIFY code.
559 point. Other platforms manage this from the machine dependent layers. The
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt104 length, can be imposed by higher layers.
1186 higher layers need to case-fold the strings prior to Punycode
1209 and higher layers need not use them.
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc405 "KMP_HW_SUBSET ignored: %1$s, %2$s: layers are equivalent, please only specify one.",

12