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

1234567891011>>

/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())
H A Dopt_redundant_jumps.cpp48 /* If the last instruction in both branches is a 'break' or a 'continue',
89 /* If the last instruction of a loop body is a 'continue', remove it.
91 ir_instruction *const last = local
94 if (last && (last->ir_type == ir_type_loop_jump)
95 && (((ir_loop_jump *) last)->mode == ir_loop_jump::jump_continue)) {
96 last->remove();
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c75 long first, last, c; local
78 first=last=-1;
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
98 if(first==last) {
107 first, last, /* code point range */
112 first, last, /* code point range */
118 first, last, /* code point range */
123 first=last=-1;
135 if(last<
[all...]
H A Ducdcopy.py34 last = -1 # Last code point with first_data.
35 first_data = "" # Common data for code points [first..last].
50 if last >= 0 and (c != (last + 1) or data != first_data):
52 if first == last:
55 out_file.write("%04X..%04X%s\n" % (first, last, first_data))
57 last = -1
65 if last < 0:
68 last = c
71 # must be c == (last
[all...]
/external/icu4c/tools/genprops/
H A Ducdmerge.c75 long first, last, c; local
78 first=last=-1;
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
98 if(first==last) {
107 first, last, /* code point range */
112 first, last, /* code point range */
118 first, last, /* code point range */
123 first=last=-1;
135 if(last<
[all...]
H A Ducdcopy.py34 last = -1 # Last code point with first_data.
35 first_data = "" # Common data for code points [first..last].
50 if last >= 0 and (c != (last + 1) or data != first_data):
52 if first == last:
55 out_file.write("%04X..%04X%s\n" % (first, last, first_data))
57 last = -1
65 if last < 0:
68 last = c
71 # must be c == (last
[all...]
/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.12/src/stdlib/
H A DSDL_qsort.c92 typedef struct { char * first; char * last; } stack_entry; member in struct:__anon8170
93 #define pushLeft {stack[stacktop].first=ffirst;stack[stacktop++].last=last;}
94 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
95 #define doLeft {first=ffirst;llast=last;continue;}
96 #define doRight {ffirst=first;last=llast;continue;}
99 last=llast=stack[stacktop].last;\
115 * 3. We choose a pivot by looking at the first, last
169 { size_t l=last
264 pivot_big(char *first, char *mid, char *last, size_t size, int compare(const void *, const void *)) argument
307 char *first,*last; local
338 char *first,*last; local
369 char *first,*last; local
[all...]
/external/skia/src/core/
H A DSkDeque.cpp148 Head* last = fBack; local
151 if (NULL == last->fBegin) {
153 last->fBegin = last->start();
154 end = last->fBegin + fElemSize;
156 end = last->fEnd + fElemSize;
157 if (end > last->fStop) { // no more room in this chunk
161 last = (Head*)sk_malloc_throw(size);
162 last->init(size);
163 last
204 Head* last = fBack; local
[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/doclava/res/assets/templates/
H A Dlists.cs3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
/external/wpa_supplicant/tests/
H A Dtest_x509v3.c28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_x509v3.c28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
/external/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/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/v8/test/mjsunit/
H A Dcyrillic.js36 last: "\u044f", // ya
51 last: "\u03c9", // omega
71 var last = lc ? chars.last : chars.LAST;
74 var last_other_case = lc ? chars.LAST : chars.last;
76 assertTrue(Range(first, last).test(first), 1);
77 assertTrue(Range(first, last).test(middle), 2);
78 assertTrue(Range(first, last).test(last), 3);
80 assertFalse(Range(first, last)
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeinsertbefore12.js83 before this DocumentFragment's Element node and verify the last child is still the only child
99 var last;
112 last = docFrag.lastChild;
114 name = last.nodeName;
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginListBuilderImpl.cpp56 m_results->last().mimes.append(info);
61 MimeClassInfo& info = m_results->last().mimes.last();
/external/opencv/cv/src/
H A D_cvkdtree.hpp84 int dimension_of_highest_variance(__instype * first, __instype * last, argument
86 assert(last - first > 0);
92 for (__instype * k = first; k < last; ++k)
94 mean /= last - first;
96 for (__instype * k = first; k < last; ++k) {
100 var /= last - first;
113 // given point indices and dimension, find index of median; (almost) modifies [first,last)
114 // such that points_in[first,median]<=point[median], points_in(median,last)>point[median].
117 __instype * median_partition(__instype * first, __instype * last, argument
119 assert(last
140 median_partition(__instype * first, __instype * last, __instype * k, int dim, __valuector ctor) argument
158 insert(__instype * first, __instype * last, __valuector ctor) argument
241 CvKDTree(__valuetype * first, __valuetype * last, int _point_dim, __deref _deref = __deref()) argument
248 CvKDTree(__instype * first, __instype * last, int _point_dim, __valuector ctor, __deref _deref = __deref()) argument
258 set_data(__valuetype * first, __valuetype * last, int _point_dim) argument
262 set_data(__instype * first, __instype * last, int _point_dim, __valuector ctor) argument
[all...]
/external/bluetooth/glib/glib/
H A Dglist.c120 GList *last; local
128 last = g_list_last (list);
129 /* g_assert (last != NULL); */
130 last->next = new_list;
131 new_list->prev = last;
157 * list = g_list_prepend (list, "last");
274 GList *last; local
276 last = list;
277 while (last->next)
278 last
479 GList *last; local
512 GList *last; local
[all...]

Completed in 588 milliseconds

1234567891011>>