Home
last modified time | relevance | path

Searched defs:x4 (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
Dvararg2.c19 #define _gnu_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,ys...) n argument
45 #define _gnu_split_5(a,b,x0,x1,x2,x3,x4,xs...) a(x0,x1,x2,x3,x4) b(xs) argument
57 #define _c99_count2(_,x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,n,...) n argument
82 #define _c99_split_5(a,b,x0,x1,x2,x3,x4,...) a(x0,x1,x2,x3,x4) b(__VA_ARGS__) argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20021118-1.c3 int foo (struct s s, int x1, int x2, int x3, int x4, int x5, int x6, int x7) in foo()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Danon2.C7 long x4; member
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dspec37.C16 int x4; member
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dios_base_storage.cc44 long x4 = ios::xalloc(); in test01() local
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/
Datomic-10.c5 int x1, x2, x3, x4, x5; variable
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/badfreg/
Dmain.c39 u_int64_t x4; member
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/goodfreg/
Dgoodfreg.c38 u_int32_t x4; member
/openbsd/src/regress/sys/arch/sparc64/emul-ldqstq/asi/
Dasi.c45 u_int32_t x4; member
/openbsd/src/usr.bin/ssh/
Dchacha.c89 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/openbsd/src/libexec/ld.so/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/openbsd/src/sys/crypto/
Dchacha_private.h130 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
Dcurve25519.c150 const uint32_t x4 = in1[1]; in fe_freeze() local
482 const uint32_t x4 = in1[1]; in fe_sqr_impl() local
Daes.c107 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in aes_ct_bitslice_Sbox() local
/openbsd/src/lib/libcrypto/idea/
Didea.c145 unsigned long x1, x2, x3, x4, t0, t1, ul; in idea_encrypt() local
/openbsd/src/lib/libc/crypt/
Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/openbsd/src/lib/libcrypto/chacha/
Dchacha-merged.c121 u32 x0, x1, x2, x3, x4, x5, x6, x7; in chacha_encrypt_bytes() local
/openbsd/src/gnu/llvm/lldb/source/Utility/
DARM64_ehframe_Registers.h23 x4, enumerator
DARM64_DWARF_Registers.h21 x4, enumerator
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c557 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument
904 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
/openbsd/src/sys/dev/pci/drm/i915/gvt/
Dcmd_parser.c391 #define ADDR_FIX_4(x1, x2, x3, x4) (ADDR_FIX_1(x1) | ADDR_FIX_3(x2, x3, x4)) argument
392 #define ADDR_FIX_5(x1, x2, x3, x4, x5) (ADDR_FIX_1(x1) | ADDR_FIX_4(x2, x3, x4, x5)) argument
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c693 #define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument
1028 #define DEBUG_PRINT4(x1, x2, x3, x4) argument
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c762 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument
1222 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
/openbsd/src/sys/lib/libkern/arch/hppa/
Dmilli.S1089 x4: comb,<> %r25,0,l1 ! sh2add %r26,%r29,%r29 ! bv,n 0(r31) ! nop label
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
Dtypespec-1.c21 long *x4; variable