Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/icu/icu4c/source/data/locales/
Dkl.txt162 past{
174 past{
186 past{
198 past{
210 past{
222 past{
234 past{
Dfr_CA.txt218 past{
230 past{
242 past{
259 past{
271 past{
288 past{
305 past{
Dlkt.txt80 past{
98 past{
124 past{
142 past{
186 past{
205 past{
Dmgo.txt300 past{
319 past{
332 past{
345 past{
358 past{
Djgo.txt284 past{
296 past{
308 past{
320 past{
332 past{
344 past{
Ddz.txt647 past{
664 past{
675 past{
686 past{
697 past{
708 past{
722 past{
Dnn.txt462 past{
481 past{
494 past{
507 past{
520 past{
533 past{
549 past{
Dkea.txt618 past{
635 past{
646 past{
657 past{
668 past{
679 past{
693 past{
Dbs_Cyrl.txt1081 past{
1104 past{
1121 past{
1143 past{
1160 past{
1182 past{
1207 past{
Dmy.txt654 past{
678 past{
689 past{
712 past{
733 past{
777 past{
796 past{
Dne.txt685 past{
711 past{
724 past{
749 past{
772 past{
818 past{
839 past{
Dkk.txt582 past{
608 past{
621 past{
646 past{
669 past{
715 past{
736 past{
Dpa.txt692 past{
718 past{
731 past{
756 past{
779 past{
825 past{
846 past{
Dky.txt663 past{
689 past{
702 past{
727 past{
750 past{
796 past{
817 past{
Dkm.txt691 past{
715 past{
726 past{
749 past{
770 past{
814 past{
833 past{
/external/llvm/test/Transforms/InstSimplify/
Dpast-the-end.ll4 ; Check some past-the-end subtleties.
18 ; Comparing past-the-end addresses of two distinct globals. Never equal.
30 ; Comparing past-the-end addresses of one global to the base address
52 ; Comparing past-the-end addresses of two distinct allocas. Never equal.
66 ; Comparing past-the-end addresses of one alloca to the base address
/external/deqp/modules/glshared/
DglsCalibration.cpp291 …const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - nu… in recomputeParameters() local
296 const float frameTimeUs = past[i].frameTime; in recomputeParameters()
310 …const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - nu… in recomputeParameters() local
316 minCallCount = de::min(minCallCount, past[i].numDrawCalls); in recomputeParameters()
317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls); in recomputeParameters()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c100 dec->current = dec->future = dec->past = 8; in nouveau_vpe_fini()
301 assert(!forward || dec->past < 8); in nouveau_vpe_mb_mv_header()
311 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
313 x, y2, mb->PMV[0][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
336 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
356 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
369 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
372 x, y2, mb->PMV[1][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]); in nouveau_decoder_decode_macroblock()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_video.c100 dec->current = dec->future = dec->past = 8; in nouveau_vpe_fini()
301 assert(!forward || dec->past < 8); in nouveau_vpe_mb_mv_header()
311 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
313 x, y2, mb->PMV[0][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
336 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
356 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
369 x, y, mb->PMV[0][0], dec->past, TRUE); in nouveau_vpe_mb_mv_header()
372 x, y2, mb->PMV[1][0], dec->past, FALSE); in nouveau_vpe_mb_mv_header()
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]); in nouveau_decoder_decode_macroblock()
/external/openssl/crypto/sha/asm/
Dsha256-armv4.S62 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
67 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
118 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
123 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
174 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
179 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
230 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
235 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
286 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
291 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
[all …]
/external/chromium_org/base/metrics/
Dhistogram.cc418 int64 past = 0; in WriteAsciiImpl() local
442 WriteAsciiBucketContext(past, current, remaining, i, output); in WriteAsciiImpl()
444 past += current; in WriteAsciiImpl()
446 DCHECK_EQ(sample_count, past); in WriteAsciiImpl()
477 void Histogram::WriteAsciiBucketContext(const int64 past, in WriteAsciiBucketContext() argument
482 double scaled_sum = (past + current + remaining) / 100.0; in WriteAsciiBucketContext()
485 double percentage = past / scaled_sum; in WriteAsciiBucketContext()
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c81 state->past = 0; /* have not read past end yet */ in gz_reset()
401 state->past = 0; in gzseek64()
524 return state->mode == GZ_READ ? state->past : 0; in gzeof()
564 state->past = 0; in gzclearerr()
Dgzread.c339 state->past = 1; /* tried to read past end */ in gzread()
456 state->past = 0; in gzungetc()
478 state->past = 0; in gzungetc()
520 state->past = 1; /* read past end */ in gzgets()
/external/qemu/distrib/zlib-1.2.8/
Dgzread.c339 state->past = 1; /* tried to read past end */
456 state->past = 0;
478 state->past = 0;
520 state->past = 1; /* read past end */
/external/zlib/src/
Dgzlib.c81 state->past = 0; /* have not read past end yet */
401 state->past = 0;
524 return state->mode == GZ_READ ? state->past : 0;
564 state->past = 0;

12345678910>>...15