Searched refs:last (Results 176 - 200 of 1039) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DGrOrderedSetTest.cpp42 REPORTER_ASSERT(reporter, *set.last() == 999);
44 REPORTER_ASSERT(reporter, --set.end() == set.last());
84 // remove all the 999 entries (tests removing last()).
91 REPORTER_ASSERT(reporter, set.last() == --set.end());
136 REPORTER_ASSERT(reporter, set2.find("dog") == set2.last());
/external/v8/test/cctest/
H A Dtest-ast.cc49 CHECK_EQ(node, list->last());
H A Dtest-list.cc111 CHECK_EQ(1, list.last());
117 CHECK_EQ(3, list.last());
120 CHECK_EQ(2, list.last());
128 CHECK_EQ(j, list.last());
/external/zlib/src/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */
H A Dinffast.c73 z_const unsigned char FAR *last; /* have enough input while in < last */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_freebsd.cc54 char *last = proc_self_maps_.data + proc_self_maps_.len; local
55 if (current_ >= last) return false;
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractSequentialIteratorTest.java91 private static Iterator<Integer> newDoubler(int first, final int last) { argument
95 return (previous == last) ? null : previous * 2;
/external/libcxxabi/test/
H A Dtest_exception_storage.pass.cpp47 void print_sizes ( size_t *first, size_t *last ) {
49 for ( size_t *iter = first; iter != last; ++iter )
/external/libvncserver/webclients/java-applet/ssl/
H A Donetimekey46 last if \$c eq '';
/external/noto-fonts/other/
H A Dsubset_noto_sans_symbols.py189 for first, last, _ in unicode_data._parse_code_ranges(BLOCKS_TO_INCLUDE):
190 target_coverage.update(range(first, last+1))
/external/selinux/libsemanage/src/
H A Dusers_extra_file.c51 goto last;
91 last:
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c124 /* Add zero padded last block */
125 size_t last = x + xlen - xpos; local
126 os_memcpy(tmp, xpos, last);
127 os_memset(tmp + last, 0, sizeof(tmp) - last);
145 size_t i, n, last; local
165 last = x + xlen - xpos;
166 if (last) {
169 for (i = 0; i < last; i++)
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c124 /* Add zero padded last block */
125 size_t last = x + xlen - xpos; local
126 os_memcpy(tmp, xpos, last);
127 os_memset(tmp + last, 0, sizeof(tmp) - last);
145 size_t i, n, last; local
165 last = x + xlen - xpos;
166 if (last) {
169 for (i = 0; i < last; i++)
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c124 /* Add zero padded last block */
125 size_t last = x + xlen - xpos; local
126 os_memcpy(tmp, xpos, last);
127 os_memset(tmp + last, 0, sizeof(tmp) - last);
145 size_t i, n, last; local
165 last = x + xlen - xpos;
166 if (last) {
169 for (i = 0; i < last; i++)
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
/external/jetty/src/java/org/eclipse/jetty/server/
H A DCookieCutter.java35 * If the added fields are identical to those last added (as strings), then the
137 for (int i = 0, length = hdr.length(), last=length-1; i < length; i++)
156 // handle quote as last character specially
157 if (i==last)
195 if (i==last)
216 if (i==last)
240 if (i==last)
269 if (i==last)
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSortUtil.java53 last := 0
56 if (last != 0)
57 pos := last
58 last := 0
64 if (last == 0)
65 last := pos
78 int last = 0;
83 if (last != 0){
84 pos = last;
85 last
[all...]
/external/libvncserver/x11vnc/misc/
H A Dinet6to4175 last unless /^#/;
255 print STDERR "last connection ($cmax)\n" if $verbose;
256 last;
383 last;
387 last;
404 last;
409 last if $quit;
/external/libxml2/
H A DgenChRanges.py143 # split the range into it's first-val, last-val
144 (first, last) = string.split(el, "..")
152 if last[0:2] == '0x':
153 end = int(last[2:],16)
154 elif last[0] == "'":
155 end = ord(last[1])
157 end = int(last)
463 output.write(pline + "};\n") # finish off last group
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.c73 z_const unsigned char FAR *last; /* have enough input while in < last */ local
100 last = in + (strm->avail_in - 5);
307 } while (in < last && out < end);
318 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/external/skia/experimental/AndroidPathRenderer/
H A DAndroidPathRenderer.cpp122 const Vertex* last = &(perimeter[perimeter.count() - 1]); local
125 lastNormal.set(current->position[1] - last->position[1],
126 last->position[0] - current->position[0]);
146 last = current;
213 const Vertex* last = &(perimeter[perimeter.count() - 1]); local
216 lastNormal.set(current->position[1] - last->position[1],
217 last->position[0] - current->position[0]);
241 last = current;
290 const Vertex* last = &(vertices[0]); local
293 lastNormal.set(current->position[1] - last
448 const Vertex* last = &(perimeter[perimeter.count() - 1]); local
[all...]
/external/v8/src/
H A Dsafepoint-table.cc73 int last = entry_size_ - 1; local
74 for (int i = first; i < last; i++) PrintBits(os, bits[i], kBitsPerByte);
75 int last_bits = code_->stack_slots() - ((last - first) * kBitsPerByte);
76 PrintBits(os, bits[last], last_bits);
123 return Safepoint(indexes_.last(), registers_.last());
/external/skia/src/pathops/
H A DSkOpSegment.cpp392 SkOpSpanBase* last; local
397 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding,
402 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle);
404 nextAngle->setLastMarked(last);
421 SkOpSpanBase* last; local
426 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding,
431 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle);
433 nextAngle->setLastMarked(last);
621 SkOpSpanBase* last = nextAngle->lastMarked(); local
622 if (last) {
717 SkOpSpanBase* last = nextAngle->lastMarked(); local
859 SkOpSpanBase* last = NULL; local
876 SkOpSpanBase* last = NULL; local
897 SkOpSpanBase* last = NULL; local
930 SkOpSpanBase* last; local
955 SkOpSpanBase* last = NULL; local
1026 set_last(SkOpSpanBase** last, SkOpSpanBase* endSpan) argument
[all...]

Completed in 765 milliseconds

1234567891011>>