Searched refs:str1 (Results 1 - 25 of 195) sorted by relevance

12345678

/external/clang/test/CodeGen/
H A D2007-05-11-str-const.c4 static const unsigned char str1[]="1"; variable
/external/clang/test/Lexer/
H A Dcxx0x_raw_string_delim_length.cpp3 const char *str1 = R"(abcdef)"; // ok variable
/external/openssl/crypto/
H A Do_str.c69 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) argument
72 while (*str1 && *str2 && n)
74 int res = toupper(*str1) - toupper(*str2);
76 str1++;
82 if (*str1)
91 return strncasecmp(str1, str2, n);
94 int OPENSSL_strcasecmp(const char *str1, const char *str2) argument
97 return OPENSSL_strncasecmp(str1, str2, (size_t)-1);
99 return strcasecmp(str1, str2);
H A Do_str.h64 int OPENSSL_strcasecmp(const char *str1, const char *str2);
65 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
/external/pcre/dist/
H A Dpcre_string_utils.c61 str1 first string
68 PRIV(strcmp_uc_uc)(const pcre_uchar *str1, const pcre_uchar *str2) argument
73 while (*str1 != '\0' || *str2 != '\0')
75 c1 = *str1++;
87 PRIV(strcmp_uc_uc_utf)(const pcre_uchar *str1, const pcre_uchar *str2) argument
92 while (*str1 != '\0' || *str2 != '\0')
94 c1 = UCHAR21INC(str1);
106 PRIV(strcmp_uc_c8)(const pcre_uchar *str1, const char *str2) argument
112 while (*str1 != '\0' || *ustr2 != '\0')
114 c1 = *str1
126 strcmp_uc_c8_utf(const pcre_uchar *str1, const char *str2) argument
157 strncmp_uc_uc(const pcre_uchar *str1, const pcre_uchar *str2, unsigned int num) argument
174 strncmp_uc_c8(const pcre_uchar *str1, const char *str2, unsigned int num) argument
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_string_util.cc11 bool StringPiecesEqualConstantTime(base::StringPiece str1, argument
13 size_t size = str1.size();
19 x |= str1[i] ^ str2[i];
H A Dhpack_string_util.h18 base::StringPiece str1,
/external/llvm/unittests/ADT/
H A DFoldingSet.cpp28 std::string str1= "a test string"; local
29 a.AddString(str1);
32 std::string str2 = ">" + str1;
/external/llvm/test/MC/ELF/
H A Dentsize.s6 .section .rodata.str1.1,"aMS",@progbits,1
8 .type .L.str1,@object # @.str1
9 .L.str1:
11 .size .L.str1, 6
37 // CHECK-NEXT: Name: .rodata.str1.1
H A Dbasic-elf-32.s10 movl $.L.str1, (%esp)
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
49 // CHECK: 0x6 R_386_32 .L.str1
H A Dbasic-elf-64.s10 movl $.L.str1, %edi
20 .type .L.str1,@object # @.str1
21 .section .rodata.str1.1,"aMS",@progbits,1
22 .L.str1:
24 .size .L.str1, 6
49 // CHECK: 0x5 R_X86_64_32 .rodata.str1.1 0x0
51 // CHECK: 0xF R_X86_64_32 .rodata.str1.1 0x6
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp22 char const str1[] = "abcdef1"; local
24 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1;
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str
42 char const str1[] = "abcdef1"; local
89 wchar_t const str1[] = L"abcdef1"; local
216 char const str1[] = "abcdef1"; local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dclst.c8 const char *str1; member in struct:__anon33228
24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() };
28 clst(const char *str1, const char *str2, int sentinel) argument
32 printf("comparing: %s with %s sentinel = %d", str1, str2, sentinel);
36 res = do_clst(str1, str2, sentinel);
37 printf("str1 = %s\nstr2 = %s\ncc = %d\n", res.str1, res.str2, res.cc);
H A Dclst.stdout.exp2 str1 = 123
7 str1 = 234
12 str1 = equal
17 str1 =
22 str1 = long
27 str1 = lower1
/external/chromium_org/v8/test/mjsunit/
H A Dstring-externalize.js55 var str1 = str + twoByteExternalWithOneByteData;
56 assertTrue(isOneByteString(str1));
59 var old_length = str1.length - twoByteExternalWithOneByteData.length;
61 assertEquals(String.fromCharCode(i & 0x7f), str1[i]);
63 for (var i = old_length; i < str1.length; i++) {
64 assertEquals("A", str1[i]);
68 assertTrue(isOneByteString(str1));
71 assertTrue(isOneByteString(str1.toLowerCase()));
/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c93 int stricmp(const char *str1, const char *str2) argument
95 if(str1 == NULL || str2 == NULL){
97 PLogError(L("stricmp: str1 or str2 is NULL\n"));
102 for (; *str1 != '\0' && *str2 != '\0' && tolower(*str1) == tolower(*str2);
103 str1++, str2++)
105 if (*str1 == '\0')
110 return tolower(*str1) < tolower(*str2)? -1 : 1;
/external/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset-64.s18 movl $.L_.str1, (%esp)
30 .L_.str1: # @.str1
H A Dsymbol-fragment-offset.s18 movl $L_.str1, (%esp)
30 L_.str1: # @.str1
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_utility.h24 static bool StringCompare(const char* str1,
/external/valgrind/main/include/
H A Dpub_tool_basics_asm.h49 #define VGAPPEND(str1,str2) str1##str2
/external/llvm/test/MC/Mips/
H A Delf-relsym.s10 // CHECK: Name: $.str1
51 lw $2, %got($.str1)($1)
52 addiu $2, $2, %lo($.str1)
76 .section .rodata.str1.1,"aMS",@progbits,1
81 .type $.str1,@object # @.str1
82 $.str1:
84 .size $.str1, 5
/external/elfutils/0.153/libcpu/
H A Di386_dis.h140 { .mnemonic = MNE_aaa, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
141 { .mnemonic = MNE_aad, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_aam, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_aas, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 18, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 26, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 24, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 19, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1
[all...]
H A Dx86_64_dis.h141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
150 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1
[all...]
/external/compiler-rt/test/dfsan/
H A Dcustom.c75 char str1[] = "str1", str2[] = "str2"; local
76 dfsan_set_label(i_label, &str1[3], 1);
79 int rv = memcmp(str1, str2, sizeof(str1));
89 char str1[] = "str1"; local
90 char str2[sizeof(str1)];
91 dfsan_set_label(i_label, &str1[3], 1);
93 ASSERT_ZERO_LABEL(memcpy(str2, str1, sizeo
112 char str1[] = "str1", str2[] = "str2"; local
126 char str1[] = "str1"; local
139 char str1[] = "str1"; local
149 char str1[] = "str1"; local
172 char str1[] = "str1", str2[] = "str2"; local
190 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; local
213 char str1[] = "Str1", str2[] = "str2"; local
231 char str1[] = "str1"; local
658 char str1[] = "str1str1"; local
671 char str1[] = "str1str1"; local
693 char str1[] = "str1"; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtchcfmt.h47 double v1, const char* str1,

Completed in 1644 milliseconds

12345678