Home
last modified time | relevance | path

Searched refs:dim (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h166 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()
192 dim->steps_right = 0; in net_dim_turn()
[all …]
/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()
H A Dmlx5_en_main.c1272 INIT_WORK(&rq->dim.work, mlx5e_dim_work); in mlx5e_create_rq()
1274 rq->dim.mode = NET_DIM_CQ_PERIOD_MODE_DISABLED; in mlx5e_create_rq()
1281 rq->dim.mode = NET_DIM_CQ_PERIOD_MODE_START_FROM_EQE; in mlx5e_create_rq()
1284 rq->dim.mode = NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE; in mlx5e_create_rq()
1287 rq->dim.mode = NET_DIM_CQ_PERIOD_MODE_DISABLED; in mlx5e_create_rq()
1475 cancel_work_sync(&rq->dim.work); in mlx5e_close_rq_wait()
2604 rq->dim.mode = NET_DIM_CQ_PERIOD_MODE_DISABLED; in mlx5e_refresh_rq_params()
2608 cancel_work_sync(&rq->dim.work); in mlx5e_refresh_rq_params()
2620 rq->dim.mode = dim_mode; in mlx5e_refresh_rq_params()
2621 rq->dim.state = 0; in mlx5e_refresh_rq_params()
[all …]
H A Dmlx5_en_rx.c716 if (rq->dim.mode != NET_DIM_CQ_PERIOD_MODE_DISABLED) in mlx5e_rx_cq_comp()
717 net_dim(&rq->dim, rq->stats.packets, rq->stats.bytes); in mlx5e_rx_cq_comp()
/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/
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/AMDGPU/
H A DMIMGInstructions.td451 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"
501 (ins SReg_256:$rsrc, DMask:$dmask, Dim:$dim,
504 let AsmString = opcode#" $vdata, "#AddrAsm#", $rsrc$dmask$dim$cpol$r128$a16$tfe"
[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;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td716 AMDGPUDimProps dim> {
717 AMDGPUDimProps Dim = dim;
738 !if(Gradients, dim.GradientArgs, []),
739 !listconcat(!if(IsSample, dim.CoordSliceArgs, dim.CoordSliceIntArgs),
771 AMDGPUDimProps dim,
773 bit has_return = true> : AMDGPUDimProfile<opmod, dim> {
785 AMDGPUDimProps dim,
787 : AMDGPUDimSampleProfile<opmod, dim, sample, false> {
791 AMDGPUDimProps dim,
794 bit Mip = false> : AMDGPUDimProfile<opmod, dim> {
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Dompx.h.var65 /// ompx_{thread,block}_{id,dim}
125 /// ompx_{thread,block}_{id,dim}_{x,y,z}
178 /// ompx::{thread,block}_{id,dim}_{,x,y,z}
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c646 tdesc_array_create(dwarf_t *dw, Dwarf_Die dim, tdesc_t *arrtdp, in tdesc_array_create() argument
655 if ((dim2 = die_sibling(dw, dim)) == NULL) { in tdesc_array_create()
682 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0)) in tdesc_array_create()
684 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0)) in tdesc_array_create()
686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0)) in tdesc_array_create()
688 else if (die_signed(dw, dim, DW_AT_count, &sval, 0)) in tdesc_array_create()
716 Dwarf_Die dim; in die_array_create() local
720 if ((dim = die_child(dw, arr)) == NULL || in die_array_create()
721 die_tag(dw, dim) != DW_TAG_subrange_type) in die_array_create()
724 tdesc_array_create(dw, dim, arrtdp, tdp); in die_array_create()
/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/device-tree/Bindings/leds/backlight/
H A Darcxcnn_bl.txt16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used)
/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.
H A Dfr_BE.UTF-8.src35 dim.
H A Dfr_FR.UTF-8.src35 dim.
/freebsd/contrib/openpam/
H A DCREDITS25 Dimitry Andric <dim@freebsd.org>
/freebsd/contrib/libpcap/
H A Dpcap-airpcap.c448 airpcap_setbuff(pcap_t *p, int dim) in airpcap_setbuff() argument
452 if (!p_AirpcapSetKernelBuffer(pa->adapter, dim)) { in airpcap_setbuff()
/freebsd/contrib/one-true-awk/testdir/
H A DT.func190 diff foo1 foo2 || echo 'BAD: T.func (multi-dim subscript)'
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src382 ansi+sgrbold|ANSI graphic renditions; assuming terminal has bold; not dim,
387 ansi+sgrdim|ANSI graphic renditions; assuming terminal has dim; not bold,
388 dim=\E[2m,
789 bold=\Eya, dch1=\Ea, dim=\EyB,
838 dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K,
864 cub1=^H, cvvis=\E.", dim=\Em, dl1=\EM, il1=\EL, ind=\n$<2*/>,
880 cub1=^H, cvvis=\E.", dim=\Em, dl1=\EM, il1=\EL, ind=\n$<2*/>,
977 dim=\E[2m, ech=\E[%p1%dX, el1=\E[1K,
1153 cud1=\n, cup=\E[%i%p1%d;%p2%dH, dim=\E[2m,
1191 # dim, rendering those as green, cyan and gray respectively.
[all …]

123