HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 201 - 225 of 1049) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 237 int numCaps, first, last; local
270 for (first = 0, last = numCaps - 1; first <= last; ) {
271 int mid = (first + last) / 2;
285 last = mid - 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 115 GLint first, last; local
124 last = 0;
129 last = h-1;
135 for (row = first; row != (last+incr); row += incr) {
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 251 /* Modify last instruction's dst reg to write to result.color */
253 struct prog_instruction *last = &inst[ic - 1]; local
254 last->DstReg.File = PROGRAM_OUTPUT;
255 last->DstReg.Index = FRAG_RESULT_COLOR;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_tree.c 268 * issued and not the last in the chain.
313 X509_POLICY_LEVEL *last = curr - 1; local
317 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
319 node = sk_X509_POLICY_NODE_value(last->nodes, i);
320 if (policy_node_match(last, node, data->valid_policy))
327 if (!matched && last->anyPolicy)
329 if (!level_add_node(curr, data, last->anyPolicy, NULL))
407 const X509_POLICY_LEVEL *last = curr - 1; local
410 if ( (last->flags & X509_V_FLAG_INHIBIT_MAP)
449 X509_POLICY_LEVEL *last = curr - 1 local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 101 opus_int32 min_d,max_d,last,chk; local
103 last=min_d=32767;
109 d = last - q;
112 last = q;
125 opus_int32 min_d,max_d,last,chk; local
127 last=min_d=15059;
135 d = last - q;
140 last = q;
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 118 Block* last = fBackBlock; local
121 if (NULL == last->fBegin) {
123 last->fBegin = last->start();
124 end = last->fBegin + fElemSize;
126 end = last->fEnd + fElemSize;
127 if (end > last->fStop) { // no more room in this chunk
129 last = this->allocateBlock(fAllocCount);
130 last->fPrev = fBackBlock;
131 fBackBlock->fNext = last;
189 Block* last = fBackBlock; local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicToQuads.cpp 178 int last = inflections - 1; local
179 for (int idx = 0; idx < last; ++idx) {
183 part = subDivide(inflectT[last], 1);
184 addTs(part, precision, inflectT[last], 1, ts);
SkOpAngle.cpp 313 int last = fSegment->count() - 1; local
314 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
366 int last = fSegment->count() - 1;
367 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
  /external/chromium_org/third_party/smhasher/src/
md5.cpp 327 unsigned long last, padn; local
338 last = ctx->total[0] & 0x3F;
339 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 69 #define ICOPY_LIST(src, dst, last) \
72 while(src < last)
78 #define CCOPY_LIST(src, dst, last) \
81 while (src < last)
112 unsigned char *list2, *list1, *p2, *p, *last, **p1;
137 last = list2 + nmemb * size;
140 while (*EVAL(list2) != last) {
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
147 if (p2 != last)
233 last = list2 + nmemb*size
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
    [all...]
  /external/chromium_org/third_party/zlib/
infback.c 257 code last; /* parent table entry */ local
271 state->last = 0;
280 /* Inflate until end of block marked as last */
285 if (state->last) {
291 state->last = BITS(1);
296 state->last ? " (last)" : ""));
302 state->last ? " (last)" : ""));
307 state->last ? " (last)" : ""))
    [all...]
  /external/chromium_org/v8/src/
safepoint-table.cc 95 int last = entry_size_ - 1; local
96 for (int i = first; i < last; i++) PrintBits(out, bits[i], kBitsPerByte);
97 int last_bits = code_->stack_slots() - ((last - first) * kBitsPerByte);
98 PrintBits(out, bits[last], last_bits);
144 return Safepoint(indexes_.last(), registers_.last());
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchHandlerList.java 110 Entry last = get(size - 1); local
111 return last.getExceptionType().equals(CstType.OBJECT);
  /external/dhcpcd/
eloop.c 65 struct event *e, *last = NULL; local
74 last = e;
87 if (last)
88 last->next = e;
96 struct event *e, *last = NULL; local
100 if (last)
101 last->next = e->next;
108 last = e;
189 struct timeout *t, *tt, *last = NULL; local
203 if (last)
229 struct timeout *t, *tt, *last = NULL; local
    [all...]
  /external/elfutils/libdwfl/
cu.c 134 /* It might be in the last range. */
135 const Dwarf_Arange *last local
137 if (addr > last->addr + last->length)
  /external/guava/guava/src/com/google/common/collect/
RegularContiguousSet.java 70 final C last = last();
74 return equalsOrThrow(previous, last) ? null : domain.next(previous);
91 @Override public C last() { method
96 long distance = domain.distance(first(), last());
137 C upperEndpoint = Ordering.natural().min(this.last(), other.last());
160 && this.last().equals(that.last());
RegularImmutableSortedSet.java 195 public E last() { method in class:RegularImmutableSortedSet
SortedMultisets.java 68 @Override public E last() { method in class:SortedMultisets.ElementSet
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 68 final C last = last();
72 return equalsOrThrow(previous, last) ? null : domain.next(previous);
89 @Override public C last() { method
94 long distance = domain.distance(first(), last());
135 C upperEndpoint = Ordering.natural().min(this.last(), other.last());
158 && this.last().equals(that.last());
  /external/harfbuzz_ng/src/
gen-indic-table.py 148 last = -1 variable
155 if u <= last:
160 if start != last + 1:
161 if start - last <= 33:
162 print_block ("FILLER", last+1, start-1, data)
163 last = start-1 variable
165 if last >= 0:
166 ends.append (last + 1)
174 last = end variable
175 ends.append (last + 1
    [all...]
  /external/icu4c/common/
normlzr.cpp 308 * Return the last character in the normalized text. This resets
312 UChar32 Normalizer::last() { function in class:Normalizer
uchriter.cpp 116 UCharCharacterIterator::last() { function in class:UCharCharacterIterator
  /external/icu4c/i18n/
search.cpp 217 int32_t SearchIterator::last(UErrorCode &status) function in class:SearchIterator
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SortUtil.java 53 last := 0
56 if (last != 0)
57 pos := last
58 last := 0
64 if (last == 0)
65 last := pos
78 int last = 0; local
83 if (last != 0){
84 pos = last;
85 last = 0
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 124 JavaExpression last = null; local
126 if (last == null) {
127 last = current;
130 if (current instanceof StringExpression && last instanceof StringExpression) {
131 // Last and current are both strings - combine them.
133 StringExpression lastString = (StringExpression) last;
134 last = new StringExpression(lastString.getValue() + currentString.getValue());
136 out.add(last);
137 last = current;
140 out.add(last);
    [all...]

Completed in 969 milliseconds

1 2 3 4 5 6 7 891011>>