HomeSort by relevance Sort by last modified time
    Searched refs:last (Results 126 - 150 of 1662) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 77 } last; local
85 if ( (src_w == last.src_w) &&
86 (dst_w == last.dst_w) && (bpp == last.bpp) ) {
87 return(last.status);
89 last.bpp = bpp;
90 last.src_w = src_w;
91 last.dst_w = dst_w;
92 last.status = -1;
148 last.status = 0
    [all...]
  /external/webkit/Source/WebCore/rendering/
CounterNode.cpp 80 CounterNode* last = m_lastChild; local
81 if (!last)
84 while (CounterNode* lastChild = last->m_lastChild)
85 last = lastChild;
87 return last;
237 CounterNode* last = newChild->m_lastChild; local
246 // counter node being created, it will be inserted as the last child so next is null.
251 last->m_nextSibling = next;
253 next->m_previousSibling = last;
255 m_lastChild = last;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 64 /** @brief Last element.
67 _GLIBCXX_JOB_VOLATILE difference_type last; member in struct:__gnu_parallel::Job
69 /** @brief Number of elements, i. e. @c last-first+1.
179 // How many jobs per thread? last thread gets the rest.
183 my_job.last = (iam == (num_threads - 1)) ?
185 my_job.load = my_job.last - my_job.first + 1;
188 if (my_job.first <= my_job.last)
209 while (my_job.first <= my_job.last)
218 my_job.load = my_job.last - my_job.first + 1;
220 job_counter < chunk_size && current_job <= my_job.last;
    [all...]
  /external/freetype/src/base/
ftoutln.c 84 FT_Int last; /* index of last point in contour */ local
89 last = outline->contours[n];
90 if ( last < 0 )
92 limit = outline->points + last;
98 v_last = outline->points[last];
116 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
118 /* start at last point if it is on the curve */
124 /* if both first and last points are conic, */
278 first = last + 1
538 FT_Int first, last; local
918 int last = outline->contours[c]; local
987 FT_Vector* last; local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracks/
thread_track.css 28 /* The last row of slices should have a gap underneath it. */
29 .thread-track .canvas-based-track:last-child .canvas-based-track-canvas-container {
33 /* ...but in order for that to work, we need to make the whole last track
36 .thread-track .canvas-based-track:last-child {
42 .thread-track > .slice-group-track.first-visible-child .canvas-based-track:first-child:last-child {
  /external/libppp/src/
async.c 193 struct mbuf *nbp, **last; local
203 last = &nbp;
209 *last = async_Decode(&p->async, *ch++);
210 if (*last != NULL)
211 last = &(*last)->m_nextpkt;
  /external/srec/srec/crec/
comp_stats.c 120 c->last = kernelCPU.dwLowDateTime + ((__int64)kernelCPU.dwHighDateTime << 32) +
130 c->last = tickGet();
132 c->last = clock();
156 c->total_time += curr - c->last;
157 c->last = curr;
168 c->last = 0;
  /frameworks/base/services/common_time/
utils.cpp 88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Queue.c 58 currentqelem = queue->last = queue->first;
116 if ((queue->last->data != NULL) || (queue->numElem >= queue->maxNumElem)) {
120 queue->last->data = data;
121 queue->last = queue->last->qNext;
190 queue->last = queue->first;
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 95 struct list_head *last = list->prev; local
101 last->next = at;
102 at->prev = last;
  /external/harfbuzz_ng/src/
hb-set.h 89 hb_codepoint_t last);
98 hb_codepoint_t last);
143 /* Pass -1 for first and last to get started. */
147 hb_codepoint_t *last);
hb-ot-shape-complex-sea-machine.hh 101 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
102 for (unsigned int i = last; i < p+1; i++) \
104 last = p+1; \
130 unsigned int last = 0; local
hb-set-private.hh 193 hb_codepoint_t last) const
196 if (unlikely (last > MAX_G)) last = MAX_G;
197 unsigned int end = last + 1;
263 inline bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const
267 i = *last;
271 *last = *first = i;
272 while (next (&i) && i == *last + 1)
273 (*last)++;
  /external/oprofile/daemon/
oprofiled.c 304 char const * last = binary_name_filter; local
313 while ((cur = strchr(last, ',')) != NULL) {
314 char * tmp = op_xstrndup(last, cur - last);
317 last = cur + 1;
319 add_image_filter(last);
382 char const * last = verbose; local
388 while ((cur = strchr(last, ',')) != NULL) {
389 char * tmp = op_xstrndup(last, cur - last);
    [all...]
  /external/regex-re2/re2/
make_unicode_groups.py 33 last = -100
35 if c == last+1:
39 last = c
  /external/smack/src/org/xbill/DNS/
Master.java 20 private Record last = null; field in class:Master
148 else if (last != null)
149 currentTTL = last.getTTL();
301 if (last == null)
303 name = last.getName();
359 if (last != null && name.equals(last.getName())) {
360 name = last.getName();
365 last = Record.fromString(name, currentType, currentDClass,
368 long ttl = ((SOARecord)last).getMinimum()
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGGlyphMap.h 66 node->glyphs.last().priority = m_currentPriority++;
67 node->glyphs.last().nameLength = len;
68 node->glyphs.last().isValid = true;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLCBuffer.c 44 * [in] last status of the last flag
47 * (considering last and inter/intra status)
71 OMX_U8 last,
103 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
142 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
StopWatch.java 74 long last = start; local
79 sb.append((current - last));
81 last = current;
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 204 * and last name.
236 String last = getRandomWord(3);
239 if (!last.startsWith("Di")) {
240 last = "di " + last;
244 last = "van " + last;
247 last = "de " + last;
250 return first + " " + last;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 158 size_t last = len; local
159 while (last > 0) {
160 last -= 1;
161 if (IsAsciiLetter(ns[last])) {
162 size_t first = last;
163 last += 1;
169 if (last - first > 4)
170 last = first + 3;
171 std::string candidate(AsciiLower(ns.substr(first, last - first)));
  /external/clang/test/Index/
complete-exprs.cpp 15 vector(InputIterator first, InputIterator last);
61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
75 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
  /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());
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 25 last;
28 last;
32 last;
44 last;
118 # GNU assembler can't handle extrdi rA,rS,16,48, or when sum of last two
  /external/skia/bench/
TimerData.h 24 * @param last True if this is the last set of times to add.
26 void appendTimes(BenchTimer*, bool last);

Completed in 723 milliseconds

1 2 3 4 56 7 8 91011>>