Searched refs:saves (Results 1 – 25 of 297) sorted by relevance
12345678910>>...12
/external/openthread/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | nl_filtered_canonical.m4 | 90 # generated from AC_CANONICAL_<NAME> and saves it in 111 # generated from AC_CANONICAL_BUILD and saves it in 128 # generated from AC_CANONICAL_HOST and saves it in 145 # generated from AC_CANONICAL_TARGET and saves it in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 59 The idea is that it saves callers from having to remember this value, 146 1. First movq should be movl; saves a byte. 147 2. Both andq's should be andl; saves another two bytes. I think this was 149 3. shrq should be shrl; saves another byte.
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 59 The idea is that it saves callers from having to remember this value, 146 1. First movq should be movl; saves a byte. 147 2. Both andq's should be andl; saves another two bytes. I think this was 149 3. shrq should be shrl; saves another byte.
|
/external/libpng/scripts/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/libpng/ |
D | libpng.pc.in | 7 Description: Loads and saves PNG files
|
/external/python/cachetools/docs/ |
D | index.rst | 220 Decorator to wrap a function with a memoizing callable that saves 316 callable that saves results in a (possibly shared) cache. 455 callable that saves up to the `maxsize` most recent calls, using 490 saves up to `maxsize` results based on a First In First Out 497 saves up to `maxsize` results based on a Least Frequently Used 504 saves up to `maxsize` results based on a Least Recently Used (LRU) 511 saves up to `maxsize` results based on a Most Recently Used (MRU) 518 saves up to `maxsize` results based on a Random Replacement (RR) 524 Decorator to wrap a function with a memoizing callable that saves
|
/external/openscreen/third_party/boringssl/ios-arm/crypto/test/ |
D | trampoline-armv4.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/rust/crates/quiche/deps/boringssl/ios-arm/crypto/test/ |
D | trampoline-armv4.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/iptables/extensions/ |
D | libxt_RATEEST.man | 2 and saves the results for later evaluation using the \fBrateest\fP match.
|
/external/cronet/third_party/boringssl/apple-arm/crypto/test/ |
D | trampoline-armv4-apple.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/boringssl/apple-arm/crypto/test/ |
D | trampoline-armv4-apple.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/curl/docs/cmdline-opts/ |
D | etag-save.d | 13 This option saves an HTTP ETag to the specified file. An ETag is a
|
/external/rust/crates/quiche/deps/boringssl/linux-arm/crypto/test/ |
D | trampoline-armv4.S | 24 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/boringssl/linux-arm/crypto/test/ |
D | trampoline-armv4-linux.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/openscreen/third_party/boringssl/linux-arm/crypto/test/ |
D | trampoline-armv4.S | 24 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/cronet/third_party/boringssl/linux-arm/crypto/test/ |
D | trampoline-armv4-linux.S | 23 @ with |argv|, then saves the callee-saved registers into |state|. It returns
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2011-04-21-FILoweringBug.ll | 4 ; and in the range of 0-1020. This saves code size by utilizing
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fixed-point-scalar-cvt-dagcombine.ll | 4 ; extract_vector_elt of a conversion, which saves a round trip of copies
|
/external/arm-trusted-firmware/docs/design/ |
D | trusted-board-boot.rst | 158 registers. If the comparison succeeds, BL2 reads and saves the trusted and 167 verification succeeds, BL2 reads and saves the BL3x public key from the 172 BL2 reads and saves the BL3x image hash from the certificate. 177 verification succeeds, BL2 reads and saves the BL33 public key from the 181 verification succeeds, BL2 reads and saves the BL33 image hash from the
|
/external/llvm/test/CodeGen/X86/ |
D | no-prolog-kill.ll | 4 ; This function gets a AL live-in and at same time saves+restores RAX. We must
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SaveV2.pbtxt | 31 By default, saves the named tensors in full. If the caller wishes to save
|
/external/google-breakpad/docs/ |
D | symbol_files.md | 22 (except for line records; these are very common, making them the default saves 234 dedicated to preserving the values of any callee-saves registers used by this 351 * You should be able to recover the values of callee-saves registers. These 423 "callee-saves" and "caller-saves" registers. The callee must restore the 424 values of "callee-saves" registers before returning (if it uses them at 425 all), whereas the callee is free to use "caller-saves" registers without 426 restoring their values. A function that uses caller-saves registers 453 _expression<sub>n</sub>_. The values of any callee-saves registers not mentioned 454 are assumed to be unchanged. (`STACK CFI` records never mention caller-saves
|
/external/cronet/base/android/ |
D | resource_exclusions.gni | 22 # It saves XXkb to omit the config.
|
/external/OpenCSD/ |
D | .gitignore | 51 # ignore emacs backup saves
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | load-store-q.ll | 8 ; callee-saves.
|
12345678910>>...12