Home
last modified time | relevance | path

Searched defs:N (Results 176 – 200 of 220) sorted by relevance

123456789

/openbmc/qemu/target/hexagon/
H A Ddecode.c27 #define fZXTN(N, M, VAL) ((VAL) & ((1LL << (N)) - 1)) argument
/openbmc/qemu/target/nios2/
H A Dtranslate.c1094 #define offsetof_regs0(N) offsetof(CPUNios2State, shadow_regs[0][N]) in nios2_tcg_init() argument
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c187 #define DO_SLL(N, M) (N << (M & (sizeof(N) * 8 - 1))) in RVVCALL() argument
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c120 #define PAGE_FOR_EACH_TB(start, last, pagedesc, T, N) \ argument
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dmain.c865 #define ARC_IRQ_VECTOR_OFFSET(N) ((N) * 8) argument
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c372 #define TK16(N) Mk16(tk[2 * (N) + 1], tk[2 * (N)]) argument
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c571 #define GIP_PL_LEN(N) (N) argument
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c1405 #define float16_nop(N, M, S) (M) argument
1406 #define float32_nop(N, M, S) (M) argument
1407 #define float64_nop(N, M, S) (M) argument
/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h629 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
681 _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, N, ...) N argument
H A Dbpf_core_read.h266 #define ___nth(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, __11, N, ...) N argument
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h212 u32 pixclock, M, N, P; member
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1910 def traverse(x,N,stack,F,X,R,FP): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 …amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function t(e){return e.nodeName.toLowerCase()}fun… function
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c982 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c874 #define TEST(N) \ argument
/openbmc/linux/drivers/media/i2c/
H A Dov2640.c180 #define COM2_OCAP_Nx_SET(N) (((N) - 1) & 0x03) /* N = [1x .. 4x] */ argument
/openbmc/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h84 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument
85 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument
101 #define GET_M2VCBR_N(b, N) GET_GLOBAL_REG_N(M2VCBR_N, N, (b)) argument
102 #define GET_CBACR_N(b, N) GET_GLOBAL_REG_N(CBACR_N, N, (b)) argument
1154 #define N (N_MASK << N_SHIFT) macro
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c341 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
H A Dcamss-vfe-4-8.c314 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0367.c1752 u32 M, N, P; in stv0367cab_get_mclk() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c39 #define NAME_NTH(N) (0xfffe0000 | N) argument
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Db44.c79 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) argument
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c502 int N, i; in rsc_parse() local
/openbmc/qemu/fpu/
H A Dsoftfloat.c910 #define parts_scalbn(A, N, S) \ argument
1621 #define N 64 macro
1629 #define N 128 macro
1637 #define N 256 macro
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1067 static u32 frac28(u32 N, u32 D) in frac28()
1211 static u32 frac_times1e6(u32 N, u32 D) in frac_times1e6()

123456789