HomeSort by relevance Sort by last modified time
    Searched full:conv (Results 376 - 400 of 694) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/PowerPC/
s000-alias-misched.ll 88 %conv = sitofp i64 %sub to double
89 %div = fdiv double %conv, 1.000000e+06
  /external/llvm/test/CodeGen/X86/
2011-01-24-DbgValue-Before-Use.ll 49 %conv = sext i32 %cond to i64, !dbg !26
51 %call6 = tail call i64 @gcd(i64 %conv, i64 %conv5) optsize, !dbg !26
store-narrow.ll 164 %conv = sext i8 %tmp to i32
165 %shr3 = lshr i32 %conv, 8
tailcall-64.ll 239 %conv = fptrunc x86_fp80 %x to double
240 %call = tail call double @trunc(double %conv) nounwind readnone
  /external/llvm/test/Transforms/InstCombine/
sext.ll 133 %conv = sext i32 %sub to i64
134 ret i64 %conv
  /external/llvm/test/Transforms/LoopIdiom/X86/
popcnt.ll 63 %conv = trunc i64 %and to i32
64 %mul1 = mul nsw i32 %conv, %mydata2.addr.012
  /external/llvm/test/Transforms/LoopStrengthReduce/
post-inc-icmpzero.ll 39 %conv = sext i8 %tmp5 to i16
40 store i16 %conv, i16* %incdec.ptr, align 2
  /external/llvm/test/Transforms/Reassociate/
crash.ll 118 %x.0 = phi i32 [ undef, %entry ], [ %conv, %for.cond ]
119 %conv = zext i16 %p to i32
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 53 SkAutoTUnref<GrEffectRef> conv(GrConvolutionEffect::CreateGaussian(
56 paint.addColorEffect(conv);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationUpdater.java 103 * @param conv conversation to mark unread
109 void markConversationMessagesUnread(Conversation conv, Set<Uri> unreadMessageUris,
AbstractConversationViewFragment.java 235 return "(" + s + " conv=" + mConversation + ")";
444 LogUtils.i(LOG_TAG, "CVF: offscreen conv has no messages, ignoring update"
445 + " in anticipation of conv cursor update. c=%s",
485 LogUtils.i(LOG_TAG, "CVF: visible conv has no messages, exiting conv mode");
510 LogUtils.w(LOG_TAG, "ignoring onConversationSeen for conv=%s", mConversation.id);
AbstractActivityController.java 161 private static final String SAVED_DETACHED_CONV_URI = "saved-detached-conv-uri";
1877 final Conversation conv = msg.getConversation(); local
3693 final Conversation conv = new Conversation(mConversationListCursor); local
    [all...]
TwoPaneLayout.java 301 LogUtils.i(LOG_TAG, "conv-list mode layout, x=%d/%d/%d", foldersX, listX, convX);
611 s = "conv-list";
613 s = "conv-view";
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 221 PseudoTcp::PseudoTcp(IPseudoTcpNotify* notify, uint32 conv)
230 m_conv = conv;
503 LOG(LS_INFO) << "<-- <CONV=" << m_conv
535 seg.conv = bytes_to_long(buffer);
548 LOG(LS_INFO) << "--> <CONV=" << seg.conv
600 if (seg.conv != m_conv) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 2621 UConverter *conv = 0; local
2820 UConverter *conv = 0; local
3018 UConverter *conv = 0; local
3196 UConverter *conv = 0; local
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 2630 UConverter *conv = 0; local
2826 UConverter *conv = 0; local
3021 UConverter *conv = 0; local
3199 UConverter *conv = 0; local
    [all...]
  /system/core/toolbox/
dd.c 1039 { "conv", f_conv, 0, 0 },
1258 fprintf(stderr, "conv option disabled\n");
1264 static const struct conv { struct
1286 struct conv *cp, tmp;
1290 if (!(cp = (struct conv *)bsearch(&tmp, clist,
1291 sizeof(clist)/sizeof(struct conv), sizeof(struct conv),
1310 return (strcmp(((const struct conv *)a)->name,
1311 ((const struct conv *)b)->name));
  /external/icu4c/samples/ugrep/
ugrep.cpp 317 UConverter* conv; local
318 conv = ucnv_open(encoding, &status);
328 uint32_t destCap = ucnv_toUChars(conv,
341 ucnv_toUChars(conv,
351 ucnv_close(conv);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
  /external/chromium_org/third_party/libxml/src/
xmlsave.c 463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
470 buf->conv = xmlBufferCreate();
471 if (buf->conv == NULL) {
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
488 xmlBufferFree(buf->conv);
490 buf->conv = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
997 (buf->encoder == NULL) && (buf->conv == NULL) &&
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 95 Convertible conv; local
98 Base &bar3 = i1 ? base : conv;
99 Base &bar4 = i1 ? conv : base;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 152 public static final int CONV = 29;
342 case CONV: return "conv";
  /external/libxml2/
xmlsave.c 465 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
472 buf->conv = xmlBufferCreate();
473 if (buf->conv == NULL) {
481 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
490 xmlBufferFree(buf->conv);
492 buf->conv = NULL;
773 (buf->encoder == NULL) && (buf->conv == NULL)) {
1048 (buf->encoder == NULL) && (buf->conv == NULL)) {
1071 (buf->encoder == NULL) && (buf->conv == NULL) &&
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 805 UConverter *conv; local
824 conv = u_getDefaultConverter(&status);
842 limit = alias + ucnv_getMaxCharSize(conv);
846 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
851 u_releaseDefaultConverter(conv);
872 u_releaseDefaultConverter(conv);
    [all...]

Completed in 895 milliseconds

<<11121314151617181920>>