Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 25 of 29) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.c132 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() argument
136 pos->file = current_srcfile; in srcpos_update()
138 pos->first_line = current_srcfile->lineno; in srcpos_update()
139 pos->first_column = current_srcfile->colno; in srcpos_update()
152 pos->last_line = current_srcfile->lineno; in srcpos_update()
153 pos->last_column = current_srcfile->colno; in srcpos_update()
157 srcpos_copy(struct srcpos *pos) in srcpos_copy() argument
162 memcpy(pos_new, pos, sizeof(struct srcpos)); in srcpos_copy()
170 srcpos_dump(struct srcpos *pos) in srcpos_dump() argument
173 pos->file ? (char *) pos->file : "<no file>"); in srcpos_dump()
[all …]
H A Dsrcpos.h74 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
75 extern struct srcpos *srcpos_copy(struct srcpos *pos);
76 extern char *srcpos_string(struct srcpos *pos);
77 extern void srcpos_dump(struct srcpos *pos);
79 extern void srcpos_verror(struct srcpos *pos, char const *, va_list va)
81 extern void srcpos_error(struct srcpos *pos, char const *, ...)
83 extern void srcpos_warn(struct srcpos *pos, char const *, ...)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcleanfile21 my $pos = 0;
28 my $npos = ($pos+$nsp+8) & ~7;
29 my $ntab = ($npos >> 3) - ($pos >> 3);
31 $pos = $npos;
35 $pos += $nsp;
38 $pos = 0;
43 $pos += $nsp;
46 $pos++;
59 my $pos = 0;
65 $pos = ($pos+8) & ~7;
[all …]
H A Dcleanpatch21 my $pos = 0;
28 my $npos = ($pos+$nsp+8) & ~7;
29 my $ntab = ($npos >> 3) - ($pos >> 3);
31 $pos = $npos;
35 $pos += $nsp;
38 $pos = 0;
43 $pos += $nsp;
46 $pos++;
59 my $pos = 0;
65 $pos = ($pos+8) & ~7;
[all …]
H A Dextract-ikconfig19 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
21 pos=${pos%%:*}
22 tail -c+$(($pos+8)) "$1" | zcat > $tmp1 2> /dev/null
33 for pos in `tr "$1\n$2" "\n$2=" < "$img" | grep -abo "^$2"`
35 pos=${pos%%:*}
36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
H A Dkallsyms.c403 unsigned int i, pos; in build_initial_tok_table() local
405 pos = 0; in build_initial_tok_table()
408 if (pos != i) in build_initial_tok_table()
409 table[pos] = table[i]; in build_initial_tok_table()
410 learn_symbol(table[pos].sym, table[pos].len); in build_initial_tok_table()
411 pos++; in build_initial_tok_table()
414 table_cnt = pos; in build_initial_tok_table()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h129 #define list_for_each_prev(pos, head) \ argument
130 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
131 pos = pos->prev, prefetch(pos->prev))
133 #define list_for_each_safe(pos, n, head) \ argument
134 for (pos = (head)->next, n = pos->next; pos != (head); \
135 pos = n, n = pos->next)
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c361 char *get_next_line(unsigned long *pos, void *file, unsigned long size) in get_next_line() argument
366 signed char *p = (signed char *)file + *pos; in get_next_line()
369 for (; *pos < size ; (*pos)++) { in get_next_line()
375 if (*p != '\n' && (*pos < size)) { in get_next_line()
1762 if (buf->size - buf->pos < len) { in buf_write()
1766 strncpy(buf->p + buf->pos, s, len); in buf_write()
1767 buf->pos += len; in buf_write()
1972 if (st.st_size != b->pos) in write_if_changed()
1975 tmp = NOFAIL(malloc(b->pos)); in write_if_changed()
1976 if (fread(tmp, 1, b->pos, file) != b->pos) in write_if_changed()
[all …]
H A Dmodpost.h95 int pos; member
182 char* get_next_line(unsigned long *pos, void *file, unsigned long size);
H A Dsumversion.c309 unsigned long flen, pos = 0; in parse_source_files() local
341 while ((line = get_next_line(&pos, file, flen)) != NULL) { in parse_source_files()
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c546 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek() argument
548 return lseek( fd, pos, whence ); in MsFS_Lseek()
699 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek() argument
702 int a = fseeko(stream, pos, whence); in MsFS_Fseek()
706 return fseeko(stream, pos, whence); in MsFS_Fseek()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c3976 MS_S32 pos = 0, LcLe = 0; in MDrv_SC_T0_SendRecvold() local
4018 if (((eResult = _SC_Send(u8SCID, pu8SendData+pos, 4, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4024 pos += 4; in MDrv_SC_T0_SendRecvold()
4030 if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], 1, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4036 LcLe = pu8SendData[pos]; in MDrv_SC_T0_SendRecvold()
4038 pos += 1; in MDrv_SC_T0_SendRecvold()
4151 … if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], u16Len, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4159 pos += u16Len; in MDrv_SC_T0_SendRecvold()
4173 if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], 1, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4178 LcLe = pu8SendData[pos]; in MDrv_SC_T0_SendRecvold()
[all …]
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c491 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence ) in MsFS_Lseek() argument
493 return lseek( fd, pos, whence ); in MsFS_Lseek()
685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek() argument
689 offset = MsFS_Lseek( (int)ID_IN_FS(stream), (MS_U64)pos, whence ); in MsFS_Fseek()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c4738 int pos = 0, LcLe = 0; in MDrv_SC_T0_SendRecvold() local
4780 if (((eResult = _SC_Send(u8SCID, pu8SendData+pos, 4, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4786 pos += 4; in MDrv_SC_T0_SendRecvold()
4792 if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], 1, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4798 LcLe = pu8SendData[pos]; in MDrv_SC_T0_SendRecvold()
4800 pos += 1; in MDrv_SC_T0_SendRecvold()
4913 … if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], u16Len, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4921 pos += u16Len; in MDrv_SC_T0_SendRecvold()
4935 if (((eResult = _SC_Send(u8SCID, &pu8SendData[pos], 1, SC_T0_SEND_TIMEOUT)) != E_SC_OK)) in MDrv_SC_T0_SendRecvold()
4940 LcLe = pu8SendData[pos]; in MDrv_SC_T0_SendRecvold()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h202 #define XDR_SETPOS(xdrs, pos) \ argument
203 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
204 #define xdr_setpos(xdrs, pos) \ argument
205 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc720 QPoint p(contentsToViewport(e->pos())); in contentsMouseReleaseEvent()
782 QPoint p(contentsToViewport(e->pos())); in contentsMouseDoubleClickEvent()
1164 Q3PopupMenu* ConfigInfoView::createPopupMenu(const QPoint& pos) in createPopupMenu() argument
1166 Q3PopupMenu* popup = Parent::createPopupMenu(pos); in createPopupMenu()
1236 configSettings->writeEntry("/window x", pos().x()); in saveSettings()
1237 configSettings->writeEntry("/window y", pos().y()); in saveSettings()
1682 configSettings->writeEntry("/window x", pos().x()); in saveSettings()
1683 configSettings->writeEntry("/window y", pos().y()); in saveSettings()
H A Dqconf.h273 Q3PopupMenu* createPopupMenu(const QPoint& pos);
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsoundcard.h1240 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2) argument
1261 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos) argument
H A Dreiserfs_fs.h1487 #define I_POS_UNFM_SIZE(ih,pos,size) (((pos) == I_UNFM_NUM(ih) - 1 ) ? (size) - ih_free_space(ih) :… argument
1518 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos))) argument
1519 #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_t… argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h174 MS_U64 MsFS_Lseek( int fd, MS_U64 pos, int whence );
188 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c608 MFE_U64 pos; in tsmux_open() local
659 pos = s->outstream->total_size; in tsmux_open()
662 pat_pmt_size = (MFE_U32)(s->outstream->total_size - pos); in tsmux_open()
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A Ddrvbw.c256 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_bandwidthtable_Bin() local
268 u32Rst = vfs_read(pFile, pu8Buffer, lFileSize, &pos); in Open_bandwidthtable_Bin()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsFS.h187 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3915 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local
3917 mchunkptr newp = (mchunkptr)((unsigned long)pos); in internal_memalign()
3918 size_t leadsize = pos - (char*)(p); in internal_memalign()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4515 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local
4517 mchunkptr newp = (mchunkptr)pos; in internal_memalign()
4518 size_t leadsize = pos - (char*)(p); in internal_memalign()

12