HomeSort by: relevance | last modified time | path
    Searched refs:curpos (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Tokenizer.py 65 self.curpos = 0
74 if self.curpos >= self.lastpos:
76 c = self.data[self.curpos]
80 self.curpos += 1
83 self.curpos += 1
86 self.curpos += 1
89 self.curpos += 1
92 self.curpos += 1
95 self.curpos += 1
100 self.curpos +=
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 96 unsigned curpos; member in class:llvm::NVPTXAsmPrinter::AggBuffer
104 curpos = 0;
110 assert((curpos + Num) <= size);
111 assert((curpos + Bytes) <= size);
113 buffer[curpos] = Ptr[i];
114 curpos++;
117 buffer[curpos] = 0;
118 curpos++;
120 return curpos;
124 assert((curpos + Num) <= size)
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 147 stream->curpos.nline = 1;
181 stream->curpos.ncol++;
185 stream->curpos.ncol++;
188 stream->curpos.ncol++;
196 stream->curpos.ncol++;
200 stream->curpos.ncol++;
211 if (EOF == ch && stream->curpos.ncol != 0)
216 stream->bakpos = stream->curpos;
217 stream->curpos.nline++;
218 stream->curpos.ncol = 0
    [all...]
ntp_scanner.h 104 struct LCPOS curpos; /* current scan position */ member in struct:FILE_INFO
ntp_parser.y 838 lex_current()->curpos.nline,
839 lex_current()->curpos.ncol);
847 lex_current()->curpos.nline,
848 lex_current()->curpos.ncol);
863 lex_current()->curpos.nline,
864 lex_current()->curpos.ncol);
879 lex_current()->curpos.nline,
880 lex_current()->curpos.ncol);
889 lex_current()->curpos.nline,
890 lex_current()->curpos.ncol)
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 792 graphic_object *object_spec::make_box(position *curpos, direction *dirp)
826 if (!position_rectangle(p, curpos, dirp)) {
836 position *curpos, direction *dirp)
869 pos = *curpos;
874 *curpos = pos;
946 graphic_object *object_spec::make_block(position *curpos, direction *dirp)
964 if (!position_rectangle(block, curpos, dirp)) {
984 graphic_object *object_spec::make_text(position *curpos, direction *dirp)
996 if (!position_rectangle(p, curpos, dirp)) {
1034 graphic_object *object_spec::make_ellipse(position *curpos, direction *dirp
    [all...]
object.h 213 int position_rectangle(rectangle_object *p, position *curpos,
  /src/external/bsd/atf/dist/atf-c/detail/
text_test.c 111 int curpos; member in struct:fail_at
121 if (fa->failpos == fa->curpos)
124 fa->curpos++;
177 fa.curpos = 0;
182 ATF_REQUIRE(fa.curpos == 3);
  /src/sys/dev/ic/
bt485.c 96 struct wsdisplay_curpos curpos; /* current cursor position */ member in struct:bt485data
243 data->curpos.x = data->curpos.y = 0; /* right now at 0,0 */
362 data->curpos = cursorp->pos;
408 cursorp->pos = data->curpos; /* DOPOS */
448 data->curpos = *curposp;
459 *curposp = data->curpos;
574 x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x;
575 y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;
  /src/bin/sh/
histedit.c 82 static int curpos; variable
929 * Comparator function for qsort(). The use of curpos here is to skip
935 return strcmp(*(char *const *)a + curpos,
936 *(char *const *)b + curpos);
954 curpos = end - start;
971 if (strncmp(entry->d_name, text, curpos) != 0)
1009 if (strcmp(matches[j] + curpos, matches[k] + curpos)
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 391 off_t curpos; local
394 curpos = ftello(fd);
401 if (fseeko(fd, curpos, SEEK_SET) == -1)
  /src/external/bsd/top/dist/
ap_snprintf.c 38 char *curpos; member in struct:__anon5848
277 vbuff->curpos = sp; \
280 sp = vbuff->curpos; \
687 sp = vbuff->curpos;
1143 vbuff->curpos = sp;
1168 vbuff.curpos = buf;
1173 *vbuff.curpos = '\0';
1188 vbuff.curpos = buf;
1191 *vbuff.curpos = '\0';
  /src/sbin/cgdconfig/
params.c 938 print_kvpair_b64(FILE *f, int curpos, int ts, const char *key, bits_t *val)
955 curpos += ts + strlen(key) + 1;
956 ts = curpos;
958 for (i=0, pos=curpos; i < len; i++, pos++) {
993 int curpos = 0; local
998 curpos += strlen("keygen ");
1002 curpos += strlen("storedkey ");
1003 print_kvpair_b64(f, curpos, 0, "key", kg->kg_key);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 83 uint64_t curpos; /* current buffer and file offset */ member in struct:DataHandle
286 hndl->curpos = CUR_MAKE (0, 0, 0);
371 opos = hndl->curpos;
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
862 * The current position of the file is handled via hndl->curpos.
867 * - busy: a bit to lock access to hndl->curpos
876 * - acquire the hndl->curpos "busy" lock
891 * It simply updates hndl->curpos atomically to the new file offset.
1017 opos = hndl->curpos;
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 83 uint64_t curpos; /* current buffer and file offset */ member in struct:DataHandle
286 hndl->curpos = CUR_MAKE (0, 0, 0);
371 opos = hndl->curpos;
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
862 * The current position of the file is handled via hndl->curpos.
867 * - busy: a bit to lock access to hndl->curpos
876 * - acquire the hndl->curpos "busy" lock
891 * It simply updates hndl->curpos atomically to the new file offset.
1017 opos = hndl->curpos;
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos
    [all...]
  /src/sys/dev/tc/
xcfb.c 659 set_curpos(struct xcfb_softc *sc, struct wsdisplay_curpos *curpos)
662 int x = curpos->x, y = curpos->y;
691 struct wsdisplay_curpos *curpos = &sc->sc_cursor.cc_pos; local
696 pos = (curpos->x & 0xfff) << 12 | (curpos->y & 0xfff);
cfb.c 779 set_curpos(struct cfb_softc *sc, struct wsdisplay_curpos *curpos)
782 int x = curpos->x, y = curpos->y;
mfb.c 667 set_curpos(struct mfb_softc *sc, struct wsdisplay_curpos *curpos)
670 int x = curpos->x, y = curpos->y;
tfb.c 837 set_curpos(struct tfb_softc *sc, struct wsdisplay_curpos *curpos)
840 int x = curpos->x, y = curpos->y;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
lifetime.d 598 void __insertBlkInfoCache(BlkInfo bi, BlkInfo *curpos) nothrow
608 if (curpos)
609 *curpos = bi;
627 if (!curpos)
630 curpos = cache + __nextBlkIdx;
634 __nextBlkIdx = curpos - cache;
636 *curpos = bi;
646 if (!curpos)
649 curpos = cache + __nextBlkIdx;
651 else if (curpos !is cache + __nextBlkIdx
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
hw.h 350 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); local
351 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos);
  /src/bin/ksh/
history.c 72 static int curpos; /* current index in history[] */ variable
482 return curpos;
493 curpos = last;
497 curpos = n;
  /src/external/gpl2/groff/dist/src/roff/troff/
env.h 92 tab_type distance_to_next_tab(hunits curpos, hunits *distance, hunits *leftpos);
  /src/sys/arch/arm/iomd/
vidcvideo.c 765 set_curpos(struct vidcvideo_softc *sc, struct wsdisplay_curpos *curpos)
768 int x = curpos->x, y = curpos->y;
  /src/sys/arch/pmax/ibus/
pm.c 787 pm_set_curpos(struct pm_softc *sc, struct wsdisplay_curpos *curpos)
793 x = curpos->x;
794 y = curpos->y;

Completed in 59 milliseconds

1 2