HomeSort by relevance Sort by last modified time
    Searched refs:hdrLen (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h 77 TI_UINT8 hdrLen; /* WLAN header length, not including alignment pad. */
98 #define WBUF_HDR_LEN(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->hdrLen )
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
wbuf.h 77 TI_UINT8 hdrLen; /* WLAN header length, not including alignment pad. */
98 #define WBUF_HDR_LEN(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->hdrLen )
  /external/svox/pico/lib/
picokfst.c 59 picoos_int32 hdrLen; /* length of file header */
162 kfst->hdrLen = FileHdrSize;
163 curpos = kfst->hdrLen;
170 kfst->alphaHashTabPos = kfst->hdrLen + offs;
173 kfst->transTabPos = kfst->hdrLen + offs;
175 kfst->inEpsStateTabPos = kfst->hdrLen + offs;
177 kfst->accStateTabPos = kfst->hdrLen + offs;

Completed in 61 milliseconds