HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 101 - 125 of 517) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bison/examples/calc++/
Makefile.am 40 calc++-scanner.ll calc++.cc calc++-driver.hh calc++-driver.cc
83 calc_sources_extracted = $(srcdir)/calc++-scanner.ll $(srcdir)/calc++.cc \
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 31 # CHECK: ll $4, 4($5) # encoding: [0x04,0x00,0xa4,0xc0]
41 ll $4, 4($5)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 77 int64_t seekTimeUs = -1ll, int64_t *actualTimeUs = NULL);
  /frameworks/base/core/jni/
BindTest.cpp 157 long long ll = JARG_get_long_long(5+2); local
166 JOBJ_set_long_long(jthis, offset_mLong, ll);
182 long long ll = JARG_get_long_long(5+2); local
204 && (ll == JOBJ_get_long_long(jthis, offset_mLong));
  /external/grub/stage2/
gunzip.c 930 unsigned ll[286 + 30]; /* literal/length and distance code lengths */ local
958 ll[bitorder[j]] = (unsigned) b & 7;
962 ll[bitorder[j]] = 0;
966 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
983 ll[i++] = l = j; /* save last length in l */
995 ll[i++] = l;
1008 ll[i++] = 0;
1023 ll[i++] = 0;
1037 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
1048 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 227 uint32_t rtpTime = (timeUs * 9) / 100ll;
273 uint32_t rtpTime = (nowUs * 9) / 100ll;
316 uint32_t rtpTime = (timeUs * 9 / 100ll);
497 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec;
499 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
501 uint64_t hi = nowUs / 1000000ll;
502 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
    [all...]
  /external/qemu/android/
looper-qemu.c 371 qlooper_now(Looper* ll)
379 qlooper_forceQuit(Looper* ll)
387 qlooper_run(Looper* ll, Duration deadline_ms)
394 qlooper_destroy(Looper* ll)
396 QLooper* looper = (QLooper*)ll;
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 227 int ll = section.length & 0xff; local
229 os.write(ll);
371 int ll = is.read(); local
372 if (lh == -1 || ll == -1) {
375 int length = lh << 8 | ll;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 427 LocalList ll = code.getLocals(); local
434 isStatic, ref, file, pl, ll);
439 ll.debugPrint(System.err, " ");
447 DexFile file, PositionList pl, LocalList ll) {
520 int origSz = ll.size();
525 LocalList.Entry origEntry = ll.get(i);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 431 LocalList ll = code.getLocals(); local
438 isStatic, ref, file, pl, ll);
443 ll.debugPrint(System.err, " ");
451 DexFile file, PositionList pl, LocalList ll) {
524 int origSz = ll.size();
529 LocalList.Entry origEntry = ll.get(i);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 421 LocalList ll = code.getLocals(); local
428 isStatic, ref, file, pl, ll);
433 ll.debugPrint(System.err, " ");
441 DexFile file, PositionList pl, LocalList ll) {
514 int origSz = ll.size();
519 LocalList.Entry origEntry = ll.get(i);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 157 int ll[4]; local
404 ll[0] = 1;
405 ll[1] = mvwidth - 1;
406 ll[2] = 1;
407 ll[3] = -mvwidth - 1;
409 video->pstprcTypPrv, ll, &tmp, px[0], py[0], mvwidth,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_asm.c 308 BN_ULLONG ll=0; local
316 ll+=(BN_ULLONG)a[0]+b[0];
317 r[0]=(BN_ULONG)ll&BN_MASK2;
318 ll>>=BN_BITS2;
319 ll+=(BN_ULLONG)a[1]+b[1];
320 r[1]=(BN_ULONG)ll&BN_MASK2;
321 ll>>=BN_BITS2;
322 ll+=(BN_ULLONG)a[2]+b[2];
323 r[2]=(BN_ULONG)ll&BN_MASK2;
324 ll>>=BN_BITS2
    [all...]
bn_mul.c 763 BN_ULONG ll,lc,*lp,*mp; local
903 ll=(r[i]+lc)&BN_MASK2;
904 r[i++]=ll;
905 lc=(lc > ll);
912 ll=r[i];
913 r[i++]=(ll-lc)&BN_MASK2;
914 lc=(lc > ll);
925 ll=(r[i]+lc)&BN_MASK2;
926 r[i++]=ll;
927 lc=(lc > ll);
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 308 BN_ULLONG ll=0; local
316 ll+=(BN_ULLONG)a[0]+b[0];
317 r[0]=(BN_ULONG)ll&BN_MASK2;
318 ll>>=BN_BITS2;
319 ll+=(BN_ULLONG)a[1]+b[1];
320 r[1]=(BN_ULONG)ll&BN_MASK2;
321 ll>>=BN_BITS2;
322 ll+=(BN_ULLONG)a[2]+b[2];
323 r[2]=(BN_ULONG)ll&BN_MASK2;
324 ll>>=BN_BITS2
    [all...]
bn_mul.c 763 BN_ULONG ll,lc,*lp,*mp; local
903 ll=(r[i]+lc)&BN_MASK2;
904 r[i++]=ll;
905 lc=(lc > ll);
912 ll=r[i];
913 r[i++]=(ll-lc)&BN_MASK2;
914 lc=(lc > ll);
925 ll=(r[i]+lc)&BN_MASK2;
926 r[i++]=ll;
927 lc=(lc > ll);
    [all...]
  /external/harfbuzz/src/
harfbuzz-open.c 578 _HB_OPEN_Load_LookupList( HB_LookupList* ll,
595 count = ll->LookupCount = GET_UShort();
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
603 if ( ALLOC_ARRAY( ll->Properties, count, HB_UInt ) )
606 l = ll->Lookup;
627 FREE( ll->Properties );
633 FREE( ll->Lookup );
639 _HB_OPEN_Free_LookupList( HB_LookupList* ll,
647 FREE( ll->Properties )
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 578 _HB_OPEN_Load_LookupList( HB_LookupList* ll,
595 count = ll->LookupCount = GET_UShort();
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
603 if ( ALLOC_ARRAY( ll->Properties, count, HB_UInt ) )
606 l = ll->Lookup;
627 FREE( ll->Properties );
633 FREE( ll->Lookup );
639 _HB_OPEN_Free_LookupList( HB_LookupList* ll,
647 FREE( ll->Properties )
    [all...]
  /art/test/003-omnibus-opcodes/src/
IntMath.java 561 static void jlmTests(int ii, long ll) {
569 Main.assertTrue(Math.abs(ll) == ll);
570 Main.assertTrue(Math.abs(-ll) == ll);
571 Main.assertTrue(Math.min(ll, -5L) == -5L);
572 Main.assertTrue(Math.max(ll, -5L) == ll);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 95 * @param ll the int64_t number.
98 Formattable(int64_t ll);
502 * @param ll the new int64 value to be set.
505 void setInt64(int64_t ll);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 370 int num=0,j,k,l,rem,ll,len,last,ex=0; local
614 ll=uufread(&(buf[rem]),1,BUFSIZE,DES_IN);
616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
617 ll+=rem;
618 rem=ll%8;
619 ll-=rem;
620 if (feof(DES_IN) && (ll == 0))
648 l=ll;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 76 Span* ll = &free_[s].normal; local
77 // If we're lucky, ll is non-empty, meaning it has a suitable span.
78 if (!DLL_IsEmpty(ll)) {
79 ASSERT(ll->next->location == Span::ON_NORMAL_FREELIST);
80 return Carve(ll->next, n);
83 ll = &free_[s].returned;
84 if (!DLL_IsEmpty(ll)) {
85 ASSERT(ll->next->location == Span::ON_RETURNED_FREELIST);
86 return Carve(ll->next, n);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 76 Span* ll = &free_[s].normal; local
77 // If we're lucky, ll is non-empty, meaning it has a suitable span.
78 if (!DLL_IsEmpty(ll)) {
79 ASSERT(ll->next->location == Span::ON_NORMAL_FREELIST);
80 return Carve(ll->next, n);
83 ll = &free_[s].returned;
84 if (!DLL_IsEmpty(ll)) {
85 ASSERT(ll->next->location == Span::ON_RETURNED_FREELIST);
86 return Carve(ll->next, n);
  /external/clang/test/Analysis/
taint-tester.c 187 long long ll = atoll(s); // expected-warning + {{tainted}} local
188 int tll = ll; // expected-warning + {{tainted}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 149 long long ll = 1; local
150 Agg<long> l2 = {ll}; // OK

Completed in 3311 milliseconds

1 2 3 45 6 7 8 91011>>