OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTE_SIZE
(Results
1 - 12
of
12
) 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
541
<<
BYTE_SIZE
) |
[
all
...]
phFriNfc_TopazDynamicMap.c
[
all
...]
/external/v8/src/x64/
disasm-x64.cc
197
void SetTableRange(InstructionType type, byte start, byte end, bool
byte_size
,
248
bool
byte_size
,
255
id->byte_size_operation =
byte_size
;
327
BYTE_SIZE
= 0,
363
if (byte_size_operand_) return
BYTE_SIZE
;
556
case
BYTE_SIZE
:
676
OperandSize immediate_size = byte_size_immediate ?
BYTE_SIZE
: operand_size();
[
all
...]
Completed in 798 milliseconds