Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/platforms/os/common/src/
Dtracebuf.c52 int pos; member
102 int pos; in tb_next() local
135 int pos; in tb_trace() local
150 int j, pos; in tb_dump() local
178 int pos; in tb_sprintf() local
193 int j, pos; in tb_printf() local
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Dbmtrace.c58 int pos; member
171 int pos; in bm_trace() local
/system/core/adb/
Dsysdeps_win32.c258 _fh_file_lseek( FH f, int pos, int origin ) in _fh_file_lseek()
426 int adb_lseek(int fd, int pos, int where) in adb_lseek()
507 _fh_socket_lseek( FH f, int pos, int origin ) in _fh_socket_lseek()
1135 _fh_socketpair_lseek( FH f, int pos, int origin ) in _fh_socketpair_lseek()
Dsysdeps.h361 static __inline__ int adb_lseek(int fd, int pos, int where) in adb_lseek()