Lines Matching refs:int8_t
41 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count);
45 static int16_t phFriNfc_NdefReg_Strncmp (const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strncmp()
49 int16_t phFriNfc_NdefReg_Strnicmp(const int8_t *s1, const int8_t *s2, uint32_t count) in phFriNfc_NdefReg_Strnicmp()
51 int8_t c1, c2; in phFriNfc_NdefReg_Strnicmp()
313 … if( !phFriNfc_NdefReg_Strncmp( (const int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process()
314 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process()
330 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[index] , in phFriNfc_NdefReg_Process()
331 (int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process()
515 … if(!phFriNfc_NdefReg_Strncmp((const int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process()
516 (const int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process()
532 … if( !phFriNfc_NdefReg_Strnicmp( (int8_t *)NdefReg->NdefTypeList->NdefType[NdefReg->RtdIndex], in phFriNfc_NdefReg_Process()
533 (int8_t *)(NdefReg->RecordsExtracted->Type), in phFriNfc_NdefReg_Process()