HomeSort by: relevance | last modified time | path
    Searched refs:type_id (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 185 TP(unsigned short type_id)
187 /* force sequence point for newly parsed type_id */
188 return tlst[type_id];
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface.cc 77 uint32_t type_id; member in struct:__xray::TypeDescription
425 h->type_id = atomic_fetch_add(
429 return h->type_id;
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 444 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id,
454 temp->type_of[0] = type_id[0];
455 temp->type_of[1] = type_id[1];
463 temp->attr.su_entry.SP.h.type[0] = type_id[0];
464 temp->attr.su_entry.SP.h.type[1] = type_id[1];
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 357 type_id, enumerator in enum:__anona20d3bd10303
439 case type_id:
595 if (stack_push(stack, type_id, val1))
1095 case type_id:
1096 printf("type_id %d\n", transitions_ptr->value);
1202 case type_id:
1245 if (dfa_transitions[from].type == type_id)

Completed in 49 milliseconds