Home
last modified time | relevance | path

Searched refs:INT8 (Results 1 – 25 of 39) sorted by relevance

12

/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_debug.c22 const INT8 * const OSTaskStates[] =
24 (INT8 *)"DEAD", /* 0 */
25 (INT8 *)"REDY", /* 1 */
26 (INT8 *)"WAIT", /* 2 */
27 (INT8 *)"",
28 (INT8 *)"DELY", /* 4 */
29 (INT8 *)"",
30 (INT8 *)"",
31 (INT8 *)"",
32 (INT8 *)"SUSP", /* 8 */
[all …]
Dgki.h388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
460 GKI_API extern INT8 *GKI_get_time_stamp(INT8 *);
Dgki_common.h263 INT8 *OSTName[GKI_MAX_TASKS]; /* name of the task */
/external/libnfc-nci/src/gki/common/
Dgki_debug.c22 const INT8 * const OSTaskStates[] =
24 (INT8 *)"DEAD", /* 0 */
25 (INT8 *)"REDY", /* 1 */
26 (INT8 *)"WAIT", /* 2 */
27 (INT8 *)"",
28 (INT8 *)"DELY", /* 4 */
29 (INT8 *)"",
30 (INT8 *)"",
31 (INT8 *)"",
32 (INT8 *)"SUSP", /* 8 */
[all …]
Dgki.h391 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*);
395 GKI_API extern INT8 *GKI_map_taskname(UINT8);
462 GKI_API extern INT8 *GKI_get_time_stamp(INT8 *);
Dgki_common.h263 INT8 *OSTName[GKI_MAX_TASKS]; /* name of the task */
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c215 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 sta… in GKI_create_task()
897 INT8 *GKI_map_taskname (UINT8 task_id) in GKI_map_taskname()
912 return (INT8*) "BAD"; in GKI_map_taskname()
1031 INT8 *GKI_get_time_stamp (INT8 *tbuf) in GKI_get_time_stamp()
1037 INT8 *p_out = tbuf; in GKI_get_time_stamp()
1049 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1050 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1052 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1053 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1055 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
[all …]
Ddata_types.h34 typedef signed char INT8; typedef
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c218 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 sta… in GKI_create_task()
1054 INT8 *GKI_get_time_stamp (INT8 *tbuf) in GKI_get_time_stamp()
1060 INT8 *p_out = tbuf; in GKI_get_time_stamp()
1072 *p_out++ = (INT8)((h_time / 10) + '0'); in GKI_get_time_stamp()
1073 *p_out++ = (INT8)((h_time % 10) + '0'); in GKI_get_time_stamp()
1075 *p_out++ = (INT8)((m_time / 10) + '0'); in GKI_get_time_stamp()
1076 *p_out++ = (INT8)((m_time % 10) + '0'); in GKI_get_time_stamp()
1078 *p_out++ = (INT8)((s_time / 10) + '0'); in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((s_time % 10) + '0'); in GKI_get_time_stamp()
1081 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
[all …]
Ddata_types.h34 typedef signed char INT8; typedef
/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp183 …GKI_create_task ((TASKPTR)NFCA_TASK, BTU_TASK, (INT8*)"NFCA_TASK", 0, 0, (pthread_cond_t*)NULL, NU… in Initialize()
186 …GKI_create_task ((TASKPTR)Thread, MMI_TASK, (INT8*)"NFCA_THREAD", 0, 0, (pthread_cond_t*)NULL, NUL… in Initialize()
274 …GKI_create_task ((TASKPTR)nfc_task, NFC_TASK, (INT8*)"NFC_TASK", 0, 0, (pthread_cond_t*)CondVar, (… in Thread()
/external/tpm2/
DBaseTypes.h19 typedef int8_t INT8; typedef
DPCR_fp.h85 INT8 initialValue // IN: the value to set
/external/libnfc-nci/src/include/
Dtrace_api.h57 BT_API extern void DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
91 BT_API extern void RPC_DispNDEFRecord (UINT8 *pRec, INT8 *pDescr);
/external/avahi/avahi-compat-libdns_sd/
Ddns_sd.h56 typedef INT8 int8_t;
69 typedef INT8 int8_t;
/external/vboot_reference/utility/include/
Deficompress.h10 #define INT8 int8_t macro
/external/mdnsresponder/mDNSShared/
Ddns_sd.h115 typedef INT8 int8_t;
127 typedef INT8 int8_t;
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_api.c35 #define NFC_HAL_TASK_STR ((INT8 *) "NFC_HAL_TASK")
/external/wpa_supplicant_8/src/utils/
Dcommon.h87 typedef INT8 s8;
99 typedef INT8 s8;
/external/mesa3d/src/glx/
Dpacksingle.h84 *((INT8 *) (pc + offset)) = a
Dpackrender.h158 *((INT8 *) (pc + offset)) = a
/external/libnfc-nci/src/hal/include/
Dnfc_types.h58 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);}
/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c2551 INT8 PageAddr = 0; in rw_t2t_set_lock_tlv()
2552 INT8 BytePerPage = 0; in rw_t2t_set_lock_tlv()
2553 INT8 ByteOffset = 0; in rw_t2t_set_lock_tlv()
2565 BytePerPage = (INT8) tags_log2 (a); in rw_t2t_set_lock_tlv()
2566 ByteOffset = (INT8) (addr - xx * tags_pow (2, BytePerPage)); in rw_t2t_set_lock_tlv()
/external/mesa3d/src/mapi/glapi/gen/
DMakefile.am14 -T INT32 -T INT16 -T INT8 -T Atom -T Time -T WindowPtr -T DrawablePtr \
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3defs.h160 typedef INT8 ANTLR3_INT8, *pANTLR3_INT8;

12