Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dvelintrin_approx.h13 float s0; in _vel_approx_vfdivs_vvvl() local
28 float s0; in _vel_approx_pvfdiv_vvvl() local
42 static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) { in _vel_approx_vfdivs_vsvl()
57 static inline __vr _vel_approx_vfdivs_vvsl(__vr v0, float s0, int l) { in _vel_approx_vfdivs_vvsl()
67 static inline __vr _vel_approx_vfdivd_vsvl(double s0, __vr v0, int l) { in _vel_approx_vfdivd_vsvl()
85 double s0, s1; in _vel_approx_vfsqrtd_vvl() local
102 float s0, s1; in _vel_approx_vfsqrts_vvl() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-tag-1.c27 struct s0 { int i; }; in foo() argument
29 struct s0 { long l; }; in foo() argument
32 union s0 { long l; }; in foo() union
34 struct s0 { int i; }; /* { dg-bogus "warning" "warning in place of error" } */ in foo() argument
H A Dc99-complit-2.c40 struct s *s0 = &(struct s) { 0, z }; /* { dg-bogus "warning" "warning in place of error" } */ variable
H A Dc99-complit-1.c18 struct s *s0 = &(struct s) { 1, 2 }; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900407_01.C19 struct s0 { struct
22 s0 (); argument
25 s0::s0() { } in s0() function
H A D900121_02.C16 struct s0 { struct
20 void operator= (s0 & arg) argument
H A D900121_05.C12 struct s0 { struct
13 int s0_member; argument
/openbsd/lib/libc/gdtoa/
H A Dhdtoa.c49 roundup(char *s0, int ndigits) in roundup()
71 dorounding(char *s0, int ndigits, int sign, int *decpt) in dorounding()
128 char *s, *s0; in __hdtoa() local
226 char *s, *s0; in __hldtoa() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dattr-3.c28 struct s0 { int i; } __attribute__((format(printf, 1, 2))); /* { dg-error "does not apply|only appl… struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvtable2.C34 void S0::s0 () in s0() function
46 void S2::s0 () in s0() function
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h253 # define IS_UTF8_2_BYTE_SUPER(s0, s1) ((s0) == 0xF9 && (s1) >= 0xA2) argument
255 # define IS_UTF8_2_BYTE_SURROGATE(s0, s1) ((s0) == 0xF1 \ argument
259 # define IS_UTF8_2_BYTE_SUPER(s0, s1) ((s0) == 0xF4 && (s1) >= 0x90) argument
260 # define IS_UTF8_2_BYTE_SURROGATE(s0, s1) ((s0) == 0xED && (s1) >= 0xA0) argument
503 const U8 s0 = NATIVE_UTF8_TO_I8(s[0]); in S_is_utf8_overlong_given_start_byte_ok() local
612 const U8 * const s0 = s; in utf8n_to_uvchr_msgs() local
1082 const U8 s0 = NATIVE_UTF8_TO_I8(s[0]); in S_is_utf8_char_helper() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Denum3.C1 struct S { enum en { s0, s1, s2 }; }; enumerator
/openbsd/sys/crypto/
H A Dsha2.c294 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
352 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
573 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
630 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
H A Drijndael.c759 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
943 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/openbsd/gnu/gcc/libgomp/
H A Diter.c66 unsigned long s0, e0; in gomp_iter_static_next() local
104 unsigned long n, s0, e0, i, c; in gomp_iter_static_next() local
/openbsd/lib/libcrypto/aes/
H A Daes_core.c838 u32 s0, s1, s2, s3, t0, t1, t2, t3; in aes_encrypt_internal() local
1041 u32 s0, s1, s2, s3, t0, t1, t2, t3; in aes_decrypt_internal() local
/openbsd/sys/lib/libsa/
H A Dsha2.c374 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
432 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
650 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
708 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
H A Drijndael.c857 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
1041 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/openbsd/lib/libc/hash/
H A Dsha2.c379 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
437 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local
660 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
718 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011229-1.c3 struct s0 struct
5 void (*init_color)(void *, void *);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Dstruct-1.c7 int s0, s1, s2, s3; member
/openbsd/lib/libcrypto/camellia/
H A Dcamellia.c364 u32 s0, s1, s2, s3; in Camellia_Ekeygen() local
483 u32 s0, s1, s2, s3; in Camellia_EncryptBlock_Rounds() local
535 u32 s0, s1, s2, s3; in Camellia_DecryptBlock_Rounds() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp50 Shadow s0(fs, 1, 2, kAccessWrite); in TEST() local
108 RawShadow *s0 = MemToShadow((uptr)&data[0]); in TEST() local
/openbsd/lib/libm/src/
H A De_sqrt.c95 int32_t ix0,s0,q,m,t,i; in sqrt() local
/openbsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c173 u_int8_t a[16], b[16], s0[16], s[16]; in ieee80211_ccmp_encrypt() local
352 u_int8_t a[16], b[16], s0[16], s[16]; in ieee80211_ccmp_decrypt() local

1234