/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-parisc.pl | 206 or $ix,$acc,$acc ; last piece, no need to dep 226 or $ix,$acc,$acc ; last piece, no need to dep
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 267 ; push edx ; need not be preserved 323 ; pop edx ; need not be preserved
|
H A D | jfdctint-mmx.asm | 113 ; push ecx ; need not be preserved 114 ; push edx ; need not be preserved 610 ; pop edx ; need not be preserved 611 ; pop ecx ; need not be preserved
|
H A D | jidctflt-sse.asm | 86 ; push ecx ; need not be preserved 87 ; push edx ; need not be preserved 561 ; pop edx ; need not be preserved 562 ; pop ecx ; need not be preserved
|
H A D | jidctflt-sse2.asm | 86 ; push ecx ; need not be preserved 87 ; push edx ; need not be preserved 487 ; pop edx ; need not be preserved 488 ; pop ecx ; need not be preserved
|
/third_party/eudev/src/shared/ |
H A D | util.c | 1577 void* greedy_realloc(void **p, size_t *allocated, size_t need, size_t size) { in greedy_realloc() argument 1584 if (*allocated >= need) in greedy_realloc() 1587 newalloc = MAX(need * 2, 64u / size); in greedy_realloc() 1591 if (a < size * need) in greedy_realloc()
|
/third_party/node/src/crypto/ |
H A D | crypto_ec.cc | 724 const size_t need = in DoExport() local 726 if (need == 0) return WebCryptoKeyExportStatus::FAILED; in DoExport() 727 ByteSource::Builder data(need); in DoExport() 729 group, point, form, data.data<unsigned char>(), need, nullptr); in DoExport() 1005 // what OpenSSL produces, so we need to convert between them. The
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 51 % Sometimes one run after texindex suffices, and sometimes you need more 162 % sometimes characters are active, so we need control sequences. 700 % @need space-in-mils 705 \parseargdef\need{% 710 % If the @need value is less than one line space, it's useless. 779 % if you have multiple lines of stuff to put here, you'll need to 917 % @center is the first thing after a section heading, we need to wipe 1042 % So open here the files we need to have open while reading the input. 1390 % it seems we really need yet another set of dummies; have not 1474 % We don't need mat [all...] |
/applications/standard/systemui/ |
H A D | gradlew.bat | 95 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | flac_dsp_gpl.asm | 41 ; need to copy a maximum of 32 samples. Therefore we let the preprocessor
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_psnr.asm | 134 ; for %1=8, no need to zero edx on x86-32, since edx=wd, which is zero
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 160 If you have a standalone header file or files that need to be shared between 164 those headers. That source set's files will still need to pass "gn check" in
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PatternTokenizer.java | 210 // otherwise cp doesn't need quoting in quoteLiteral()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PatternTokenizer.java | 212 // otherwise cp doesn't need quoting in quoteLiteral()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_stream.h | 328 int nghttp3_stream_ensure_chunk(nghttp3_stream *stream, size_t need);
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 153 you may need to compile with "-DHAVE_STDINT_H".
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonTokenizerTest.cs | 150 // Surrogate pair handling, both in raw .NET strings and escaped. We only need 372 /// that don't need to check actual apostrophe handling to use apostrophes in the JSON, avoiding
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | arch.h | 59 #error You now need to define either FIXED_POINT or FLOATING_POINT
|
/third_party/skia/third_party/externals/libwebp/ |
H A D | gradlew.bat | 92 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 153 you may need to compile with "-DHAVE_STDINT_H".
|
/third_party/python/PCbuild/ |
H A D | find_msbuild.bat | 2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
|
/third_party/rust/crates/regex/src/ |
H A D | pikevm.rs | 190 // We don't need to check the rest of the threads in exec_() 192 // ("leftmost-first"). However, we still need to check in exec_() 197 // we need to mush on to observe other matches. in exec_() 301 // absolutely need recursion (restoring captures or following a in add_step()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips.s | 8 # so we only need to move nr into v0.
|
H A D | mips64.s | 8 # so we only need to move nr into v0.
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 86 * @param need Needed bytes 89 static inline int check_size(TiffEncoderContext *s, uint64_t need) in check_size() argument 91 if (s->buf_size < *s->buf - s->buf_start + need) { in check_size()
|