HomeSort by relevance Sort by last modified time
    Searched refs:BYTE_SIZE (Results 1 - 13 of 13) 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/
phDnldNfc.c     [all...]
phHciNfc_Generic.h 111 #define BYTE_SIZE 0x08U
115 ( ( (((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE )? \
119 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
123 ( ((((p)+(l))<=BYTE_SIZE))? \
127 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
    [all...]
phHal4Nfc.c 601 config_type = ((config_type << BYTE_SIZE )
628 config_type = ((config_type << BYTE_SIZE )
864 (((PH_HAL4NFC_INTERFACE_VERSION << BYTE_SIZE)
865 |(PH_HAL4NFC_INTERFACE_REVISION)<<BYTE_SIZE)
866 |(PH_HAL4NFC_INTERFACE_PATCH)<<BYTE_SIZE
    [all...]
phHciNfc_DevMgmt.c 407 params[i++] = (uint8_t)(address >> BYTE_SIZE);
458 params[i++] = (uint8_t)(address >> BYTE_SIZE);
603 ( NXP_NFC_IFC_CONFIG_DEFAULT >> BYTE_SIZE ) /* 0x03 */;
    [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 542 << BYTE_SIZE) |
    [all...]
phFriNfc_TopazDynamicMap.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/v8/src/x64/
disasm-x64.cc 199 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
251 bool byte_size,
258 id->byte_size_operation = byte_size;
331 BYTE_SIZE = 0,
367 if (byte_size_operand_) return BYTE_SIZE;
560 case BYTE_SIZE:
680 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size();
    [all...]

Completed in 570 milliseconds