/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 372 #define TK16(N) Mk16(tk[2 * (N) + 1], tk[2 * (N)]) argument
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 187 #define DO_SLL(N, M) (N << (M & (sizeof(N) * 8 - 1))) in RVVCALL() argument
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 121 #define PAGE_FOR_EACH_TB(start, last, pagedesc, T, N) \ argument
|
/openbmc/linux/drivers/input/joystick/ |
H A D | xpad.c | 579 #define GIP_PL_LEN(N) (N) argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_tracing.h | 629 #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 D | bpf_core_read.h | 266 #define ___nth(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, __11, N, ...) N argument
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810.h | 212 u32 pixclock, M, N, P; member
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | yacc.py | 1910 def traverse(x,N,stack,F,X,R,FP): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | highlight.pack.js | 2 …amp;").replace(/</g,"<").replace(/>/g,">")}function t(e){return e.nodeName.toLowerCase()}fun… function
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgk104.c | 982 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2640.c | 180 #define COM2_OCAP_Nx_SET(N) (((N) - 1) & 0x03) /* N = [1x .. 4x] */ argument
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 84 #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 D | camss-vfe-4-7.c | 341 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
|
H A D | camss-vfe-4-8.c | 314 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 898 #define TEST(N) \ argument
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 1752 u32 M, N, P; in stv0367cab_get_mclk() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 39 #define NAME_NTH(N) (0xfffe0000 | N) argument
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 79 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) argument
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 502 int N, i; in rsc_parse() local
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 910 #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 D | drxj.c | 1067 static u32 frac28(u32 N, u32 D) in frac28() 1211 static u32 frac_times1e6(u32 N, u32 D) in frac_times1e6()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 3069 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 258 #define VELOCITY_PARAM(N, D) \ argument
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1656 ) -> Box<[T; N], A> { in boxed_slice_as_array_unchecked()
|
/openbmc/linux/fs/afs/ |
H A D | internal.h | 1722 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument 1769 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
|