Home
last modified time | relevance | path

Searched refs:new_tag (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhtmlsubtitles.c253 struct font_tag *new_tag = &stack[sptr + 1]; in ff_htmlmarkup_to_ass() local
255 *new_tag = stack[sptr++]; in ff_htmlmarkup_to_ass()
260 if (sscanf(param, "%u", &new_tag->size) == 1) in ff_htmlmarkup_to_ass()
261 av_bprintf(dst, "{\\fs%u}", new_tag->size); in ff_htmlmarkup_to_ass()
267 new_tag->color = 0xff000000 | color; in ff_htmlmarkup_to_ass()
268 av_bprintf(dst, "{\\c&H%"PRIX32"&}", new_tag->color & 0xffffff); in ff_htmlmarkup_to_ass()
274 av_strlcpy(new_tag->face, param, in ff_htmlmarkup_to_ass()
275 FFMIN(sizeof(new_tag->face), len+1)); in ff_htmlmarkup_to_ass()
277 av_bprintf(dst, "{\\fn%s}", new_tag->face); in ff_htmlmarkup_to_ass()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py124 new_tag = "04"
127 new_tag = "02"
128 mutations.append(data[:tag_i] + [new_tag] + data[leng_i:])
129 reasons.append("Change tag " + tag + " to " + new_tag)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-tag.cc147 hb_tag_t new_tag = hb_ot_new_tag_from_script (script); in hb_ot_all_tags_from_script() local
148 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) in hb_ot_all_tags_from_script()
151 if (new_tag != HB_TAG('m','y','m','2')) in hb_ot_all_tags_from_script()
152 tags[i++] = new_tag | '3'; in hb_ot_all_tags_from_script()
154 tags[i++] = new_tag; in hb_ot_all_tags_from_script()
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c196 void fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) in fdsan_exchange_owner_tag() argument
207 if (!atomic_compare_exchange_strong(&fde->close_tag, &tag, new_tag)) { in fdsan_exchange_owner_tag()
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c239 void fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag) in fdsan_exchange_owner_tag() argument
250 if (!atomic_compare_exchange_strong(&fde->close_tag, &tag, new_tag)) { in fdsan_exchange_owner_tag()
/third_party/musl/porting/linux/user/include/
H A Dstdio.h244 void fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag);
/third_party/musl/include/
H A Dstdio.h244 void fdsan_exchange_owner_tag(int fd, uint64_t expected_tag, uint64_t new_tag);
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c1573 int new_tag = tre_stack_pop_int(stack); in tre_add_tags() local
1575 if (new_tag >= 0) in tre_add_tags()
1577 tag = new_tag; in tre_add_tags()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c1574 int new_tag = tre_stack_pop_int(stack); in tre_add_tags() local
1576 if (new_tag >= 0) in tre_add_tags()
1578 tag = new_tag; in tre_add_tags()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c1573 int new_tag = tre_stack_pop_int(stack); in tre_add_tags() local
1575 if (new_tag >= 0) in tre_add_tags()
1577 tag = new_tag; in tre_add_tags()
/third_party/musl/src/regex/
H A Dregcomp.c1573 int new_tag = tre_stack_pop_int(stack); in tre_add_tags() local
1575 if (new_tag >= 0) in tre_add_tags()
1577 tag = new_tag; in tre_add_tags()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8281 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, in new_tag() function
8441 new_tag(h, f, wt, &attr); in newhandlers_callback()
8485 new_tag(h, f, UPB_WIRE_TYPE_END_GROUP, &attr2); in newhandlers_callback()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc14120 uint64_t new_tag = ChooseNonExcludedTag(rn_tag, tag_offset); in Simulator() local
14132 new_val = GetAddressWithAllocationTag(new_val, new_tag); in Simulator()

Completed in 60 milliseconds