/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | net_dim.h | 36 /* 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 D | tables_shared.h | 78 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 D | nifty | 34 >>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 D | ompx.h.var | 65 /// 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 D | mlx5_en_dim.c | 63 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 D | MIMGInstructions.td | 80 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 D | SIInstrFormats.td | 389 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 D | AMDGPUInstrInfo.h | 58 MIMGDim Dim; member 92 getImageDimIntrinsicByBaseOpcode(unsigned BaseOpcode, unsigned Dim);
|
H A D | AMDGPUSubtarget.cpp | 489 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 D | MAINTAINERS | 43 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 D | SPIRVDuplicatesTracker.h | 70 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 D | SPIRVBuiltins.cpp | 979 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 D | IntrinsicsAMDGPU.td | 612 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 D | atf.terminfo | 10 dch=dch%p1%dX, dch1=, dl=dl%p1%dX, dl1=, dim=dim, ech=ech%p1%dX,
|
/freebsd/sys/contrib/libsodium/msvc-scripts/ |
H A D | rep.vbs | 1 Dim pat, patparts, rxp, inp
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.h | 70 namespace Dim { 73 } // namespace Dim
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_atom.c | 69 * dim (default) and on the falling (clear) edge if lit. If flag3 is dim
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | arcxcnn_bl.txt | 16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
|
H A D | kinetic,ktd253.yaml | 30 description: GPIO to use to enable/disable and dim the backlight.
|
/freebsd/share/timedef/ |
H A D | fr_BE.ISO8859-15.src | 35 dim.
|
H A D | fr_CA.ISO8859-15.src | 35 dim.
|
H A D | fr_CA.UTF-8.src | 35 dim.
|
H A D | fr_CH.ISO8859-15.src | 35 dim.
|
H A D | fr_CH.UTF-8.src | 35 dim.
|
H A D | fr_FR.ISO8859-15.src | 35 dim.
|