Home
last modified time | relevance | path

Searched defs:A (Results 51 – 75 of 150) sorted by relevance

123456

/openbmc/linux/rust/alloc/vec/
H A Dextract_if.rs51 pub fn allocator(&self) -> &A { in allocator()
H A Dinto_iter.rs96 pub fn allocator(&self) -> &A { in allocator()
147 pub(crate) fn into_vecdeque(self) -> VecDeque<T, A> { in into_vecdeque() argument
H A Ddrain.rs67 pub fn allocator(&self) -> &A { in allocator()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_common.h45 #define ___libbpf_cat(A, B) A ## B argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock_fail.c83 #define CHECK(test, A, B) \ argument
/openbmc/linux/crypto/
H A Dkeywrap.c93 __be64 A; member
/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c102 static int encode(struct rubin_state *rs, long A, long B, int symbol) in encode()
200 static int decode(struct rubin_state *rs, long A, long B) in decode()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_s10.c22 #define DDR_CONFIG(A, B, C, R) (((A) << 24) | ((B) << 16) | ((C) << 8) | (R)) argument
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_type.h131 #define TXGBE_INTR_MISC(A) BIT((A)->num_q_vectors) argument
132 #define TXGBE_INTR_QALL(A) (TXGBE_INTR_MISC(A) - 1) argument
/openbmc/linux/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S100 .set A, REG_A define
329 .set A, T_REG define
/openbmc/linux/drivers/media/dvb-frontends/
H A Dix2505v.c124 u32 div_factor, N , A, x; in ix2505v_set_params() local
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.h188 #define ROL32(A, n) (((A) << (n)) | (((A) >> (32 - (n))) & ((1UL << (n)) - 1))) argument
189 #define ROR32(A, n) ROL32((A), 32 - (n)) argument
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_tlb.c227 struct drm_i915_gem_object *A, *B; in mem_tlbinv() local
H A Dselftest_engine_cs.c17 static int cmp_u32(const void *A, const void *B) in cmp_u32()
H A Dselftest_engine_pm.c21 static int cmp_u64(const void *A, const void *B) in cmp_u64()
H A Dintel_engine_user.c56 static int engine_cmp(void *priv, const struct list_head *A, in engine_cmp()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c32 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) argument
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.h14 #define A(__x) ((unsigned long)((__x) & 0x7FFFFFFFUL)) macro
/openbmc/linux/arch/parisc/kernel/
H A Dsignal.c54 #define A(__x) ((unsigned long)(__x)) macro
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h237 #define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1))) argument
238 #define ROR32(A, n) ROL32((A), 32-(n)) argument
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/openbmc/linux/drivers/video/fbdev/
H A Ddnfb.c104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8)) argument
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_type.h86 #define NGBE_INTR_MISC(A) BIT((A)->num_q_vectors) argument
/openbmc/linux/drivers/macintosh/
H A Dvia-macii.c42 #define A RS /* A-side data */ macro
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.h54 #define ktime_compare_safe(A, B) \ argument

123456