/external/llvm/lib/Target/Mips/ |
Mips.td | 19 // Register File, Calling Conv, Instruction Descriptions
|
/external/llvm/lib/Target/Sparc/ |
Sparc.td | 34 // Register File, Calling Conv, Instruction Descriptions
|
/external/llvm/test/CodeGen/X86/ |
2009-06-02-RewriterBug.ll | 15 %conv = zext i32 undef to i64 ; <i64> [#uses=1] 47 %add314 = add i64 %conv, 2870763221 ; <i64> [#uses=1] 176 %conv = zext i32 %tmp3 to i64 ; <i64> [#uses=1] 239 %add314 = add i64 %conv, 2870763221 ; <i64> [#uses=1]
|
/external/llvm/test/Transforms/Inline/ |
inline_cleanup.ll | 148 %conv = sext i16 %p1 to i32
|
/external/qemu/docs/ |
AUDIO.TXT | 78 - a 'conv()' function used to read sound samples from the emulated sound card and
|
/external/clang/test/SemaCXX/ |
expression-traits.cpp | 131 // conv.ptr/1: A null pointer constant is an integral constant 324 // expr.type.conv/1 A simple-type-specifier (7.1.5) followed by a 337 // expr.type.conv/2 The expression T(), where T is a
|
/external/javassist/src/main/javassist/ |
CodeConverter.java | 36 * CodeConverter conv = new CodeConverter(); 37 * conv.replaceNew(point, singleton, "makePoint"); 38 * client.instrument(conv);
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 171 for (Conversation conv: mSelectionSet.values()) { 173 accountUri = conv.accountUri; 174 } else if (!accountUri.equals(conv.accountUri)) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 553 "unsupported cached conv value in col=%s", key); 575 Conversation conv = (Conversation) o; local 576 return conv.uri.equals(uri);
|
/external/llvm/test/Transforms/InstCombine/ |
cast.ll | 688 %conv.i.i = ashr exact i32 %neg.i, 24 689 %trunc = trunc i32 %conv.i.i to i8 917 %conv = sext i16 %a to i32 920 %shl = shl i32 %conv, %sh_prom 927 ; CHECK: %shl = shl i32 %conv, %sh_prom
|
select.ll | 755 %conv = zext i16 %x to i32 756 %cond = select i1 %tobool, i32 0, i32 %conv 775 %conv = zext i16 %x to i32 776 %cond = select i1 %tobool, i32 %conv, i32 1
|
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 725 return Builder.CreateBitCast(Src, DstTy, "conv"); 733 Builder.CreateIntCast(Src, MiddleTy, InputSigned, "conv"); 735 return Builder.CreateIntToPtr(IntResult, DstTy, "conv"); 741 return Builder.CreatePtrToInt(Src, DstTy, "conv"); 758 return Builder.CreateBitCast(Src, DstTy, "conv"); 778 Res = Builder.CreateIntCast(Src, DstTy, InputSigned, "conv"); 780 Res = Builder.CreateSIToFP(Src, DstTy, "conv"); 782 Res = Builder.CreateUIToFP(Src, DstTy, "conv"); 786 Res = Builder.CreateFPToSI(Src, DstTy, "conv"); 788 Res = Builder.CreateFPToUI(Src, DstTy, "conv"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 141 conv = localeconv() 142 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 143 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 259 conv = localeconv() 262 digits = conv[international and 'int_frac_digits' or 'frac_digits'] 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol'] 273 precedes = conv[val<0 and 'n_cs_precedes' or 'p_cs_precedes'] 274 separated = conv[val<0 and 'n_sep_by_space' or 'p_sep_by_space'] 281 sign_pos = conv[val<0 and 'n_sign_posn' or 'p_sign_posn'] 282 sign = conv[val<0 and 'negative_sign' or 'positive_sign' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 141 conv = localeconv() 142 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 143 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 259 conv = localeconv() 262 digits = conv[international and 'int_frac_digits' or 'frac_digits'] 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol'] 273 precedes = conv[val<0 and 'n_cs_precedes' or 'p_cs_precedes'] 274 separated = conv[val<0 and 'n_sep_by_space' or 'p_sep_by_space'] 281 sign_pos = conv[val<0 and 'n_sign_posn' or 'p_sign_posn'] 282 sign = conv[val<0 and 'negative_sign' or 'positive_sign' [all...] |
/dalvik/dexdump/ |
DexDump.cpp | 983 } conv; local 984 conv.i = pDecInsn->vB; 986 pDecInsn->vA, conv.f, pDecInsn->vB); 1034 } conv; local 1035 conv.j = pDecInsn->vB_wide [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
wrtxml.cpp | 46 static UConverter* conv = NULL; variable [all...] |
/external/chromium_org/third_party/libxml/src/ |
HTMLtree.c | 593 if (buf->conv != NULL) { 594 *size = buf->conv->use; 595 *mem = xmlStrndup(buf->conv->content, *size);
|
encoding.c | 105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); local 106 if (conv == NULL) 109 conv->uconv = ucnv_open(name, &status); 115 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP, 119 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP, 126 conv->utf8 = ucnv_open("UTF-8", &status); 128 return conv; 131 if (conv->uconv) 132 ucnv_close(conv->uconv); 133 xmlFree(conv); [all...] |
/external/icu4c/tools/genrb/ |
wrtxml.cpp | 48 static UConverter* conv = NULL; variable [all...] |
/external/libxml2/ |
HTMLtree.c | 591 if (buf->conv != NULL) { 592 *size = buf->conv->use; 593 *mem = xmlStrndup(buf->conv->content, *size);
|
encoding.c | 105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); local 106 if (conv == NULL) 109 conv->uconv = ucnv_open(name, &status); 115 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP, 119 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP, 126 conv->utf8 = ucnv_open("UTF-8", &status); 128 return conv; 131 if (conv->uconv) 132 ucnv_close(conv->uconv); 133 xmlFree(conv); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 2154 Int conv; local [all...] |
/frameworks/base/docs/html/tools/debugging/ |
debugging-memory.jd | 376 this using the <code>hprof-conv</code> tool provided in the <code><sdk>/tools/</code> 377 directory. Simply run the <code>hprof-conv</code> command with two arguments: the original HPROF 381 hprof-conv heap-original.hprof heap-converted.hprof
|
/dalvik/docs/ |
heap-profiling.html | 200 be distributed. A conversion tool, <code>hprof-conv</code>, can be used
|
/external/llvm/test/Transforms/GVN/ |
crash.ll | 191 %conv.i.i.i.i.i = zext i32 %0 to i64
|