/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-mont.S | 61 sub sp,sp,r0 @ alloca(4*num) 62 sub sp,sp,#4 @ +extra dword 63 sub r0,r0,#4 @ "num=num-1" 105 sub r7,r0,r7 @ "original" r0-1 value 106 sub r1,r1,r7 @ "rewind" ap to &ap[1] 108 sub r3,r3,r7 @ "rewind" np to &np[1] 159 sub r5,r0,r5 @ "original" num value 162 sub r3,r3,r5 @ "rewind" r3 to &np[0] 173 sub r2,r2,r5 @ "rewind" r2 220 sub r [all...] |
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9lpf_neon.S | 62 sub \dst1, \in1, \in3 64 sub \dst2, \in2, \in4 632 sub x9, x0, x1, lsl #2 641 sub x0, x0, x1, lsl #2 642 sub x9, x9, x1, lsl #1 656 sub x9, x0, x1, lsl #2 665 sub x0, x0, x1, lsl #2 666 sub x9, x9, x1, lsl #1 680 sub x9, x0, #4 691 sub x [all...] |
H A D | vc1dsp_neon.S | 35 sub x1, x0, #3*32 47 sub v19.8h, v19.8h, v21.8h // 16 * src[24] - 4 * src[40] 49 sub v18.8h, v22.8h, v18.8h // - 4 * src[8] + 16 * src[56] 57 sub v2.8h, v23.8h, v21.8h // t4/2 = 6/2 * src[16] - 16/2 * src[48] 60 sub v1.8h, v1.8h, v5.8h // t2/2 = 12/2 * src[0] - 12/2 * src[32] 64 sub v16.8h, v1.8h, v2.8h // t7/2 = t2/2 - t4/2 69 sub v17.8h, v4.8h, v3.8h // t8/2 = t1/2 - t3/2 72 sub v1.8h, v1.8h, v2.8h // t7/2 = t2/2 - t4/2 73 sub v2.8h, v4.8h, v3.8h // t8/2 = t1/2 - t3/2 120 sub v [all...] |
H A D | vp9itxfm_neon.S | 53 sub \tmp2\().8h, \in1\().8h, \in2\().8h 159 sub \out2\().8h, \in1\().8h, \in2\().8h 165 sub \out1\().8h, \in1\().8h, \in2\().8h 175 sub \tmp3\().4s, \in1\().4s, \in3\().4s 176 sub \tmp4\().4s, \in2\().4s, \in4\().4s 185 sub v17.4h, \c2\().4h, \c3\().4h 186 sub v16.4h, \c0\().4h, v17.4h 188 sub \c2\().4h, v16.4h, \c1\().4h 189 sub \c1\().4h, v16.4h, \c3\().4h 191 sub \c [all...] |
/third_party/alsa-lib/include/ |
H A D | version.h | 10 #define SND_LIB_VER(maj, min, sub) (((maj)<<16)|((min)<<8)|(sub))
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | flacdsp.asm | 40 sub lend, pred_orderd 69 sub lend, 2 127 FLAC_DECORRELATE_16 ls, 0, 2, sub 144 sub in1q, in0q 165 sub lend, mmsize/4 171 FLAC_DECORRELATE_32 ls, 0, 2, 1, sub 207 sub in %+ %%i %+ q, in0q 290 sub lend, mmsize/4
|
H A D | synth_filter.asm | 107 sub j, 64 * 4 135 sub r5q, offmp 184 sub ptr2, i 191 sub j, OFFQ 193 sub ptr1, j 194 sub ptr2, j 196 sub j, 64 * 4 231 sub i, (ARCH_X86_64 + 1) * mmsize
|
H A D | me_cmp.asm | 61 sub %1, %5 62 sub %2, %5 435 sub hd, 2 450 sub hd, 2 487 sub hd, 2 507 sub hd, 2 553 sub hd, 2 584 sub hd, 2 628 sub hd, 2 654 sub h [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | colord.c | 126 DBusMessageIter sub; in get_filename_for_profile_path() local 158 dbus_message_iter_recurse(&args, &sub); in get_filename_for_profile_path() 159 dbus_message_iter_get_basic(&sub, &tmp); in get_filename_for_profile_path() 363 DBusMessageIter sub; in get_profile_inhibitors() local 401 dbus_message_iter_recurse(&sub2, &sub); in get_profile_inhibitors() 402 while (dbus_message_iter_get_arg_type(&sub) != DBUS_TYPE_INVALID) { in get_profile_inhibitors() 403 dbus_message_iter_get_basic(&sub, &tmp); in get_profile_inhibitors() 405 dbus_message_iter_next(&sub); in get_profile_inhibitors()
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 225 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() 256 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() 273 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() 307 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() 311 __ sub(edi, register_location(start_reg + 1)); in CheckNotBackReferenceIgnoreCase() 340 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() 367 __ sub(edi, ebx); in CheckNotBackReferenceIgnoreCase() 385 __ sub(eax, edx); // Length to check. in CheckNotBackReference() 411 __ sub(ebx, eax); // Offset by length when matching backwards. in CheckNotBackReference() 442 __ sub(ed in CheckNotBackReference() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | fix_get_types.py | 13 l = re.sub ('_t_get_type', '_get_type', l) 14 l = re.sub ('_T \(', ' (', l)
|
/third_party/python/Objects/stringlib/ |
H A D | count.h | 9 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in count() 19 count = FASTSEARCH(str, str_len, sub, sub_len, maxcount, FAST_COUNT); in count() 8 count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t maxcount) count() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp9dsp.c | 253 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 D | cose_validate.c | 456 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...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp_armv6.S | 198 sub sp, sp, #32 366 sub r0, r0, #4 438 sub r9, r7, r2, lsr #7 @ 0x03030303 473 T sub r7, r0, r1 550 sub r0, r0, r1, lsl #1 559 sub r0, r0, r1, lsl #2 617 sub r9, r10, r12, lsr #7 @ 0x03030303 736 sub sp, sp, #16 745 sub r0, r0, r1, lsl #2 759 T sub r [all...] |
H A D | hevcdsp_qpel_neon.S | 224 sub r2, r2, r3, lsl #1 225 sub r2, r3 265 sub r2, r2, r3, lsl #1 266 sub r2, r3 367 sub r2, #4 405 sub r2, #4 503 sub r2, #4 504 sub r2, r2, r3, lsl #1 505 sub r2, r3 // extra_before 3 562 sub r [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/bn/ |
H A D | armv8-mont.S | 37 sub x22,sp,x5,lsl#3 45 sub x21,x5,#16 // j=num-2 74 sub x21,x21,#8 // j-- 92 sub x1,x1,x5 // rewind x1 96 sub x3,x3,x5 // rewind x3 100 sub x20,x5,#8 // i=num-1 113 sub x21,x5,#16 // j=num-2 122 sub x20,x20,#8 // i-- 137 sub x21,x21,#8 // j-- 159 sub x [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/bn/ |
H A D | armv8-mont.S | 37 sub x22,sp,x5,lsl#3 45 sub x21,x5,#16 // j=num-2 74 sub x21,x21,#8 // j-- 92 sub x1,x1,x5 // rewind x1 96 sub x3,x3,x5 // rewind x3 100 sub x20,x5,#8 // i=num-1 113 sub x21,x5,#16 // j=num-2 122 sub x20,x20,#8 // i-- 137 sub x21,x21,#8 // j-- 159 sub x [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/bn/ |
H A D | armv8-mont.S | 37 sub x22,sp,x5,lsl#3 45 sub x21,x5,#16 // j=num-2 74 sub x21,x21,#8 // j-- 92 sub x1,x1,x5 // rewind x1 96 sub x3,x3,x5 // rewind x3 100 sub x20,x5,#8 // i=num-1 113 sub x21,x5,#16 // j=num-2 122 sub x20,x20,#8 // i-- 137 sub x21,x21,#8 // j-- 159 sub x [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/bn/ |
H A D | armv8-mont.S | 37 sub x22,sp,x5,lsl#3 45 sub x21,x5,#16 // j=num-2 74 sub x21,x21,#8 // j-- 92 sub x1,x1,x5 // rewind x1 96 sub x3,x3,x5 // rewind x3 100 sub x20,x5,#8 // i=num-1 113 sub x21,x5,#16 // j=num-2 122 sub x20,x20,#8 // i-- 137 sub x21,x21,#8 // j-- 159 sub x [all...] |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | asymmetric_key_data.py | 27 private = 'PSA_KEY_TYPE_' + re.sub(r'(\(|\Z)', r'_KEY_PAIR\1', typ, 1) 28 public = 'PSA_KEY_TYPE_' + re.sub(r'(\(|\Z)', r'_PUBLIC_KEY\1', typ, 1)
|
/third_party/ffmpeg/libavcodec/ |
H A D | srtdec.c | 58 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 D | textdec.c | 48 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()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_local.h | 50 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 D | substitution_pattern.cc | 58 for (const Substitution* sub : *types) { in Parse() 59 const char* cur_pattern = sub->name; in Parse() 62 ranges_.push_back(Subrange(sub)); in Parse()
|