HomeSort by relevance Sort by last modified time
    Searched refs:ll (Results 126 - 150 of 576) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/bn/
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...]
  /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
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 109 * @param ll the int64_t number.
112 Formattable(int64_t ll);
516 * @param ll the new int64 value to be set.
519 void setInt64(int64_t ll);
  /external/jhead/
jpgfile.c 142 int ll,lh, got; local
163 ll = fgetc(infile);
165 itemlen = (lh << 8) | ll;
185 Data[1] = (uchar)ll;
340 int ll,lh, got; local
360 ll = buffer[pos++];
362 itemlen = (lh << 8) | ll;
380 Data[1] = (uchar)ll;
  /external/llvm/test/MC/Mips/mips1/
invalid-mips3-wrong-error.s 14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips4-wrong-error.s 14 ll $v0,-7321($s2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/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/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 12 you are not sure, please let us know and we'll try to fix it.
25 you are not sure, please let us know and we'll try to fix it.
38 you are not sure, please let us know and we'll try to fix it.
51 you are not sure, please let us know and we'll try to fix it.
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 66 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000ll;
204 mQueueChangedCondition.waitRelative(mLock, delayUs * 1000ll);
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 61 int64_t startTimeUs = -1ll, // starting timestamps
62 int64_t segmentStartTimeUs = -1ll, // starting position within playlist
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerView.java 91 int ll = paint.getTextWidths(allDigits, widths); local
93 for (int ii = 1; ii < ll; ii++) {
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 78 bool timeValid = false, int64_t timeUs = -1ll);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 103 bool timeValid = false, int64_t timeUs = -1ll);
  /hardware/intel/img/psb_video/src/
psb_texture.h 71 long ll; member in union:_sgx_psb_fixed32::__anon40180
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 192 msg->post(delayUs > 0ll ? delayUs : 0ll);
195 msg->post(1000000ll);
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 42 static int64_t kWakelockMinDelay = 100000ll; // 100ms
259 static int64_t kMaxTimeoutUs = 10000000ll; // 10 secs
264 // We'll never block for more than 10 secs, instead
273 mLock, delay_us * 1000ll);
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 101 static const int64_t kReaperIntervalUs = 1000000ll;
105 // for this message to arrive, after that we'll force a disconnect
112 kPlaybackSessionTimeoutSecs * 1000000ll;
249 AString *response, int32_t cseq, int32_t playbackSessionID = -1ll);
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 45 mPrevTimeUs(-1ll),
222 int64_t minTimeUs = -1ll;
229 minTimeUs = -1ll;
497 if (mPrevTimeUs < 0ll || mPrevTimeUs + 100000ll <= timeUs) {
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha_locl.h 71 unsigned long ll; \
72 ll=(c)->h0; (void)HOST_l2c(ll,(s)); \
73 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \
74 ll=(c)->h2; (void)HOST_l2c(ll,(s)); \
75 ll=(c)->h3; (void)HOST_l2c(ll,(s)); \
76 ll=(c)->h4; (void)HOST_l2c(ll,(s));
    [all...]

Completed in 638 milliseconds

1 2 3 4 56 7 8 91011>>