HomeSort by relevance Sort by last modified time
    Searched refs:STAT (Results 26 - 34 of 34) sorted by null

12

  /external/qemu/slirp/
slirp.h 12 #define STAT(expr) expr
14 #define STAT(expr) do { } while(0)
191 #include <sys/stat.h>
udp.c 88 STAT(udpstat.udps_ipackets++);
115 STAT(udpstat.udps_badlen++);
141 STAT(udpstat.udps_badsum++);
185 STAT(udpstat.udpps_pcbcachemiss++);
303 STAT(udpstat.udps_opackets++);
tcp_subr.c 236 STAT(tcpstat.tcps_drops++);
238 STAT(tcpstat.tcps_conndrops++);
285 STAT(tcpstat.tcps_closed++);
503 STAT(tcpstat.tcps_connattempt++);
835 STAT(tcpstat.tcps_connattempt++);
    [all...]
  /external/qemu/slirp-android/
tcp_subr.c 238 STAT(tcpstat.tcps_drops++);
240 STAT(tcpstat.tcps_conndrops++);
287 STAT(tcpstat.tcps_closed++);
659 STAT(tcpstat.tcps_connattempt++);
  /external/webkit/Tools/Scripts/
prepare-ChangeLog     [all...]
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 382 status = OMAP_HSMMC_READ(STAT);
386 PERR("sdiodrv_irq: ERROR in STAT = 0x%x\n", status);
447 static u32 sdiodrv_poll_status(u32 reg_offset, u32 stat, unsigned int msecs)
454 if(( status & stat))
493 OMAP_HSMMC_WRITE(STAT, OMAP_HSMMC_STAT_CLEAR);
700 PERR("sdiodrv_send_data_xfer_commad() SDIO Command error! STAT = 0x%x\n", status);
771 PERR("sdiodrv_data_xfer_sync() transfer error! STAT = 0x%x\n", status);
    [all...]
  /system/core/toolbox/
dd.c 51 #include <sys/stat.h>
86 extern STAT st;
110 STAT st; /* statistics */
289 struct stat sb;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 959 // $ANTLR start "STAT"
967 NSInteger _type = STAT;
1086 /* $ANTLR end "STAT" */
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 288 return @"1:1: Tokens options {k=1; backtrack=true; } : ( IMPORT | RETURN | CLASS | METHOD | FIELD | STAT | CALL | COMMENT | SL_COMMENT | STRING | CHAR | WS );";
    [all...]

Completed in 196 milliseconds

12