/openbmc/qemu/target/tricore/ |
H A D | csfr.h.inc | 1 /* A(ll) access permitted 5 A|R|E(offset, register, feature introducing reg) 9 A(0xfe00, PCXI, TRICORE_FEATURE_13) 10 A(0xfe08, PC, TRICORE_FEATURE_13) 11 A(0xfe14, SYSCON, TRICORE_FEATURE_13) 17 A(0xfe2c, ICR, TRICORE_FEATURE_13) 18 A(0xfe38, FCX, TRICORE_FEATURE_13) 19 A(0xfe3c, LCX, TRICORE_FEATURE_13) 22 A(0xC000, DPR0_0L, TRICORE_FEATURE_13) 23 A(0xC004, DPR0_0U, TRICORE_FEATURE_13) [all …]
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
H A D | irqroute.h | 9 PCI_DEV_PIRQ_ROUTE(GFX_DEV, A, A, A, A), \ 10 PCI_DEV_PIRQ_ROUTE(EMMC_DEV, A, A, A, A), \ 11 PCI_DEV_PIRQ_ROUTE(SDIO_DEV, A, A, A, A), \ 12 PCI_DEV_PIRQ_ROUTE(SD_DEV, A, A, A, A), \ 13 PCI_DEV_PIRQ_ROUTE(SATA_DEV, A, A, A, A), \ 14 PCI_DEV_PIRQ_ROUTE(XHCI_DEV, A, A, A, A), \ 15 PCI_DEV_PIRQ_ROUTE(LPE_DEV, A, A, A, A), \ 16 PCI_DEV_PIRQ_ROUTE(MMC45_DEV, A, A, A, A), \ 17 PCI_DEV_PIRQ_ROUTE(SIO1_DEV, A, B, C, D), \ 18 PCI_DEV_PIRQ_ROUTE(TXE_DEV, A, A, A, A), \ [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 194 #define fMAX(A, B) (((A) > (B)) ? (A) : (B)) argument 196 #define fMIN(A, B) (((A) < (B)) ? (A) : (B)) argument 198 #define fABS(A) (((A) < 0) ? (-(A)) : (A)) argument 277 #define fADDSAT64(DST, A, B) \ argument 279 uint64_t __a = fCAST8u(A); \ 360 #define fCHECK_PCALIGN(A) argument 362 #define fWRITE_NPC(A) write_new_pc(env, pkt_has_multi_cof != 0, A) argument 372 #define fCAST4u(A) ((uint32_t)(A)) argument 373 #define fCAST4s(A) ((int32_t)(A)) argument 374 #define fCAST8u(A) ((uint64_t)(A)) argument [all …]
|
/openbmc/linux/fs/squashfs/ |
H A D | squashfs_fs.h | 130 #define SQUASHFS_INODE_BLK(A) ((unsigned int) ((A) >> 16)) argument 132 #define SQUASHFS_INODE_OFFSET(A) ((unsigned int) ((A) & 0xffff)) argument 134 #define SQUASHFS_MKINODE(A, B) ((long long)(((long long) (A)\ argument 138 #define SQUASHFS_FRAGMENT_BYTES(A) \ argument 139 ((A) * sizeof(struct squashfs_fragment_entry)) 141 #define SQUASHFS_FRAGMENT_INDEX(A) (SQUASHFS_FRAGMENT_BYTES(A) / \ argument 144 #define SQUASHFS_FRAGMENT_INDEX_OFFSET(A) (SQUASHFS_FRAGMENT_BYTES(A) % \ argument 147 #define SQUASHFS_FRAGMENT_INDEXES(A) ((SQUASHFS_FRAGMENT_BYTES(A) + \ argument 151 #define SQUASHFS_FRAGMENT_INDEX_BYTES(A) (SQUASHFS_FRAGMENT_INDEXES(A) *\ argument 155 #define SQUASHFS_LOOKUP_BYTES(A) ((A) * sizeof(u64)) argument [all …]
|
/openbmc/u-boot/lib/ |
H A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 101 A = ctx->state[0]; in sha1_process() 110 P (A, B, C, D, E, W[0]); in sha1_process() 111 P (E, A, B, C, D, W[1]); in sha1_process() 112 P (D, E, A, B, C, W[2]); in sha1_process() 113 P (C, D, E, A, B, W[3]); in sha1_process() 114 P (B, C, D, E, A, W[4]); in sha1_process() 115 P (A, B, C, D, E, W[5]); in sha1_process() 116 P (E, A, B, C, D, W[6]); in sha1_process() 117 P (D, E, A, B, C, W[7]); in sha1_process() [all …]
|
H A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local 105 A = ctx->state[0]; in sha256_process() 114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process() 115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process() 116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process() 117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process() 118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process() 119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process() 120 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process() 121 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 046 | 83 break write_aio A 85 wait_break A 90 resume A 97 break write_aio A 99 wait_break A 101 resume A 107 break write_aio A 109 wait_break A 111 resume A 119 break write_aio A [all …]
|
H A D | 077 | 65 break pwritev_rmw_$ev A 67 wait_break A 70 resume A 78 break pwritev_rmw_after_tail A 80 wait_break A 89 resume A 95 break pwritev_rmw_after_tail A 97 wait_break A 102 resume A 109 break pwritev_rmw_after_tail A [all …]
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 202 >(Unique<T>, A); 364 impl<T, A: Allocator> Box<T, A> { 382 pub fn new_in(x: T, alloc: A) -> Self in new_in() 384 A: Allocator, in new_in() 410 pub fn try_new_in(x: T, alloc: A) -> Result<Self, AllocError> in try_new_in() 412 A: Allocator, in try_new_in() 445 pub fn new_uninit_in(alloc: A) -> Box<mem::MaybeUninit<T>, A> in new_uninit_in() 447 A: Allocator, in new_uninit_in() 482 pub fn try_new_uninit_in(alloc: A) -> Result<Box<mem::MaybeUninit<T>, A>, AllocError> in try_new_uninit_in() argument [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_fixed.h | 36 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument 37 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument 38 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument 39 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument 40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 41 #define dfixed_init(A) { .full = dfixed_const((A)) } argument 42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument 43 #define dfixed_trunc(A) ((A).full >> 12) argument 44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument 46 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() argument [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | drain.rs | 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global, 35 pub(super) vec: NonNull<Vec<T, A>>, 39 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Drain<'_, T, A> { 45 impl<'a, T, A: Allocator> Drain<'a, T, A> { 67 pub fn allocator(&self) -> &A { in allocator() argument 142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> { 149 unsafe impl<T: Sync, A: Sync + Allocator> Sync for Drain<'_, T, A> {} 151 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {} 154 impl<T, A: Allocator> Iterator for Drain<'_, T, A> { 168 impl<T, A: Allocator> DoubleEndedIterator for Drain<'_, T, A> { [all …]
|
H A D | into_iter.rs | 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 44 pub(super) alloc: ManuallyDrop<A>, 52 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { 58 impl<T, A: Allocator> IntoIter<T, A> { 96 pub fn allocator(&self) -> &A { in allocator() argument 147 pub(crate) fn into_vecdeque(self) -> VecDeque<T, A> { in into_vecdeque() argument 174 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { 181 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} 183 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} 186 impl<T, A: Allocator> Iterator for IntoIter<T, A> { [all …]
|
H A D | partial_eq.rs | 26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] } 27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"… 28 __impl_slice_eq1! { [A: Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice… 29 __impl_slice_eq1! { [A: Allocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_s… 30 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", si… 31 __impl_slice_eq1! { [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", si… 33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust… 38 __impl_slice_eq1! { [A: Allocator, const N: usize] Vec<T, A>, [U; N], #[stable(feature = "rust1", s… 39 __impl_slice_eq1! { [A: Allocator, const N: usize] Vec<T, A>, &[U; N], #[stable(feature = "rust1", …
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | boolconv.cocci | 19 expression A, B; 24 A == B 26 A != B 28 A > B 30 A < B 32 A >= B 34 A <= B 36 A && B 38 A || B 47 expression A, B; [all …]
|
H A D | excluded_middle.cocci | 3 /// Condition !A || A && B is equivalent to !A || B. 15 expression A, B; 19 * !A || (A &&@p B) 22 expression A, B; 25 !A || 26 - (A && B) 33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B") 39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 181 { A == 1; B == 2 } 182 A = 3; x = B; 183 B = 4; y = A; 188 STORE A=3, STORE B=4, y=LOAD A->3, x=LOAD B->4 189 STORE A=3, STORE B=4, x=LOAD B->4, y=LOAD A->3 190 STORE A=3, y=LOAD A->3, STORE B=4, x=LOAD B->4 191 STORE A=3, y=LOAD A->3, x=LOAD B->2, STORE B=4 192 STORE A=3, x=LOAD B->2, STORE B=4, y=LOAD A->3 193 STORE A=3, x=LOAD B->2, y=LOAD A->3, STORE B=4 194 STORE B=4, STORE A=3, y=LOAD A->3, x=LOAD B->4 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
H A D | de-Primacom | 12 [PrimaCom A.G.] 20 [PrimaCom A.G.] 28 [PrimaCom A.G.] 36 [PrimaCom A.G.] 44 [PrimaCom A.G.] 52 [PrimaCom A.G.] 60 [PrimaCom A.G.] 68 [PrimaCom A.G.] 76 [PrimaCom A.G.] 84 [PrimaCom A.G.] [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | sha1.c | 57 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 59 E += TEMP + rol32(A,5) + (fn) + (constant); \ 61 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0) 63 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 64 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 65 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 66 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 67 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument 89 __u32 A, B, C, D, E; in sha1_transform() local 92 A = digest[0]; in sha1_transform() [all …]
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 50 (((A) > (B)) ? (A) : (B)), /* behavior */ 56 (((A) < (B)) ? (A) : (B)), /* behavior */ 62 (((A)<0)?(-(A)):(A)), /* behavior */ 229 size8u_t __a = fCAST8u(A); 358 WRITE_RREG(REG_LR,A), /* behavior */ 364 WRITE_RREG(REG_FP,A), /* behavior */ 370 WRITE_RREG(REG_SP,A), /* behavior */ 449 if (((A) & PCALIGN_MASK)) { 458 if (A != thread->next_PC) { [all …]
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9x5_macb0.dtsi | 19 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A */ 20 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A */ 21 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A */ 22 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A */ 23 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A */ 24 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */ 25 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */ 26 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */ 27 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */ 28 AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */ [all …]
|
H A D | sama5d3_gmac.dtsi | 19 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A GTX0, conflicts with PWMH0 */ 20 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A GTX1, conflicts with PWML0 */ 21 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A GTX2, conflicts with TK1 */ 22 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A GTX3, conflicts with TF1 */ 23 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A GRX0, conflicts with PWMH1 */ 24 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A GRX1, conflicts with PWML1 */ 25 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A GRX2, conflicts with TD1 */ 26 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB7 periph A GRX3, conflicts with RK1 */ 41 <AT91_PIOB 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB8 periph A GTXCK, conflicts with PWMH2 */ 42 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A GTXEN, conflicts with PWML2 */ [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | at91sam9x5_macb0.dtsi | 20 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A */ 21 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A */ 22 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A */ 23 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A */ 24 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A */ 25 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */ 26 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */ 27 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */ 28 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */ 29 AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */ [all …]
|
H A D | sama5d3_gmac.dtsi | 20 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A GTX0, conflicts with PWMH0 */ 21 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A GTX1, conflicts with PWML0 */ 22 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A GTX2, conflicts with TK1 */ 23 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A GTX3, conflicts with TF1 */ 24 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A GRX0, conflicts with PWMH1 */ 25 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A GRX1, conflicts with PWML1 */ 26 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A GRX2, conflicts with TD1 */ 27 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB7 periph A GRX3, conflicts with RK1 */ 42 <AT91_PIOB 8 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB8 periph A GTXCK, conflicts with PWMH2 */ 43 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A GTXEN, conflicts with PWML2 */ [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 #define fCALL(A) fWRITE_LR(fREAD_NPC()); fWRITE_NPC(A); 29 #define fCALLR(A) fWRITE_LR(fREAD_NPC()); fWRITE_NPC(A); 30 #define fCAST2_8s(A) fSXTN(16, 64, A) 31 #define fCAST2_8u(A) fZXTN(16, 64, A) 32 #define fVSATW(A) fVSATN(32, fCAST8_8s(A)) 33 #define fSATW(A) fSATN(32, fCAST8_8s(A)) 34 #define fVSAT(A) fVSATN(32, A) 35 #define fSAT(A) fSATN(32, A) 68 #define fSAT_ORIG_SHL(A, ORIG_REG) \ [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 98 struct i915_sw_fence *A, *B, *C; in test_dag() local 105 A = alloc_fence(); in test_dag() 106 if (!A) in test_dag() 109 if (i915_sw_fence_await_sw_fence_gfp(A, A, GFP_KERNEL) != -EINVAL) { in test_dag() 120 i915_sw_fence_await_sw_fence_gfp(A, B, GFP_KERNEL); in test_dag() 121 if (i915_sw_fence_await_sw_fence_gfp(B, A, GFP_KERNEL) != -EINVAL) { in test_dag() 140 if (i915_sw_fence_await_sw_fence_gfp(C, A, GFP_KERNEL) != -EINVAL) { in test_dag() 144 if (i915_sw_fence_await_sw_fence_gfp(A, C, GFP_KERNEL) == -EINVAL) { in test_dag() 149 i915_sw_fence_commit(A); in test_dag() 162 if (!i915_sw_fence_done(A)) { in test_dag() [all …]
|