HomeSort by relevance Sort by last modified time
    Searched refs:nItems (Results 1 - 10 of 10) sorted by null

  /external/libppp/src/
iplist.h 35 u_long nItems;
40 u_long nItems;
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...]
ipcp.c 713 for (f = 0; f < bundle->ncp.ipcp.cfg.peer_list.nItems; f++) {
723 if (f == bundle->ncp.ipcp.cfg.peer_list.nItems) {
    [all...]
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 466 CARD32 nItems B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 466 CARD32 nItems B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 466 CARD32 nItems B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 520 CARD32 nItems B32; /* # of 8, 16, or 32-bit entities in reply */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 520 CARD32 nItems B32; /* # of 8, 16, or 32-bit entities in reply */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 520 CARD32 nItems B32; /* # of 8, 16, or 32-bit entities in reply */
    [all...]

Completed in 961 milliseconds