Home
last modified time | relevance | path

Searched refs:new_header (Results 1 – 25 of 42) sorted by relevance

12

/third_party/gettext/gettext-tools/src/
Dmsgl-header.c86 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 …]
Dx-po.c187 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()
Dmsgl-iconv.c263 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()
Dmsginit.c1593 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/
Dcfg.cpp228 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 …]
Dloop_utils.cpp524 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/
Dcfg.cpp228 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 …]
Dloop_utils.cpp524 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/
Dlibzvbi-teletextdec.c87 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/
Dlock_pool.cpp1056 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/
Drapidxml.hpp618 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/
Drapidxml.hpp602 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/
DDoxyfile1047 # 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/
Dweb_doxyfile.in1037 # 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"
Ddoxyfile.in1037 # 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/
DDoxyfile1159 # 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/
DDoxyfile-internals.in1099 # 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/
DDoxyfile1132 # 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/
Ddoxygen.ini.in1136 # 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/
DDoxyfile.in1118 # 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/
DDoxyfile1075 # 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/
DDoxyfile1063 # 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/
DDoxyfile.base1045 # 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/
DDoxyfile1058 # 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/
DDoxyfile1161 # 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"

12