/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_debug.c | 22 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 …]
|
D | gki.h | 388 GKI_API extern UINT8 GKI_create_task (TASKPTR, UINT8, INT8 *, UINT16 *, UINT16, void*, void*); 460 GKI_API extern INT8 *GKI_get_time_stamp(INT8 *);
|
D | gki_common.h | 263 INT8 *OSTName[GKI_MAX_TASKS]; /* name of the task */
|
/external/libnfc-nci/src/gki/common/ |
D | gki_debug.c | 22 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 …]
|
D | gki.h | 391 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 *);
|
D | gki_common.h | 263 INT8 *OSTName[GKI_MAX_TASKS]; /* name of the task */
|
/external/libnfc-nci/src/gki/ulinux/ |
D | gki_ulinux.c | 215 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 …]
|
D | data_types.h | 34 typedef signed char INT8; typedef
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 218 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 …]
|
D | data_types.h | 34 typedef signed char INT8; typedef
|
/external/libnfc-nci/src/adaptation/ |
D | NfcAdaptation.cpp | 183 …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/ |
D | BaseTypes.h | 19 typedef int8_t INT8; typedef
|
D | PCR_fp.h | 85 INT8 initialValue // IN: the value to set
|
/external/libnfc-nci/src/include/ |
D | trace_api.h | 57 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/ |
D | dns_sd.h | 56 typedef INT8 int8_t; 69 typedef INT8 int8_t;
|
/external/vboot_reference/utility/include/ |
D | eficompress.h | 10 #define INT8 int8_t macro
|
/external/mdnsresponder/mDNSShared/ |
D | dns_sd.h | 115 typedef INT8 int8_t; 127 typedef INT8 int8_t;
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_api.c | 35 #define NFC_HAL_TASK_STR ((INT8 *) "NFC_HAL_TASK")
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 87 typedef INT8 s8; 99 typedef INT8 s8;
|
/external/mesa3d/src/glx/ |
D | packsingle.h | 84 *((INT8 *) (pc + offset)) = a
|
D | packrender.h | 158 *((INT8 *) (pc + offset)) = a
|
/external/libnfc-nci/src/hal/include/ |
D | nfc_types.h | 58 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);}
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t2t_ndef.c | 2551 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/ |
D | Makefile.am | 14 -T INT32 -T INT16 -T INT8 -T Atom -T Time -T WindowPtr -T DrawablePtr \
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3defs.h | 160 typedef INT8 ANTLR3_INT8, *pANTLR3_INT8;
|