Searched refs:a32 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_align.c36 unsigned int a32; member in struct:align
42 .a32 = __alignof__(Elf32_##N), \
46 .a32 = 0, \
50 .a32 = __alignof__(int32_t), \
57 .a32 = 0, \
63 [ELF_T_BYTE] = { .a32 = 1, .a64 = 1 },
94 return (elfclass == ELFCLASS32 ? malign[t].a32 :
98 #define FALIGN(A32,A64) { .a32 = (A32), .a64 = (A64) }
133 return (elfclass == ELFCLASS32 ? falign[t].a32 :
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.h196 typedef unsigned int a32; typedef in namespace:__tsan
225 a32 __tsan_atomic32_load(const volatile a32 *a, morder mo);
238 void __tsan_atomic32_store(volatile a32 *a, a32 v, morder mo);
251 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo);
264 a32 __tsan_atomic32_fetch_add(volatile a32 *
[all...]
H A Dtsan_interface_atomic.cpp188 static atomic_uint32_t *to_atomic(const volatile a32 *a) {
189 return reinterpret_cast<atomic_uint32_t *>(const_cast<a32 *>(a));
533 a32 __tsan_atomic32_load(const volatile a32 *a, morder mo) {
560 void __tsan_atomic32_store(volatile a32 *a, a32 v, morder mo) {
587 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo) {
614 a32 __tsan_atomic32_fetch_ad
[all...]
H A Dtsan_interceptors_mac.cpp76 m(int32_t, int32_t, a32, f##32, __tsan_atomic32_##tsan_atomic_f, \
78 m(int32_t, int32_t, a32, f##32##Barrier, __tsan_atomic32_##tsan_atomic_f, \
86 m(int32_t, uint32_t, a32, f##32, __tsan_atomic32_##tsan_atomic_f, \
88 m(int32_t, uint32_t, a32, f##32##Barrier, __tsan_atomic32_##tsan_atomic_f, \
90 m_orig(int32_t, uint32_t, a32, f##32##Orig, __tsan_atomic32_##tsan_atomic_f, \
92 m_orig(int32_t, uint32_t, a32, f##32##OrigBarrier, \
124 OSATOMIC_INTERCEPTORS_CAS(OSAtomicCompareAndSwapInt, __tsan_atomic32, a32, int)
129 OSATOMIC_INTERCEPTORS_CAS(OSAtomicCompareAndSwap32, __tsan_atomic32, a32,
/freebsd-13-stable/sys/dev/gpio/
H A Dgpioc.c783 struct gpio_access_32 *a32; local
881 a32 = (struct gpio_access_32 *)arg;
882 res = GPIO_PIN_ACCESS_32(sc->sc_pdev, a32->first_pin,
883 a32->clear_pins, a32->change_pins, &a32->orig_pins);
/freebsd-13-stable/tests/sys/net/routing/
H A Drtsock_common.h442 const uint32_t *a32, *b32; local
443 a32 = (const uint32_t *)a4->sin_zero;
445 if ((*a32 != *b32) || (*(a32 + 1) != *(b32 + 1))) {
447 ntohl(*a32), ntohl(*(a32 + 1)),
/freebsd-13-stable/contrib/bc/tests/bc/errors/
H A D11.txt148 a32[0] = 0
/freebsd-13-stable/contrib/bc/tests/bc/scripts/
H A Dreferences.bc148 a32[0] = 0
/freebsd-13-stable/contrib/bc/tests/fuzzing/bc_inputs2/
H A Dreferences.bc148 a32[0] = 0
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c1511 # define a32 (p->u.s[17]) macro
1524 c2 = a02^a12^a22^a32^a42;
1569 b3 = ROL64((a32^d2), 15);
1574 a32 = b2 ^((~b3)& b4 );
1591 c2 = a22^a42^a12^a32^a02;
1636 b3 = ROL64((a32^d2), 15);
1641 a32 = b2 ^((~b3)& b4 );
1658 c2 = a12^a02^a42^a32^a22;
1703 b3 = ROL64((a32^d2), 15);
1708 a32
[all...]

Completed in 132 milliseconds