/external/libogg/ |
libogg.spec.in | 17 # last rc and beta was offering 30 # last rc and beta was offering
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 330 /* golden frame same as last frame ( short circuit gold searches) */ 332 /* Alt reference frame same as last ( short circuit altref search) */ 380 /* GF interval chosen when we coded the last GF */ 572 FRAME_CONTEXT lfc_n; /* last frame entropy */ 573 FRAME_CONTEXT lfc_a; /* last alt ref entropy */ 574 FRAME_CONTEXT lfc_g; /* last gold ref entropy */ 653 /* Record of which MBs still refer to last golden frame either 661 /* Store last frame's MV info for next frame MV prediction */
|
/external/libxml2/include/libxml/ |
entities.h | 43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity
|
/external/linux-tools-perf/util/ |
levenshtein.c | 12 * strings. To avoid a large space complexity, only the last three rows 29 * i (in string1) and j (in string2), respectively, given that the last
|
/external/llvm/examples/ModuleMaker/ |
ModuleMaker.cpp | 36 // By passing a module as the last parameter to the Function constructor, 41 // because of the last argument.
|
/external/llvm/lib/CodeGen/ |
MachineRegisterInfo.cpp | 123 // Next is NULL on the last list element. 124 // Prev pointers are circular, so Head->Prev == Last. 135 // Insert MO between Last and Head in the circular Prev chain. 136 MachineOperand *Last = Head->Contents.Reg.Prev; 137 assert(Last && "Inconsistent use list"); 138 assert(MO->getReg() == Last->getReg() && "Different regs on the same list!"); 140 MO->Contents.Reg.Prev = Last; 151 Last->Contents.Reg.Next = MO;
|
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationsFinder.java | 110 Invocation last = invocations.get(invocations.size() - 1); local 111 return last.getLocation();
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessage.java | 62 * Get the value of the last header of the given name. The name is 79 * @return the value of the last header with that name, or null to indicate
|
/external/open-vcdiff/src/ |
vcdecoder5_test.cc | 81 output_[output_.size() - 1]); // last element 105 output_[output_.size() - 1]); // last element
|
/external/openssh/ |
README | 10 OpenSSH is based on the last free version of Tatu Ylonen's sample 49 CVS repository which in turn was based on the last free sample
|
/external/qemu/android/utils/ |
list.h | 21 * - The list is circular, i.e. the "last" list entry references the "list head" 22 * in its 'next' reference, and the "list head" references the "last" entry in
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlgeterror.html | 126 > returns a NULL terminated string containing information about the last internal SDL error.</P 139 > returns a string containing the last error.</P
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/dc/ |
SDL_syscdrom.c | 85 cdrom->numtracks = TOC_TRACK(toc.last)-TOC_TRACK(toc.first)+1; 91 cdrom->track[i].length = TOC_LBA((i+1<toc.last)?toc.entry[i+1]:toc.leadout_sector)-TOC_LBA(entry);
|
/external/skia/bench/ |
TimerData.cpp | 41 void TimerData::appendTimes(BenchTimer* timer, bool last) { 44 if (!last) {
|
/external/skia/emoji/ |
GmojiMaker.cpp | 109 if (i == unichars.size() - 1) { // last one entirely 112 else if ((i % perLine) == (perLine - 1)) { // last one on line
|
/external/skia/include/core/ |
SkDeque.h | 24 * last element not residing in the first/last block.
|
/external/skia/legacy/emoji/ |
GmojiMaker.cpp | 109 if (i == unichars.size() - 1) { // last one entirely 112 else if ((i % perLine) == (perLine - 1)) { // last one on line
|
/external/skia/legacy/src/animator/ |
SkDisplayTypes.cpp | 18 SkDisplayable** last = fDependents.end(); local 19 for (SkDisplayable** depPtr = fDependents.begin(); depPtr < last; depPtr++) {
|
/external/skia/legacy/src/core/ |
SkClampRange.cpp | 64 // start with ex equal to the last computed value 87 // now make ex be 1 past the last computed value
|
/external/skia/src/animator/ |
SkDisplayTypes.cpp | 18 SkDisplayable** last = fDependents.end(); local 19 for (SkDisplayable** depPtr = fDependents.begin(); depPtr < last; depPtr++) {
|
/external/skia/src/effects/gradients/ |
SkClampRange.cpp | 64 // start with ex equal to the last computed value 87 // now make ex be 1 past the last computed value
|
/external/skia/src/gpu/ |
GrClipMaskCache.h | 18 * The stencil buffer stores the last clip path - providing a single entry 45 // We could reuse the mask if bounds is a subset of last bounds. We'd have to communicate
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM_synth_constants_gnu.inc | 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM_synth_constants_gnu.inc | 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
|
/external/stlport/test/eh/ |
test_vector.cpp | 64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last ) 69 EH_DISTANCE( first, last, d );
|