/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | disp.h | 5 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub); 11 u16 nvbios_disp_entry(struct nvkm_bios *, u8 idx, u8 *ver, u8 *hdr, u8 *sub); 12 u16 nvbios_disp_parse(struct nvkm_bios *, u8 idx, u8 *ver, u8 *hdr, u8 *sub,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_local.h | 68 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime)
|
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | mpegvideo_alpha.c | 36 uint64_t levels, negmask, zeros, add, sub; in dct_unquantize_h263_axp() local 62 sub = qadd & negmask; in dct_unquantize_h263_axp() 66 levels -= sub; in dct_unquantize_h263_axp()
|
/third_party/ffmpeg/libavcodec/ |
H A D | webvttdec.c | 83 static int webvtt_decode_frame(AVCodecContext *avctx, AVSubtitle *sub, in webvtt_decode_frame() argument 93 ret = ff_ass_add_rect(sub, buf.str, s->readorder++, 0, NULL, NULL); in webvtt_decode_frame() 97 *got_sub_ptr = sub->num_rects > 0; in webvtt_decode_frame()
|
/third_party/ffmpeg/libswscale/aarch64/ |
H A D | rgb2rgb_neon.S | 27 sub w5, w5, w3 28 sub w6, w6, w3 29 sub w7, w7, w3, lsl #1
|
/third_party/libsnd/src/ |
H A D | create_symbols_file.py | 121 print ("LIBRARY %s%s" % (name, re.sub ("\..*", "", version))) 146 progname = re.sub (".*[\\/]", "", sys.argv [0]) 163 version = re.sub ("\.[a-z0-9]+$", "", sys.argv [2])
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-encoding-custom-textdecoder-streaming.js | 30 const sub = []; 32 sub.push(encoded[j]); 33 out += decoder.decode(new Uint8Array(sub), { stream: true });
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsRect.h | 56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd); 62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd); 68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264cmc_neon.S | 51 sub w6, w14, w7 52 sub w12, w13, w7 53 sub w4, w7, w13 54 sub w4, w4, w14 221 sub w6, w14, w7 222 sub w12, w13, w7 223 sub w4, w7, w13 224 sub w4, w4, w14 370 sub w6, w14, w7 371 sub w1 [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhddsp.asm | 122 sub tempq, xq 127 sub tempq, xq 241 sub tempq, xq 269 sub tempq, xq 280 sub lowq, widthq 281 sub highq, widthq 282 sub outputq, widthq 283 sub outputq, widthq 461 sub posq, lwidthq 504 sub pos [all...] |
/third_party/musl/crt/i386/ |
H A D | crti.s | 4 sub $12,%esp 9 sub $12,%esp
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | mon_client.c | 282 BUG_ON(num < 1); /* monmap sub is always there */ in __send_subscribe() 346 * @sub: one of CEPH_SUB_* 349 static bool __ceph_monc_want_map(struct ceph_mon_client *monc, int sub, in __ceph_monc_want_map() argument 355 dout("%s %s epoch %u continuous %d\n", __func__, ceph_sub_str[sub], in __ceph_monc_want_map() 358 if (monc->subs[sub].want && in __ceph_monc_want_map() 359 monc->subs[sub].item.start == start && in __ceph_monc_want_map() 360 monc->subs[sub].item.flags == flags) in __ceph_monc_want_map() 363 monc->subs[sub].item.start = start; in __ceph_monc_want_map() 364 monc->subs[sub].item.flags = flags; in __ceph_monc_want_map() 365 monc->subs[sub] in __ceph_monc_want_map() 370 ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, bool continuous) ceph_monc_want_map() argument 388 __ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch) __ceph_monc_got_map() argument 403 ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch) ceph_monc_got_map() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 303 // now recurse to pick up sub levels of the items in getWithFallback() 914 ICUResourceBundle sub = (ICUResourceBundle) base.handleGet(subKey, null, requested); in findResourceWithFallback() 915 if (sub == null) { in findResourceWithFallback() 921 return sub; in findResourceWithFallback() 923 base = sub; in findResourceWithFallback() 1002 ICUResourceBundle sub; in findStringWithFallback() 1005 sub = getAliasedResource(base, keys, depth, subKey, res, null, requested); in findStringWithFallback() 1007 sub = null; in findStringWithFallback() 1011 if (sub != null) { in findStringWithFallback() 1012 return sub in findStringWithFallback() [all...] |
/third_party/alsa-lib/include/ |
H A D | version.h | 10 #define SND_LIB_VER(maj, min, sub) (((maj)<<16)|((min)<<8)|(sub))
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 85 sub $0x40, MESSAGE_LEN 94 sub $0x40, MESSAGE_LEN 102 sub $0x10, MESSAGE_LEN 106 sub $0x10, MESSAGE_LEN
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | entry-compact.h | 167 sub sp, sp, 4 171 sub sp, sp, 4 /* skip pt_regs->sp, already saved above */ 245 sub sp, sp, 4 249 sub sp, sp, 8 /* skip orig_r0 (not needed)
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memcmp.S | 70 sub src1, src1, tmp1 71 sub src2, src2, tmp1 125 sub limit, limit, 4 135 sub result, data1w, data2w
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 86 sub $0x40, MESSAGE_LEN 95 sub $0x40, MESSAGE_LEN 103 sub $0x10, MESSAGE_LEN 107 sub $0x10, MESSAGE_LEN
|
/third_party/node/test/fixtures/wpt/encoding/ |
H A D | textdecoder-streaming.any.js | 30 var sub = []; 32 sub.push(encoded[j]); 34 var uintArray = new Uint8Array(createBuffer(arrayBufferOrSharedArrayBuffer, sub.length)); 35 uintArray.set(sub);
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memcmp.S | 68 sub src1, src1, tmp1 69 sub src2, src2, tmp1 123 sub limit, limit, 4 133 sub result, data1w, data2w
|
/third_party/python/Python/ |
H A D | specialize.c | 1133 binary_subscr_fail_kind(PyTypeObject *container_type, PyObject *sub) in binary_subscr_fail_kind() argument 1136 if (PyLong_CheckExact(sub)) { in binary_subscr_fail_kind() 1139 if (PySlice_Check(sub)) { in binary_subscr_fail_kind() 1145 if (PyLong_CheckExact(sub)) { in binary_subscr_fail_kind() 1148 if (PySlice_Check(sub)) { in binary_subscr_fail_kind() 1154 if (PyLong_CheckExact(sub)) { in binary_subscr_fail_kind() 1157 if (PySlice_Check(sub)) { in binary_subscr_fail_kind() 1163 if (PyLong_CheckExact(sub) && container_type->tp_as_sequence->sq_item) { in binary_subscr_fail_kind() 1188 PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) in _Py_Specialize_BinarySubscr() 1195 if (PyLong_CheckExact(sub)) { in _Py_Specialize_BinarySubscr() 1187 _Py_Specialize_BinarySubscr( PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) _Py_Specialize_BinarySubscr() argument 1265 _Py_Specialize_StoreSubscr(PyObject *container, PyObject *sub, _Py_CODEUNIT *instr) _Py_Specialize_StoreSubscr() argument [all...] |
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | memset.S | 35 r9 = sub(r6, r7) /* bytes until double alignment */ 64 r3:2 = sub(r3:2, r7:6) 77 r3:2 = sub(r3:2, r7:6) 90 r3:2 = sub(r3:2, r7:6) 113 r3:2 = sub(r3:2, r7:6) 130 r3:2 = sub(r3:2, r7:6)
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | insnemu.S | 271 sub r3, zero, r3 /* -r3 */ 274 sub r5, zero, r5 /* -r5 */ 318 sub r13, r13, r5 341 sub r3, zero, r3 /* -r3 */ 521 sub r9, r9, r11 533 sub r9, r9, r3
|
/kernel/linux/linux-6.6/arch/hexagon/lib/ |
H A D | memset.S | 35 r9 = sub(r6, r7) /* bytes until double alignment */ 64 r3:2 = sub(r3:2, r7:6) 77 r3:2 = sub(r3:2, r7:6) 90 r3:2 = sub(r3:2, r7:6) 113 r3:2 = sub(r3:2, r7:6) 130 r3:2 = sub(r3:2, r7:6)
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-ccm-core.S | 55 sub w3, w3, #4 72 sub w3, w3, #1 129 sub w4, w4, #(4 * 16) 161 sub w4, w4, #16 241 sub w4, w4, #(4 * 16) 273 sub w4, w4, #16
|