Home
last modified time | relevance | path

Searched refs:header_id (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp86 uint32_t header_id = ContainingConstruct(bb_id); in MergeBlock() local
87 if (header_id == 0) { in MergeBlock()
91 BasicBlock* header = context_->cfg()->block(header_id); in MergeBlock()
97 uint32_t header_id = ContainingLoop(bb_id); in LoopMergeBlock() local
98 if (header_id == 0) { in LoopMergeBlock()
102 BasicBlock* header = context_->cfg()->block(header_id); in LoopMergeBlock()
108 uint32_t header_id = ContainingLoop(bb_id); in LoopContinueBlock() local
109 if (header_id == 0) { in LoopContinueBlock()
113 BasicBlock* header = context_->cfg()->block(header_id); in LoopContinueBlock()
Dmerge_return_pass.h258 void AddNewPhiNodes(BasicBlock* bb, BasicBlock* pred, uint32_t header_id);
Dmerge_return_pass.cpp654 uint32_t header_id) { in AddNewPhiNodes() argument
660 while (current_bb != nullptr && current_bb->id() != header_id) { in AddNewPhiNodes()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp86 uint32_t header_id = ContainingConstruct(bb_id); in MergeBlock() local
87 if (header_id == 0) { in MergeBlock()
91 BasicBlock* header = context_->cfg()->block(header_id); in MergeBlock()
97 uint32_t header_id = ContainingLoop(bb_id); in LoopMergeBlock() local
98 if (header_id == 0) { in LoopMergeBlock()
102 BasicBlock* header = context_->cfg()->block(header_id); in LoopMergeBlock()
108 uint32_t header_id = ContainingLoop(bb_id); in LoopContinueBlock() local
109 if (header_id == 0) { in LoopContinueBlock()
113 BasicBlock* header = context_->cfg()->block(header_id); in LoopContinueBlock()
Dmerge_return_pass.h256 void AddNewPhiNodes(BasicBlock* bb, BasicBlock* pred, uint32_t header_id);
Dmerge_return_pass.cpp638 uint32_t header_id) { in AddNewPhiNodes() argument
644 while (current_bb != nullptr && current_bb->id() != header_id) { in AddNewPhiNodes()
/external/u-boot/disk/
Dpart_iso.h114 unsigned char header_id; /* Header ID must be 0x01 */ member
123 unsigned char header_id; /* Header ID must be 0x90 or 0x91 */ member
/external/iproute2/devlink/
Ddevlink.c2773 uint32_t header_id, bool global) in dpipe_header_id2s() argument
2783 if (header->id != header_id) in dpipe_header_id2s()
2791 uint32_t header_id, in dpipe_field_id2s() argument
2802 if (header->id != header_id) in dpipe_field_id2s()
2823 dpipe_mapping_get(struct dpipe_ctx *ctx, uint32_t header_id, in dpipe_mapping_get() argument
2835 if (header->id != header_id) in dpipe_mapping_get()
3082 uint32_t header_id; member
3101 dpipe_header_id2s(ctx, op_info->header_id, in pr_out_dpipe_action()
3104 dpipe_field_id2s(ctx, op_info->header_id, in pr_out_dpipe_action()
3107 mapping = dpipe_mapping_get(ctx, op_info->header_id, in pr_out_dpipe_action()
[all …]
/external/scapy/test/
Dregression.uts9546 assert parsed["RTPExtension"].header_id == 0x5548
9552 created /= RTPExtension(header_id=0x4321, header=[0x11223344])