Home
last modified time | relevance | path

Searched defs:N (Results 126 – 150 of 220) sorted by relevance

123456789

/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c706 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …throw"Provide jQuery or null";return e(t,n)}:"function"==typeof define&&define.amd?define(function… argument
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S186 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
/openbmc/u-boot/tools/gdb/
H A Dremote.c304 #define MAXBUFBYTES(N) (((N)-32)/2) argument
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c161 #define N DIV_ROUND_UP(ORANGEFS_READDIR_DEFAULT_DESC_COUNT, BITS_PER_LONG) macro
/openbmc/linux/drivers/media/tuners/
H A Dm88rs6000t.c29 u8 N, f0 = 0, f1 = 0, f2 = 0, f3 = 0; in m88rs6000t_set_demod_mclk() local
/openbmc/linux/sound/soc/codecs/
H A Drt286.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
H A Drt274.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
H A Drt298.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
/openbmc/u-boot/common/
H A Ddlmalloc.c844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument
849 #define check_malloced_chunk(P,N) argument
/openbmc/qemu/target/mips/tcg/
H A Dlmmi_helper.c41 # define BYTE_ORDER_XOR(N) N argument
43 # define BYTE_ORDER_XOR(N) 0 argument
/openbmc/linux/mm/
H A Dslab_common.c770 #define KMALLOC_RANDOM_NAME(N, sz) __KMALLOC_RANDOM_CONCAT(KMA_RAND_, N)(sz) argument
787 #define KMALLOC_RANDOM_NAME(N, sz) argument
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock_defs.h67 #define pll0div_read(N) ((pllctl_reg_read(CORE_PLL, div##N) & 0xff) + 1) argument
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_de.c27 u64 N; member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dmips-semi.c131 #define E(N) case E##N: err = UHI_E##N; break in uhi_cb() argument
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c174 u32 N; in gssx_dec_linux_creds() local
/openbmc/qemu/util/
H A Dinterval-tree.c650 #define rb_to_itree(N) container_of(N, IntervalTreeNode, rb) argument
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c155 #define TX_NEXT(N) (((N) + 1) & (TX_DESC_NUM-1)) argument
156 #define RX_NEXT(N) (((N) + 1) & (RX_DESC_NUM-1)) argument
/openbmc/u-boot/include/u-boot/
H A Dvariadic-macro.h11 #define _VM_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, \ argument
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_trig.c882 int exp_1, N; in do_fprem() local
/openbmc/linux/arch/mips/lib/
H A Dmemcpy.S501 #define COPY_BYTE(N) \ argument
/openbmc/u-boot/tools/
H A Dkwboot.c425 int rc, pnum, N, err; in kwboot_xmodem() local
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c213 u32 temp, M, N; in do_setup_dpll() local
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c412 static inline int find_proper_scale(int expn, int N) in find_proper_scale()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c60 #define N(_prog_type, type, field, name_extra...) \ macro

123456789