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

  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c 295 unsigned char uByte;
327 iStatus = sdioDrv_ExecuteCmd (SD_IO_GO_IDLE_STATE, 0, MMC_RSP_NONE, &uByte, sizeof(uByte));
334 iStatus = sdioDrv_ExecuteCmd (SDIO_CMD5, VDD_VOLTAGE_WINDOW, MMC_RSP_R4, &uByte, sizeof(uByte));
346 iStatus = sdioDrv_ExecuteCmd (SD_IO_SELECT_CARD, uLong, MMC_RSP_R6, &uByte, sizeof(uByte));
365 uByte = SDIO_BITS_CODE;
366 iStatus = sdioDrv_WriteSyncBytes (TXN_FUNC_ID_CTRL, CCCR_BUS_INTERFACE_CONTOROL, &uByte, 1, 1);
369 iStatus = sdioDrv_ReadSyncBytes (TXN_FUNC_ID_CTRL, CCCR_BUS_INTERFACE_CONTOROL, &uByte, 1, 1)
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 70 #define uByte uint8_t
92 extern const uByte DECSTICKYTAB[10]; /* re-round digits if sticky */
99 extern const uByte DPD2BCD8[4096]; /* DPD -> ddd + len */
100 extern const uByte BIN2BCD8[4000]; /* 0-999 -> ddd + len */
132 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
136 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
231 extern const uByte d2utable[DECMAXD2U+1];
292 uByte *msd; /* -> most significant digit */
293 uByte *lsd; /* -> least ditto */
415 /* coefficient, starting at uByte u, is all zeros *
    [all...]
decNumber.c 187 const uByte d2utable[DECMAXD2U+1]=D2UTABLE;
235 decContext *, uByte, uInt *);
498 uByte bits=0; /* working flags [assume +ve] */
    [all...]
decContext.c 36 const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */

Completed in 166 milliseconds