Home
last modified time | relevance | path

Searched refs:toascii (Results 1 – 19 of 19) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
DIDNATestInput.txt10 type: toascii
21 type: toascii
32 type: toascii
43 type: toascii
54 type: toascii
65 type: toascii
76 type: toascii
87 type: toascii
98 type: toascii
109 type: toascii
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
DIDNATestInput.txt10 type: toascii
21 type: toascii
32 type: toascii
43 type: toascii
54 type: toascii
65 type: toascii
76 type: toascii
87 type: toascii
98 type: toascii
109 type: toascii
[all …]
/external/icu/icu4c/source/test/testdata/
Didna_conf.txt10 type: toascii
21 type: toascii
32 type: toascii
43 type: toascii
54 type: toascii
65 type: toascii
76 type: toascii
87 type: toascii
98 type: toascii
109 type: toascii
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
DToAscii.ll3 ; RUN: not grep {call.*toascii}
5 declare i32 @toascii(i32)
8 %val1 = call i32 @toascii( i32 1 ) ; <i32> [#uses=1]
9 %val2 = call i32 @toascii( i32 0 ) ; <i32> [#uses=1]
10 %val3 = call i32 @toascii( i32 127 ) ; <i32> [#uses=1]
11 %val4 = call i32 @toascii( i32 128 ) ; <i32> [#uses=1]
12 %val5 = call i32 @toascii( i32 255 ) ; <i32> [#uses=1]
13 %val6 = call i32 @toascii( i32 256 ) ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dtoascii-1.ll1 ; Test that the toascii library call simplifier works correctly.
7 declare i32 @toascii(i32)
13 %ret = call i32 @toascii(i32 0)
20 %ret = call i32 @toascii(i32 1)
27 %ret = call i32 @toascii(i32 127)
34 %ret = call i32 @toascii(i32 128)
41 %ret = call i32 @toascii(i32 255)
48 %ret = call i32 @toascii(i32 256)
55 %ret = call i32 @toascii(i32 %x)
Dsimplify-libcalls.ll149 declare i32 @toascii(i8)
171 ; CHECK-NEXT: [[Y:%.*]] = call i32 @toascii(i8 %x)
174 %y = call i32 @toascii(i8 %x)
Ddisable-simplify-libcalls.ll47 declare i32 @toascii(i32)
302 %ret = call i32 @toascii(i32 %y)
304 ; CHECK: call i32 @toascii
/external/llvm/test/Transforms/InstCombine/
Dtoascii-1.ll1 ; Test that the toascii library call simplifier works correctly.
7 declare i32 @toascii(i32)
13 %ret = call i32 @toascii(i32 0)
20 %ret = call i32 @toascii(i32 1)
27 %ret = call i32 @toascii(i32 127)
34 %ret = call i32 @toascii(i32 128)
41 %ret = call i32 @toascii(i32 255)
48 %ret = call i32 @toascii(i32 256)
55 %ret = call i32 @toascii(i32 %x)
Ddisable-simplify-libcalls.ll47 declare i32 @toascii(i32)
302 %ret = call i32 @toascii(i32 %y)
304 ; CHECK: call i32 @toascii
/external/u-boot/include/linux/
Dctype.h41 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll795 ; CHECK: declare void @toascii(...)
796 declare void @toascii(...)
Dannotate.ll811 ; CHECK: declare i32 @toascii(i32)
812 declare i32 @toascii(i32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll924 ; CHECK: declare void @toascii(...)
925 declare void @toascii(...)
Dannotate.ll946 ; CHECK: declare i32 @toascii(i32)
947 declare i32 @toascii(i32)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1061 /// int toascii(int c);
1062 TLI_DEFINE_ENUM_INTERNAL(toascii)
1063 TLI_DEFINE_STRING_INTERNAL("toascii")
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1261 /// int toascii(int c);
1262 TLI_DEFINE_ENUM_INTERNAL(toascii)
1263 TLI_DEFINE_STRING_INTERNAL("toascii")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp958 case LibFunc::toascii: in isValidProtoForLibFunc()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2053 case LibFunc::toascii: in optimizeCall()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3150 fun:toascii=uninstrumented