Searched refs:toascii (Results 1 – 9 of 9) sorted by relevance
10 type: toascii21 type: toascii32 type: toascii43 type: toascii54 type: toascii65 type: toascii76 type: toascii87 type: toascii98 type: toascii109 type: toascii[all …]
3 ; 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]
59 #undef toascii61 #define toascii __toascii macro87 #ifndef toascii88 #define toascii(c) ((c) & 0x7f) macro
66 c = toascii(c); in fn_print()94 c = toascii(c); in fn_printn()128 c = toascii(c); in fn_printzp()
116 c = toascii(c); in c_print()
53 #undef toascii70 #define toascii toascii_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
35 #define toascii(c) (((unsigned char)(c))&0x7f) macro
146 return toascii (c); in toAscii()
201 #define qemu_toascii(c) toascii((unsigned char)(c))