Home
last modified time | relevance | path

Searched refs:sub (Results 76 - 100 of 1326) sorted by relevance

12345678910>>...54

/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9lpf_16bpp_neon.S115 sub \tmp1\().8h, v22.8h, v25.8h // p1 - q1
118 sub \tmp3\().8h, v24.8h, v23.8h // q0 - p0
162 sub v2.8h, v24.8h, \tmp3\().8h // q0 - f1
172 sub v2.8h, v25.8h, \tmp3\().8h // q1 - f
209 sub \tmp3\().8h, \tmp3\().8h, \tmp1\().8h
210 sub \tmp7\().8h, \tmp7\().8h, \tmp5\().8h
219 sub \tmp3\().8h, \tmp3\().8h, \tmp1\().8h
225 sub \tmp7\().8h, \tmp7\().8h, \tmp5\().8h
231 sub \tmp3\().8h, \tmp3\().8h, \tmp1\().8h
271 sub v
[all...]
H A Dsynth_filter_neon.S51 sub w8, w7, #32
89 sub x12, x12, #64
94 sub x8, x8, #512*4
95 sub x9, x9, #512*4
97 sub x10, x10, #512*4
98 sub x11, x11, #512*4
113 sub x4, x4, #508*4 // window
115 sub x8, x8, #4*4 // synth_buf
H A Dvp8dsp_neon.S36 sub v7.4h, v1.4h, v2.4h
37 sub v5.4h, v0.4h, v3.4h
41 sub v2.4h, v4.4h, v6.4h
42 sub v3.4h, v5.4h, v7.4h
52 sub v7.4h, v1.4h, v2.4h
53 sub v5.4h, v0.4h, v3.4h
56 sub v2.4h, v4.4h, v6.4h
57 sub v3.4h, v5.4h, v7.4h
101 sub v17.4h, v0.4h, v2.4h
104 sub v1
[all...]
H A Dhevcdsp_sao_neon.S36 sub sp, sp, #64
51 sub x2, x2, x6
52 sub x3, x3, x6
107 sub x15, x15, x5 // stride_src - width
108 sub x16, x2, x5 // stride_dst - width
112 sub x12, x11, x4 // src_a (prev) = src - sao_edge_pos
123 sub v20.16b, v16.16b, v17.16b // diff0 = CMP(cur, prev) = (cur > prev) - (cur < prev)
124 sub v21.16b, v18.16b, v19.16b // diff1 = CMP(cur, next) = (cur > next) - (cur < next)
166 sub x9, x1, x4
179 sub v2
[all...]
H A Dh264pred_neon.S54 sub x2, x0, x1
63 sub x2, x0, #1
72 sub x2, x0, x1
73 sub x3, x0, #1
91 sub x2, x0, #1
101 sub x2, x0, x1
113 sub x3, x0, x1
116 sub x3, x3, #1
140 sub v3.4h, v3.4h, v2.4h // 7 * (b + c)
143 sub v
[all...]
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/libavformat/
H A Dsubviewerdec.c93 AVPacket *sub = NULL; in subviewer_read_header() local
161 sub = ff_subtitles_queue_insert(&subviewer->q, "\n", 1, 1); in subviewer_read_header()
162 if (!sub) { in subviewer_read_header()
167 sub = ff_subtitles_queue_insert(&subviewer->q, line, strlen(line), !new_event); in subviewer_read_header()
168 if (!sub) { in subviewer_read_header()
173 sub->pos = pos; in subviewer_read_header()
174 sub->pts = pts_start; in subviewer_read_header()
175 sub->duration = duration; in subviewer_read_header()
195 .extensions = "sub",
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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp379 ZLOGE("sub fail, err:%{oublic}d", err); in DoSubscribe()
403 DBSub sub; in SaveSubscription() local
404 sub.userId = userId; in SaveSubscription()
405 DBMetaMgr::GetInstance().LoadMeta(sub.GetKey(), sub, true); in SaveSubscription()
406 if (!sub.id.empty() && sub.id != accountId) { in SaveSubscription()
407 ZLOGE("diff id, [meta]id:%{public}s, [server]id:%{public}s", Anonymous::Change(sub.id).c_str(), in SaveSubscription()
411 sub.id = accountId; in SaveSubscription()
420 if (SaveRelation(pKeys, pValues, sub) ! in SaveSubscription()
427 SaveRelation(std::shared_ptr<OhCloudExtVector> keys, std::shared_ptr<OhCloudExtVector> values, DBSub &sub) SaveRelation() argument
517 DBSub sub; Unsubscribe() local
567 DoUnsubscribe(std::shared_ptr<OhCloudExtCloudSync> server, std::shared_ptr<OhCloudExtHashMap> relations, const std::vector<std::string> &bundles, DBSub &sub) DoUnsubscribe() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.h1608 struct google_protobuf_FileDescriptorProto* sub = (struct google_protobuf_FileDescriptorProto*)_upb_msg_new(&google_protobuf_FileDescriptorProto_msginit, arena); in google_protobuf_FileDescriptorSet_add_file() local
1610 msg, UPB_SIZE(0, 0), UPB_SIZE(4, 8), UPB_TYPE_MESSAGE, &sub, arena); in google_protobuf_FileDescriptorSet_add_file()
1612 return sub; in google_protobuf_FileDescriptorSet_add_file()
1676 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_message_type() local
1678 msg, UPB_SIZE(40, 80), UPB_SIZE(4, 8), UPB_TYPE_MESSAGE, &sub, arena); in google_protobuf_FileDescriptorProto_add_message_type()
1680 return sub; in google_protobuf_FileDescriptorProto_add_message_type()
1689 struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_upb_msg_new(&google_protobuf_EnumDescriptorProto_msginit, arena); in google_protobuf_FileDescriptorProto_add_enum_type() local
1691 msg, UPB_SIZE(44, 88), UPB_SIZE(4, 8), UPB_TYPE_MESSAGE, &sub, arena); in google_protobuf_FileDescriptorProto_add_enum_type()
1693 return sub; in google_protobuf_FileDescriptorProto_add_enum_type()
1702 struct google_protobuf_ServiceDescriptorProto* sub in google_protobuf_FileDescriptorProto_add_service() local
1715 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); google_protobuf_FileDescriptorProto_add_extension() local
1726 struct google_protobuf_FileOptions* sub = (struct google_protobuf_FileOptions*)google_protobuf_FileDescriptorProto_options(msg); google_protobuf_FileDescriptorProto_mutable_options() local
1739 struct google_protobuf_SourceCodeInfo* sub = (struct google_protobuf_SourceCodeInfo*)google_protobuf_FileDescriptorProto_source_code_info(msg); google_protobuf_FileDescriptorProto_mutable_source_code_info() local
1817 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); google_protobuf_DescriptorProto_add_field() local
1830 struct google_protobuf_DescriptorProto* sub = (struct google_protobuf_DescriptorProto*)_upb_msg_new(&google_protobuf_DescriptorProto_msginit, arena); google_protobuf_DescriptorProto_add_nested_type() local
1843 struct google_protobuf_EnumDescriptorProto* sub = (struct google_protobuf_EnumDescriptorProto*)_upb_msg_new(&google_protobuf_EnumDescriptorProto_msginit, arena); google_protobuf_DescriptorProto_add_enum_type() local
1856 struct google_protobuf_DescriptorProto_ExtensionRange* sub = (struct google_protobuf_DescriptorProto_ExtensionRange*)_upb_msg_new(&google_protobuf_DescriptorProto_ExtensionRange_msginit, arena); google_protobuf_DescriptorProto_add_extension_range() local
1869 struct google_protobuf_FieldDescriptorProto* sub = (struct google_protobuf_FieldDescriptorProto*)_upb_msg_new(&google_protobuf_FieldDescriptorProto_msginit, arena); google_protobuf_DescriptorProto_add_extension() local
1880 struct google_protobuf_MessageOptions* sub = (struct google_protobuf_MessageOptions*)google_protobuf_DescriptorProto_options(msg); google_protobuf_DescriptorProto_mutable_options() local
1895 struct google_protobuf_OneofDescriptorProto* sub = (struct google_protobuf_OneofDescriptorProto*)_upb_msg_new(&google_protobuf_OneofDescriptorProto_msginit, arena); google_protobuf_DescriptorProto_add_oneof_decl() local
1908 struct google_protobuf_DescriptorProto_ReservedRange* sub = (struct google_protobuf_DescriptorProto_ReservedRange*)_upb_msg_new(&google_protobuf_DescriptorProto_ReservedRange_msginit, arena); google_protobuf_DescriptorProto_add_reserved_range() local
1959 struct google_protobuf_ExtensionRangeOptions* sub = (struct google_protobuf_ExtensionRangeOptions*)google_protobuf_DescriptorProto_ExtensionRange_options(msg); google_protobuf_DescriptorProto_ExtensionRange_mutable_options() local
2020 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_ExtensionRangeOptions_add_uninterpreted_option() local
2097 struct google_protobuf_FieldOptions* sub = (struct google_protobuf_FieldOptions*)google_protobuf_FieldDescriptorProto_options(msg); google_protobuf_FieldDescriptorProto_mutable_options() local
2146 struct google_protobuf_OneofOptions* sub = (struct google_protobuf_OneofOptions*)google_protobuf_OneofDescriptorProto_options(msg); google_protobuf_OneofDescriptorProto_mutable_options() local
2190 struct google_protobuf_EnumValueDescriptorProto* sub = (struct google_protobuf_EnumValueDescriptorProto*)_upb_msg_new(&google_protobuf_EnumValueDescriptorProto_msginit, arena); google_protobuf_EnumDescriptorProto_add_value() local
2201 struct google_protobuf_EnumOptions* sub = (struct google_protobuf_EnumOptions*)google_protobuf_EnumDescriptorProto_options(msg); google_protobuf_EnumDescriptorProto_mutable_options() local
2216 struct google_protobuf_EnumDescriptorProto_EnumReservedRange* sub = (struct google_protobuf_EnumDescriptorProto_EnumReservedRange*)_upb_msg_new(&google_protobuf_EnumDescriptorProto_EnumReservedRange_msginit, arena); google_protobuf_EnumDescriptorProto_add_reserved_range() local
2295 struct google_protobuf_EnumValueOptions* sub = (struct google_protobuf_EnumValueOptions*)google_protobuf_EnumValueDescriptorProto_options(msg); google_protobuf_EnumValueDescriptorProto_mutable_options() local
2336 struct google_protobuf_MethodDescriptorProto* sub = (struct google_protobuf_MethodDescriptorProto*)_upb_msg_new(&google_protobuf_MethodDescriptorProto_msginit, arena); google_protobuf_ServiceDescriptorProto_add_method() local
2347 struct google_protobuf_ServiceOptions* sub = (struct google_protobuf_ServiceOptions*)google_protobuf_ServiceDescriptorProto_options(msg); google_protobuf_ServiceDescriptorProto_mutable_options() local
2400 struct google_protobuf_MethodOptions* sub = (struct google_protobuf_MethodOptions*)google_protobuf_MethodDescriptorProto_options(msg); google_protobuf_MethodDescriptorProto_mutable_options() local
2561 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_FileOptions_add_uninterpreted_option() local
2616 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_MessageOptions_add_uninterpreted_option() local
2683 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_FieldOptions_add_uninterpreted_option() local
2714 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_OneofOptions_add_uninterpreted_option() local
2757 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_EnumOptions_add_uninterpreted_option() local
2794 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_EnumValueOptions_add_uninterpreted_option() local
2831 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_ServiceOptions_add_uninterpreted_option() local
2874 struct google_protobuf_UninterpretedOption* sub = (struct google_protobuf_UninterpretedOption*)_upb_msg_new(&google_protobuf_UninterpretedOption_msginit, arena); google_protobuf_MethodOptions_add_uninterpreted_option() local
2917 struct google_protobuf_UninterpretedOption_NamePart* sub = (struct google_protobuf_UninterpretedOption_NamePart*)_upb_msg_new(&google_protobuf_UninterpretedOption_NamePart_msginit, arena); google_protobuf_UninterpretedOption_add_name() local
3000 struct google_protobuf_SourceCodeInfo_Location* sub = (struct google_protobuf_SourceCodeInfo_Location*)_upb_msg_new(&google_protobuf_SourceCodeInfo_Location_msginit, arena); google_protobuf_SourceCodeInfo_add_location() local
3092 struct google_protobuf_GeneratedCodeInfo_Annotation* sub = (struct google_protobuf_GeneratedCodeInfo_Annotation*)_upb_msg_new(&google_protobuf_GeneratedCodeInfo_Annotation_msginit, arena); google_protobuf_GeneratedCodeInfo_add_annotation() local
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrncmp.S55 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
67 sub tmp1, data1, zeroones
113 sub result, data1, data2, lsr #56
130 sub tmp1, tmp3, zeroones
145 sub result, data1, data2, lsr #56
161 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
194 sub result, data1, data2
204 sub limit, limit, count
230 sub tmp1, data1, zeroones
244 sub src
[all...]
/third_party/python/Lib/test/
H A Dtest_property.py98 sub = SubClass()
99 self.assertRaises(PropertyGet, getattr, sub, "spam")
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
101 self.assertRaises(PropertyDel, delattr, sub, "spam")
106 sub = SubClass()
107 self.assertEqual(sub.__class__.spam.__doc__, "SubClass.getter")
117 sub = PropertyDocSub()
119 self.assertEqual(sub.__class__.spam.__doc__, "spam spam spam")
172 sub = PropertyWritableDoc()
173 self.assertEqual(sub
[all...]
/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m_dec.c107 struct v4l2_event_subscription sub; in v4l2_prepare_decoder() local
114 memset(&sub, 0, sizeof(sub)); in v4l2_prepare_decoder()
115 sub.type = V4L2_EVENT_SOURCE_CHANGE; in v4l2_prepare_decoder()
116 ret = ioctl(s->fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in v4l2_prepare_decoder()
126 memset(&sub, 0, sizeof(sub)); in v4l2_prepare_decoder()
127 sub.type = V4L2_EVENT_EOS; in v4l2_prepare_decoder()
128 ret = ioctl(s->fd, VIDIOC_SUBSCRIBE_EVENT, &sub); in v4l2_prepare_decoder()
H A Dtwinvq.c75 int size_s = mtab->size / mtab->fmode[TWINVQ_FT_SHORT].sub; in eval_lpcenv()
221 int sub = mtab->fmode[ftype].sub; in dec_gain() local
236 for (j = 0; j < sub; j++) in dec_gain()
237 out[i * sub + j] = in dec_gain()
239 sub_step * bits->sub_gain_bits[i * sub + j], in dec_gain()
308 int size = tctx->mtab->size / tctx->mtab->fmode[ftype].sub; in dec_lpc_spectrum_inv()
333 int bsize = mtab->size / mtab->fmode[ftype].sub; in imdct_and_window()
341 mtab->size / mtab->fmode[TWINVQ_FT_LONG].sub, in imdct_and_window()
342 mtab->size / mtab->fmode[TWINVQ_FT_MEDIUM].sub, in imdct_and_window()
420 int sub = mtab->fmode[ftype].sub; read_and_decode_spectrum() local
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py26 short = re.sub(r'\bPSA_(?:ALG|DH_FAMILY|ECC_FAMILY|KEY_[A-Z]+)_', r'', short)
27 short = re.sub(r' +', r'', short)
29 short = re.sub(r'PUBLIC_KEY\b', r'PUB', short)
30 short = re.sub(r'KEY_PAIR\b', r'PAIR', short)
31 short = re.sub(r'\bBRAINPOOL_P', r'BP', short)
32 short = re.sub(r'\bMONTGOMERY\b', r'MGM', short)
33 short = re.sub(r'AEAD_WITH_SHORTENED_TAG\b', r'AEAD_SHORT', short)
34 short = re.sub(r'\bDETERMINISTIC_', r'DET_', short)
35 short = re.sub(r'\bKEY_AGREEMENT\b', r'KA', short)
36 short = re.sub(
[all...]
/third_party/ffmpeg/libswscale/aarch64/
H A Dyuv2rgb_neon.S39 sub w3, w3, w0, lsl #2 // w3 = linesize - width * 4 (padding)
40 sub w5, w5, w0 // w5 = linesizeY - width (paddingY)
41 sub w7, w7, w0 // w7 = linesizeC - width (paddingC)
57 sub w3, w3, w0, lsl #2 // w3 = linesize - width * 4 (padding)
58 sub w5, w5, w0 // w5 = linesizeY - width (paddingY)
59 sub w7, w7, w0, lsr #1 // w7 = linesizeU - width / 2 (paddingU)
60 sub w14, w14, w0, lsr #1 // w14 = linesizeV - width / 2 (paddingV)
73 sub w3, w3, w0, lsl #2 // w3 = linesize - width * 4 (padding)
74 sub w5, w5, w0 // w5 = linesizeY - width (paddingY)
75 sub w
[all...]
/third_party/python/Objects/
H A Dbytes_methods.c513 const char *sub; in Py_LOCAL_INLINE() local
526 sub = subbuf.buf; in Py_LOCAL_INLINE()
530 sub = &byte; in Py_LOCAL_INLINE()
541 *sub); in Py_LOCAL_INLINE()
545 *sub); in Py_LOCAL_INLINE()
553 sub, sub_len, start, end); in Py_LOCAL_INLINE()
557 sub, sub_len, start, end); in Py_LOCAL_INLINE()
567 "B.find(sub[, start[, end]]) -> int\n\
569 Return the lowest index in B where subsection sub is found,\n\
570 such that sub i
659 const char *sub; _Py_bytes_count() local
728 const char *sub; tailmatch() local
[all...]
/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/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/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()

Completed in 21 milliseconds

12345678910>>...54