HomeSort by relevance Sort by last modified time
    Searched refs:kept (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
start3.s 1 # When GC, all sections in each file must be referenced from within a kept
start4.s 1 # When GC, all sections in each file must be referenced from within a kept
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 141 int* thrown, int* kept)
167 *kept = *size/mtu + ((*size % mtu > 0) ? 1 : 0); /* approximate */
168 for (i=0; i < *kept; i++)
180 (*kept)++;
205 int thrown=0, kept=0; local
300 kept += kept_frame;
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); local
80 for (kept = m_KeptSections.begin(); kept != keptEnd; ++kept, ++index) {
81 LDSection* sect = (*kept).first;
82 Input* obj = (*kept).second.first;
83 size_t kept_index = (*kept).second.second;
287 // Use the kept section index.
  /external/compiler-rt/make/
options.mk 3 # This list of such variables should be kept up to date with AvailableOptions in
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 20 UInt32 _keepSizeBefore; // how many BYTEs must be kept in buffer before _pos
21 UInt32 _keepSizeAfter; // how many BYTEs must be kept buffer after _pos
  /external/skia/src/pathops/
SkOpCoincidence.cpp 599 void SkOpCoincidence::fixUp(SkOpPtT* deleted, SkOpPtT* kept) {
606 if (coin->fCoinPtTEnd->span() == kept->span()) {
610 coin->fCoinPtTStart = kept;
613 if (coin->fCoinPtTStart->span() == kept->span()) {
617 coin->fCoinPtTEnd = kept;
620 if (coin->fOppPtTEnd->span() == kept->span()) {
624 coin->fOppPtTStart = kept;
627 if (coin->fOppPtTStart->span() == kept->span()) {
631 coin->fOppPtTEnd = kept;
SkOpSpan.cpp 133 void SkOpPtT::removeNext(SkOpPtT* kept) {
141 span->upCast()->detach(kept);
337 void SkOpSpan::detach(SkOpPtT* kept) {
348 coincidence->fixUp(this->ptT(), kept);
SkOpCoincidence.h 89 void fixUp(SkOpPtT* deleted, SkOpPtT* kept);
SkOpSpan.h 125 void removeNext(SkOpPtT* kept);
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 158 int kept = kNil; // List of kept elements. local
171 lists_[current].next = kept;
172 kept = current;
176 array_[i].next = kept;
786 // The logical "stack frames" of the recursion are kept in a list of
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-array-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
array-elements-from-object-prototype.js 136 // Side-effects: everything before 4 is kept intact:
164 // Side-effects: everything before 4 is kept intact:
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 264 ; following is kept as reference
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_mmx.asm 264 ; following is kept as reference
  /art/dex2oat/
dex2oat.cc 2094 size_t kept = 0u; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 16 be kept in sync. New events must be handled on both sides of socket.
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-tree/1.2/
maven-dependency-tree-1.2.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 9175 asection *kept; local
9687 asection *kept; local
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 483 * Note: this logic should be kept in sync with
554 * Note: this logic should be kept in sync with
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 2590 Vertex* kept = stack[pos++]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 

Completed in 674 milliseconds

1 2