Searched defs:last_type (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
/external/nanopb-c/
H A Dpb_decode.c867 pb_type_t last_type; local
871 last_type = iter.pos->type;
875 if (PB_HTYPE(last_type) == PB_HTYPE_REQUIRED && iter.pos->tag != 0)
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc469 InstanceType first_type, last_type; local
470 instr->GetCheckInterval(&first_type, &last_type);
471 if (first_type <= type && type <= last_type) maps->Add(map, zone());

Completed in 1454 milliseconds