Home
last modified time | relevance | path

Searched defs:A (Results 76 – 100 of 150) sorted by relevance

123456

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c1330 #define DO_SQRDMLAH_B(N, M, A, S) \ argument
1332 #define DO_SQRDMLAH_H(N, M, A, S) \ argument
1334 #define DO_SQRDMLAH_S(N, M, A, S) \ argument
1336 #define DO_SQRDMLAH_D(N, M, A, S) \ argument
1492 #define DO_SQRDMLAH_H(N, M, A) \ argument
1494 #define DO_SQRDMLAH_S(N, M, A) \ argument
1502 #define DO_SQRDMLSH_H(N, M, A) \ in DO_ZZXZ() argument
1504 #define DO_SQRDMLSH_S(N, M, A) \ argument
1530 #define DO_MLA(N, M, A) (A + N * M) argument
1537 #define DO_MLS(N, M, A) (A - N * M) argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c32 static int cmp_u64(const void *A, const void *B) in cmp_u64()
44 static int cmp_u32(const void *A, const void *B) in cmp_u32()
H A Dselftest_lrc.c1268 u32 *A[2], *B[2]; in compare_isolation() local
1405 struct intel_context *A, *B; in __lrc_isolation() local
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.h118 u8 A; /* HID: Sniff attempt, in slots */ member
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_arria10.c27 #define ARRIA_DDR_CONFIG(A, B, C, R) \ argument
/openbmc/linux/drivers/thermal/
H A Damlogic_thermal.c76 int A; member
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …function o(e){try{throw"dbg breakpoint"}catch(t){}return this.base?this.baseApply(arguments):e}fun… function
/openbmc/u-boot/lib/
H A Dsha1.c70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
/openbmc/linux/fs/isofs/
H A Drock.c25 #define SIG(A,B) ((A) | ((B) << 8)) /* isonum_721() */ argument
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S192 .set A, REG_A define
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_int.h102 #define div_ceil(A, B) ((A)/(B) + ((A)%(B) ? 1 : 0)) argument
104 #define div_floor(A, B) ((A)/(B)) argument
1005 #define drbd_thread_current_set_cpu(A) ({}) argument
1147 #define cpu_to_lel(A) cpu_to_le32(A) argument
1148 #define lel_to_cpu(A) le32_to_cpu(A) argument
1151 #define cpu_to_lel(A) cpu_to_le64(A) argument
1152 #define lel_to_cpu(A) le64_to_cpu(A) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …r dbg breakpoint: "+e),"dbg breakpoint"}catch(t){}return this.base?this.baseApply(arguments):e}fun… function
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c112 static int mult_q(int A, int B) in mult_q()
128 static int div_q(int A, int B) in div_q()
/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/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c44 #define hpslot_to_sun(A) (to_slot(A)->sun) argument
/openbmc/linux/drivers/macintosh/
H A Dvia-cuda.c41 #define A RS /* A-side data */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c310 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A))) argument
312 #define IPI_MESSAGE(A) (1uL << (8 * (A))) argument
/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic23.c219 #define A(x) (SR_MULT/x) macro
/openbmc/linux/drivers/isdn/mISDN/
H A Dlayer2.h39 u_char A; member
/openbmc/qemu/target/tricore/
H A Dcpu.h45 #define A(ADDR, NAME, FEATURE) uint32_t NAME; macro
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h107 #define fSWAPB(A, B) do { uint8_t tmp = A; A = B; B = tmp; } while (0) argument
343 #define fCARRY_FROM_ADD32(A, B, C) \ argument
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h228 #define name_is_shared(A, B) ((A)->hname && (A)->hname == (B)->hname) argument
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dras.c402 #define VALID_FWNMI_BUFFER(A) \ argument
/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa27x.c51 #define PXA27x_CCCR(A, L, N2) (A << 25 | N2 << 7 | L) argument

123456