Home
last modified time | relevance | path

Searched refs:str4 (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dentsize.s25 .type .L.str4,@object # @.str4
26 .L.str4:
28 .size .L.str4, 7
/external/llvm/test/MC/ELF/
Dentsize.s25 .type .L.str4,@object # @.str4
26 .L.str4:
28 .size .L.str4, 7
/external/ltp/testcases/kernel/syscalls/fmtmsg/
Dfmtmsg01.c64 char *str4 = "TO FIX: This is correct output, no action needed LTP:msg:002"; variable
184 fread(buf, sizeof(buf[0]), strlen(str4), fp); in main()
185 if (strcmp(str4, buf) != 0) { in main()
186 fprintf(temp, "Expected string: %s\n", str4); in main()
/external/icu/icu4c/source/test/iotest/
Dstream.cpp60 UnicodeString str4 = UNICODE_STRING_SIMPLE(" UTF-8 "); in TestStream() local
69 str4.append((UChar32)0x03BC); /* mu */ in TestStream()
70 str4.append((UChar32)0x10001); in TestStream()
71 str4.append((UChar32)0x10002); in TestStream()
98 …outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends; in TestStream()
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dwideloads.ll20 %str4 = bitcast i8* %str to i32*
21 %contents = load i32, i32* %str4, align 1
/external/clang/test/Lexer/
Dcxx0x_raw_string_delim_length.cpp7 const char *str4 = R"abcdefghijkmnopqrstuvwxyz(abcdef)abcdefghijkmnopqrstuvwxyz"; // expected-error…
/external/icu/icu4c/source/test/cintltst/
Dulistfmttest.c34 static const UChar str4[] = { 0x45,0x65,0x65,0x65,0x65,0 }; /* "Eeeee" */ variable
35 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
/external/llvm/test/CodeGen/X86/
Dreverse_branches.ll5 @str4 = private unnamed_addr constant [5 x i8] c"Bug!\00"
41 %puts = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @str4, i64 0, i64 0))
88 %puts43 = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @str4, i64 0, i64 0))
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2010-07-26-GlobalMerge.ll15 @.str4 = private constant [9 x i8] c"~A() %d\0A\00" ; <[9 x i8]*> [#uses=1]
38 …%call.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str4, i32 0, i…
65 …%call.i.i3 = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([9 x i8]* @.str4, i32 0…
/external/llvm/test/CodeGen/ARM/
D2010-07-26-GlobalMerge.ll15 @.str4 = private constant [9 x i8] c"~A() %d\0A\00" ; <[9 x i8]*> [#uses=1]
34 …%call.i = tail call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str4,…
61 … i32 (i8*, ...) @printf(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @.str4, i32 0, i32 0), i32…
Dmemcpy-inline.ll11 @.str4 = private unnamed_addr constant [18 x i8] c"DHRYSTONE PROGR \00", align 1
74 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([18 x i8], [18 x i8]* @.str4, i64 0, i64 0), i64…
/external/llvm/test/CodeGen/PowerPC/
Dearly-ret.ll53 @.str4 = private unnamed_addr constant [2 x i8] c"e\00"
73 … [ getelementptr inbounds ([2 x i8], [2 x i8]* @.str4, i64 0, i64 0), %sw.bb4 ],
/external/llvm/test/CodeGen/AArch64/
Darm64-andCmpBrToTBZ.ll6 define zeroext i1 @foo(i1 %IsEditable, i1 %isTextField, i8* %str1, i8* %str2, i8* %str3, i8* %str4,…
47 %cmp.i13.i.i.i22 = icmp eq i8* %str3, %str4
Darm64-memcpy-inline.ll11 @.str4 = private unnamed_addr constant [18 x i8] c"DHRYSTONE PROGR \00", align 1
70 …p0i8.p0i8.i64(i8* %C, i8* getelementptr inbounds ([18 x i8], [18 x i8]* @.str4, i64 0, i64 0), i64…
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Djmp_table.ll15 @str4 = internal constant [2 x i8] c"5\00" ; <[2 x i8]*> [#uses=1]
63 %tmp8 = getelementptr [2 x i8]* @str4, i32 0, i64 0 ; <i8*> [#uses=1]
/external/clang/test/FixIt/
Dtypo.cpp83 yarn str4; // expected-error{{unknown type name 'yarn'; did you mean 'nonstd::yarn'?}} variable
/external/llvm/test/CodeGen/Hexagon/
Dvec-pred-spill1.ll24 @str4 = private unnamed_addr constant [98 x i8] c"Q6VecPred4 : Q6_Q_vandor_QVR(Q6_Q_vand_VR(Q6_V_v…
48 …%puts6 = tail call i32 @puts(i8* getelementptr inbounds ([98 x i8], [98 x i8]* @str4, i32 0, i32 0…
/external/swiftshader/third_party/LLVM/test/Analysis/Profiling/
Dedge-profiling.ll10 @.str4 = private constant [6 x i8] c"fritz\00", align 1 ; <[6 x i8]*> [#uses=1]
86 …%8 = call i32 @puts(i8* getelementptr inbounds ([6 x i8]* @.str4, i64 0, i64 0)) nounwind ; <i32> …
/external/llvm/test/CodeGen/Generic/
D2005-12-01-Crash.ll8 @str4 = external global [2 x i8] ; <[2 x i8]*> [#uses=0]
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2005-12-01-Crash.ll8 @str4 = external global [2 x i8] ; <[2 x i8]*> [#uses=0]
/external/llvm/test/Transforms/InstCombine/
Ddisable-simplify-libcalls.ll11 @.str4 = constant [6 x i8] c"123.4\00", align 1
188 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
196 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
204 %x = getelementptr inbounds [6 x i8], [6 x i8]* @.str4, i64 0, i64 0
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Dswitch_switch_fold_dbginfo.ll23 @.str4 = internal constant [4 x i8] c"foo\00", section "llvm.metadata" ; <[4 x i8]*> [#uses=1]
24 …e_unit to { }*), i8* getelementptr ([4 x i8]* @.str4, i32 0, i32 0), i8* getelementptr ([4 x i8]* …
/external/llvm/test/Linker/
D2004-05-07-TypeResolution1.ll14 @str4 = constant [4 x i8] zeroinitializer ; <[4 x i8]*> [#uses=0]
/external/swiftshader/third_party/LLVM/test/Linker/
D2004-05-07-TypeResolution1.ll14 @str4 = constant [4 x i8] zeroinitializer ; <[4 x i8]*> [#uses=0]
/external/libpcap/
Dpcap-usb-linux.c613 char str1[3], str2[3], str3[5], str4[5], str5[5]; in usb_read_linux() local
614 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4, in usb_read_linux()
630 shdr->wIndex = htols(strtoul(str4, 0, 16)); in usb_read_linux()

123