Home
last modified time | relevance | path

Searched refs:need (Results 76 - 100 of 217) sorted by relevance

123456789

/third_party/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl206 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 Djfdctint-avx2.asm267 ; push edx ; need not be preserved
323 ; pop edx ; need not be preserved
H A Djfdctint-mmx.asm113 ; 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 Djidctflt-sse.asm86 ; 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 Djidctflt-sse2.asm86 ; 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 Dutil.c1577 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 Dcrypto_ec.cc724 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 Dtexinfo.tex51 % 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 Dgradlew.bat95 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
/third_party/ffmpeg/libavcodec/x86/
H A Dflac_dsp_gpl.asm41 ; need to copy a maximum of 32 samples. Therefore we let the preprocessor
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_psnr.asm134 ; for %1=8, no need to zero edx on x86-32, since edx=wd, which is zero
/third_party/gn/src/gn/
H A Dcommand_check.cc160 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 DPatternTokenizer.java210 // otherwise cp doesn't need quoting in quoteLiteral()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java212 // otherwise cp doesn't need quoting in quoteLiteral()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_stream.h328 int nghttp3_stream_ensure_chunk(nghttp3_stream *stream, size_t need);
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h153 you may need to compile with "-DHAVE_STDINT_H".
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs150 // 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 Darch.h59 #error You now need to define either FIXED_POINT or FLOATING_POINT
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat92 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 Dprivate.h153 you may need to compile with "-DHAVE_STDINT_H".
/third_party/python/PCbuild/
H A Dfind_msbuild.bat2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
/third_party/rust/crates/regex/src/
H A Dpikevm.rs190 // 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 Dmips.s8 # so we only need to move nr into v0.
H A Dmips64.s8 # so we only need to move nr into v0.
/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c86 * @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()

Completed in 17 milliseconds

123456789