HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 426 - 450 of 521) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 31 The main insn-chain is saved in the last element of the chain,
36 /* First and last insns in the chain of the saved sequence. */
38 rtx last; local
62 The main insn-chain is saved in the last element of the chain,
70 /* Location the last line-number NOTE emitted.
125 Record the delta since last aligned boundary here in order to get
319 If stack grows down, this is the address of the last stack slot allocated.
525 /* Last statement uid. */
gimple.h 134 /* First and last statements in the sequence. */
136 gimple_seq_node last; local
165 /* Return the last node in GIMPLE sequence S. */
170 return s ? s->last : NULL;
174 /* Return the last statement in GIMPLE sequence S. */
184 /* Set the last node in GIMPLE sequence S to LAST. */
187 gimple_seq_set_last (gimple_seq s, gimple_seq_node last)
189 s->last = last;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
function.h 31 The main insn-chain is saved in the last element of the chain,
36 /* First and last insns in the chain of the saved sequence. */
38 rtx last; local
62 The main insn-chain is saved in the last element of the chain,
70 /* Location the last line-number NOTE emitted.
125 Record the delta since last aligned boundary here in order to get
319 If stack grows down, this is the address of the last stack slot allocated.
529 /* Last statement uid. */
gimple.h 134 /* First and last statements in the sequence. */
136 gimple_seq_node last; local
165 /* Return the last node in GIMPLE sequence S. */
170 return s ? s->last : NULL;
174 /* Return the last statement in GIMPLE sequence S. */
184 /* Set the last node in GIMPLE sequence S to LAST. */
187 gimple_seq_set_last (gimple_seq s, gimple_seq_node last)
189 s->last = last;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 697 Element last = range.getSecond(); local
702 mSelectionEnd = getRegion(last).getEndOffset();
710 if (first == last) {
712 } else if (first.getParentNode() == last.getParentNode()) {
719 if (node == last) {
    [all...]
  /external/blktrace/
blkparse.c 884 * a little ahead from the last entry to find the match
1171 unsigned long long last = pdi->last_reported_time; local
1173 pdi->backwards = (this < last) ? 'B' : ' ';
2244 struct trace *first, *last; member in struct:ms_stream
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 43 HB_UShort last; /* the last valid glyph -- used member in struct:GPOS_Instance_
46 HB_Fixed anchor_y; /* of the last valid glyph */
    [all...]
  /external/icu4c/test/intltest/
usettest.cpp 163 // statements (except for the last) to goto's.
554 // contains(first, last)
1822 UChar32 last = 0; local
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 1108 /* last frame is the remainder of the block */
1145 /* last frame is the remainder of the block */
1186 struct frame * f, * last; local
1299 last = NULL;
1316 if (!last)
1319 last->next = f;
1320 last = f;
    [all...]
  /external/libxml2/
tree.c 123 (n)->last = NULL; \
130 (n)->last = ulccur; \
981 doc->last = (xmlNodePtr) cur;
997 cur->prev = doc->last;
1000 doc->last = (xmlNodePtr) cur;
1246 xmlNodePtr ret = NULL, last = NULL; local
1265 if ((last != NULL) && (last->type == XML_TEXT_NODE)) {
1266 xmlNodeAddContentLen(last, q, cur - q);
1270 if (last == NULL
1443 xmlNodePtr ret = NULL, last = NULL; local
5615 xmlNodePtr last, newNode, tmp; local
7601 xmlNsMapItemPtr last; member in struct:xmlNsMap
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 526 /* YYLAST -- Last index in YYTABLE. */
3861 token_node_t *node, *last = NULL; local
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 419 int last = block->last_instruction_index(); local
421 LInstruction* last_instr = instructions()->at(last);
430 for (int i = first + 1; i < last && can_eliminate; ++i) {
    [all...]
  /external/v8/src/
hydrogen-instructions.h 1720 InstanceType last() const { return last_; } function in class:v8::HCheckInstanceType
    [all...]
hydrogen.h 63 HInstruction* last() const { return last_; } function in class:v8::internal::HBasicBlock
119 void Finish(HControlInstruction* last);
    [all...]
mark-compact.cc 1226 int last = 0; local
1266 int last = 0; local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 375 int last = block->last_instruction_index(); local
377 LInstruction* last_instr = instructions()->at(last);
386 for (int i = first + 1; i < last && can_eliminate; ++i) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 376 int last = block->last_instruction_index(); local
378 LInstruction* last_instr = instructions()->at(last);
387 for (int i = first + 1; i < last && can_eliminate; ++i) {
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 2814 unsigned int last = 0; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 100 // Check to see if our last midpoint is a start point beyond the line break. If so,
218 // the last item on the line.
228 // Get the last box we made for this render object.
345 // be the last continuation of our line list.
363 // Return the last line.
527 expansionOpportunities.last()--;
1285 RootInlineBox* last = 0; local
1407 RootInlineBox* last = 0; local
1829 RenderObject* last = o; local
1993 width.applyOverhang(toRenderRubyRun(o), last, next); local
    [all...]
RenderObject.h 999 RenderObject* last = this; local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp 1041 FocusTracker* last = &tracker.last(); local
1454 FocusTracker* last = &tracker.last(); local
3041 Node* last = NULL; local
    [all...]
CachedRoot.cpp 685 Type last = mLayerTypes.last(); local
687 if (last == kPushLayer_Type || last == kPushSave_Type) {
694 if (last == kDrawBitmap_Type
696 mLayers.at(pushIndex) = mLayers.last();
734 if (!mLayerTypes.isEmpty() && mLayerTypes.last() == kDrawGlyph_Type
735 && !mLayers.last().isEmpty()) {
819 if (mLayerTypes.isEmpty() || mLayerTypes.last() != mType
821 // if the last and current were not glyphs
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 604 Entry last = entries.get(entries.size() - 1); local
605 long wallTotal = (last.wallStart + last.wallTime) - start;
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 223 // It's OK to have some space below the last item if it is
799 * @param childrenBottom Last pixel where children can be drawn
2701 int last = firstPosition + getChildCount() - 1; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 81 struct ext_transform_t last; /* last-used settings */ member in struct:omap4_hwc_ext
86 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */
153 int last_ext_ovls; /* # of overlays on external/internal display for last composition */
    [all...]

Completed in 1070 milliseconds

<<11121314151617181920>>