OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtimer
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/wlan/wl1271/Test/
fwdriverdebug.c
70
static TI_HANDLE
dTimer
;
280
os_timerStop(hOs,
dTimer
);
282
os_timerDestroy(hOs,
dTimer
);
286
os_timerStart(hOs,
dTimer
, 1000);
311
dTimer
= os_timerCreate(hOs, fSendPkt, hDrvMain);
312
os_timerStart(hOs,
dTimer
, 1000);
322
dTimer
= os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
323
os_timerStart(hOs,
dTimer
, 1000);
/system/wlan/ti/wilink_6_1/Test/
fwdriverdebug.c
70
static TI_HANDLE
dTimer
;
280
os_timerStop(hOs,
dTimer
);
282
os_timerDestroy(hOs,
dTimer
);
286
os_timerStart(hOs,
dTimer
, 1000);
311
dTimer
= os_timerCreate(hOs, fSendPkt, hDrvMain);
312
os_timerStart(hOs,
dTimer
, 1000);
322
dTimer
= os_timerCreate(hOs, sendMgmtPacket, hDrvMain);
323
os_timerStart(hOs,
dTimer
, 1000);
/external/dropbear/libtommath/
makefile.icc
90
$(CC) $(CFLAGS) -DTESTING -
DTIMER
demo/demo.c mpi.o -o ltmtest
110
$(CC) $(CFLAGS) -
DTIMER
demo/timing.c libtommath.a -o ltmtest
Makefile.in
110
$(CC) $(CFLAGS) -DTESTING -
DTIMER
demo/timing.c mpi.o -o ltmtest
130
$(CC) $(CFLAGS) -
DTIMER
demo/timing.c $(LIBNAME) -o ltmtest
makefile.shared
102
gcc $(CFLAGS) -
DTIMER
demo/timing.c $(LIBNAME_S) -o ltmtest
Completed in 136 milliseconds