OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
)? \
/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
539
<<
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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java
48
protected static final int
BYTE_SIZE
= 1;
228
int new_data_size = data.length +
BYTE_SIZE
;
231
System.arraycopy(data_temp, 0, data, 0, new_data_size -
BYTE_SIZE
);
232
data[new_data_size -
BYTE_SIZE
] = val;
241
reading_data_index = reading_data_index +
BYTE_SIZE
;
242
return data[reading_data_index -
BYTE_SIZE
];
[
all
...]
/art/compiler/dex/quick/x86/
target_x86.cc
[
all
...]
Completed in 167 milliseconds