Home
last modified time | relevance | path

Searched full:dim (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h36 /* This file implements Dynamic Interrupt Moderation, DIM */
166 net_dim_on_top(struct net_dim *dim) in net_dim_on_top() argument
168 switch (dim->tune_state) { in net_dim_on_top()
173 return (dim->steps_left > 1) && (dim->steps_right == 1); in net_dim_on_top()
175 return (dim->steps_right > 1) && (dim->steps_left == 1); in net_dim_on_top()
180 net_dim_turn(struct net_dim *dim) in net_dim_turn() argument
182 switch (dim->tune_state) { in net_dim_turn()
187 dim->tune_state = NET_DIM_GOING_LEFT; in net_dim_turn()
188 dim->steps_left = 0; in net_dim_turn()
191 dim->tune_state = NET_DIM_GOING_RIGHT; in net_dim_turn()
[all …]
/freebsd/contrib/flex/src/
H A Dtables_shared.h78 YYTD_ID_ACCEPT = 0x01, /**< 1-dim ints */
79 YYTD_ID_BASE = 0x02, /**< 1-dim ints */
80 YYTD_ID_CHK = 0x03, /**< 1-dim ints */
81 YYTD_ID_DEF = 0x04, /**< 1-dim ints */
82 YYTD_ID_EC = 0x05, /**< 1-dim ints */
83 YYTD_ID_META = 0x06, /**< 1-dim ints */
84 YYTD_ID_NUL_TRANS = 0x07, /**< 1-dim ints, maybe indices */
86 YYTD_ID_RULE_CAN_MATCH_EOL = 0x09, /**< 1-dim ints */
87 YYTD_ID_START_STATE_LIST = 0x0A, /**< 1-dim indices into trans tbl */
89 YYTD_ID_ACCLIST = 0x0C /**< 1-dim ints */
/freebsd/contrib/file/magic/Magdir/
H A Dnifty34 >>0 use nifti1-dim-le
43 >>0 use \^nifti1-dim-le
58 >>0 use nifti2-dim-le
67 >>0 use \^nifti2-dim-le
102 0 name nifti1-dim-le
104 >40 leshort <0 \b, INVALID dim[0]=%d
105 >40 leshort >7 \b, INVALID dim[0]=%d
132 0 name nifti2-dim-le
134 >16 lequad <0 \b, INVALID dim[0]=%lld
135 >16 lequad >7 \b, INVALID dim[0]=%lld
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var65 /// ompx_{thread,block}_{id,dim}
68 static inline int ompx_##NAME(int Dim) { return VALUE; }
71 omp_get_ancestor_thread_num(Dim + 1))
72 _TGT_KERNEL_LANGUAGE_HOST_IMPL_GRID_C(block_dim, omp_get_team_size(Dim + 1))
125 /// ompx_{thread,block}_{id,dim}_{x,y,z}
128 int ompx_##NAME(int Dim); \
178 /// ompx::{thread,block}_{id,dim}_{,x,y,z}
181 static inline int NAME(int Dim) noexcept { return ompx_##NAME(Dim); } \
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c63 struct net_dim *dim = container_of(work, struct net_dim, work); in mlx5e_dim_work() local
64 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim); in mlx5e_dim_work()
72 profile_ix = dim->profile_ix; in mlx5e_dim_work()
73 mode = dim->mode; in mlx5e_dim_work()
74 dim->state = NET_DIM_START_MEASURE; in mlx5e_dim_work()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td80 let Fields = ["Dim", "NumCoords", "NumGradients", "MSAA", "DA", "Encoding", "AsmSuffix"];
83 let PrimaryKey = ["Dim"];
451 Dim:$dim, UNorm:$unorm, CPol:$cpol,
454 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe"
464 Dim:$dim, UNorm:$unorm, CPol:$cpol,
467 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe"
476 Dim:$dim, UNorm:$unorm, CPol:$cpol,
479 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe"
489 Dim:$dim, UNorm:$unorm, CPol:$cpol,
492 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$cpol$r128$a16$tfe$lwe"
[all …]
H A DSIInstrFormats.td389 bits<3> dim;
395 let Inst{5-3} = dim;
416 bits<3> dim;
420 let Inst{4-2} = dim;
440 bits<3> dim;
454 let Inst{2-0} = dim;
H A DAMDGPUInstrInfo.h58 MIMGDim Dim; member
92 getImageDimIntrinsicByBaseOpcode(unsigned BaseOpcode, unsigned Dim);
H A DAMDGPUSubtarget.cpp489 static unsigned getReqdWorkGroupSize(const Function &Kernel, unsigned Dim) { in getReqdWorkGroupSize() argument
492 return mdconst::extract<ConstantInt>(Node->getOperand(Dim))->getZExtValue(); in getReqdWorkGroupSize()
527 unsigned Dim = UINT_MAX; in makeLIDRangeMetadata() local
534 Dim = 0; in makeLIDRangeMetadata()
541 Dim = 1; in makeLIDRangeMetadata()
548 Dim = 2; in makeLIDRangeMetadata()
554 if (Dim <= 3) { in makeLIDRangeMetadata()
555 unsigned ReqdSize = getReqdWorkGroupSize(*Kernel, Dim); in makeLIDRangeMetadata()
/freebsd/
H A DMAINTAINERS43 contrib/libcxxrt dim,emaste Pre-commit review preferred.
44 contrib/llvm-project/compiler-rt dim Pre-commit review preferred.
45 contrib/llvm-project/libcxx dim Pre-commit review preferred.
46 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
47 contrib/llvm-project/lldb dim,emaste Pre-commit review preferred.
48 contrib/llvm-project/llvm dim Pre-commit review preferred.
49 contrib/llvm-project/openmp dim,emaste Pre-commit review preferred.
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h70 unsigned Dim : 3; member
80 ImageAttrs(unsigned Dim, unsigned Depth, unsigned Arrayed, unsigned MS,
83 Flags.Dim = Dim;
94 make_descr_image(const Type *SampledTy, unsigned Dim, unsigned Depth,
99 ImageAttrs(Dim, Depth, Arrayed, MS, Sampled, ImageFormat, AQ).Val,
H A DSPIRVBuiltins.cpp979 static unsigned getNumComponentsForDim(SPIRV::Dim::Dim dim) { in getNumComponentsForDim() argument
980 switch (dim) { in getNumComponentsForDim()
981 case SPIRV::Dim::DIM_1D: in getNumComponentsForDim()
982 case SPIRV::Dim::DIM_Buffer: in getNumComponentsForDim()
984 case SPIRV::Dim::DIM_2D: in getNumComponentsForDim()
985 case SPIRV::Dim::DIM_Cube: in getNumComponentsForDim()
986 case SPIRV::Dim::DIM_Rect: in getNumComponentsForDim()
988 case SPIRV::Dim::DIM_3D: in getNumComponentsForDim()
991 report_fatal_error("Cannot get num components for given Dim"); in getNumComponentsForDim()
998 auto dim = static_cast<SPIRV::Dim::Dim>(imgType->getOperand(2).getImm()); in getNumSizeComponents() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td612 AMDGPUDimProps Dim = !cast<AMDGPUDimProps>(NAME);
716 AMDGPUDimProps dim> {
717 AMDGPUDimProps Dim = dim;
738 !if(Gradients, dim.GradientArgs, []),
739 !listconcat(!if(IsSample, dim.CoordSliceArgs, dim.CoordSliceIntArgs),
757 class AMDGPUDimProfileCopy<AMDGPUDimProfile base> : AMDGPUDimProfile<base.OpMod, base.Dim> {
771 AMDGPUDimProps dim,
773 bit has_return = true> : AMDGPUDimProfile<opmod, dim> {
785 AMDGPUDimProps dim,
787 : AMDGPUDimSampleProfile<opmod, dim, sample, false> {
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Datf.terminfo10 dch=dch%p1%dX, dch1=, dl=dl%p1%dX, dl1= , dim=dim, ech=ech%p1%dX,
/freebsd/sys/contrib/libsodium/msvc-scripts/
H A Drep.vbs1 Dim pat, patparts, rxp, inp
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h70 namespace Dim {
73 } // namespace Dim
/freebsd/contrib/ntp/ntpd/
H A Drefclock_atom.c69 * dim (default) and on the falling (clear) edge if lit. If flag3 is dim
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Darcxcnn_bl.txt16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
H A Dkinetic,ktd253.yaml30 description: GPIO to use to enable/disable and dim the backlight.
/freebsd/share/timedef/
H A Dfr_BE.ISO8859-15.src35 dim.
H A Dfr_CA.ISO8859-15.src35 dim.
H A Dfr_CA.UTF-8.src35 dim.
H A Dfr_CH.ISO8859-15.src35 dim.
H A Dfr_CH.UTF-8.src35 dim.
H A Dfr_FR.ISO8859-15.src35 dim.

12345