Home
last modified time | relevance | path

Searched refs:sub (Results 151 - 175 of 2289) sorted by relevance

12345678910>>...92

/third_party/ffmpeg/libavformat/
H A Dmpl2dec.c110 AVPacket *sub; in mpl2_read_header() local
112 sub = ff_subtitles_queue_insert(&mpl2->q, p, strlen(p), 0); in mpl2_read_header()
113 if (!sub) in mpl2_read_header()
115 sub->pos = pos; in mpl2_read_header()
116 sub->pts = pts_start; in mpl2_read_header()
117 sub->duration = duration; in mpl2_read_header()
H A Dstldec.c98 AVPacket *sub; in stl_read_header() local
99 sub = ff_subtitles_queue_insert(&stl->q, p, strlen(p), 0); in stl_read_header()
100 if (!sub) in stl_read_header()
102 sub->pos = pos; in stl_read_header()
103 sub->pts = pts_start; in stl_read_header()
104 sub->duration = duration; in stl_read_header()
H A Dpjsdec.c92 AVPacket *sub; in pjs_read_header() local
95 sub = ff_subtitles_queue_insert(&pjs->q, p, strlen(p), 0); in pjs_read_header()
96 if (!sub) in pjs_read_header()
98 sub->pos = pos; in pjs_read_header()
99 sub->pts = pts_start; in pjs_read_header()
100 sub->duration = duration; in pjs_read_header()
H A Djacosubdec.c193 AVPacket *sub; in jacosub_read_header() local
195 sub = ff_subtitles_queue_insert(&jacosub->q, line, len, merge_line); in jacosub_read_header()
196 if (!sub) { in jacosub_read_header()
200 sub->pos = pos; in jacosub_read_header()
251 AVPacket *sub = jacosub->q.subs[i]; in jacosub_read_header() local
252 read_ts(jacosub, sub->data, &sub->pts, &sub->duration); in jacosub_read_header()
/third_party/notofonts/scripts/
H A Dversionator.py19 MAC_VERSION = "macOS " + re.sub(r".\d+$", "", platform.mac_ver()[0])
50 name = re.sub(r" Italic", "", name)
53 name = re.sub(r"( (Regular|Bold|Black))+$", "", name)
54 name = re.sub(r" PhagsPa$", " Phags Pa", name)
59 version = re.sub(";.*", "", name5version)
60 version = re.sub("Version ", "", version)
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemset_armv8m.S65 sub r2, r2, r3
94 sub r2, r2, #32
102 sub r2, r2, #16
110 sub r2, r2, #8
118 sub r2, r2, #4
126 sub r2, r2, #1
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c78 mir_foreach_instr_in_block_safe(block, sub) { in midgard_opt_combine_projection()
79 if (sub->dest != frcp) continue; in midgard_opt_combine_projection()
81 frcp_component = sub->swizzle[0][0]; in midgard_opt_combine_projection()
82 frcp_from = sub->src[0]; in midgard_opt_combine_projection()
85 (sub->type == TAG_ALU_4) && in midgard_opt_combine_projection()
86 (sub->op == midgard_alu_op_frcp); in midgard_opt_combine_projection()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_common.cpp36 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); in getSubroutine()
38 if (it == sub.map.end()) in getSubroutine()
39 it = sub.map.insert(std::make_pair( in getSubroutine()
49 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); in getSubroutine()
51 if (it == sub.map.end()) in getSubroutine()
52 it = sub.map.insert(std::make_pair(ip, Subroutine(f))).first; in getSubroutine()
/third_party/ffmpeg/libavcodec/arm/
H A Dneontest.c33 AVSubtitle *sub, in avcodec_decode_subtitle2()
37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
43 const AVSubtitle *sub)) in avcodec_encode_subtitle()
45 testneonclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); in avcodec_encode_subtitle()
32 avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) avcodec_decode_subtitle2() argument
41 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
/third_party/ffmpeg/libavcodec/aarch64/
H A Dneontest.c33 AVSubtitle *sub, in avcodec_decode_subtitle2()
37 testneonclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
43 const AVSubtitle *sub)) in avcodec_encode_subtitle()
45 testneonclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); in avcodec_encode_subtitle()
32 avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) avcodec_decode_subtitle2() argument
41 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dw64xmmtest.c33 AVSubtitle *sub, in avcodec_decode_subtitle2()
37 testxmmclobbers(avcodec_decode_subtitle2, avctx, sub, in avcodec_decode_subtitle2()
43 const AVSubtitle *sub)) in avcodec_encode_subtitle()
45 testxmmclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub); in avcodec_encode_subtitle()
32 avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt) avcodec_decode_subtitle2() argument
41 avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub) avcodec_encode_subtitle() argument
/third_party/jsframework/runtime/main/reactivity/
H A Ddep.js39 * @param {Directive} sub
41 Dep.prototype.addSub = function (sub) {
42 this.subs.push(sub);
47 * @param {Directive} sub
49 Dep.prototype.removeSub = function (sub) {
50 remove(this.subs, sub);
/third_party/ffmpeg/libavresample/x86/
H A Daudio_convert.asm300 sub src1q, src0q
301 sub src2q, src0q
302 sub src3q, src0q
303 sub src4q, src0q
304 sub src5q, src0q
333 sub lend, mmsize/4
381 sub lend, mmsize/2
463 sub src1q, srcq
464 sub src2q, srcq
465 sub src3
[all...]
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Datomic_64.S70 ATOMIC_OP(sub)
71 ATOMIC_OP_RETURN(sub)
72 ATOMIC_FETCH_OP(sub)
136 ATOMIC64_OP(sub)
137 ATOMIC64_OP_RETURN(sub)
138 ATOMIC64_FETCH_OP(sub)
157 sub %g1, 1, %g7
163 sub %g1, 1, %o0
H A Dmemcpy.S71 sub %o0, %o1, %o4
80 sub %o1, 1, %o1
81 sub %o0, 1, %o0
88 sub %o1, 1, %o1
90 sub %o0, 1, %o0
113 sub %o2, 1, %o2
120 sub %o2, 2, %o2
127 sub %o0, %o1, %o4
146 sub %g1, 4, %g1
161 sub
[all...]
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dstrcmp.S57 sub off2, src2, src1
72 sub has_nul, tmp, zeroones
75 sub has_nul, data1, zeroones
102 sub result, data1, data2, lsr 56
143 sub has_nul, data3, zeroones
148 sub off1, src2, src1
158 sub has_nul, data3, zeroones
186 sub result, data1, data2
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Datomic_64.S70 ATOMIC_OP(sub)
71 ATOMIC_OP_RETURN(sub)
72 ATOMIC_FETCH_OP(sub)
136 ATOMIC64_OP(sub)
137 ATOMIC64_OP_RETURN(sub)
138 ATOMIC64_FETCH_OP(sub)
157 sub %g1, 1, %g7
163 sub %g1, 1, %o0
H A Dmemcpy.S72 sub %o0, %o1, %o4
81 sub %o1, 1, %o1
82 sub %o0, 1, %o0
89 sub %o1, 1, %o1
91 sub %o0, 1, %o0
114 sub %o2, 1, %o2
121 sub %o2, 2, %o2
128 sub %o0, %o1, %o4
147 sub %g1, 4, %g1
162 sub
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrcmp-mte.S56 sub off2, src2, src1
71 sub has_nul, tmp, zeroones
74 sub has_nul, data1, zeroones
101 sub result, data1, data2, lsr 56
142 sub has_nul, data3, zeroones
147 sub off1, src2, src1
157 sub has_nul, data3, zeroones
185 sub result, data1, data2
/third_party/lzma/Asm/x86/
H A DAesOpt.asm144 sub r4, stack_offset
277 sub ksize_x, 16
289 sub koffs_r, 16
306 sub rN, ways
310 sub ksize_x, 16
324 sub koffs_r, 32
337 sub rN, 1
461 sub ksize_x, 16
467 sub r4, AVX_STACK_SUB
468 ; sub r
[all...]
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py451 line = re.sub('// .*', '', line.strip());
491 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
494 name = re.sub(r' *V\(|\).*', '', entry)
572 cctype = re.sub('OneByteString$',
575 cctype = re.sub('String$',
579 cctype = re.sub('String$', 'TwoByteString',
583 cctype = re.sub('OneByte', '', cctype);
584 cctype = re.sub('TwoByte', '', cctype);
710 name = ws.sub('', const['name'])
711 value = ws.sub('', st
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.c334 struct tipc_subscription *sub, *tmp; in tipc_service_insert_publ() local
365 list_for_each_entry_safe(sub, tmp, &sc->subscriptions, service_list) { in tipc_service_insert_publ()
366 tipc_sub_report_overlap(sub, p, TIPC_PUBLISHED, first); in tipc_service_insert_publ()
418 * @service: the tipc_service to attach the @sub to
419 * @sub: the subscription to attach
422 struct tipc_subscription *sub) in tipc_service_subscribe()
429 filter = sub->s.filter; in tipc_service_subscribe()
430 lower = sub->s.seq.lower; in tipc_service_subscribe()
431 upper = sub->s.seq.upper; in tipc_service_subscribe()
433 tipc_sub_get(sub); in tipc_service_subscribe()
421 tipc_service_subscribe(struct tipc_service *service, struct tipc_subscription *sub) tipc_service_subscribe() argument
502 struct tipc_subscription *sub, *tmp; tipc_nametbl_remove_publ() local
827 tipc_nametbl_subscribe(struct tipc_subscription *sub) tipc_nametbl_subscribe() argument
858 tipc_nametbl_unsubscribe(struct tipc_subscription *sub) tipc_nametbl_unsubscribe() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpgssubdec.c158 * @param sub pointer to the processed subtitle data
497 static int display_end_segment(AVCodecContext *avctx, AVSubtitle *sub, in display_end_segment() argument
505 pts = ctx->presentation.pts != AV_NOPTS_VALUE ? ctx->presentation.pts : sub->pts; in display_end_segment()
506 memset(sub, 0, sizeof(*sub)); in display_end_segment()
507 sub->pts = pts; in display_end_segment()
509 sub->start_display_time = 0; in display_end_segment()
511 // is defined by the start of the next sub which may contain no in display_end_segment()
512 // objects (i.e. clears the previous sub) in display_end_segment()
513 sub in display_end_segment()
592 decode(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, const AVPacket *avpkt) decode() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_guided.c50 int sub; member
89 { "sub", "subsampling ratio for fast mode", OFFSET(sub), AV_OPT_TYPE_INT, {.i64 = 4 }, 2, 64, TFLAGS },
173 s->sub = 1; in config_input()
175 if (s->radius >= s->sub) in config_input()
176 s->radius = s->radius / s->sub; in config_input()
208 int sub = s->sub; \
209 int h = (height % sub) == 0 ? height / sub
[all...]
/kernel/linux/linux-5.10/arch/hexagon/mm/
H A Dcopy_from_user.S54 r2 += sub(src_sav,src)
64 r2 += sub(src_sav,src)
74 r2 += sub(src_sav,src)
84 r2 += sub(src_sav,src)

Completed in 11 milliseconds

12345678910>>...92