HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 101 - 125 of 2704) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/
descriptors.cc 238 int last = -1; local
252 if (last < 0)
255 this->open_descriptors_[last].stack_next = pod->stack_next;
260 last = i;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 50 LinkedEntry<K, V> last = head.prev; local
52 while (!last.equals(head)) {
53 V removed = last.removeLast();
61 removeEntry(last);
62 keyToEntry.remove(last.key);
63 last.key.offer();
66 last = last.prev;
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 193 struct pid *cur, *last; local
202 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
213 if (last == NULL)
216 last->next = cur->next;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLFace.java 51 int last = mVertexList.size() - 1; local
52 if (last < 2) {
55 GLVertex vertex = mVertexList.get(last);
61 mVertexList.remove(last + 1);
62 vertex = mVertexList.get(last);
77 int last = mVertexList.size() - 1; local
80 GLVertex vn = mVertexList.get(last);
83 for (int i = 1; i < last; i++) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt.c 219 * the same as the last.
233 const char *last = strtab + tabsize - len; local
236 for (p = strtab; p <= last; p++)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt.c 218 * the same as the last.
232 const char *last = strtab + tabsize - len; local
235 for (p = strtab; p <= last; p++)
  /external/autotest/client/profilers/cpistat/
cpistat 55 last = {} variable
59 last[e] = {}
63 last[e][c] = 0
71 delta[e][c] = count - last[e][c]
72 last[e][c] = count
  /external/dtc/libfdt/
fdt.c 219 * the same as the last.
233 const char *last = strtab + tabsize - len; local
236 for (p = strtab; p <= last; p++)
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 92 struct list_head *last = list->prev; local
98 last->next = at;
99 at->prev = last;
  /external/freetype/src/cache/
ftcmru.c 37 FTC_MruNode last = first->prev; local
59 last->next = node;
61 node->prev = last;
83 FTC_MruNode prev, next, last; local
108 last = first->prev;
110 last->next = node;
114 node->prev = last;
  /external/google-breakpad/src/processor/
static_map.h 100 inline iterator last() const { return IteratorAtIndex(num_nodes_ - 1); } function in class:google_breakpad::StaticMap
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CSCharacterIterator.java 40 public char last() { method in class:CSCharacterIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CSCharacterIterator.java 38 public char last() { method in class:CSCharacterIterator
  /external/libcxx/test/libcxx/utilities/memory/util.smartptr/
race_condition.pass.cpp 63 int last = p.use_count(); local
65 assert(last >= 4);
67 if (last != new_val) ++shared_changes_count;
69 last = w.use_count();
71 assert(last >= 4);
73 if (last != new_val) ++weak_changes_count;
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_pointer_size.pass.cpp 29 typename S::const_iterator last = s.begin() + pos1 + n1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, str, n2);
    [all...]
  /external/libedit/src/
hist.h 50 Char *last; /* The last character */ member in struct:el_history_t
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
TwoSecondIntersectionFinder.java 74 long last = samples + 1; local
78 fragments[i] = last ;
80 last = fragments[i];
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementPolicy.java 70 ElementPolicy last = null; field in class:ElementPolicy.Util.PolicyJoiner
81 } else if (p != last) {
82 last = p;
  /external/parameter-framework/upstream/parameter/
ParameterBlackboard.cpp 52 auto last = first + size; local
55 std::copy(first, last, dest_first);
63 auto last = first + size; local
66 std::copy(first, last, dest_first);
  /external/python/cpython3/Doc/includes/
noddy2.c 7 PyObject *last; /* last name */ member in struct:__anon33043
15 Py_XDECREF(self->last);
32 self->last = PyUnicode_FromString("");
33 if (self->last == NULL) {
47 PyObject *first=NULL, *last=NULL, *tmp; local
49 static char *kwlist[] = {"first", "last", "number", NULL};
52 &first, &last,
63 if (last) {
64 tmp = self->last;
    [all...]
noddy4.c 7 PyObject *last; member in struct:__anon33045
21 if (self->last) {
22 vret = visit(self->last, arg);
39 tmp = self->last;
40 self->last = NULL;
66 self->last = PyUnicode_FromString("");
67 if (self->last == NULL) {
81 PyObject *first=NULL, *last=NULL, *tmp; local
83 static char *kwlist[] = {"first", "last", "number", NULL};
86 &first, &last,
    [all...]
  /external/skia/src/core/
SkStringUtils.cpp 73 const uint16_t* last = ptr; local
77 end = last; // truncate input string
  /external/syslinux/com32/cmenu/libmenu/
tui.c 34 char *last; // The current last char of string local
53 last = str;
54 while (*last) {
55 last++;
89 p = last;
112 if (p < last)
133 if (last > str)
134 last--;
146 while (q <= last) {
    [all...]
  /external/syslinux/gpxe/src/crypto/
sha1extra.c 48 u8 *in_blknr; /* pointer to last byte of in, block number */
100 u8 last[SHA1_SIZE]; /* output of round N, input of N+1 */ local
102 u8 *next_in = in; /* changed to `last' after first round */
116 hmac_final ( &sha1_algorithm, sha1_ctx, pass, &pass_len, last );
119 block[j] ^= last[j];
122 next_in = last;
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena.cc 42 auto last = allocs_.rbegin(); local
43 current_top = last->offset + last->size;

Completed in 1087 milliseconds

1 2 3 45 6 7 8 91011>>