Home
last modified time | relevance | path

Searched refs:previous_type (Results 1 - 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dmft.c238 ATTR_TYPES previous_type; in ntfs_mft_record_check() local
283 previous_type = AT_STANDARD_INFORMATION; in ntfs_mft_record_check()
286 && (le32_to_cpu(a->type) >= le32_to_cpu(previous_type))) { in ntfs_mft_record_check()
290 previous_type = a->type; in ntfs_mft_record_check()
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc168 Type Weaken(Node* node, Type current_type, Type previous_type);
1359 Type Typer::Visitor::Weaken(Node* node, Type current_type, Type previous_type) { in Weaken() argument
1378 if (!previous_type.Maybe(integer)) { in Weaken()
1384 Type previous_integer = Type::Intersect(previous_type, integer, zone()); in Weaken()
H A Dsimplified-lowering.cc546 Type Weaken(Node* node, Type previous_type, Type current_type) { in Weaken() argument
549 if (!previous_type.Maybe(integer)) { in Weaken()
557 Type::Intersect(previous_type, integer, graph_zone()); in Weaken()

Completed in 15 milliseconds