/third_party/libsnd/ |
H A D | make_lite.py | 178 file_text = re.sub (regex, '', file_text, re.MULTILINE | re.DOTALL) 189 x = re.sub ("[^\(]+\(", "", line) 190 x = re.sub ("\).*\n", "", x)
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
H A D | minimal-secure-streams.c | 506 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local 510 if (lws_metrics_format(mp, &sub, buf, sizeof(buf))) in my_metric_report() 512 } while ((mp->flags & LWSMTFL_REPORT_HIST) && sub); in my_metric_report()
|
/third_party/littlefs/scripts/ |
H A D | explode_asserts.py | 151 outf.write(re.sub('\s+', ' ', 153 outf.write(re.sub('\s+', ' ', 161 outf.write(re.sub('\s+', ' ',
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
H A D | minimal-secure-streams.c | 461 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local 465 if (lws_metrics_format(mp, &sub, buf, sizeof(buf))) in my_metric_report() 467 } while ((mp->flags & LWSMTFL_REPORT_HIST) && sub); in my_metric_report()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
H A D | minimal-secure-streams.c | 524 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local 528 if (lws_metrics_format(mp, &sub, buf, sizeof(buf))) in my_metric_report() 530 } while ((mp->flags & LWSMTFL_REPORT_HIST) && sub); in my_metric_report()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
H A D | minimal-secure-streams-testsfail.c | 780 lws_metric_bucket_t *sub = mp->u.hist.head; in my_metric_report() local 784 if (lws_metrics_format(mp, &sub, buf, sizeof(buf))) in my_metric_report() 786 } while ((mp->flags & LWSMTFL_REPORT_HIST) && sub); in my_metric_report()
|
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 107 sub r4, LOCAL_SIZE + 8
125 sub r4, LOCAL_SIZE
262 sub rNum, 1
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_sensors_temp.c | 11 * distribute, sub license, and/or sell copies of the Software, and to 77 get_value(const sensors_chip_name *name, const sensors_subfeature *sub) in get_value() argument 82 err = sensors_get_value(name, sub->number, &val); in get_value() 84 fprintf(stderr, "ERROR: Can't get value of subfeature %s\n", sub->name); in get_value()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | paragraph.cpp | 63 static void subsetFontRuns(const FontRuns *fontRuns, le_int32 start, le_int32 limit, FontRuns *sub) in subsetFontRuns() argument 68 sub->reset(); in subsetFontRuns() 78 sub->add(runFont, runLimit); in subsetFontRuns()
|
H A D | pflow.c | 91 static void subsetFontRuns(const pl_fontRuns *fontRuns, le_int32 start, le_int32 limit, pl_fontRuns *sub) in subsetFontRuns() argument 97 pl_resetFontRuns(sub); in subsetFontRuns() 107 pl_addFontRun(sub, runFont, runLimit); in subsetFontRuns()
|
/third_party/skia/tests/ |
H A D | PathOpsTestCommon.cpp | 22 SkDCubic sub; in calc_t_div() local 28 sub = cubic.subDivide(start, 1); in calc_t_div() 29 cPtr = ⊂ in calc_t_div()
|
H A D | SubsetPath.cpp | 28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument 59 *sub = getSubsetPath(); in subset()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mpegvideo_neon.S | 29 sub r2, r3, #1 97 sub r2, r3, #1
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvencdsp.asm | 45 INT16_LOOP a, sub 47 INT16_LOOP u, sub
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_limiter.asm | 50 sub hd, 1 78 sub hd, 1
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | TerritoryContainment.java | 52 // sub-regions to have more than one parent. in getContainment() 84 // For leaf regions (direct or indirect) just retain any sub-regions which don't in TerritoryContainment() 97 graph.get(region).forEach(sub -> resolved.putAll(region, resolve(sub, graph, resolved))); in resolve()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-jws.h | 508 * \param sub: a buffer to hold the subject name in the JWT (eg, account name) 509 * \param sub_len: the max length of the sub buffer 519 * - if sub is not NULL, that the JWK provides a subject (and copies it to sub) 529 char *sub, size_t sub_len, unsigned long *exp_unix_time); 544 char sub[33]; member
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/ |
H A D | arm64cpuid.S | 85 sub x1,x1,#1 91 sub x1,x1,#8
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/ |
H A D | arm64cpuid.S | 85 sub x1,x1,#1 91 sub x1,x1,#8
|
/third_party/musl/src/math/x32/ |
H A D | expl.s | 15 sub $0xbfdf, %ax 32 sub $48, %esp
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | genericsimd.rs | 110 // guarantee that end_ptr.sub(needle.len()) won't result in UB. We could 136 let max_ptr = end_ptr.sub(min_haystack_len); 236 if end_ptr.sub(needle.len()) < ptr { in fwd_find_in_chunk()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9mc_neon.S | 224 sub x2, x2, #3 232 sub x1, x1, x5 238 sub x3, x3, x5 239 sub x3, x3, #8 486 sub x2, x2, x3, lsl #1 487 sub x2, x2, x3 531 sub x2, x2, x3, lsl #3 559 sub x2, x2, x3, lsl #1 560 sub x2, x2, x3
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 174 foreach_in_list(s_list, sub, &list->subexpressions) { in scan_for_prototypes() 175 if (!sub->is_list()) in scan_for_prototypes() 178 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes() 182 ir_function *f = read_function(sub, true); in scan_for_prototypes() 320 foreach_in_list(s_expression, sub, &list->subexpressions) { in read_instructions() 321 ir_instruction *ir = read_instruction(sub, loop_ctx); in read_instructions() 763 s_expression *sub; in read_swizzle() local 765 s_pattern pat[] = { "swiz", swiz, sub }; in read_swizzle() 776 ir_rvalue *rvalue = read_rvalue(sub); in read_swizzle()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jdsample-mmx.asm | 166 sub eax, byte SIZEOF_MMWORD 222 sub esp, byte 4 491 sub eax, byte SIZEOF_MMWORD 509 sub ecx, byte 2 ; rowctr 584 sub eax, byte 2*SIZEOF_MMWORD 596 sub eax, byte 2*SIZEOF_MMWORD 686 sub eax, byte 2*SIZEOF_MMWORD 700 sub eax, byte 2*SIZEOF_MMWORD 715 sub ecx, byte 2 ; rowctr
|
H A D | jdsample-sse2.asm | 166 sub eax, byte SIZEOF_XMMWORD 221 sub esp, byte 4 490 sub eax, byte SIZEOF_XMMWORD 508 sub ecx, byte 2 ; rowctr 581 sub eax, byte 2*SIZEOF_XMMWORD 593 sub eax, byte 2*SIZEOF_XMMWORD 681 sub eax, byte 2*SIZEOF_XMMWORD 695 sub eax, byte 2*SIZEOF_XMMWORD 710 sub ecx, byte 2 ; rowctr
|