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

  /external/icu4c/tools/pkgdata/
pkgtypes.c 210 char aBuf[1024];
226 if((rPtr-strAlias) >= (sizeof(aBuf)/sizeof(aBuf[0]))) {
227 fprintf(stderr, "## ERR: Path too long [%d chars]: %s\n", (int)sizeof(aBuf), strAlias);
230 strncpy(aBuf, strAlias,(rPtr-strAlias));
231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
232 convertToNativePathSeparators(aBuf);
234 if(!pkg_listContains(l, aBuf)) {
235 return pkg_appendToList(l, end, uprv_strdup(aBuf));
  /system/wlan/ti/wilink_6_1/Txn/
BusDrv.h 103 pTxn->aBuf[0] = (TI_UINT8*)(pBuf); \
131 TI_UINT16 aLen[MAX_XFER_BUFS]; /* Lengths of the following aBuf data buffers respectively.
133 TI_UINT8* aBuf[MAX_XFER_BUFS]; /* Host data buffers to be written to or read from the device */
  /hardware/ti/wlan/wl1271/Txn/
BusDrv.h 114 pTxn->aBuf[0] = (TI_UINT8*)(pBuf); \
142 TI_UINT16 aLen[MAX_XFER_BUFS]; /* Lengths of the following aBuf data buffers respectively.
144 TI_UINT8* aBuf[MAX_XFER_BUFS]; /* Host data buffers to be written to or read from the device */

Completed in 71 milliseconds