Searched refs:new_header (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/extras/ioshark/ |
H A D | convert_format.c | 92 struct ioshark_header new_header; in main() local 140 new_header.version = IOSHARK_VERSION; in main() 141 new_header.num_files = old_header.num_files; in main() 142 new_header.num_io_operations = old_header.num_io_operations; in main() 143 new_header.version = htobe64(new_header.version); in main() 144 new_header.num_files = htobe64(new_header.num_files); in main() 145 new_header.num_io_operations = in main() 146 htobe64(new_header.num_io_operations); in main() 147 if (fwrite(&new_header, sizeof(struct ioshark_header), in main()
|
/aosp12/art/compiler/optimizing/ |
H A D | superblock_cloner_test.cc | 309 HBasicBlock* new_header = helper.DoPeeling(); in TEST_F() local 310 HLoopInformation* new_loop_info = new_header->GetLoopInformation(); in TEST_F() 319 EXPECT_EQ(header, new_header); in TEST_F() 346 HBasicBlock* new_header = helper.DoUnrolling(); in TEST_F() local 355 EXPECT_EQ(header, new_header); in TEST_F() 356 EXPECT_EQ(loop_info, new_header->GetLoopInformation()); in TEST_F() 357 EXPECT_EQ(loop_info->GetHeader(), new_header); in TEST_F() 384 HBasicBlock* new_header = helper.DoVersioning(); in TEST_F() local 385 EXPECT_EQ(header, new_header); in TEST_F() 447 HBasicBlock* new_header = helper.DoPeeling(); in TEST_F() local [all …]
|
H A D | nodes.cc | 3011 AddBlock(new_header); in TransformLoopForVectorization() 3016 new_pre_header->AddSuccessor(new_header); in TransformLoopForVectorization() 3017 new_header->AddSuccessor(exit); in TransformLoopForVectorization() 3018 new_header->AddSuccessor(new_body); in TransformLoopForVectorization() 3019 new_body->AddSuccessor(new_header); in TransformLoopForVectorization() 3025 new_header->SetDominator(new_pre_header); in TransformLoopForVectorization() 3027 new_body->SetDominator(new_header); in TransformLoopForVectorization() 3029 exit->SetDominator(new_header); in TransformLoopForVectorization() 3043 new_header->AddInstruction(suspend_check); in TransformLoopForVectorization() 3049 new_header->AddBackEdge(new_body); in TransformLoopForVectorization() [all …]
|
/aosp12/art/tools/create_minidebuginfo/ |
H A D | create_minidebuginfo.cc | 124 FDE new_header = *fde; in WriteMinidebugInfo() local 125 new_header.cie_pointer = new_cie_offset[cie]; in WriteMinidebugInfo() 126 debug_frame->WriteFully(&new_header, sizeof(FDE)); in WriteMinidebugInfo()
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread.cpp | 546 perf_event_header new_header = header; in PushRecordToRecordBuffer() local 547 new_header.size -= stack_size - new_stack_size; in PushRecordToRecordBuffer() 548 char* p = record_buffer_.AllocWriteSpace(new_header.size); in PushRecordToRecordBuffer() 550 memcpy(p, &new_header, sizeof(new_header)); in PushRecordToRecordBuffer() 551 size_t pos = sizeof(new_header); in PushRecordToRecordBuffer()
|
/aosp12/frameworks/av/media/libaaudio/ |
H A D | Doxyfile | 1037 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1039 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | Doxyfile.in | 1089 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1091 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/frameworks/av/media/codec2/docs/ |
H A D | doxygen.config | 1100 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1102 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/system/chre/chre_api/doc/ |
H A D | Doxyfile | 1069 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1071 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1150 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1152 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/system/chre/pal/doc/ |
H A D | Doxyfile | 1069 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1071 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/aosp12/system/media/audio_utils/ |
H A D | Doxyfile | 1147 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1149 # and then modify the file new_header.html. See also section "Doxygen usage"
|