ctypes            155 core/lib_thumb.c     extern unsigned char ctypes[];  // Firmware ctypes table (in stubs_entry.S)
ctypes            156 core/lib_thumb.c     return ctypes[c&0xFF] & t;
ctypes           6158 tools/finsig_dryos.c     static unsigned char ctypes[] =
ctypes           6170 tools/finsig_dryos.c     if ((uint32_t)k < (fw->size*4 - sizeof(ctypes)))
ctypes           6172 tools/finsig_dryos.c         if (memcmp(((char*)fw->buf)+k,ctypes,sizeof(ctypes)) == 0)
ctypes           6235 tools/finsig_thumb2.c     static unsigned char ctypes[] =
ctypes           6248 tools/finsig_thumb2.c     int match_count = find_bytes_all(fw,ctypes,sizeof(ctypes),fw->base,ctypes_matches,10);
ctypes           5221 tools/finsig_vxworks.c     static unsigned char ctypes[] =
ctypes           5233 tools/finsig_vxworks.c     if ((uint32_t)k < (fw->size*4 - sizeof(ctypes)))
ctypes           5235 tools/finsig_vxworks.c         if (memcmp(((char*)fw->buf)+k,ctypes,sizeof(ctypes)) == 0)