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

  /external/libnfc-nxp/inc/
phNfcInterface.h 118 #define BYTE_SIZE 0x08U
122 ( ( (((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE )? \
126 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
130 ( ((((p)+(l))<=BYTE_SIZE))? \
134 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 38 static final int BYTE_SIZE = 1024;
56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE));
125 freeSizeTextView.setText(Long.toString((availableBlocks * mBlockSize) / BYTE_SIZE));
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 115 #define BYTE_SIZE 0x08U
119 ( ( (((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE )? \
123 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
127 ( ((((p)+(l))<=BYTE_SIZE))? \
131 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
    [all...]
phHal4Nfc.c 541 config_type = ((config_type << BYTE_SIZE )
568 config_type = ((config_type << BYTE_SIZE )
804 (((PH_HAL4NFC_INTERFACE_VERSION << BYTE_SIZE)
805 |(PH_HAL4NFC_INTERFACE_REVISION)<<BYTE_SIZE)
806 |(PH_HAL4NFC_INTERFACE_PATCH)<<BYTE_SIZE)
    [all...]
phHciNfc_DevMgmt.c 405 params[i++] = (uint8_t)(address >> BYTE_SIZE);
456 params[i++] = (uint8_t)(address >> BYTE_SIZE);
588 ( NXP_NFC_IFC_CONFIG_DEFAULT >> BYTE_SIZE ) /* 0x03 */;
879 ( NXP_NFC_LINK_GRD_CFG_DEFAULT >> BYTE_SIZE ) /* 0x00 */;
    [all...]
phHciNfc_PollingLoop.c 417 pl_duration = (uint16_t)((pl_duration << BYTE_SIZE) |
418 ((uint8_t)(pl_duration >> BYTE_SIZE)));
phHciNfc_LinkMgmt.c 467 (uint16_t)(reg_value[i] << (BYTE_SIZE * i));
phHciNfc_IDMgmt.c 796 (uint32_t)(reg_value[VERSION_LEN - i - 1] << (BYTE_SIZE * i));
807 (uint32_t)(reg_value[VERSION_LEN - i - 1] << (BYTE_SIZE * i));
phHal4Nfc_ADD.c 512 << BYTE_SIZE) |
    [all...]
phFriNfc_TopazDynamicMap.c     [all...]
  /external/v8/src/x64/
disasm-x64.cc 194 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
245 bool byte_size,
252 id->byte_size_operation = byte_size;
323 BYTE_SIZE = 0,
359 if (byte_size_operand_) return BYTE_SIZE;
550 case BYTE_SIZE:
667 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size();
    [all...]

Completed in 157 milliseconds