Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 20 of 20) sorted by relevance

/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()
157 srcpos_copy(struct srcpos *pos) in srcpos_copy()
170 srcpos_dump(struct srcpos *pos) in srcpos_dump()
183 srcpos_string(struct srcpos *pos) in srcpos_string()
212 srcpos_verror(struct srcpos *pos, char const *fmt, va_list va) in srcpos_verror()
224 srcpos_error(struct srcpos *pos, char const *fmt, ...) in srcpos_error()
235 srcpos_warn(struct srcpos *pos, char const *fmt, ...) in srcpos_warn()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h129 #define list_for_each_prev(pos, head) \ argument
133 #define list_for_each_safe(pos, n, head) \ argument
/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()
685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
/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()
699 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h202 #define XDR_SETPOS(xdrs, pos) \ argument
204 #define xdr_setpos(xdrs, pos) \ argument
/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
H A DdrvPQ.c840 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_PQ_Bin() local
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h95 int pos; member
H A Dsumversion.c309 unsigned long flen, pos = 0; in parse_source_files() local
H A Dmodpost.c361 char *get_next_line(unsigned long *pos, void *file, unsigned long size) in get_next_line()
2008 unsigned long size, pos = 0; in read_dump() local
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c608 MFE_U64 pos; in tsmux_open() local
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkallsyms.c403 unsigned int i, pos; in build_initial_tok_table() local
/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
4483 MS_U16 pos = 0; in _T0SendCAPDU() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc1164 Q3PopupMenu* ConfigInfoView::createPopupMenu(const QPoint& pos) in createPopupMenu()
/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
5247 MS_U16 pos = 0; in _T0SendCAPDU() local
/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/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1933 dtsUint64 pos; member
13413 …_CUS_kernel_debug_proc_read_nDBG(struct file *file, char __user *buffer, size_t count, loff_t *pos) in AU_CUS_kernel_debug_proc_read_nDBG()
13420 …rnel_debug_proc_write_nDBG(struct file *file, const char __user *buffer, size_t count, loff_t *pos) in AU_CUS_kernel_debug_proc_write_nDBG()
13489 …rnel_debug_proc_read_ShowVersion(struct file *file, char __user *buffer, size_t count, loff_t *pos) in AU_CUS_kernel_debug_proc_read_ShowVersion()
/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
/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