HomeSort by: relevance | last modified time | path
    Searched defs:lpos (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/nsd/dist/
radtree.c 1198 unsigned int lab, dpos, lpos; local
1231 lpos = 0;
1234 if(lpos < *labstart[lab])
1235 /* lpos+1 to skip labelstart, lpos++ to move forward */
1236 byte = char_d2r(labstart[lab][++lpos]);
1241 lpos = 0;
1256 if(lpos < *labstart[lab])
1257 b = char_d2r(labstart[lab][++lpos]);
1264 lpos = 0
1283 unsigned int lab, dpos, lpos; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 1077 uint64_t lpos = CUR_MAKE (1, indx, foff); local
1078 if (__collector_cas_64p (&hndl->curpos, &opos, &lpos) != opos)
1101 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 1077 uint64_t lpos = CUR_MAKE (1, indx, foff); local
1078 if (__collector_cas_64p (&hndl->curpos, &opos, &lpos) != opos)
1101 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
  /src/external/mpl/dhcp/dist/keama/
keama.h 83 * information. The "lpos" variable tells us where we are in the
93 int lpos; member in struct:parse
  /src/external/bsd/wpa/dist/src/p2p/
p2p.c 2597 u8 *lpos; local
2626 lpos = p2p_buf_add_ie_hdr(tmp);
2639 p2p_buf_update_ie_hdr(tmp, lpos);
2658 u8 *lpos; local
2696 lpos = p2p_buf_add_ie_hdr(tmp);
2702 p2p_buf_update_ie_hdr(tmp, lpos);
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 108 long lpos; /* Label position. */ member in struct:rcodes_s
4245 ENCODE_RELAX (rc.lpos, STATE_BITS10),
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 108 long lpos; /* Label position. */ member in struct:rcodes_s
4245 ENCODE_RELAX (rc.lpos, STATE_BITS10),
  /src/external/gpl3/gdb/dist/readline/readline/
display.c 767 int newlines, lpos, temp, n0, num, prompt_lines_estimate; local
914 lpos++; \
915 if (lpos >= _rl_screenwidth) \
929 lpos = 0; \
935 lpos++; \
936 if (lpos >= _rl_screenwidth) \
944 lpos = 0; \
951 /* lpos is a physical cursor position, so it needs to be adjusted by the
954 characters into account, and if lpos exceeds the screen width, we copy
956 lpos = prompt_physical_chars + modmark
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
display.c 767 int newlines, lpos, temp, n0, num, prompt_lines_estimate; local
914 lpos++; \
915 if (lpos >= _rl_screenwidth) \
929 lpos = 0; \
935 lpos++; \
936 if (lpos >= _rl_screenwidth) \
944 lpos = 0; \
951 /* lpos is a physical cursor position, so it needs to be adjusted by the
954 characters into account, and if lpos exceeds the screen width, we copy
956 lpos = prompt_physical_chars + modmark
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 308 * information. The "lpos" variable tells us where we are in the
318 int lpos; member in struct:parse

Completed in 58 milliseconds