/third_party/ffmpeg/libavcodec/arm/ |
H A D | simple_idct_arm.S | 48 @@ R0-R3 are scratch regs, so no need to save them, but R0 contains the pointer to block
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp8dsp.asm | 181 ; For epel4, we need 9 bytes, but only 8 get loaded; to compensate, do the
|
H A D | h264_intrapred_10bit.asm | 774 ; no need to check
|
H A D | vp9intrapred_16bpp.asm | 2309 ; we already backed up m6/m7 earlier on x86-32 in SCRATCH, so we don't need
|
/third_party/ffmpeg/tests/fate/ |
H A D | libswresample.mak | 27 #you can use this if you need to update it!
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 98 # -s is not required for clang, do we need it for GCC ???
|
/third_party/lzma/Asm/x86/ |
H A D | LzmaDecOpt.asm | 1102 ; so we don't need the following (dicPos == limit) check here:
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 398 /// The set of `TypeKind::Comp` items found during parsing that need their 559 // depfiles need to include the explicitly listed headers too 933 // Something in the STL is trolling me. I don't need this assertion in resolve_typerefs() 1625 // instantiating, we'll need to construct it ourselves. However, in instantiate_template() 1628 // that we need to filter out of the children. We need to do this in instantiate_template() 2137 // colon. That's ok, so we only need to handle the weird in tokenize_namespace() 2358 // Auto-allowlist types that don't need code in compute_allowlisted_and_codegen_items() 2431 // always emitted by codegen, and they need to be allowlisted in compute_allowlisted_and_codegen_items() 2493 /// Whether we need t [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1241 // We may also need to add a Block-Mapping-Start token. in scanValue() 1887 // TODO: Handle newlines properly. We need to remove leading whitespace. in getValue() 1901 // We're going to need Storage. in getValue()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 602 // others need further calculation
|
/third_party/mksh/ |
H A D | Build.sh | 705 # Configuration depending on OS revision, on OSes that need them 826 # these taken from Harvey-OS github and need re-checking 2875 and put dot.mkshrc as /etc/mkshrc so users need not keep up their HOME.
|
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 219 # Still, the numbering we use here covers what we need. 2528 # need to detect those and give them special treatment. 2804 # For the schemes that need it, we provide the old *_obj configs 2868 See file INSTALL.md for details if you need multi-threading. 3127 # We won't need inherit_from in this target any more, since we've 3420 # We need this for the cases when File::Spec doesn't detect case insensitivity
|
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 129 /* If not set, need to do do_mbedtls_handshake */ 2612 #error need MBEDTLS_CIPHER_MODE_AEAD, please enable MBEDTLS_CCM_C
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 226 /// need to be referenced by anything. 802 // These items don't need code generation, they only need to be in codegen() 870 // need to check that these conversions are permissible, but in codegen() 1207 // Although uses of instantiations don't need code generation, and are in codegen() 1855 // FIXME: Once we generate proper vtables, we need to codegen the in codegen() 1859 // Also, we need to generate the vtable in such a way it "inherits" from in codegen() 2540 // "this" parameter, so there's no need to ask the user for it. in codegen_method() 2554 // If it's a constructor, we need to insert an extra parameter with a in codegen_method() 3046 // * the enum is Rustified and we need in codegen() [all...] |
/third_party/openssl/ |
H A D | Configure | 219 # Still, the numbering we use here covers what we need. 2523 # need to detect those and give them special treatment. 2799 # For the schemes that need it, we provide the old *_obj configs 2863 See file INSTALL.md for details if you need multi-threading. 3122 # We won't need inherit_from in this target any more, since we've 3415 # We need this for the cases when File::Spec doesn't detect case insensitivity
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 85 # We need space, tab and new line, in precisely that order. Quoting is 116 # Unset variables that we do not need and which cause bugs (e.g. in 1476 you do not need these links, but if you compile 1478 <png.h> and link with -lpng; in that case you need 2494 # If we didn't sleep, we still need to ensure time stamps of config.status and 2862 # We need awk for the "check" target (and possibly the TAP driver). The 3360 # argument, so we may need to know it at that point already. 3918 # We need to recreate these files for each test, as the compiler may 3932 # handle '-M -o', and we need to detect this. Also, some Intel 4051 # We need t [all...] |
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 846 'You don\'t need a ; after a }': r's/};/}/', 2922 # We could save the full stack, but we only need the top. Copying 3012 # We can't be sure if we just find a single '<', and need to 3025 We need to handle preprocessors due to classes like this: 3065 # If we saw an #else, we will need to restore the nesting 3479 # they'll never need to wrap. 4493 # We need to check the line forward for NOLINT 4501 "You don't need a ; after a }") 4561 # We need to make opening_pos relative to the start of the entire line. 5248 # If the line is empty or consists of entirely a comment, no need t [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1276 size_t need = in->unknown_size + len; in _upb_msg_addunknown() local 1277 size_t newsize = UPB_MAX(in->unknown_size * 2, need); in _upb_msg_addunknown() 1464 /* For when we need to cast away const. */ 1733 /* Arena-based allocs don't need to free and won't pass this. */ in upb_strtable_remove3() 2429 /* We need to malloc the initial block. */ in arena_initslow() 4191 /* We need to skip past any initial fields. */ in upb_msg_oneof_begin() 4199 /* We need to skip past fields to return only oneofs. */ in upb_msg_oneof_next() 4520 * this code is used to directly build defs from Ruby (for example) we do need 4778 /* XXX: need to interpret the C-escaped value. */ in parse_default() 6889 /* JSON "null" indicates a default value, so no need t in jsondec_field() [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 109 # We only have 64b->128b polynomial multipliers, naively that means we need to do 4 64b multiplies to generate a 128b 1954 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite 3874 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite 5930 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite
|
/third_party/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 109 # We only have 64b->128b polynomial multipliers, naively that means we need to do 4 64b multiplies to generate a 128b 1954 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite 3874 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite 5930 ldp $end_input_ptr, $main_end_input_ptr, [$output_ptr] @ load existing bytes we need to not overwrite
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 206 // We need to save and restore lr if the frame was elided. 646 // jumps to the CompileLazyDeoptimizedCode builtin. In order to do this we need 3435 // we only need one of the two words. We emit a normal atomic load. in AssembleArchInstruction() 3458 // The {ldrexd} instruction needs two temp registers. We do not need the in AssembleArchInstruction() 3468 // We don't need the result of {ldrexd} itself. in AssembleArchInstruction()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 432 # fails when set -e is in force, so we need another command to 1700 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use 2279 # We need to display help for each of the modes. 2777 # We need to accept at least all the BSD install flags. 2991 # so we also need to try rm && ln -s. 3333 # if an import library, we need to obtain dlname 4071 # fixup the dll searchpath if we need to. 4073 # Fix the DLL searchpath if we need to. Do this before prepending 4381 need to make LTWRAPPER_OPTION_PREFIX a configure-time option 5086 # even a static library is built. For now, we need t [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 452 # fails when set -e is in force, so we need another command to 1720 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use 2299 # We need to display help for each of the modes. 2797 # We need to accept at least all the BSD install flags. 3011 # so we also need to try rm && ln -s. 3353 # if an import library, we need to obtain dlname 4091 # fixup the dll searchpath if we need to. 4093 # Fix the DLL searchpath if we need to. Do this before prepending 4401 need to make LTWRAPPER_OPTION_PREFIX a configure-time option 5106 # even a static library is built. For now, we need t [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_conn.c | 2757 /* If we cannot write another packet, then we need to add padding to in conn_write_handshake_pkt() 3195 /* We don't need to send further Initial packet if we have in conn_write_handshake_pkts() 3285 size_t i, need = conn_required_num_new_connection_id(conn); in conn_enqueue_new_connection_id() local 3296 for (i = 0; i < need; ++i) { in conn_enqueue_new_connection_id() 4237 /* probe packet needs tracking but it does not need ACK, could be lost. */ in conn_write_pkt()
|
/third_party/eudev/ |
H A D | ltmain.sh | 51 # shell tools we need than the defaults used by the functions shared 106 # If you need to override any of the default environment variable 114 # Some shells need a little help to be as Bourne compatible as possible. 1023 # fails when set -e is in force, so we need another command to 1453 # For the simplest scripts you might need only: 1463 # In order for the '--version' option to work, you will need to have a 1467 # For '-h' and '--help' to work, you will also need a one line 1492 # expansion at the time the message is displayed, but you will need to 1666 # You'll alse need to manually amend $usage_message to reflect the extra 1784 # Separate optargs to long options (plugins may need thi [all...] |