Searched defs:last (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/
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();
H A Dir_basic_block.cpp79 ir_instruction *last,
84 ir_instruction *last = NULL; local
135 * the last instruction of the basic block. If doing so,
144 last = ir;
147 callback(leader, last, data);
77 call_for_basic_blocks(exec_list *instructions, void (*callback)(ir_instruction *first, ir_instruction *last, void *data), void *data) argument
/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/chromium/chrome/browser/autofill/
H A Dcontact_info.h35 // Returns the full name, which can include up to the first, middle, and last
45 const string16& last() const { return last_; } function in class:NameInfo
53 // Returns true if |text| is the last name.
59 // Returns true if |text| is the last name.
79 // Sets |last_| to |last| and |last_tokens_| to the set of tokens in |last|,
81 void SetLast(const string16& last);
/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/guava/src/com/google/common/collect/
H A DForwardingSortedSet.java52 public E last() { method in class:ForwardingSortedSet
53 return delegate().last();
/external/oprofile/libpp/
H A Dsymbol_sort.h30 last enumerator in enum:sort_options::sort_order
H A Dsymbol_container.cpp72 it last = symbols_by_loc.upper_bound(&symbol); local
75 for ( ; first != last ; ++first)
/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/proguard/src/proguard/gui/
H A DTabbedPane.java185 * Selects the last tab.
187 public void last() method in class:TabbedPane
189 cardLayout.last(cardPanel);
/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/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_methods.c113 struct eap_method *m, *last = NULL; local
124 last = m;
127 if (last)
128 last->next = method;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c113 struct eap_method *m, *last = NULL; local
124 last = m;
127 if (last)
128 last->next = method;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c113 struct eap_method *m, *last = NULL; local
124 last = m;
127 if (last)
128 last->next = method;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c113 struct eap_method *m, *last = NULL; local
124 last = m;
127 if (last)
128 last->next = method;
/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/icu4c/i18n/
H A Dnfrlist.h76 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } function in class:NFRuleList
/external/llvm/lib/VMCore/
H A DSymbolTableListTraitsImpl.h89 ilist_iterator<ValueSubClass> last) {
99 for (; first != last; ++first) {
111 for (; first != last; ++first)
87 transferNodesFromList(ilist_traits<ValueSubClass> &L2, ilist_iterator<ValueSubClass> first, ilist_iterator<ValueSubClass> last) argument
/external/openssl/apps/
H A Dapp_rand.c168 int last; local
174 last=0;
176 if (*p == '\0') last=1;
187 if (last) break;
/external/oprofile/daemon/
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/webkit/Source/JavaScriptCore/parser/
H A DParserArena.cpp74 ParserArenaRefCounted* ParserArena::last() const function in class:JSC::ParserArena
76 return m_refCountedObjects.last().get();
/external/webkit/Source/WebCore/platform/text/
H A DTextBoundaries.cpp54 int last = i; local
58 return last;

Completed in 733 milliseconds

1234567891011>>