HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 226 - 250 of 521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/
loginrec.c 39 (utmp and friends) and last login time retrieval.
70 Retrieving the time of last login ('lastlog') is in some ways even
76 we look backwards in the wtmp or wtmpx file for the last login entry
109 getlast_entry(), which tries one of three methods to find the last
432 * form of the line (Just use the last <dstsize> characters of the
1014 /* Seek to the start of the last struct utmp */
1170 /* Seek to the start of the last struct utmpx */
1284 lastlog_construct(struct logininfo *li, struct lastlog *last)
1287 memset(last, '\0', sizeof(*last));
1361 struct lastlog last; local
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 309 THREAD_LOCAL struct timeval last = {0, 0}; local
354 last.tv_sec = tv1;
355 last.tv_usec = tv2;
360 if ((last.tv_sec == 0) && (last.tv_usec == 0)) {
363 gettimeofday(&last, 0);
364 last.tv_sec--;
369 if ((tv.tv_sec < last.tv_sec) ||
370 ((tv.tv_sec == last.tv_sec) &&
371 (tv.tv_usec < last.tv_usec)))
    [all...]
  /external/freetype/src/autofit/
aftypes.h 286 FT_UInt32 last; member in struct:AF_Script_UniRangeRec_
298 AF_Script_UniRange script_uni_ranges; /* last must be { 0, 0 } */
  /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/guava/src/com/google/common/collect/
Synchronized.java 339 public E last() { method in class:Synchronized.SynchronizedSortedSet
341 return delegate().last();
    [all...]
  /external/iptables/libiptc/
linux_list.h 287 struct list_head *last = list->prev; local
293 last->next = at;
294 at->prev = last;
  /external/kernel-headers/original/linux/
list.h 268 * list_is_last - tests whether @list is the last entry in list @head
310 struct list_head *last = list->prev; local
316 last->next = at;
317 at->prev = 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/qemu/distrib/zlib-1.2.3/
gzio.c 58 int z_err; /* error code for last stream operation */
72 int last; /* true if push-back is last character */ member in struct:gz_stream
297 where first byte of header is at the end of the buffer after the last
419 if (s->last) {
524 s->last = (s->z_err == Z_STREAM_END);
525 if (s->last) s->z_err = Z_OK;
841 if (s->last) s->z_err = Z_STREAM_END;
981 Returns the error message for the last error which occurred on the
  /external/qemu/hw/
scsi-disk.c 108 SCSIRequest *last; local
114 last = s->requests;
115 while (last && last->next != r)
116 last = last->next;
117 if (last) {
118 last->next = r->next;
755 /* Returned value is the address of the last sector. */
864 /* Returned value is the address of the last sector. *
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 61 fPts[12] = pts[0]; // the last shall be first
149 edge3[nv] = edge0[0]; // the last shall be first
171 // last row
172 SkPoint* last = verts + nv * (nu + 1); local
174 last[i] = edge2[nu - i];
  /external/skia/src/animator/
SkAnimatorScript.cpp 62 propertyCallBack(EvalID, (void*) this); // must be first (entries are prepended, will be last), since it never fails
411 const char* last = strchr(ptr, '|'); local
412 if (last == NULL) {
413 last = &ptr[strlen(ptr)];
416 size_t length = last - ptr;
422 ptr = last + 1;
SkAnimatorScript2.cpp 501 const char* last = strchr(ptr, '|'); local
502 if (last == NULL) {
503 last = &ptr[strlen(ptr)];
506 size_t length = last - ptr;
512 ptr = last + 1;
  /external/srec/portable/src/
pmemory.c 84 * Pointer to last memory allocation associated with the same tag.
86 struct MemoryData_t* last; member in struct:MemoryData_t
107 * Last memory allocation associated with this tag.
110 MemoryData* last; member in struct:MemMapEntry_t
191 gMemoryMap[idx].last = NULL;
418 if (e->last != NULL && e->last == data)
419 e->last = data->last;
420 if (data->last != NULL
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 407 char *last = from + numberOfBytesRead - 1; local
408 for (; from <= last && *from != _STLP_CTRLZ; ++from) {
412 if (from < last) { // not at buffer end
416 else { // last char is CR, peek for LF
439 * get a <LF>. Doing so would make all files with a <CR> last an invalid file
451 if (from <= last) { // terminated due to CTRLZ
452 SetFilePointer(_M_file_id, -(LONG)((last + 1) - from), 0, FILE_CURRENT);
  /external/valgrind/main/coregrind/
m_options.c 278 HChar const* last = VG_(clo_trace_children_skip); local
280 while (*last) {
283 HChar const* first = consume_commas(last);
284 last = consume_field(first);
285 if (first == last)
287 vg_assert(last > first);
290 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
291 VG_(memcpy)(patt, first, last - first);
292 vg_assert(patt[last-first] == 0);
  /external/valgrind/tsan/
suppressions.cc 81 bool NextStackTraceTemplate(StackTraceTemplate* trace, bool* last);
153 const char* last = e - 1; local
154 while (last > p && (*last == ' ' || *last == '\t'))
155 --last;
156 return string(p, last - p + 1);
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 49 int last();
143 int CharacterIterator::last() function in class:WebCore::CharacterIterator
288 // but really the one near the last character.
291 // "Determine the index immediately beyond the last character in the text being scanned."
294 // If last character position in the original string is a whitespace,
297 // Otherwise return m_length, as "the first character beyond the last" is outside our string.
302 int pos = iterator->m_charIterator.last();
  /external/wpa_supplicant_8/hostapd/
config_file.c 505 int val = 0, last; local
521 last = *end == '\0';
546 if (last)
564 int val = 0, last; local
580 last = *end == '\0';
599 if (last)
    [all...]
  /external/zlib/contrib/puff/
puff.c 146 * bits in the byte that has the last bit of the type, as many as seven, are
219 * code, the last code of the longest length will be all ones.
414 * simply copies the last byte 258 times. A distance of four and a length of
415 * twelve copies the last four bytes three times. A simple forward copy
608 * the run. 16 copies the last length 3 to 6 times. 17 represents 3 to 10
684 int len; /* last length to repeat */
691 if (symbol == 16) { /* repeat last length 3..6 times */
692 if (index == 0) return -5; /* no last length! */
693 len = lengths[index - 1]; /* last length */
702 while (symbol--) /* repeat last or zero symbol times *
775 int last, type; \/* block information *\/ local
    [all...]
  /external/zlib/examples/
gzlog.c 18 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 stored block header is eight bits, o
297 off_t last; \/* offset of last stored block first length byte *\/ member in struct:log
    [all...]
  /external/zlib/
gzio.c 58 int z_err; /* error code for last stream operation */
72 int last; /* true if push-back is last character */ member in struct:gz_stream
297 where first byte of header is at the end of the buffer after the last
419 if (s->last) {
524 s->last = (s->z_err == Z_STREAM_END);
525 if (s->last) s->z_err = Z_OK;
841 if (s->last) s->z_err = Z_STREAM_END;
981 Returns the error message for the last error which occurred on the
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 154 int last = mCompiledSql.nStatement; local
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 59 // It does not make sense to examine the contents of the last event since it may have
668 KeyState last = null; local
674 if (last != null) {
675 last.next = state.next;
683 last = state;

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011>>