| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | srcpos.c | 132 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 D | drvList.h | 129 #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 D | MsFS.c | 491 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 D | MsFS.c | 546 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 D | xdr.h | 202 #define XDR_SETPOS(xdrs, pos) \ argument 204 #define xdr_setpos(xdrs, pos) \ argument
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/ |
| H A D | drvbw.c | 256 loff_t pos = vfs_llseek(pFile, 0, SEEK_SET); in Open_bandwidthtable_Bin() local
|
| H A D | drvPQ.c | 840 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 D | modpost.h | 95 int pos; member
|
| H A D | sumversion.c | 309 unsigned long flen, pos = 0; in parse_source_files() local
|
| H A D | modpost.c | 361 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 D | TsMuxer.c | 608 MFE_U64 pos; in tsmux_open() local
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | kallsyms.c | 403 unsigned int i, pos; in build_initial_tok_table() local
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/ |
| H A D | drvSC.c | 3976 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 D | qconf.cc | 1164 Q3PopupMenu* ConfigInfoView::createPopupMenu(const QPoint& pos) in createPopupMenu()
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/ |
| H A D | drvSC.c | 4738 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 D | soundcard.h | 1240 #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 D | reiserfs_fs.h | 1487 #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 D | apiAUDIO_v2_customer.c | 1933 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 D | dlmalloc.c | 3915 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 D | dlmalloc.c | 4515 char* pos = ((size_t)(br - (char*)(p)) >= MIN_CHUNK_SIZE)? in internal_memalign() local
|