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

1 2 3 4 56 7 8 91011>>

  /external/icu4c/i18n/unicode/
fmtable.h 107 * @param ll the int64_t number.
110 Formattable(int64_t ll);
514 * @param ll the new int64 value to be set.
517 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/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 60 int64_t startTimeUs = -1ll,
61 int64_t minStartTimeUs = 0ll /* start after this timestamp */,
LiveSession.cpp 66 mLastDequeuedTimeUs(0ll),
67 mRealTimeBaseUs(0ll),
548 0ll /* timeUs */, initialBandwidthIndex, true /* pickTrack */);
603 info.mDurationUs = -1ll;
915 int64_t maxDurationUs = 0ll;
919 if (fetcherDurationUs >= 0ll && fetcherDurationUs > maxDurationUs) {
995 // Pause those that we'll reuse.
1002 if (timeUs < 0ll) {
1023 if (timeUs < 0ll) {
1039 // we'll decrement mContinuationCounter, once it reaches zero, i.e. al
    [all...]
  /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);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 41 mDurationUs(0ll),
56 mDurationUs(0ll),
180 readBuffer(audio, -1ll);
HTTPLiveSource.cpp 182 msg->post(delayUs > 0ll ? delayUs : 0ll);
185 msg->post(1000000ll);
NuPlayerRenderer.cpp 30 const int64_t NuPlayer::Renderer::kMinPositionUpdateDelayUs = 100000ll;
55 mLastPositionUpdateUs(-1ll),
56 mVideoLateByUs(0ll) {
139 * numFramesPendingPlayout * 1000ll;
293 * mAudioSink->msecsPerFrame()) * 1000ll;
393 mVideoLateByUs = 0ll;
506 if (diff > 100000ll) {
572 // a discontinuity that leads to flushing, we'll never find the
574 // Therefore we'll stop syncing the queues if at least one of them
RTSPSource.cpp 32 const int64_t kNearEOSTimeoutUs = 2000000ll; // 2 secs
161 static const int64_t kMinDurationUs = 2000000ll;
283 *durationUs = 0ll;
308 msg->post(200000ll);
453 * 1000000ll
567 info.mNormalPlaytimeUs = 0ll;
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 41 static int64_t kWakelockMinDelay = 100000ll; // 100ms
258 static int64_t kMaxTimeoutUs = 10000000ll; // 10 secs
263 // We'll never block for more than 10 secs, instead
272 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);
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractListTest.java 159 List ll = new LinkedList(); local
161 ll.add(new Integer(i));
165 !(ll.subList(3, 7) instanceof RandomAccess));
  /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...]
sha256.c 86 unsigned long ll; \
91 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
95 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
101 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
  /external/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...]
sha256.c 86 unsigned long ll; \
91 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
95 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
101 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 141 uint64_t nowUs = tv.tv_sec * 1000000ll + tv.tv_usec;
143 nowUs += ((70ll * 365 + 17) * 24) * 60 * 60 * 1000000ll;
145 uint64_t hi = nowUs / 1000000ll;
146 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll;
567 (new AMessage('aliv', id()))->post(30000000ll);
606 (new AMessage('aliv', id()))->post(30000000ll);
641 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100ll);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 530 int ii, jj, kk, ll; local
579 ll = l % 256;
588 t0 * t0 * grad4(perm[ii + perm[jj + perm[kk + perm[ll]]]], x0, y0,
599 grad4(perm[ii + i1 + perm[jj + j1 + perm[kk + k1 + perm[ll + l1]]]],
610 grad4(perm[ii + i2 + perm[jj + j2 + perm[kk + k2 + perm[ll + l2]]]],
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
  /external/mesa3d/src/mesa/program/
prog_noise.c 530 int ii, jj, kk, ll; local
579 ll = l % 256;
588 t0 * t0 * grad4(perm[ii + perm[jj + perm[kk + perm[ll]]]], x0, y0,
599 grad4(perm[ii + i1 + perm[jj + j1 + perm[kk + k1 + perm[ll + l1]]]],
610 grad4(perm[ii + i2 + perm[jj + j2 + perm[kk + k2 + perm[ll + l2]]]],
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,

Completed in 774 milliseconds

1 2 3 4 56 7 8 91011>>