Home
last modified time | relevance | path

Searched refs:sub (Results 576 - 600 of 1292) sorted by relevance

1...<<21222324252627282930>>...52

/third_party/protobuf/python/docs/
H A Dgenerate_docs.py178 index_contents = re.sub(TOC_REGEX, toc, index_contents)
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_cpp.py74 section = re.sub('[^0-9a-zA-Z_]', '_', section)
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dsymbolize_stack_trace.py89 sym = re.sub(extra_path, '', sym)
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64.S165 // bn_[add|sub]_words routines.
189 { .mib; sub r10=r35,r0,1
242 { .mib; sub r10=r35,r0,1
259 (p18) sub r39=r37,r34
305 { .mii; sub r10=r34,r0,1
415 sub r10=r34,r0,1
486 { .mii; sub r10=r34,r0,1
1445 sub r35=64,r36 };;
1460 (p6) sub H=H,D }
1485 (p0) sub r3
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64.S165 // bn_[add|sub]_words routines.
189 { .mib; sub r10=r35,r0,1
242 { .mib; sub r10=r35,r0,1
259 (p18) sub r39=r37,r34
305 { .mii; sub r10=r34,r0,1
415 sub r10=r34,r0,1
486 { .mii; sub r10=r34,r0,1
1445 sub r35=64,r36 };;
1460 (p6) sub H=H,D }
1485 (p0) sub r3
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dac3dsp_neon.S116 sub r4, r4, #16
117 sub lr, lr, #16
H A Drdft_neon.S49 sub r12, r12, #2
52 sub r1, r1, #8
/third_party/curl/tests/server/
H A Dgetpart.c309 const char *main, const char *sub, FILE *stream) in getpart()
314 char csub[MAX_TAG_LEN + 1]; /* current sub section */ in getpart()
383 /* end of current sub section */ in getpart()
481 /* start of a sub section */ in getpart()
484 if(!strcmp(cmain, main) && !strcmp(csub, sub)) { in getpart()
308 getpart(char **outbuf, size_t *outlen, const char *main, const char *sub, FILE *stream) getpart() argument
/third_party/ffmpeg/libavcodec/aarch64/
H A Dme_cmp_neon.S47 sub w4, w4, #4 // h -= 4
148 sub w4, w4, #4 // h -= 4
/third_party/ffmpeg/libavcodec/x86/
H A Dvp6dsp.asm123 sub rsp, 8*11
125 sub r1, r2
H A Dlossless_videoencdsp.asm108 sub t0b, [src2q + wq]
175 sub dstq, xq ; dst + width
H A Daudiodsp.asm106 sub lend, mmsize*(%2+%3)
160 sub lenq, mmsize
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java193 UResourceBundle sub = icuRes.get("minusone"); in TestGetMinusOneUintICU()
194 int t = sub.getUInt(); in TestGetMinusOneUintICU()
/third_party/littlefs/scripts/
H A Dwatch.py205 re.sub('^-.', '', p),
206 re.sub('^--[^=]+=', '', p)}:
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/poly1305/
H A Dpoly1305-ppcfp.s243 sub 4,4,0
285 sub 4,4,0
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/poly1305/
H A Dpoly1305-ppcfp.s243 sub 4,4,0
285 sub 4,4,0
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/poly1305/
H A Dpoly1305-ppcfp.s250 sub 4,4,0
292 sub 4,4,0
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/poly1305/
H A Dpoly1305-ppcfp.s250 sub 4,4,0
292 sub 4,4,0
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c45 * {extra,accum} - sub +? p
50 const curve448_scalar_t sub, in sc_subx()
58 chain = (chain + accum[i]) - sub->limb[i]; in sc_subx()
48 sc_subx(curve448_scalar_t out, const c448_word_t accum[C448_SCALAR_LIMBS], const curve448_scalar_t sub, const curve448_scalar_t p, c448_word_t extra) sc_subx() argument
/third_party/python/Lib/
H A Doperator.py20 'setitem', 'sub', 'truediv', 'truth', 'xor']
132 def sub(a, b): function
446 __sub__ = sub
H A Dglob.py245 pathname = magic_check_bytes.sub(br'[\1]', pathname)
247 pathname = magic_check.sub(r'[\1]', pathname)
H A Dtextwrap.py435 text = _whitespace_only_re.sub('', text)
466 text = re.sub(r'(?m)^' + margin, '', text)
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c45 * {extra,accum} - sub +? p
50 const curve448_scalar_t sub, in sc_subx()
58 chain = (chain + accum[i]) - sub->limb[i]; in sc_subx()
48 sc_subx(curve448_scalar_t out, const c448_word_t accum[C448_SCALAR_LIMBS], const curve448_scalar_t sub, const curve448_scalar_t p, c448_word_t extra) sc_subx() argument
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dgen_restricted_traces.py354 sub = {'trace': trace, 'version': version, 'trace_prefix': trace_prefix}
355 replacement += DEPS_TEMPLATE.format(**sub)
/third_party/python/Lib/test/
H A Dtest_defaultdict.py132 class sub(defaultdict): class
137 d = sub()
139 r"sub\(<bound method .*sub\._factory "
140 r"of sub\(\.\.\., \{\}\)>, \{\}\)")

Completed in 15 milliseconds

1...<<21222324252627282930>>...52