Home
last modified time | relevance | path

Searched refs:sub (Results 551 - 575 of 2337) sorted by relevance

1...<<21222324252627282930>>...94

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dtrampoline_64.S119 sub %g1, STACKFRAME_SZ + STACK_BIAS + 256, %sp
167 sub %l7, %l5, %g2
200 sub %l7, %l5, %g2
287 sub %g1, STACKFRAME_SZ + STACK_BIAS + 256, %sp
354 sub %g2, %g3, %g2
399 sub %g5, (STACKFRAME_SZ + STACK_BIAS), %g5
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmax8660.c324 struct max8660_subdev_data *sub; in max8660_pdata_from_dt() local
349 sub = pdata->subdevs; in max8660_pdata_from_dt()
352 sub->id = i; in max8660_pdata_from_dt()
353 sub->name = rmatch[i].name; in max8660_pdata_from_dt()
354 sub->platform_data = rmatch[i].init_data; in max8660_pdata_from_dt()
356 sub++; in max8660_pdata_from_dt()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax8660.c324 struct max8660_subdev_data *sub; in max8660_pdata_from_dt() local
349 sub = pdata->subdevs; in max8660_pdata_from_dt()
352 sub->id = i; in max8660_pdata_from_dt()
353 sub->name = rmatch[i].name; in max8660_pdata_from_dt()
354 sub->platform_data = rmatch[i].init_data; in max8660_pdata_from_dt()
356 sub++; in max8660_pdata_from_dt()
/third_party/ffmpeg/libavcodec/x86/
H A Ddcadsp.asm32 sub lfeq, 7*sizeof_float
187 sub cnt2d, 8 + FMA3_OFFSET
195 sub nblocksd, 1
214 sub lfeq, 3*sizeof_float
270 sub cnt2d, 16
278 sub nblocksd, 1
/third_party/alsa-lib/src/seq/
H A Dseq_hw.c221 static int snd_seq_hw_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_get_port_subscription() argument
224 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_GET_SUBSCRIPTION, sub) < 0) { in snd_seq_hw_get_port_subscription()
231 static int snd_seq_hw_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_subscribe_port() argument
234 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, sub) < 0) { in snd_seq_hw_subscribe_port()
241 static int snd_seq_hw_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_unsubscribe_port() argument
244 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, sub) < 0) { in snd_seq_hw_unsubscribe_port()
/third_party/musl/porting/liteos_m/kernel/src/string/arch/arm/
H A Dmemcpy_le.S69 sub sp, sp, #28
87 sub r2, r2, r3 /* we know that r3 <= r2 because r2 >= 4 */
129 sub r2, r2, r3
242 sub r2, r2, #4
264 sub r2, r2, #4
375 sub r2, r2, #4
/third_party/musl/porting/uniproton/kernel/src/string/arch/arm/
H A Dmemcpy_le.S65 sub sp, sp, #28
83 sub r2, r2, r3 /* we know that r3 <= r2 because r2 >= 4 */
125 sub r2, r2, r3
238 sub r2, r2, #4
260 sub r2, r2, #4
371 sub r2, r2, #4
/third_party/node/deps/openssl/openssl/crypto/
H A Dia64cpuid.S194 { .mib; sub r10=r34,r0,1
237 sub r10=r8,r9 // diff=tick-lasttick
250 { .mib; sub r8=r2,r33
272 sub r10=r8,r9
287 sub r10=r8,r9 // diff=tick-lasttick
295 { .mib; sub r8=r2,r33
/third_party/openssl/crypto/
H A Dia64cpuid.S194 { .mib; sub r10=r34,r0,1
237 sub r10=r8,r9 // diff=tick-lasttick
250 { .mib; sub r8=r2,r33
272 sub r10=r8,r9
287 sub r10=r8,r9 // diff=tick-lasttick
295 { .mib; sub r8=r2,r33
/third_party/skia/src/core/
H A DSkGlyph.h23 // A combination of SkGlyphID and sub-pixel position information.
42 // Location of sub pixel info in a fixed pointer number.
114 // A sub-pixel field is a number on the interval [2^kSubPixel, 2^(kSubPixel + kSubPixelPosLen)).
116 // generate a sub-pixel field using:
117 // sub-pixel-field = x * 2^(kSubPixel + kSubPixelPosLen)
119 // We can generate the integer sub-pixel field by &-ing the integer part of sub-filed with the
120 // sub-pixel field mask.
121 // int-sub-pixel-field = int(sub
[all...]
/third_party/skia/tests/
H A DMultiPictureDocumentTest.cpp71 // Covers all of the above and drawing nested sub-pictures.
72 static void draw_advanced(SkCanvas* canvas, int seed, sk_sp<SkImage> image, sk_sp<SkPicture> sub) { in draw_advanced() argument
76 canvas->drawPicture(sub); in draw_advanced()
79 canvas->drawPicture(sub); in draw_advanced()
111 sk_sp<SkPicture> sub = pr.finishRecordingAsPicture(); in DEF_TEST() local
118 draw_advanced(pictureCanvas, i, image, sub); in DEF_TEST()
122 draw_advanced(surf->getCanvas(), i, image, sub); in DEF_TEST()
/third_party/python/Lib/email/
H A Dgenerator.py211 sub = msg.get_content_subtype()
212 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
253 payload = fcre.sub('>From ', payload)
290 preamble = fcre.sub('>From ', msg.preamble)
312 epilogue = fcre.sub('>From ', msg.epilogue)
435 msg._payload = fcre.sub(">From ", msg._payload)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h355 #define for_each_subelement(sub, element) \
356 for_each_element(sub, (element)->data, (element)->datalen)
358 #define for_each_subelement_id(sub, id, element) \
359 for_each_element_id(sub, id, (element)->data, (element)->datalen)
361 #define for_each_subelement_extid(sub, extid, element) \
362 for_each_element_extid(sub, extid, (element)->data, (element)->datalen)
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9itxfm_16bpp_neon.S102 sub \tmp2\().4s, \in1\().4s, \in2\().4s
208 sub \out2\().4s, \in1\().4s, \in2\().4s
214 sub \out1\().4s, \in1\().4s, \in2\().4s
224 sub \tmp3\().2d, \in1\().2d, \in3\().2d
225 sub \tmp4\().2d, \in2\().2d, \in4\().2d
234 sub v17.4s, \c2\().4s, \c3\().4s
235 sub v16.4s, \c0\().4s, v17.4s
237 sub \c2\().4s, v16.4s, \c1\().4s
238 sub \c1\().4s, v16.4s, \c3\().4s
240 sub \c
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-neonbs-core.S361 sub bskey, bskey, #224
446 sub r2, r2, #1
507 sub rounds, rounds, #1
552 sub bskey, bskey, #112
554 sub bskey, bskey, #128
576 sub rounds, rounds, #1
630 sub ip, ip, lr, lsl #2
649 sub ip, ip, lr, lsl #2
690 sub ip, ip, lr, lsl #2
719 sub i
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp449 // Creating a sub font means that non-available functions
462 // Creating a sub font means that non-available functions
1382 auto makeRunInfo = [](const SubRun& sub) {
1383 uint32_t startUtf8 = sub.run.fGlyphs[sub.startGlyphIndex].fCluster;
1384 uint32_t endUtf8 = (sub.endGlyphIndex < sub.run.fNumGlyphs)
1385 ? sub.run.fGlyphs[sub.endGlyphIndex].fCluster
1386 : sub
1407 SubRun sub = makeSubRun(i); global() local
[all...]
/build/scripts/
H A Dcargo2gn.py130 return re.sub('^/.*/' + pkg + '-[0-9a-f]*/out/', '.../out/', s)
145 self.root_pkg_name = '' # parent package name of a sub/test packge
300 deps = re.sub('=/[^ ]*/deps/', ' = ', arg)
302 self.core_deps.append(re.sub(' = .*', '', deps))
307 self.root_pkg_name = re.sub('^.*/', '',
308 re.sub('/' + TARGET_TEMP + '/.*/deps$', '', arg))
310 self.root_pkg_name = re.sub('^.*/', '',
311 re.sub('/[^/]+/[^/]+/deps$', '', arg))
316 self.static_libs.append(re.sub('static=', '', arg))
318 self.shared_libs.append(re.sub('dyli
[all...]
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dchecksum_32.S84 sub %o1, 2, %o1
98 sub %o1, 4, %o1
129 sub %g7, %g1, %g7 ! adjust jmp ptr
130 sub %g7, %o4, %g7 ! final jmp ptr adjust
287 sub %g1, 2, %g1
303 sub %g1, 4, %g1
335 sub %g1, 128, %g1 ! detract from length
347 sub %o5, %o4, %o5 ! continue table calculation
349 sub %o5, %g2, %o5 ! some more adjustments
371 sub
[all...]
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dchecksum_32.S84 sub %o1, 2, %o1
98 sub %o1, 4, %o1
129 sub %g7, %g1, %g7 ! adjust jmp ptr
130 sub %g7, %o4, %g7 ! final jmp ptr adjust
280 sub %g1, 2, %g1
296 sub %g1, 4, %g1
327 sub %g1, 128, %g1 ! detract from length
339 sub %o5, %o4, %o5 ! continue table calculation
341 sub %o5, %g2, %o5 ! some more adjustments
361 sub
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c179 struct v4l2_event_subscription *sub) in isp_subdev_subscribe_event()
184 if (sub->type != V4L2_EVENT_FRAME_SYNC && in isp_subdev_subscribe_event()
185 sub->type != V4L2_EVENT_FRAME_END && in isp_subdev_subscribe_event()
186 sub->type != V4L2_EVENT_ATOMISP_3A_STATS_READY && in isp_subdev_subscribe_event()
187 sub->type != V4L2_EVENT_ATOMISP_METADATA_READY && in isp_subdev_subscribe_event()
188 sub->type != V4L2_EVENT_ATOMISP_PAUSE_BUFFER && in isp_subdev_subscribe_event()
189 sub->type != V4L2_EVENT_ATOMISP_CSS_RESET && in isp_subdev_subscribe_event()
190 sub->type != V4L2_EVENT_ATOMISP_RAW_BUFFERS_ALLOC_DONE && in isp_subdev_subscribe_event()
191 sub->type != V4L2_EVENT_ATOMISP_ACC_COMPLETE) in isp_subdev_subscribe_event()
194 if (sub in isp_subdev_subscribe_event()
177 isp_subdev_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) isp_subdev_subscribe_event() argument
201 isp_subdev_unsubscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, struct v4l2_event_subscription *sub) isp_subdev_unsubscribe_event() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dfsys.S242 (p13) sub r3 = r25,r2 // Diff needed before comparison (thanks davidm)
245 sub r10 = r2,r24 // current_cycle - last_cycle
247 (p6) sub r10 = r25,r24 // time we got was less than last_cycle
254 (p7) sub r10 = r3,r24 // then use new last_cycle instead
287 (p6) sub r8 = r8,r2
522 sub r22=r19,r18 // stime before leave kernel
525 sub r18=r30,r19 // elapsed time in user mode
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7.S59 1: sub r2, r2, #1 @ NumSets--
284 sub r3, r2, #1
302 sub r3, r2, #1
342 sub r3, r2, #1
369 sub r3, r2, #1
399 sub r3, r2, #1
421 sub r3, r2, #1
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dfsys.S242 (p13) sub r3 = r25,r2 // Diff needed before comparison (thanks davidm)
245 sub r10 = r2,r24 // current_cycle - last_cycle
247 (p6) sub r10 = r25,r24 // time we got was less than last_cycle
254 (p7) sub r10 = r3,r24 // then use new last_cycle instead
287 (p6) sub r8 = r8,r2
522 sub r22=r19,r18 // stime before leave kernel
525 sub r18=r30,r19 // elapsed time in user mode
/kernel/linux/linux-6.6/drivers/acpi/
H A Dutils.c301 const char *sub; in acpi_get_subsystem_id() local
314 sub = kstrdup(obj->string.pointer, GFP_KERNEL); in acpi_get_subsystem_id()
315 if (!sub) in acpi_get_subsystem_id()
316 sub = ERR_PTR(-ENOMEM); in acpi_get_subsystem_id()
319 sub = ERR_PTR(-ENODATA); in acpi_get_subsystem_id()
323 sub = ERR_PTR(-ENODATA); in acpi_get_subsystem_id()
328 return sub; in acpi_get_subsystem_id()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat60 sub usage {
218 sub convertFileName {
245 sub convertIndex {
330 sub header {
346 sub file {
464 sub hideEscapes {
475 sub restoreEscapes {

Completed in 19 milliseconds

1...<<21222324252627282930>>...94