HomeSort by relevance Sort by last modified time
    Searched full:nitems (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /ndk/tests/device/test-stlport_shared-exception/jni/
p11667.cpp 11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
23 int i = nitems;
33 nitems = n;
38 int nitems; member in class:LIST
  /ndk/tests/device/test-stlport_static-exception/jni/
p11667.cpp 11 LIST() { nitems = 16; items = new T[nitems]; };
13 LIST(int u) { nitems = u; items = new T[nitems]; };
23 int i = nitems;
33 nitems = n;
38 int nitems; member in class:LIST
  /external/chromium_org/chromeos/display/
output_util.cc 51 // false and does not touch |prop| and |nitems|.
52 bool GetEDIDProperty(XID output, unsigned long* nitems, unsigned char** prop) {
88 nitems,
103 unsigned long nitems = 0; local
105 if (!GetEDIDProperty(output, &nitems, &prop))
109 prop, nitems, manufacturer_id, human_readable_name);
133 unsigned long nitems = 0; local
135 if (!GetEDIDProperty(output_id, &nitems, &prop))
139 GetDisplayIdFromEDID(prop, nitems, output_index, display_id_out);
145 unsigned long nitems,
240 unsigned long nitems = 0; local
    [all...]
output_util.h 31 // Generates the display id for the pair of |prop| with |nitems| length and
35 unsigned long nitems,
54 unsigned long nitems,
61 unsigned long nitems,
  /external/libppp/src/
iplist.c 70 list->cur.nItems = 1;
76 list->cur.nItems = 1;
88 list->cur.nItems = ntohl(endip.s_addr) - list->cur.lstart + 1;
89 if (list->cur.nItems < 1)
136 } else if (++list->cur.srcitem == list->cur.nItems) {
157 list->nItems += list->cur.nItems;
168 list->nItems = 0;
175 if (pos < 0 || (unsigned)pos >= list->nItems) {
185 if (pos < (int)list->cur.nItems) {
    [all...]
iplist.h 35 u_long nItems;
40 u_long nItems;
  /external/elfutils/backends/
x86_corenote.c 28 return ioperm_info (descsz, regs_offset, nregloc, reglocs, nitems, items);
33 size_t *nitems, const Ebl_Core_Item **items)
44 *nitems = 1;
linux-core-note.c 170 regs_offset, nregloc, reglocs, nitems, items)
176 size_t *nitems;
187 *nitems = sizeof prstatus_items / sizeof prstatus_items[0];
197 *nitems = sizeof prpsinfo_items / sizeof prpsinfo_items[0];
208 *nitems = 0; \
i386_corenote.c 106 return tls_info (descsz, regs_offset, nregloc, reglocs, nitems, items); \
120 size_t *nitems, const Ebl_Core_Item **items)
128 *nitems = sizeof tls_items / sizeof tls_items[0];
  /external/bison/src/
AnnotationList.c 72 * that state has \c nitems kernel items.
99 size_t nitems)
125 for (item = 0; cmp == 0 && item < nitems; ++item)
205 *items = Sbitset__new_on_obstack (s->nitems, annotations_obstackp);
252 Sbitset__new_on_obstack ((*predecessor)->nitems,
258 SBITSET__FOR_EACH (self->contributions[ci], s->nitems,
299 items, (*predecessor)->nitems);
311 predecessor_item < (*predecessor)->nitems;
316 aver (predecessor_item != (*predecessor)->nitems);
332 (*predecessor)->nitems, biter, i
    [all...]
AnnotationList.h 121 * - \c nitems is the number of kernel items in the LR(0) state that every
127 void AnnotationList__debug (AnnotationList const *self, size_t nitems,
133 * - \c nitems is the number of kernel items in the LR(0) state that \c self
135 * - The number of rows in \c lookahead_filter is at least \c nitems, and the
142 size_t nitems,
148 * - \c nitems is the number of kernel items in the LR(0) state that \c self
154 * - For any <tt>0 <= i < nitems</tt>, <tt>lookaheads[i]</tt> is either:
179 size_t nitems, bitset *lookaheads,
ielr.c 203 if (states[i]->nitems > max_nitems)
204 max_nitems = states[i]->nitems;
211 size_t nitems = states[from_state[i]]->nitems; local
214 for (j = 0; j < nitems; ++j)
386 xnmalloc (s->nitems, sizeof item_lookahead_sets[s->number][0]);
387 for (i = 0; i < s->nitems; ++i)
447 predecessor_item < (*predecessor)->nitems;
452 aver (predecessor_item != (*predecessor)->nitems);
529 states[i]->nitems, 2)
    [all...]
state.c 131 size_t nitems, item_number *core)
134 size_t items_size = nitems * sizeof *core;
149 res->nitems = nitems;
161 size_t items_size = s->nitems * sizeof *s->items;
177 res->nitems = s->nitems;
314 if (s1->nitems != s2->nitems)
317 for (i = 0; i < s1->nitems; ++i
    [all...]
  /external/elfutils/libebl/
eblcorenote.c 65 regs_offset, nregloc, reglocs, nitems, items)
72 size_t *nitems;
76 nitems, items);
89 *nitems = sizeof table / sizeof table[0]; \
  /external/icu4c/common/
listformatter.cpp 169 UnicodeString& ListFormatter::format(const UnicodeString items[], int32_t nItems,
175 if (nItems > 0) {
177 if (nItems == 2) {
179 } else if (nItems > 2) {
182 for (i = 2; i < nItems - 1; ++i) {
185 addNewString(data.endPattern, newString, items[nItems - 1], errorCode);
  /bionic/libc/bionic/
fts.c 75 int nitems; local
108 for (root = NULL, nitems = 0; *argv; ++argv, ++nitems) {
143 if (compar && nitems > 1)
144 root = fts_sort(sp, root, nitems);
166 if (nitems == 0)
551 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
739 ++nitems;
756 if (len == sp->fts_pathlen || nitems == 0
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set_unittest.cc 113 size_t nitems = std::min(payload_size - digested_size, sizeof(buf)); local
114 ASSERT_EQ(nitems, fread(buf, 1, nitems, fp));
115 MD5Update(&context, &buf, nitems);
116 digested_size += nitems;
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set_unittest.cc 115 size_t nitems = std::min(payload_size - digested_size, sizeof(buf)); local
116 ASSERT_EQ(nitems, fread(buf, 1, nitems, fp));
117 base::MD5Update(&context, base::StringPiece(buf, nitems));
118 digested_size += nitems;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 899 kernel_file_fread (void *ptr, size_t size, size_t nitems,
911 size_t nitems, gcov_kernel_vfile *fp)
933 if (len > nitems)
934 len = nitems;
939 if (len != nitems)
941 "GCOV_KERNEL: something wrong: size=%lu nitems=%lu ret=%d\n",
942 size, nitems, len);

Completed in 2026 milliseconds

1 2 3 4 5