HomeSort by relevance Sort by last modified time
    Searched refs:s1 (Results 1 - 25 of 3777) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
u.conf 3 s1=UNCLASSIFIED
4 s1=UNCLAS
5 s1=U
  /external/clang/test/Misc/
error-limit.c 4 struct s1{}; struct
5 struct s1{}; struct
11 // CHECK: 5:8: error: redefinition of 's1'
error-limit-multiple-notes.cpp 15 struct s1{}; struct
16 struct s1{}; struct
24 // CHECK-NOT: 16:8: error: redefinition of 's1'
  /external/strace/tests/
ioctl_sock_gifconf.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioctl_sock_gifconf +ioctl.test -a28 -s1); do not edit.
3 set -- -a28 -s1
  /external/strace/tests-m32/
ioctl_sock_gifconf.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioctl_sock_gifconf +ioctl.test -a28 -s1); do not edit.
3 set -- -a28 -s1
  /external/strace/tests-mx32/
ioctl_sock_gifconf.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioctl_sock_gifconf +ioctl.test -a28 -s1); do not edit.
3 set -- -a28 -s1
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
21 char s1[] = {1, 2, 3}; local
22 assert(std::char_traits<char>::move(s1, s1+1, 2) == s1);
23 assert(s1[0] == char(2));
24 assert(s1[1] == char(3));
25 assert(s1[2] == char(3));
26 s1[2] = char(0);
27 assert(std::char_traits<char>::move(s1+1, s1, 2) == s1+1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
21 char s1[] = {1, 2, 3}; local
22 assert(std::char_traits<char>::move(s1, s1+1, 2) == s1);
23 assert(s1[0] == char(2));
24 assert(s1[1] == char(3));
25 assert(s1[2] == char(3));
26 s1[2] = char(0);
27 assert(std::char_traits<char>::move(s1+1, s1, 2) == s1+1)
    [all...]
  /external/clang/test/Parser/
struct-recursion.c 6 struct s1 { struct s2 *A; }; struct
7 struct s2 { struct s1 *B; };
10 struct s1 a;
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 41 strcmp(const char *s1, const char *s2)
43 while (*s1 == *s2++)
44 if (*s1++ == 0)
46 return (*(unsigned char *)s1 - *(unsigned char *)--s2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrcmp.c 7 PyOS_mystrnicmp(const char *s1, const char *s2, Py_ssize_t size)
12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
13 if (!*s1++ || !*s2++)
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
20 PyOS_mystricmp(const char *s1, const char *s2)
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrcmp.c 7 PyOS_mystrnicmp(const char *s1, const char *s2, Py_ssize_t size)
12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
13 if (!*s1++ || !*s2++)
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
20 PyOS_mystricmp(const char *s1, const char *s2)
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/python/cpython2/Python/
pystrcmp.c 7 PyOS_mystrnicmp(const char *s1, const char *s2, Py_ssize_t size)
12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
13 if (!*s1++ || !*s2++)
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
20 PyOS_mystricmp(const char *s1, const char *s2)
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/python/cpython3/Python/
pystrcmp.c 7 PyOS_mystrnicmp(const char *s1, const char *s2, Py_ssize_t size)
12 (tolower((unsigned)*s1) == tolower((unsigned)*s2))) {
13 if (!*s1++ || !*s2++)
16 return tolower((unsigned)*s1) - tolower((unsigned)*s2);
20 PyOS_mystricmp(const char *s1, const char *s2)
22 while (*s1 && (tolower((unsigned)*s1++) == tolower((unsigned)*s2++))) {
25 return (tolower((unsigned)*s1) - tolower((unsigned)*s2));
  /external/llvm/test/MC/AMDGPU/
sopc.s 9 s_cmp_eq_i32 s1, s2
10 // GCN: s_cmp_eq_i32 s1, s2 ; encoding: [0x01,0x02,0x00,0xbf]
12 s_cmp_lg_i32 s1, s2
13 // GCN: s_cmp_lg_i32 s1, s2 ; encoding: [0x01,0x02,0x01,0xbf]
15 s_cmp_gt_i32 s1, s2
16 // GCN: s_cmp_gt_i32 s1, s2 ; encoding: [0x01,0x02,0x02,0xbf]
18 s_cmp_ge_i32 s1, s2
19 // GCN: s_cmp_ge_i32 s1, s2 ; encoding: [0x01,0x02,0x03,0xbf]
21 s_cmp_lt_i32 s1, s2
22 // GCN: s_cmp_lt_i32 s1, s2 ; encoding: [0x01,0x02,0x04,0xbf
    [all...]
  /external/curl/src/
tool_bname.c 32 char *s1; local
35 s1 = strrchr(path, '/');
38 if(s1 && s2) {
39 path = (s1 > s2) ? s1 + 1 : s2 + 1;
41 else if(s1)
42 path = s1 + 1;
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
op_less.pass.cpp 42 std::chrono::seconds s1(3);
44 assert(!(s1 < s2));
45 assert(!(s1 > s2));
46 assert( (s1 <= s2));
47 assert( (s1 >= s2));
50 std::chrono::seconds s1(3);
52 assert( (s1 < s2));
53 assert(!(s1 > s2));
54 assert( (s1 <= s2));
55 assert(!(s1 >= s2))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.comparisons/
op_less.pass.cpp 42 std::chrono::seconds s1(3);
44 assert(!(s1 < s2));
45 assert(!(s1 > s2));
46 assert( (s1 <= s2));
47 assert( (s1 >= s2));
50 std::chrono::seconds s1(3);
52 assert( (s1 < s2));
53 assert(!(s1 > s2));
54 assert( (s1 <= s2));
55 assert(!(s1 >= s2))
    [all...]
  /external/clang/test/CodeGen/
mms-bitfields.c 3 struct s1 { struct
6 } s1; variable in typeref:struct:s1
8 // CHECK: %struct.s1 = type { i32, [4 x i8], i64 }
19 struct s1 s;
22 // CHECK: %struct.s3 = type { i32, [4 x i8], %struct.s1 }
sparc-arguments.c 11 struct s1 { struct
15 struct s1 x1;
20 // CHECK: call void @f1_helper(%struct.s1* byval align 8 @x1)
22 // CHECK: declare void @f1_helper(%struct.s1* byval align 8)
24 void f1_helper(struct s1);
  /external/clang/test/CodeGenObjCXX/
block-nested-in-lambda.cpp 14 void block_in_lambda(int &s1, int &s2) {
15 auto lambda = [&s1, &s2]() {
17 foo1(s1, s2);
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 char16_t s1[] = {1, 2, 3}; local
23 assert(std::char_traits<char16_t>::move(s1, s1+1, 2) == s1);
24 assert(s1[0] == char16_t(2));
25 assert(s1[1] == char16_t(3));
26 assert(s1[2] == char16_t(3));
27 s1[2] = char16_t(0);
28 assert(std::char_traits<char16_t>::move(s1+1, s1, 2) == s1+1)
    [all...]
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 char32_t s1[] = {1, 2, 3}; local
23 assert(std::char_traits<char32_t>::move(s1, s1+1, 2) == s1);
24 assert(s1[0] == char32_t(2));
25 assert(s1[1] == char32_t(3));
26 assert(s1[2] == char32_t(3));
27 s1[2] = char32_t(0);
28 assert(std::char_traits<char32_t>::move(s1+1, s1, 2) == s1+1)
    [all...]
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
21 wchar_t s1[] = {1, 2, 3}; local
22 assert(std::char_traits<wchar_t>::move(s1, s1+1, 2) == s1);
23 assert(s1[0] == wchar_t(2));
24 assert(s1[1] == wchar_t(3));
25 assert(s1[2] == wchar_t(3));
26 s1[2] = wchar_t(0);
27 assert(std::char_traits<wchar_t>::move(s1+1, s1, 2) == s1+1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 char16_t s1[] = {1, 2, 3}; local
23 assert(std::char_traits<char16_t>::move(s1, s1+1, 2) == s1);
24 assert(s1[0] == char16_t(2));
25 assert(s1[1] == char16_t(3));
26 assert(s1[2] == char16_t(3));
27 s1[2] = char16_t(0);
28 assert(std::char_traits<char16_t>::move(s1+1, s1, 2) == s1+1)
    [all...]

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>