Home
last modified time | relevance | path

Searched refs:sub (Results 426 - 450 of 2350) sorted by relevance

1...<<11121314151617181920>>...94

/kernel/linux/linux-6.6/include/asm-generic/
H A Datomic.h97 ATOMIC_OP_RETURN(sub, -)
100 ATOMIC_FETCH_OP(sub, -)
106 ATOMIC_OP(sub, -)
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbitmap.h18 int xbitmap_disunion(struct xbitmap *bitmap, struct xbitmap *sub);
83 struct xagb_bitmap *sub) in xagb_bitmap_disunion()
85 return xbitmap_disunion(&bitmap->agbitmap, &sub->agbitmap); in xagb_bitmap_disunion()
82 xagb_bitmap_disunion(struct xagb_bitmap *bitmap, struct xagb_bitmap *sub) xagb_bitmap_disunion() argument
/third_party/ffmpeg/libavcodec/
H A Dsrtdec.c58 static int srt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in srt_decode_frame() argument
82 ret = ff_ass_add_rect(sub, buffer.str, s->readorder++, 0, NULL, NULL); in srt_decode_frame()
87 *got_sub_ptr = sub->num_rects > 0; in srt_decode_frame()
H A Dtextdec.c48 static int text_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in text_decode_frame() argument
59 ret = ff_ass_add_rect(sub, buf.str, text->readorder++, 0, NULL, NULL); in text_decode_frame()
64 *got_sub_ptr = sub->num_rects > 0; in text_decode_frame()
H A Dass.h68 * the layout of the numpad (1-3 sub, 4-6 mid, 7-9 top)
90 * the layout of the numpad (1-3 sub, 4-6 mid, 7-9 top)
117 int ff_ass_add_rect(AVSubtitle *sub, const char *dialog,
124 int ff_ass_add_rect2(AVSubtitle *sub, const char *dialog,
/third_party/alsa-lib/src/seq/
H A Dseq_local.h50 int (*get_port_subscription)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub);
51 int (*subscribe_port)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub);
52 int (*unsubscribe_port)(snd_seq_t *seq, snd_seq_port_subscribe_t * sub);
/third_party/gn/src/gn/
H A Dsubstitution_pattern.cc58 for (const Substitution* sub : *types) { in Parse()
59 const char* cur_pattern = sub->name; in Parse()
62 ranges_.push_back(Subrange(sub)); in Parse()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H A Dmain.c226 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local
230 if (lws_metrics_format(mp, &sub, buf, sizeof(buf))) in my_metric_report()
232 } while ((mp->flags & LWSMTFL_REPORT_HIST) && sub); in my_metric_report()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py80 sub = p.GetSubList()
81 self.assertEqual(len(sub), len(sys.path))
82 self.assertEqual(type(sub[0]), pathbrowser.DirBrowserTreeItem)
/third_party/optimized-routines/string/aarch64/
H A Dstrnlen.S68 sub tmp, src, srcin
95 sub src, src, 16
97 sub result, src, srcin
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dchktrcmp.py66 component_name = trace_use_pat.sub( '', src_line )
86 component_name = trace_def_pat_opn.sub( '', hdr_line )
87 component_name = trace_def_pat_cls.sub( '', component_name )
/third_party/skia/gm/
H A Dxform.cpp46 sk_sp<MatrixXF> sub = MatrixXF::Make(); in XformGM() local
50 sub->setLocalMatrix(m); in XformGM()
54 parent->append(GroupShape::Make(sub, g)); in XformGM()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c165 struct v4l2_event_subscription *sub) in isp_subdev_subscribe_event()
170 if (sub->type != V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
171 sub->type != V4L2_EVENT_FRAME_END && in isp_subdev_subscribe_event()
172 sub->type != V4L2_EVENT_ATOMISP_3A_STATS_READY && in isp_subdev_subscribe_event()
173 sub->type != V4L2_EVENT_ATOMISP_METADATA_READY && in isp_subdev_subscribe_event()
174 sub->type != V4L2_EVENT_ATOMISP_PAUSE_BUFFER && in isp_subdev_subscribe_event()
175 sub->type != V4L2_EVENT_ATOMISP_CSS_RESET && in isp_subdev_subscribe_event()
176 sub->type != V4L2_EVENT_ATOMISP_ACC_COMPLETE) in isp_subdev_subscribe_event()
179 if (sub->type == V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
183 return v4l2_event_subscribe(fh, sub, 1 in isp_subdev_subscribe_event()
163 isp_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) isp_subdev_subscribe_event() argument
186 isp_subdev_unsubscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) isp_subdev_unsubscribe_event() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c253 enum TxfmType txtp, int sz, int sub, int bit_depth) in copy_subcoefs()
257 // the topleft $sub out of $sz (where $sz >= $sub) coefficients in both in copy_subcoefs()
269 // find eob for this sub-idct in copy_subcoefs()
270 if (rcx >= sub || rcy >= sub) in copy_subcoefs()
321 int y, x, tx, txtp, bit_depth, sub; in check_itxfm() local
335 // skip testing sub-IDCTs for WHT or ADST since they don't in check_itxfm()
338 // coverage. Test sub=1 for dc-only, then 2, 4, 8, 12, etc, in check_itxfm()
340 for (sub in check_itxfm()
252 copy_subcoefs(int16_t *out, const int16_t *in, enum TxfmMode tx, enum TxfmType txtp, int sz, int sub, int bit_depth) copy_subcoefs() argument
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c456 lwsl_notice("%s: %s, tli %s, sub %d, ppos %d, sp %d\n", __func__, in cb_cose_sig()
458 cps->sub, ctx->pst[ctx->pst_sp].ppos, cps->sp); in cb_cose_sig()
526 if (cps->sub) in cb_cose_sig()
579 if (cps->sub) in cb_cose_sig()
593 if (!sl->ph_pos[hi] || cps->sub) in cb_cose_sig()
596 cps->sub = 1; in cb_cose_sig()
603 cps->sub = 0; in cb_cose_sig()
640 if (!cps->sub) in cb_cose_sig()
658 if (!sl->ph_pos[hi] || cps->sub) { in cb_cose_sig()
659 if (!cps->sub) in cb_cose_sig()
[all...]
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dstrncpy.S13 sub.l er0,er0
17 sub.l er3,er3
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dudivsi3.S16 r6 = sub(r3,r2)
29 if (!p0.new) r1 = sub(r1,r2)
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dudivsi3.S16 r6 = sub(r3,r2)
29 if (!p0.new) r1 = sub(r1,r2)
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfp-pidbench.S22 sub x10, x10, #1
26 sub x0, x12, x11
/third_party/python/Tools/scripts/
H A Dimport_diagnostics.py24 sub = parser.add_subparsers(title="Commands")
26 cmd = sub.add_parser(name, help=description)
/third_party/python/Lib/importlib/metadata/
H A D_text.py94 def index(self, sub):
95 return self.lower().index(sub.lower())
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c50 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \
51 static ssize_t sub## _ ##name## _read(struct file *file, \
62 wl->stats.fw_stats->sub.name); \
66 static const struct file_operations sub## _ ##name## _ops = { \
67 .read = sub## _ ##name## _read, \
72 #define DEBUGFS_FWSTATS_ADD(sub, name) \
73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
75 #define DEBUGFS_FWSTATS_DEL(sub, name) \
76 DEBUGFS_DEL(sub## _ ##name)
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_v4l2.c475 const struct v4l2_event_subscription *sub) in uvc_v4l2_subscribe_event()
481 if (sub->type < UVC_EVENT_FIRST || sub->type > UVC_EVENT_LAST) in uvc_v4l2_subscribe_event()
484 if (sub->type == UVC_EVENT_SETUP && uvc->func_connected) in uvc_v4l2_subscribe_event()
487 ret = v4l2_event_subscribe(fh, sub, 2, NULL); in uvc_v4l2_subscribe_event()
491 if (sub->type == UVC_EVENT_SETUP) { in uvc_v4l2_subscribe_event()
511 const struct v4l2_event_subscription *sub) in uvc_v4l2_unsubscribe_event()
517 ret = v4l2_event_unsubscribe(fh, sub); in uvc_v4l2_unsubscribe_event()
521 if (sub->type == UVC_EVENT_SETUP && handle->is_uvc_app_handle) { in uvc_v4l2_unsubscribe_event()
474 uvc_v4l2_subscribe_event(struct v4l2_fh *fh, const struct v4l2_event_subscription *sub) uvc_v4l2_subscribe_event() argument
510 uvc_v4l2_unsubscribe_event(struct v4l2_fh *fh, const struct v4l2_event_subscription *sub) uvc_v4l2_unsubscribe_event() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c50 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \
51 static ssize_t sub## _ ##name## _read(struct file *file, \
62 wl->stats.fw_stats->sub.name); \
66 static const struct file_operations sub## _ ##name## _ops = { \
67 .read = sub## _ ##name## _read, \
72 #define DEBUGFS_FWSTATS_ADD(sub, name) \
73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
75 #define DEBUGFS_FWSTATS_DEL(sub, name) \
76 DEBUGFS_DEL(sub## _ ##name)
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_v.c330 * @sub_s: Number of sub entries to skip
344 int sub = 0; in batadv_v_orig_dump_entry() local
352 if (sub++ < *sub_s) in batadv_v_orig_dump_entry()
362 *sub_s = sub - 1; in batadv_v_orig_dump_entry()
383 * @sub: Number of sub entries to be skipped
391 struct hlist_head *head, int *idx_s, int *sub) in batadv_v_orig_dump_bucket()
402 if_outgoing, orig_node, sub)) { in batadv_v_orig_dump_bucket()
411 *sub = 0; in batadv_v_orig_dump_bucket()
431 int sub in batadv_v_orig_dump() local
388 batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, struct batadv_priv *bat_priv, struct batadv_hard_iface *if_outgoing, struct hlist_head *head, int *idx_s, int *sub) batadv_v_orig_dump_bucket() argument
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...94