Searched refs:last (Results 1 - 25 of 1431) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_basic_block.h26 ir_instruction *last,
H A Dir_function_can_inline.cpp30 * other than as the last instruction. We could potentially work
68 /* If the function is empty (no last instruction) or does not end with a
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); local
72 if (last == NULL || !last->as_return())
/external/mesa3d/src/glsl/
H A Dir_basic_block.h26 ir_instruction *last,
H A Dir_function_can_inline.cpp30 * other than as the last instruction. We could potentially work
68 /* If the function is empty (no last instruction) or does not end with a
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); local
72 if (last == NULL || !last->as_return())
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.stdout.exp1 after 3000 loops, last size block requested 96032008
/external/oprofile/daemon/
H A Dopd_mangling.h30 int opd_open_sample_file(odb_t *file, struct sfile *last,
H A Dopd_mangling.c69 mangle_filename(struct sfile * last, struct sfile const * sf, int counter, int cg) argument
109 if (last->kernel) {
110 values.cg_image_name = last->kernel->name;
111 } else if (last->anon) {
113 values.cg_image_name = mangle_anon(last->anon);
114 values.anon_name = last->anon->name;
116 values.cg_image_name = find_cookie(last->cookie);
141 int opd_open_sample_file(odb_t *file, struct sfile *last, argument
150 mangled = mangle_filename(last, sf, counter, cg);
161 if (sf != last)
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
/external/oprofile/libregex/tests/
H A Dregex_test.cpp36 string test, expect, last; local
38 while (getline(fin, last)) {
39 last = trim(last);
40 if (last.length() == 0 || last[0] == '#')
44 test = last;
47 expect = last;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c110 typedef struct { char * first; char * last; } stack_entry; member in struct:__anon24416
111 #define pushLeft {stack[stacktop].first=ffirst;stack[stacktop++].last=last;}
112 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
113 #define doLeft {first=ffirst;llast=last;continue;}
114 #define doRight {ffirst=first;last=llast;continue;}
117 last=llast=stack[stacktop].last;\
133 * 3. We choose a pivot by looking at the first, last
187 { size_t l=last
282 pivot_big(char *first, char *mid, char *last, size_t size, int compare(const void *, const void *)) argument
325 char *first,*last; local
356 char *first,*last; local
387 char *first,*last; local
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall_iterator_unittest.cc23 for (uint32_t last = next; !iter.Done(); last = next) {
25 SANDBOX_ASSERT(last < next);
27 // The iterator should always return 0xFFFFFFFFu as the last value.
42 for (uint32_t last = next; next < MAX_PUBLIC_SYSCALL + 1; last = next) {
43 SANDBOX_ASSERT((next = iter.Next()) == last + 1);
58 for (uint32_t last = next; next < MAX_PRIVATE_SYSCALL + 1; last = next) {
59 SANDBOX_ASSERT((next = iter.Next()) == last
[all...]
/external/chromium/chrome/browser/autofill/
H A Dcontact_info_unittest.cc19 EXPECT_EQ(name.last(), ASCIIToUTF16(""));
25 EXPECT_EQ(name.last(), ASCIIToUTF16("Gell-Mann"));
31 EXPECT_EQ(name.last(), ASCIIToUTF16("Saltykov-Shchedrin"));
38 EXPECT_EQ(name.last(), ASCIIToUTF16("Doyle"));
/external/chromium/net/websockets/
H A Dwebsocket_net_log_params.cc18 size_t last = 0; local
25 std::string entry = headers_.substr(last, pos - last);
27 last = pos;
/external/chromium_org/content/browser/resources/media/
H A Dmetrics.js56 var last = document.createElement('td');
62 last: last,
67 row.appendChild(last);
86 var last = event.ticksMillis - m.start;
87 m.last.textContent = last.toFixed(1);
88 m.total += last;
/external/chromium_org/net/websockets/
H A Dwebsocket_net_log_params.cc18 size_t last = 0; local
25 std::string entry = headers->substr(last, pos - last);
27 last = pos;
/external/doclava/res/assets/templates/
H A Djd_lists.cs6 tags:[<?cs var:page.tags ?>], type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?><?cs
H A Dlists.cs3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
/external/chromium_org/cc/base/
H A Dscoped_ptr_algorithm.h16 ForwardIterator last,
19 for (; first != last; ++first) {
13 remove_if( ScopedContainer* container, ForwardIterator first, ForwardIterator last, Predicate predicate) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js60 var last = this.display[this.display.length - 1];
62 accumulator: last && last[0] || null,
63 operator: last && last[1] || null,
64 operand: last && last[2] || null
211 * adjust the last expected value array by setting only its accumulator value.
229 * of the last expected value array is set and changed as described in the
319 var last
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-fasta.js6 var last = 42, A = 3877, C = 29573, M = 139968; variable
9 last = (last * A + C) % M;
10 return max * last / M;
37 var last = null;
39 if (last) table[c] += table[last];
40 last = c;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-fasta.js6 var last = 42, A = 3877, C = 29573, M = 139968; variable
9 last = (last * A + C) % M;
10 return max * last / M;
37 var last = null;
39 if (last) table[c] += table[last];
40 last = c;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dstring-fasta.js6 var last = 42, A = 3877, C = 29573, M = 139968; variable
9 last = (last * A + C) % M;
10 return max * last / M;
37 var last = null;
39 if (last) table[c] += table[last];
40 last = c;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce4.asm4 [savexmm128 xmm7, 16*64*1024-16]; last smaller-sized
5 [savereg rsi, 8*64*1024-8] ; last smaller-sized
10 [allocstack 128] ; last smaller-sized
23 [allocstack 8*64*1024-8] ; last medium-sized
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.cc53 FileChange& last = list_.back(); local
54 if (last.IsFile() != new_change.IsFile()) {
59 if (last.change() == new_change.change())
63 if (!last.IsFile() && last.IsAddOrUpdate() && new_change.IsDelete()) {
70 last = new_change;
/external/chromium_org/third_party/skia/src/core/
H A DSkDeque.cpp118 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...]

Completed in 665 milliseconds

1234567891011>>