Home
last modified time | relevance | path

Searched refs:layers (Results 1 – 25 of 46) 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()
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()
547 while (idr->layers <= layer || in idr_get_new_above_locked()
549 if (idr->layers == MAX_LEVEL + 1) { in idr_get_new_above_locked()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h59 kmp_hier_layer_e *layers; member
76 layers[current_size] = layer; in append()
89 if (layers[j] < layers[switch_index]) in sort()
97 layers[i] = layers[switch_index]; in sort()
112 __kmp_free(layers); in deallocate()
116 layers = NULL; in deallocate()
619 if (layers[i] != NULL) { in deallocate()
622 if (layers != NULL) { in deallocate()
623 __kmp_free(layers); in deallocate()
624 layers = NULL; in deallocate()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dxylon,logicvc-display.yaml14 The Xylon LogiCVC is a display controller that supports multiple layers.
24 Layers are declared in the "layers" sub-node and have dedicated configuration.
109 xylon,layers-configurable:
112 Configuration of layers' size, position and offset is enabled
115 layers:
187 The description of the display controller layers, containing layer
207 - layers
238 xylon,layers-configurable;
240 layers {
H A Darm,komeda.yaml16 layers. It is typically connected to a digital display connector like HDMI.
54 four layers, plus one for the write-back stream.
H A Darm,malidp.txt5 DP650 processors that offer multiple composition layers, support for
H A Dlvds-data-mapping.yaml15 incompatible data link layers have been used over time to transmit image data
H A Darm,malidp.yaml16 DP650 processors that offer multiple composition layers, support for
H A Dallwinner,sun4i-a10-display-backend.yaml14 The display engine backend exposes layers and sprites to the system.
/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/source/Plugins/TraceExporter/docs/
H A Dhtr.rst11 …yer:** 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.h61 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/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)
H A Dmediatek,ethdr.yaml17 space/color format conversion, and then combine different layers,
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml15 incompatible data link layers have been used over time to transmit image data
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dlvds-codec.yaml17 incompatible data link layers have been used over time to transmit image data
/freebsd/tools/tools/net80211/wlaninject/
H A DREADME5 This tool does not deal with layers above 802.11. A payload from
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Draw-nand-chip.yaml77 only the in-band area is used by the upper layers, and you
/freebsd/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml32 Pipeline blends the video and graphics layers and performs colorspace

12