Home
last modified time | relevance | path

Searched refs:sub (Results 251 - 275 of 2268) sorted by relevance

1...<<11121314151617181920>>...91

/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemset.S81 sub count, count, tmp2
119 sub dst, dst, #16/* Pre-bias. */
120 sub count, count, #64
167 sub zva_bits_x, zva_len_x, #1
172 sub tmp1, count, tmp2
195 sub count, count, zva_len_x
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_64.S28 sub %o1, 1, %o1
36 sub %o1, 2, %o1
63 sub %o1, %o3, %o1
112 sub %o1, %o3, %o1
143 sub %o1, 2, %o1
149 sub %o1, 1, %o1
H A DNG4memcpy.S124 sub %g0, %o0, %g1
127 sub %o2, %g1, %o2
151 sub %g0, %o0, %g1
158 sub %o2, %g1, %o2
170 sub %o2, %o4, %o2
219 sub %o2, %o4, %o2
275 sub %o2, %o5, %o2
290 sub %o2, %o5, %o2
311 sub %g0, %o0, %g1
314 sub
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dbitmap.c83 * Remove all the blocks mentioned in @sub from the extents in @bitmap.
88 * owner to generate @sub. This routine subtracts all the extents
89 * mentioned in sub from all the extents linked in @bitmap, which leaves
94 * This is the logical equivalent of bitmap &= ~sub.
101 struct xbitmap *sub) in xbitmap_disunion()
112 if (list_empty(&bitmap->list) || list_empty(&sub->list)) in xbitmap_disunion()
114 ASSERT(!list_empty(&sub->list)); in xbitmap_disunion()
117 list_sort(NULL, &sub->list, xbitmap_range_cmp); in xbitmap_disunion()
121 * forward through sub and/or bitmap as necessary until we find an in xbitmap_disunion()
123 * head of bitmap nor do we reset sub_br to the head of sub in xbitmap_disunion()
99 xbitmap_disunion( struct xbitmap *bitmap, struct xbitmap *sub) xbitmap_disunion() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) in nvbios_disp_table()
46 *sub = nvbios_rd08(bios, data + 0x04); in nvbios_disp_table()
59 nvbios_disp_entry(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub) in nvbios_disp_entry() argument
62 u16 data = nvbios_disp_table(bios, ver, &hdr, &cnt, len, sub); in nvbios_disp_entry()
70 nvbios_disp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub, in nvbios_disp_parse() argument
73 u16 data = nvbios_disp_entry(bios, idx, ver, len, sub); in nvbios_disp_parse()
29 nvbios_disp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) nvbios_disp_table() argument
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmax1586.c152 struct max1586_subdev_data *sub; in of_get_max1586_platform_data() local
192 sub = pdata->subdevs; in of_get_max1586_platform_data()
195 sub->id = i; in of_get_max1586_platform_data()
196 sub->name = rmatch[i].of_node->name; in of_get_max1586_platform_data()
197 sub->platform_data = rmatch[i].init_data; in of_get_max1586_platform_data()
198 sub++; in of_get_max1586_platform_data()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax1586.c152 struct max1586_subdev_data *sub; in of_get_max1586_platform_data() local
192 sub = pdata->subdevs; in of_get_max1586_platform_data()
195 sub->id = i; in of_get_max1586_platform_data()
196 sub->name = rmatch[i].of_node->name; in of_get_max1586_platform_data()
197 sub->platform_data = rmatch[i].init_data; in of_get_max1586_platform_data()
198 sub++; in of_get_max1586_platform_data()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) in nvbios_disp_table()
46 *sub = nvbios_rd08(bios, data + 0x04); in nvbios_disp_table()
59 nvbios_disp_entry(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub) in nvbios_disp_entry() argument
62 u16 data = nvbios_disp_table(bios, ver, &hdr, &cnt, len, sub); in nvbios_disp_entry()
70 nvbios_disp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub, in nvbios_disp_parse() argument
73 u16 data = nvbios_disp_entry(bios, idx, ver, len, sub); in nvbios_disp_parse()
29 nvbios_disp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) nvbios_disp_table() argument
/third_party/ffmpeg/libavformat/
H A Dsrtdec.c105 AVPacket *sub = ff_subtitles_queue_insert(q, buf->str, buf->len, 0); in add_event() local
106 if (!sub) in add_event()
109 sub->pos = ei->pos; in add_event()
110 sub->pts = ei->pts; in add_event()
111 sub->duration = ei->duration; in add_event()
113 uint8_t *p = av_packet_new_side_data(sub, AV_PKT_DATA_SUBTITLE_POSITION, 16); in add_event()
H A Dmccdec.c113 AVPacket *sub; in mcc_read_header() local
189 sub = ff_subtitles_queue_insert(&mcc->q, out + start, count, 0); in mcc_read_header()
190 if (!sub) in mcc_read_header()
193 sub->pos = pos; in mcc_read_header()
194 sub->pts = ts; in mcc_read_header()
195 sub->duration = 1; in mcc_read_header()
H A Dlrcdec.c195 AVPacket *sub; in lrc_read_header() local
205 sub = ff_subtitles_queue_insert(&lrc->q, line.str + ts_strlength, in lrc_read_header()
207 if (!sub) in lrc_read_header()
209 sub->pos = pos; in lrc_read_header()
210 sub->pts = ts_start - lrc->ts_offset; in lrc_read_header()
211 sub->duration = -1; in lrc_read_header()
/third_party/node/tools/
H A Djs2c.py125 slug = SLUGGER_RE.sub('_', name)
174 config = re.sub(r'#.*?\n', '', config)
176 config = re.sub(r"'$\s+'", '', config, flags=re.M)
178 config = re.sub('\'', '"', config)
180 config = re.sub('"true"', 'true', config)
181 config = re.sub('"false"', 'false', config)
/third_party/mesa3d/src/mapi/new/
H A DgenCommon.py9 # on the rights to use, copy, modify, merge, publish, distribute, sub
221 rv = re.sub(r"\bGLvoid\b", "void", rv)
224 rv = re.sub(r"\b(GLhalf|GLintptr|GLsizeiptr|GLint64|GLuint64)(?:ARB|EXT|NV|ATI)\b", r"\1", rv)
226 rv = re.sub(r"\bGLDEBUGPROCKHR\b", "GLDEBUGPROC", rv)
232 rv = re.sub(r"\s+\*", r"*", rv)
235 rv = re.sub(r"([^\*])\*", r"\1 *", rv)
238 rv = re.sub(r"\s+", " ", rv)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_new_renderer.py115 temp = re.sub(r'\n ', '\n', impl_stub)
123 function_signature = re.sub(r'\/\/[^\n]*\n', '', function_signature).strip()
130 function_signature = re.sub(r'\n ', '\n' + spaces, function_signature)
133 function_signature = prog.sub(r'\1' + typed_impl + r'::\2', function_signature)
246 temp = re.sub(r'virtual ', '', impl_stub)
253 temp = re.sub(r'virtual ', '', impl_stub)
/third_party/optimized-routines/string/aarch64/
H A Dstrrchr-mte.S89 sub nul_match, nul_match, 1
92 sub result, src, 1
94 sub result, result, tmp, lsr 2
116 sub nul_match, nul_match, 1
121 sub src_match, src_match, 1
123 sub result, src_match, tmp, lsr 2
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h37 auto* sub = new cord_internal::CordRepSubstring; in MakeSubstring() local
38 sub->tag = cord_internal::SUBSTRING; in MakeSubstring()
39 sub->start = start; in MakeSubstring()
40 sub->length = len <= 0 ? rep->length - start + len : len; in MakeSubstring()
41 sub->child = rep; in MakeSubstring()
42 return sub; in MakeSubstring()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dmemscan_64.S47 sub %o1, 8, %o1
49 sub %o5, %o2, %o4
111 sub %o0, 1, %o0
121 sub %g0, %o2, %o4
133 sub %o0, 1, %o0
H A DNG4memcpy.S124 sub %g0, %o0, %g1
127 sub %o2, %g1, %o2
151 sub %g0, %o0, %g1
158 sub %o2, %g1, %o2
170 sub %o2, %o4, %o2
219 sub %o2, %o4, %o2
275 sub %o2, %o5, %o2
290 sub %o2, %o5, %o2
311 sub %g0, %o0, %g1
314 sub
[all...]
/third_party/libsnd/Scripts/
H A Dcstyle.py52 line = self.define_hack_re.sub (r'\1 (', line)
58 line = re.sub ("( |\t*)//.*", '', line)
71 return self.trailing_space_re.sub ('', line [:open_comment])
76 return self.trailing_space_re.sub ('', line [close_comment + 2:])
186 line = self.trailing_newline_re.sub ('', line)
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8Test.java136 ByteString sub = leaf.substring(0, bytes.length); in assertValidUtf8()
138 assertTrue(not ^ sub.isValidUtf8()); in assertValidUtf8()
141 RopeByteString.newInstanceForTest(ByteString.EMPTY, sub), in assertValidUtf8()
143 RopeByteString.newInstanceForTest(sub, ByteString.EMPTY), in assertValidUtf8()
144 RopeByteString.newInstanceForTest(sub, leaf) in assertValidUtf8()
/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c841 static int decode(AVCodecContext *avctx, AVSubtitle *sub, in decode() argument
845 int64_t in_time = sub->pts; in decode()
883 sub->pts = start_time; in decode()
886 sub->end_display_time = av_rescale_q(end_time - start_time, in decode()
889 sub->end_display_time = -1; in decode()
890 ret = ff_ass_add_rect2(sub, ctx->buffer[bidx].str, ctx->readorder++, 0, NULL, NULL, &nb_rect_allocated); in decode()
893 ctx->last_real_time = sub->pts; in decode()
900 ret = ff_ass_add_rect2(sub, ctx->buffer[bidx].str, ctx->readorder++, 0, NULL, NULL, &nb_rect_allocated); in decode()
903 sub->pts = ctx->buffer_time[1]; in decode()
904 sub in decode()
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmdct_neon.S26 sub sp, sp, #32
38 sub x7, x7, #16
83 sub x1, x4, #16
84 sub x3, x6, #16
132 sub sp, sp, #32
146 sub x0, x0, #8
147 sub x2, x1, #16
176 sub sp, sp, #32
187 sub x9, x7, #16 // in4d
191 sub x
[all...]
/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c277 const char *sub = topic; in lws_mqtt_validate_topic() local
295 while (*sub != 0) { in lws_mqtt_validate_topic()
296 if (sub[0] == '+') { in lws_mqtt_validate_topic()
298 if (spos > 0 && sub[-1] != '/') in lws_mqtt_validate_topic()
302 if (sub[1] != 0 && sub[1] != '/') in lws_mqtt_validate_topic()
306 } else if (sub[0] == '#') { in lws_mqtt_validate_topic()
308 if (spos > 0 && sub[-1] != '/') in lws_mqtt_validate_topic()
312 if (sub[1] != 0) in lws_mqtt_validate_topic()
316 } else if (sub[ in lws_mqtt_validate_topic()
459 lws_mqtt_is_topic_matched(const char* sub, const char* pub) lws_mqtt_is_topic_matched() argument
2120 lws_mqtt_client_send_subcribe(struct lws *wsi, lws_mqtt_subscribe_param_t *sub) lws_mqtt_client_send_subcribe() argument
[all...]
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm173 sub prob2, probBranch
181 sub prob2, range
182 sub cod, range
186 sub prob2, probBranch
226 sub t0, range
228 sub cod, range
233 sub t0, prob
396 sub sym2_R, probs
661 sub t0, x2
840 sub x
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dname_table.c324 struct tipc_subscription *sub, *tmp; in tipc_service_insert_publ() local
352 list_for_each_entry_safe(sub, tmp, &sc->subscriptions, service_list) { in tipc_service_insert_publ()
353 tipc_sub_report_overlap(sub, p->lower, p->upper, TIPC_PUBLISHED, in tipc_service_insert_publ()
400 struct tipc_subscription *sub) in tipc_service_subscribe()
402 struct tipc_subscr *sb = &sub->evt.s; in tipc_service_subscribe()
414 tipc_sub_get(sub); in tipc_service_subscribe()
415 list_add(&sub->service_list, &service->subscriptions); in tipc_service_subscribe()
437 tipc_sub_report_overlap(sub, p->lower, p->upper, in tipc_service_subscribe()
490 struct tipc_subscription *sub, *tmp; in tipc_nametbl_remove_publ() local
508 list_for_each_entry_safe(sub, tm in tipc_nametbl_remove_publ()
399 tipc_service_subscribe(struct tipc_service *service, struct tipc_subscription *sub) tipc_service_subscribe() argument
795 tipc_nametbl_subscribe(struct tipc_subscription *sub) tipc_nametbl_subscribe() argument
825 tipc_nametbl_unsubscribe(struct tipc_subscription *sub) tipc_nametbl_unsubscribe() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...91