Searched refs:past (Results 1 - 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/
H A Dconfigure.mk5 # This should become unnecessary for autoconf past 2.63
/external/llvm/lib/Support/Windows/
H A DProcess.inc137 // disabling minidumps for a particular application extends past the lifetime
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h39 unsigned past, future, current; member in struct:nouveau_decoder
H A Dnouveau_video.c100 dec->current = dec->future = dec->past = 8;
301 assert(!forward || dec->past < 8);
311 x, y, mb->PMV[0][0], dec->past, TRUE);
313 x, y2, mb->PMV[0][0], dec->past, FALSE);
336 x, y, mb->PMV[0][0], dec->past, TRUE);
356 x, y, mb->PMV[0][0], dec->past, TRUE);
369 x, y, mb->PMV[0][0], dec->past, TRUE);
372 x, y2, mb->PMV[1][0], dec->past, FALSE);
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h39 unsigned past, future, current; member in struct:nouveau_decoder
H A Dnouveau_video.c100 dec->current = dec->future = dec->past = 8;
301 assert(!forward || dec->past < 8);
311 x, y, mb->PMV[0][0], dec->past, TRUE);
313 x, y2, mb->PMV[0][0], dec->past, FALSE);
336 x, y, mb->PMV[0][0], dec->past, TRUE);
356 x, y, mb->PMV[0][0], dec->past, TRUE);
369 x, y, mb->PMV[0][0], dec->past, TRUE);
372 x, y2, mb->PMV[1][0], dec->past, FALSE);
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
/external/deqp/modules/glshared/
H A DglsCalibration.cpp285 // Do a few past iterations have frame time in acceptable range?
291 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; local
296 const float frameTimeUs = past[i].frameTime;
305 // Do a few past iterations have similar-enough call counts?
310 const CalibrateIteration* const past = &m_calibrateIterations[m_calibrateIterations.size() - numRelevantPastIterations]; local
316 minCallCount = de::min(minCallCount, past[i].numDrawCalls);
317 maxCallCount = de::max(maxCallCount, past[i].numDrawCalls);
369 // Find the maximum of the past call counts.
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h196 int past; /* true if read requested past end */ member in struct:__anon28593
H A 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;
H A 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/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h180 int past; /* true if read requested past end */ member in struct:__anon29632
H A 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;
H A 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/
H A Dgzguts.h180 int past; /* true if read requested past end */ member in struct:__anon34354
H A 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;
H A 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/chromium_org/third_party/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S458 vadd.i64 d16,d30 @ h+=Maj from the past
495 vadd.i64 d23,d30 @ h+=Maj from the past
532 vadd.i64 d22,d30 @ h+=Maj from the past
569 vadd.i64 d21,d30 @ h+=Maj from the past
606 vadd.i64 d20,d30 @ h+=Maj from the past
643 vadd.i64 d19,d30 @ h+=Maj from the past
680 vadd.i64 d18,d30 @ h+=Maj from the past
717 vadd.i64 d17,d30 @ h+=Maj from the past
754 vadd.i64 d16,d30 @ h+=Maj from the past
791 vadd.i64 d23,d30 @ h+=Maj from the past
[all...]
H A 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/third_party/boringssl/src/crypto/sha/asm/
H A Dsha256-armv4.pl68 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
73 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
131 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
213 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
400 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
496 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/external/openssl/crypto/sha/asm/
H A 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...]
H A Dsha256-armv4.pl72 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
77 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
135 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
217 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
405 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
504 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/external/chromium_org/base/metrics/
H A Dhistogram.cc410 int64 past = 0; local
434 WriteAsciiBucketContext(past, current, remaining, i, output);
436 past += current;
438 DCHECK_EQ(sample_count, past);
469 void Histogram::WriteAsciiBucketContext(const int64 past, argument
474 double scaled_sum = (past + current + remaining) / 100.0;
477 double percentage = past / scaled_sum;
/external/libvorbis/doc/
H A D02-bitpacking.tex222 Attempting to read past the end of an encoded packet results in an
227 handle reading past the end of a packet as a typical mode of
237 not past, such that an 'end-of-packet' condition has not triggered)
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as30 // now consume past EOF for a few ticks, nothing should change
/external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
H A Dmemcpy.S71 * 1- AT contain the address of the byte just past the end of the source
326 ADD t1, dst, len # t1 is just past last byte of dst
468 LOAD t0, THREAD_BUADDR(t0) # t0 is just past last good address

Completed in 457 milliseconds

12