typ                71 core/gui_menu.h #define MENU_ITEM(sym, txt, typ, val, arg)  { (char)sym, 0, (short)typ, (int)txt, (int*)val, (int)arg }
typ              1249 modules/cpuinfo_v7.c     char *typ;
typ              1284 modules/cpuinfo_v7.c     col.typ = "";
typ              1295 modules/cpuinfo_v7.c     int typ = -1;
typ              1297 modules/cpuinfo_v7.c         case 1: typ = 2;
typ              1299 modules/cpuinfo_v7.c         case 2: typ = (e & 0x40000)?1:0;
typ              1302 modules/cpuinfo_v7.c     if (typ < 0) {
typ              1310 modules/cpuinfo_v7.c     if (typ == 2) {
typ              1311 modules/cpuinfo_v7.c         col.typ = "L2 ref";
typ              1316 modules/cpuinfo_v7.c         col.typ = typ==1?"Supersection":"Section";
typ              1346 modules/cpuinfo_v7.c     sprintf(buf,"%s,%s,%s,%u,%s,%s,%s,%s,%s,%s,%s,",col.typ,col.pbit,
typ              1349 modules/cpuinfo_v7.c     if (typ==1) {
typ              1361 modules/cpuinfo_v7.c     col.typ = "";
typ              1372 modules/cpuinfo_v7.c     int typ = -1;
typ              1374 modules/cpuinfo_v7.c         case 1: typ = 1;
typ              1375 modules/cpuinfo_v7.c                 col.typ = "Large page";
typ              1381 modules/cpuinfo_v7.c         case 3: typ = 0;
typ              1382 modules/cpuinfo_v7.c                 col.typ = "Small page";
typ              1388 modules/cpuinfo_v7.c     if (typ < 0) {
typ              1418 modules/cpuinfo_v7.c     sprintf(buf,"%s,%s,%s,,%s,%s,%s,%s,%s,%s,%s,",col.typ,col.pbit,
typ              1421 modules/cpuinfo_v7.c     if (typ==1) {
typ                97 modules/exmem_inspector.c     unsigned int   typ;
typ               130 modules/exmem_inspector.c                 exl[exlpnt].typ = n;
typ               172 modules/exmem_inspector.c         char *s = get_exmem_type_name(exl[n].typ);
typ               349 modules/exmem_inspector.c                     char *s = get_exmem_type_name(exl[idx].typ);
typ               126 modules/module_inspector.c static void gui_mem_info(char *typ, cam_meminfo *meminfo, int showidx)
typ               129 modules/module_inspector.c     sprintf(txt,"%-5s: %08x-%08x: %d",typ,meminfo->start_address, meminfo->end_address, meminfo->total_size);
typ               131 tools/stubs_load.c osig* find_sig_val_by_type(osig* p, uint32_t val, int typ)
typ               135 tools/stubs_load.c         if ((p->val == val) && (p->type == typ)) return p;
typ               200 tools/stubs_load.c         int typ = TYPE_NHSTUB;
typ               204 tools/stubs_load.c         if (s == 0) { off = 7; s = strstr(line, "IGNORE("); typ = TYPE_IGNORE; }
typ               206 tools/stubs_load.c         if (s == 0) { off = 4; s = strstr(line, "DEF("); typ = TYPE_DEF; }
typ               207 tools/stubs_load.c         if (s == 0) { off = 10; s = strstr(line, "DEF_CONST("); typ = TYPE_CONST; }
typ               214 tools/stubs_load.c                 if (typ != TYPE_IGNORE)
typ               219 tools/stubs_load.c                 p->type = typ;
typ                41 tools/stubs_load.h osig* find_sig_val_by_type(osig* p, uint32_t val, int typ);