Searched defs:last (Results 151 - 175 of 895) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set.cc226 * @last:
235 hb_codepoint_t last)
237 set->add_range (first, last);
260 * @last:
269 hb_codepoint_t last)
271 set->del_range (first, last);
456 * @last: (inout): input current last and output last codepoint in the range.
459 * are greater than current value of @last
233 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
267 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
466 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dsearch.cpp217 int32_t SearchIterator::last(UErrorCode &status) function in class:SearchIterator
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlnsstack.cc150 size_t last = len; local
151 while (last > 0) {
152 last -= 1;
153 if (IsAsciiLetter(ns[last])) {
154 size_t first = last;
155 last += 1;
161 if (last - first > 4)
162 last = first + 3;
163 std::string candidate(AsciiLower(ns.substr(first, last - first)));
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.cc68 const char* last = ptr_ + std::min(length_ - s.length_, pos) + s.length_; local
69 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_);
70 return result != last ? static_cast<size_t>(result - ptr_) : npos;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dentities.h43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c345 struct resource_ref *ref, **last = &scene->resources; local
351 last = &ref->next;
369 assert(*last == NULL);
370 *last = lp_scene_alloc(scene, sizeof *ref);
371 if (*last == NULL)
374 ref = *last;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_dead_code_local.cpp278 ir_instruction *last,
305 if (ir == last)
277 dead_code_local_basic_block(ir_instruction *first, ir_instruction *last, void *data) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_gs_emit.c159 * If \c last is true, then this is the last vertex, so no further URB space
162 * If \c last is false, then a new URB entry will be allocated, and its handle
168 bool last)
171 bool allocate = !last;
387 * the last provoking vertex convention.
524 /* Only emit vertex 2 in PRIM_END mode if this is the last triangle
166 brw_gs_emit_vue(struct brw_gs_compile *c, struct brw_reg vert, bool last) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c251 /* 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/opus/src/celt/tests/
H A Dtest_unit_mathops.c101 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/re2/util/
H A Dbenchmark.cc96 int n, last; local
106 last = n;
112 n = max(last+1, min(n+n/2, 100*last));
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayTypes.cpp18 SkDisplayable** last = fDependents.end(); local
19 for (SkDisplayable** depPtr = fDependents.begin(); depPtr < last; depPtr++) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrOrderedSet.h59 * Gets the last valid iterator. This is always valid, even on an empty.
61 * @return an iterator that is just beyond the last item in sorted order.
66 * @return an iterator that to the last item in sorted order, or end() if
69 Iter last();
129 typename GrOrderedSet<T,C>::Iter GrOrderedSet<T,C>::last() { function in class:GrOrderedSet
130 return Iter(fRBTree.last());
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicToQuads.cpp176 int last = inflections - 1; local
177 for (int idx = 0; idx < last; ++idx) {
181 part = subDivide(inflectT[last], 1);
182 addTs(part, precision, inflectT[last], 1, ts);
H A DSkPathOpsSimplify.cpp79 SkOpSpan* last = current->markAndChaseDoneUnary(index, endIndex); local
80 if (last && !last->fChased && !last->fLoop) {
81 last->fChased = true;
82 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last));
83 // assert that last isn't already in array
84 *chase.append() = last;
87 last->fOther->span(last
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.cpp112 int last = fCatalog.count() - 1; local
114 // int last = fCatalog.count() - fFirstPageCount - 1;
117 // last = fCatalog.count() - 1;
123 stream->writeDecAsText(last - first + 1);
130 for (int i = first; i <= last; i++) {
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltablib.c96 int i, last; local
100 last = luaL_opt(L, luaL_checkint, 4, luaL_len(L, 1));
102 for (; i < last; i++) {
106 if (i == last) /* add last value (if interval was not empty) */
/external/chromium_org/third_party/smhasher/src/
H A Dmd5.cpp327 unsigned long last, padn; local
338 last = ctx->total[0] & 0x3F;
339 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.cc124 std::string::size_type last = s.find_last_not_of(kWhitespace); local
126 if (first == std::string::npos || last == std::string::npos) {
130 return s.substr(first, last - first + 1);
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlnsstack.cc133 size_t last = len; local
134 while (last > 0) {
135 last -= 1;
136 if (IsAsciiLetter(ns[last])) {
137 size_t first = last;
138 last += 1;
144 if (last - first > 4)
145 last = first + 3;
146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8_test_helper.cc74 bool last = false;
79 EXPECT_TRUE(packetizer->NextPacket(buffer_, &send_bytes, &last));
80 CheckPacket(send_bytes, expected_sizes[i], last,
83 EXPECT_TRUE(last);
230 // Verify that the input variable "last" agrees with the position of data_ptr_.
232 // we are at the end and last should be true. Otherwise, it should be false.
233 void RtpFormatVp8TestHelper::CheckLast(bool last) const {
234 EXPECT_EQ(last, data_ptr_ == payload_data_ + payload_size_);
238 // the header, payload, and "last" flag.
241 bool last,
239 CheckPacket(int send_bytes, int expect_bytes, bool last, bool frag_start) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c69 #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
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/external/chromium_org/third_party/zlib/
H A Dinfback.c257 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
[all...]
/external/chromium_org/tools/android/file_poller/
H A Dfile_poller.cc76 void transfer_measurement(int fd_in, int fd_out, bool last) { argument
82 safe_write(fd_out, last ? "\n" : " ", 1);
/external/chromium_org/ui/app_list/
H A Dapp_list_item_list.cc103 return; // Already last item, do nothing.
232 AppListItem* last = last_index < nitems ? app_list_items_[last_index] : NULL; local
235 if (last)
236 cur->set_position(prev->position().CreateBetween(last->position()));

Completed in 749 milliseconds

1234567891011>>