Searched refs:ll (Results 126 - 150 of 249) sorted by relevance

12345678910

/external/llvm/lib/Support/Windows/
H A DSignals.inc37 // the ll format specifier for printf. However, MinGW passes the format
38 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
475 // complain about the ll format specifiers used. Now we are turning the
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s54 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s60 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s68 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/valgrind/main/VEX/pub/
H A Dlibvex.h487 long long ll; member in union:align::__anon32251
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp549 // Sets the value to an int64 value ll.
552 Formattable::setInt64(int64_t ll) argument
556 fValue.fInt64 = ll;
/external/clang/INPUTS/
H A Dc99-intconst-1.c133 CHECK_SUFll_DEC_TYPE(C##ll); \
151 CHECK_SUFll_OCTHEX_TYPE(C##ll); \
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp136 case (int)10000000000ll: // expected-note {{here}}
137 case (unsigned int)10000000000ll: // expected-error {{duplicate case value}}
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp549 // Sets the value to an int64 value ll.
552 Formattable::setInt64(int64_t ll) argument
556 fValue.fInt64 = ll;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c211 size_t ll = ls->tsv.len; local
220 return (len == ll) ? 0 : 1;
221 else if (len == ll) /* l is finished? */
225 l += len; ll -= len; r += len; lr -= len;
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s104 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s107 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s107 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s112 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/pcre/dist/sljit/
H A DsljitConfigInternal.h400 #define SLJIT_W(w) (w##ll)
/external/clang/lib/Headers/
H A DIntrin.h630 *a = *a ^ (1ll << b);
636 *a = *a & ~(1ll << b);
642 *a = *a | (1ll << b);
/external/qemu/block/
H A Dqcow2-cluster.c328 uint64_t ll[2]; member in union:__anon29248
334 ivec.ll[0] = cpu_to_le64(sector_num);
335 ivec.ll[1] = 0;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java278 int ll = items.length;
279 Item[] items2 = new Item[ll];
280 for (int i = 1; i < ll; i++) {
348 classWriter.threshold = (int) (0.75d * ll);
349 classWriter.index = ll;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg761 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text> := nil;}; separator="\n">
768 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text>: <ruleLabelType(referencedRule=ll.referencedRule)>;}; separator="\n">
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c3467 lzo_uint ll = l; local
3470 ll = LZO_MIN(ll, 49152);
3472 ll_end = (lzo_uintptr_t)ip + ll;
3473 if ((ll_end + ((t + ll) >> 5)) <= ll_end || (const lzo_bytep)(ll_end + ((t + ll) >> 5)) <= ip + ll)
3478 t = do_compress(ip,ll,op,out_len,t,wrkmem);
3479 ip += ll;
3481 l -= ll;
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1436 LinkedList<SIPHeader> ll = new LinkedList<SIPHeader>();
1437 ll.add(sipHeader);
1438 return ll;
/external/flac/libFLAC/
H A Dlpc.c292 if(sumo > 2147483647ll || sumo < -2147483648ll)
823 if(sumo > 2147483647ll || sumo < -2147483648ll)
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s5 # for variable-loc.ll
18 .file "test/DebugInfo/SystemZ/variable-loc.ll"
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s126 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67]
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c294 *end = _next; /* we'll be push forward later, if there's content here!*/

Completed in 685 milliseconds

12345678910