Searched refs:last (Results 201 - 225 of 1039) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java85 Zone last = null;
89 if (last != null) {
90 String common = testZone + "\tvs " + last + ":\t";
91 int diff = testZone.findOffsetOrdering(last, diffDate);
95 } else if (testZone.isRealAlias(last)) {
101 last = testZone;
175 Zone last = null;
180 if (last == null) {
184 int diff = testZone.findOffsetOrdering(last, diffDate);
197 last
[all...]
/external/libedit/src/
H A Demacs.c104 el->el_chared.c_kill.last = kp;
124 if (el->el_chared.c_kill.last == el->el_chared.c_kill.buf)
128 (el->el_chared.c_kill.last - el->el_chared.c_kill.buf) >=
137 (int)(el->el_chared.c_kill.last - el->el_chared.c_kill.buf));
139 for (kp = el->el_chared.c_kill.buf; kp < el->el_chared.c_kill.last; kp++)
164 el->el_chared.c_kill.last = kp;
190 el->el_chared.c_kill.last = kp;
197 el->el_chared.c_kill.last = kp;
223 el->el_chared.c_kill.last = kp;
229 el->el_chared.c_kill.last
[all...]
/external/libvorbis/lib/
H A Denvelope.c14 last mod: $Id: envelope.c 16227 2009-07-08 06:58:46Z xiphmont $
224 int last=v->pcm_current/ve->searchstep-VE_WIN; local
228 if(last+VE_WIN+VE_POST>ve->storage){
229 ve->storage=last+VE_WIN+VE_POST; /* be sure */
233 for(j=first;j<last;j++){
259 ve->current=last*ve->searchstep;
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4;
348 long last local
[all...]
/external/openssh/
H A Dloginrec.c58 * (utmp and friends) and last login time retrieval.
89 * Retrieving the time of last login ('lastlog') is in some ways even
95 * we look backwards in the wtmp or wtmpx file for the last login entry
128 * getlast_entry(), which tries one of three methods to find the last
254 * login_get_lastlog_time(int) - Retrieve the last login time
256 * Retrieve the last login time for the given uid. Will try to use the
305 * reliably search wtmp(x) for the last login (see
501 ** getlast_entry: Call low-level functions to retrieve the last login
505 /* take the uid in li and return the last login time */
518 /* On some systems we shouldn't even try to obtain last logi
1535 struct lastlog last; local
1588 struct lastlog last; local
[all...]
/external/zlib/src/examples/
H A Dgzlog.c18 valid state. The last data to be appended or compressed is saved in an
22 gzlog maintains another auxiliary file with the last 32K of data from the
32 foo.add -- last message to append or last data to compress
33 foo.dict -- dictionary of the last 32K of data for next compression
48 extra field has the necessary information to restore the start of the last
115 - Pointer to the last stored block length. This is the same as above, but
116 for the last stored block of the uncompressed data in the gzip file.
119 stored block as added, at which point the last stored block length pointer
121 different, the first bit of the last store
297 off_t last; /* offset of last stored block first length byte */ member in struct:log
462 log_last(struct log *log, int last) argument
[all...]
/external/libvncserver/x11vnc/misc/
H A Dconnect_switch409 print STDERR "last connection ($cmax)\n" if $verbose;
410 last;
485 last;
534 last if $ok;
661 last;
665 last;
682 last;
687 last if $quit;
/external/boringssl/src/crypto/x509v3/
H A Dpcy_tree.c272 * issued and not the last in the chain.
317 X509_POLICY_LEVEL *last = curr - 1; local
322 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++)
324 node = sk_X509_POLICY_NODE_value(last->nodes, i);
325 if (policy_node_match(last, node, data->valid_policy))
332 if (!matched && last->anyPolicy)
334 if (!level_add_node(curr, data, last->anyPolicy, NULL))
412 const X509_POLICY_LEVEL *last = curr - 1; local
415 if ( (last->flags & X509_V_FLAG_INHIBIT_MAP)
454 X509_POLICY_LEVEL *last local
[all...]
/external/freetype/src/autofit/
H A Daflatin.c382 FT_Int last = -1; local
385 for ( nn = 0; nn < outline.n_contours; first = last + 1, nn++ )
391 last = outline.contours[nn];
396 if ( last <= first )
401 for ( pp = first; pp <= last; pp++ )
410 for ( pp = first; pp <= last; pp++ )
421 best_contour_last = last;
537 FT_Int last; local
572 last = first;
584 first = last;
1207 AF_Point last = point->prev; local
1328 AF_Point last = segment->last; local
[all...]
/external/libvorbis/vq/
H A Dvqgen.c14 last mod: $Id: vqgen.c 16037 2009-05-26 21:10:58Z xiphmont $
178 float last=0.f; local
180 if(mindel>_now(v,j)[k]-last)mindel=_now(v,j)[k]-last;
181 if(maxdel<_now(v,j)[k]-last)maxdel=_now(v,j)[k]-last;
182 if(q->sequencep)last=_now(v,j)[k];
200 float last=0; local
203 float now=rint((val-last-mindel)/delta);
217 if(q->sequencep)last
230 float last=0.f; local
[all...]
/external/ltrace/
H A Dlibrary.c475 struct library_symbol *last; local
476 for (last = first; last != NULL; ) {
477 last->lib = lib;
478 if (last->next != NULL)
479 last = last->next;
484 assert(last->next == NULL);
485 last->next = lib->symbols;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c312 alu.last = bytes[bytes_read++];
330 alu.last = 1;
644 alu.last = 1;
671 alu.last = 1;
779 alu.last = (i==3);
870 alu.last = 1;
1004 alu.last = 1;
1072 alu.last = 1;
1110 alu.last = 1;
1354 alu.last
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDominators.java228 SsaBasicBlock last = wParentBucket.remove(lastItem);
229 SsaBasicBlock U = eval(last);
231 < info[last.getIndex()].semidom) {
232 domInfos[last.getIndex()].idom = U.getIndex();
234 domInfos[last.getIndex()].idom = wInfo.parent.getIndex();
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c237 int numCaps, first, last; local
270 for (first = 0, last = numCaps - 1; first <= last; ) {
271 int mid = (first + last) / 2;
285 last = mid - 1;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java166 TimeToSampleBox.Entry last = entries2.peekLast();
177 if (last == null) {
179 } else if (last.getDelta() != x) {
182 last.setCount(last.getCount() + 1);
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java798 // TODO(user): is it worth it to worry about the last character of large matchers?
1017 * Returns the index of the last matching character in a character sequence, or {@code -1} if no
1197 int last;
1204 for (last = len - 1; last > first; last--) {
1205 if (!matches(sequence.charAt(last))) {
1210 return sequence.subSequence(first, last + 1).toString();
1243 for (int last = len - 1; last >
[all...]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DCharMatcher.java860 * Returns the index of the last matching character in a character sequence, or {@code -1} if no
1040 int last;
1047 for (last = len - 1; last > first; last--) {
1048 if (!matches(sequence.charAt(last))) {
1053 return sequence.subSequence(first, last + 1).toString();
1086 for (int last = len - 1; last >= 0; last
[all...]
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c1901 struct osu_data *osu = NULL, *last = NULL; local
1917 last = realloc(osu, (osu_count + 1) * sizeof(*osu));
1918 if (last == NULL)
1920 osu = last;
1921 last = &osu[osu_count++];
1922 memset(last, 0, sizeof(*last));
1923 snprintf(last->bssid, sizeof(last->bssid), "%s",
1927 if (!last)
2136 struct osu_data *osu = NULL, *last = NULL; local
[all...]
/external/blktrace/btt/
H A Dlist.h195 struct list_head *last = list->prev; local
201 last->next = at;
202 at->prev = last;
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Djsmin_2_0_9.py134 last = next1.strip()
136 and last not in ('', '/'):
139 write(last)
/external/e2fsprogs/misc/
H A Dfindsuper.c80 * has the last time e2fsck or tune2fs wrote to the filesystem.
120 time_t tm, last = time(0); local
200 diff = now - last;
213 last = now;
/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h118 Index* last = perm.indices().data(); /* use P as workspace for last */ local
131 last[i] = -1;
165 if(head[d] != -1) last[head[d]] = i;
175 if(next[k] != -1) last[next[k]] = -1;
231 if(next[i] != -1) last[next[i]] = last[i];
232 if(last[i] != -1) /* remove i from degree list */
234 next[last[i]] = next[i];
332 last[
[all...]
/external/fio/
H A Dflist.h127 struct flist_head *last = list->prev; local
132 last->next = next;
133 next->prev = last;
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketGeneratorD06.java68 boolean last=WebSocketConnectionD06.isLastFrame(flags);
85 else if (last)
165 _opsent=!last;
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java66 * @param end an index into punctuationStrings past the last string in this
87 int last = -1;
90 if (ch != last) {
92 last = ch;
/external/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());

Completed in 1817 milliseconds

1234567891011>>