HomeSort by: relevance | last modified time | path
    Searched defs:a32 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface.h 192 typedef unsigned int a32; typedef in namespace:__tsan
221 a32 __tsan_atomic32_load(const volatile a32 *a, morder mo);
234 void __tsan_atomic32_store(volatile a32 *a, a32 v, morder mo);
247 a32 __tsan_atomic32_exchange(volatile a32 *a, a32 v, morder mo);
260 a32 __tsan_atomic32_fetch_add(volatile a32 *a, a32 v, morder mo)
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_execve.c 56 netbsd32_charp const *a32 = (void const *)array; local in function:netbsd32_execve_fetch_element
59 error = copyin(a32 + index, &e, sizeof(e));
netbsd32_mqueue.c 110 struct netbsd32_mq_attr a32; local in function:netbsd32_mq_getattr
120 netbsd32_from_mq_attr(&attr, &a32);
121 return copyout(&a32, SCARG_P32(uap,mqstat), sizeof(a32));
  /src/sys/arch/aarch64/aarch64/
aarch32_syscall.c 55 register32_t a32[EMULNAMEU(SYS_MAXSYSARGS)]; member in union:args
66 register32_t *args32 = args32buf.a32;
162 error = sy_invoke(callp, l, args32buf.a32, rval, code);
182 args64buf.a64[i] = args32buf.a32[i];
189 error = sy_call(callp, l, args32buf.a32, rval);
  /src/regress/lib/libc/divrem/
divremtest.c 83 int32_t a32, b32, sr32; local in function:main
92 a32 = 1 << i;
97 TEST("32 ", a32 + k, b32 + l, sr32);
98 TEST("32 ", a32 + k, -(b32 + l), sr32);
99 TEST("32 ", -(a32 + k), b32 + l, sr32);
100 TEST("32 ", -(a32 + k), -(b32 + l), sr32);
110 for(a32 = -NEARBY; a32 < NEARBY; ++a32) {
112 TEST("32 ", a32, b32, sr32)
    [all...]
  /src/tests/usr.bin/xlint/lint1/
decl_direct_abstract.c 145 } a32; typedef in typeref:struct:__anon9a30da6a0408
156 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a32' [144] */
158 int unspecified_args_return_32[-1000 - (int)sizeof(a32())];
169 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a32' [144] */
171 int prototype_void_return_32[-1000 - (int)sizeof(a32(void))];
173 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a01) returning struct typedef a32' [144] */
175 int prototype_unnamed_01_return_32[-1000 - (int)sizeof(a32(a01))];
176 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a04) returning struct typedef a32' [144] */
178 int prototype_unnamed_04_return_32[-1000 - (int)sizeof(a32(a04))];
179 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a08) returning struct typedef a32' [144] *
    [all...]
  /src/sys/crypto/aes/arch/x86/
aes_via.c 341 const uint32_t *a32 = a; local in function:xor128
344 x32[0] = a32[0] ^ b32[0];
345 x32[1] = a32[1] ^ b32[1];
346 x32[2] = a32[2] ^ b32[2];
347 x32[3] = a32[3] ^ b32[3];
  /src/sys/compat/sunos32/
sunos32_misc.c 321 netbsd32_charp const *a32 = (void const *)array; local in function:sunos32_execve_fetch_element
324 error = copyin(a32 + index, &e, sizeof(e));

Completed in 16 milliseconds