/third_party/gettext/gettext-tools/src/ |
D | msgl-header.c | 86 char *new_header = in msgdomain_list_set_header_field() local 106 char *p = new_header; in msgdomain_list_set_header_field() 121 char *p = new_header; in msgdomain_list_set_header_field() 123 if (p > new_header && p[-1] != '\n') in msgdomain_list_set_header_field() 149 char *p = new_header; in msgdomain_list_set_header_field() 159 char *p = new_header; in msgdomain_list_set_header_field() 161 if (p > new_header && p[-1] != '\n') in msgdomain_list_set_header_field() 168 mp->msgstr = new_header; in msgdomain_list_set_header_field() 169 mp->msgstr_len = strlen (new_header) + 1; in msgdomain_list_set_header_field() 206 char *new_header = XCALLOC (strlen (header) + 1, char); in message_list_delete_header_field() local [all …]
|
D | x-po.c | 187 char *new_header; in extract() local 195 new_header = XNMALLOC (len1 + len2 + len3 + 1, char); in extract() 196 memcpy (new_header, header, len1); in extract() 197 memcpy (new_header + len1, header_charset, len2); in extract() 198 memcpy (new_header + len1 + len2, charsetstr + len, len3 + 1); in extract() 199 mp->msgstr = new_header; in extract()
|
D | msgl-iconv.c | 263 char *new_header; in iconv_message_list_internal() local 268 new_header = XNMALLOC (len1 + len2 + len3 + 1, char); in iconv_message_list_internal() 269 memcpy (new_header, header, len1); in iconv_message_list_internal() 270 memcpy (new_header + len1, canon_to_code, len2); in iconv_message_list_internal() 271 memcpy (new_header + len1 + len2, charsetstr + len, in iconv_message_list_internal() 273 mlp->item[j]->msgstr = new_header; in iconv_message_list_internal()
|
D | msginit.c | 1593 char *new_header; in put_field() local 1610 new_header = XNMALLOC (strlen (old_header) in put_field() 1616 p = new_header; in put_field() 1625 return new_header; in put_field() 1635 new_header = XNMALLOC (strlen (old_header) + 1 in put_field() 1639 p = new_header; in put_field() 1642 if (p > new_header && p[-1] != '\n') in put_field() 1653 return new_header; in put_field()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | cfg.cpp | 228 BasicBlock* new_header = bb->SplitBasicBlock(context, new_header_id, iter); in SplitLoopHeader() local 229 context->AnalyzeDefUse(new_header->GetLabelInst()); in SplitLoopHeader() 232 RegisterBlock(new_header); in SplitLoopHeader() 235 context->set_instr_block(new_header->GetLabelInst(), new_header); in SplitLoopHeader() 236 new_header->ForEachInst([new_header, context](Instruction* inst) { in SplitLoopHeader() 237 context->set_instr_block(inst, new_header); in SplitLoopHeader() 241 bb->ForEachPhiInst([latch_block, bb, new_header, context](Instruction* phi) { in SplitLoopHeader() 281 new_header->begin()->InsertBefore(std::move(phi_owner)); in SplitLoopHeader() 282 context->set_instr_block(phi, new_header); in SplitLoopHeader() 293 {SPV_OPERAND_TYPE_ID, {new_header->id()}}})); in SplitLoopHeader() [all …]
|
D | loop_utils.cpp | 524 const uint32_t new_header = new_loop->GetHeaderBlock()->id(); in CloneAndAttachLoopToHeader() local 528 [new_header, this](Instruction* inst, uint32_t operand) { in CloneAndAttachLoopToHeader() 530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 228 BasicBlock* new_header = bb->SplitBasicBlock(context, new_header_id, iter); in SplitLoopHeader() local 229 context->AnalyzeDefUse(new_header->GetLabelInst()); in SplitLoopHeader() 232 RegisterBlock(new_header); in SplitLoopHeader() 235 context->set_instr_block(new_header->GetLabelInst(), new_header); in SplitLoopHeader() 236 new_header->ForEachInst([new_header, context](Instruction* inst) { in SplitLoopHeader() 237 context->set_instr_block(inst, new_header); in SplitLoopHeader() 241 bb->ForEachPhiInst([latch_block, bb, new_header, context](Instruction* phi) { in SplitLoopHeader() 281 new_header->begin()->InsertBefore(std::move(phi_owner)); in SplitLoopHeader() 282 context->set_instr_block(phi, new_header); in SplitLoopHeader() 293 {SPV_OPERAND_TYPE_ID, {new_header->id()}}})); in SplitLoopHeader() [all …]
|
D | loop_utils.cpp | 524 const uint32_t new_header = new_loop->GetHeaderBlock()->id(); in CloneAndAttachLoopToHeader() local 528 [new_header, this](Instruction* inst, uint32_t operand) { in CloneAndAttachLoopToHeader() 530 inst->SetOperand(operand, {new_header}); in CloneAndAttachLoopToHeader()
|
/third_party/ffmpeg/libavcodec/ |
D | libzvbi-teletextdec.c | 87 char *new_header; in my_ass_subtitle_header() local 97 new_header = av_asprintf("%.*s%s%s", in my_ass_subtitle_header() 121 if (!new_header) in my_ass_subtitle_header() 125 avctx->subtitle_header = new_header; in my_ass_subtitle_header() 126 avctx->subtitle_header_size = strlen(new_header); in my_ass_subtitle_header()
|
/third_party/boost/libs/atomic/src/ |
D | lock_pool.cpp | 1056 header* new_header = allocate_buffer(m_header->capacity * 2u, m_header); in find_or_create() local 1057 if (BOOST_UNLIKELY(new_header == NULL)) in find_or_create() 1060 m_header = new_header; in find_or_create()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/ |
D | rapidxml.hpp | 618 header *new_header = reinterpret_cast<header *>(pool); in allocate_aligned() local 619 new_header->previous_begin = m_begin; in allocate_aligned()
|
/third_party/boost/boost/property_tree/detail/ |
D | rapidxml.hpp | 602 header *new_header = reinterpret_cast<header *>(pool); in allocate_aligned() local 603 new_header->previous_begin = m_begin; in allocate_aligned()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | Doxyfile | 1047 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1049 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/jsoncpp/doc/ |
D | web_doxyfile.in | 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"
|
D | doxyfile.in | 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"
|
/third_party/flutter/skia/tools/doxygen/ |
D | Doxyfile | 1159 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1161 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/libexif/doc/ |
D | Doxyfile-internals.in | 1099 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1101 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/skia/third_party/externals/oboe/ |
D | Doxyfile | 1132 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1134 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/weston/doc/sphinx/ |
D | doxygen.ini.in | 1136 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1138 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | Doxyfile.in | 1118 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1120 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/jerryscript/ |
D | Doxyfile | 1075 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1077 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/boost/libs/test/doc/doxygen/ |
D | Doxyfile | 1063 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1065 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/grpc/templates/tools/doxygen/ |
D | Doxyfile.base | 1045 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1047 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/ffmpeg/doc/ |
D | Doxyfile | 1058 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1060 # and then modify the file new_header.html. See also section "Doxygen usage"
|
/third_party/skia/tools/doxygen/ |
D | Doxyfile | 1161 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1163 # and then modify the file new_header.html. See also section "Doxygen usage"
|