/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 751 value of C<$VAR>. Then they realize the need extra formatting, so 752 they put in some special syntax for formatting. Then they need a 757 crippled. If you need to do something the author hasn't thought of, 764 Perl. If you need to make a loop, you can use any of the Perl loop 1010 You don't usually need to invoke this function, because C<fill_in> 1461 To use C<fill_in_string>, you need to say
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 751 value of C<$VAR>. Then they realize the need extra formatting, so 752 they put in some special syntax for formatting. Then they need a 757 crippled. If you need to do something the author hasn't thought of, 764 Perl. If you need to make a loop, you can use any of the Perl loop 1010 You don't usually need to invoke this function, because C<fill_in> 1461 To use C<fill_in_string>, you need to say
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 408 ; FIXME we shouldn't need two dts registers if mmsize == 8 1103 ; lines (high part). It is inlined to avoid the need of a staging area
|
H A D | h264_qpel_10bit.asm | 478 ;unfortunately I need three registers, so m5 will have to be re-read from memory
|
H A D | vp9itxfm.asm | 2170 ; so we don't need to allocate extra stack space 2471 ; interleave sumsubs (t0/31, t1/30, etc) but the tN for the 16x16 need 2472 ; to be sequential, which means I need to load/store half of the sumsub
|
H A D | vp9itxfm_16bpp.asm | 148 ; add 2 bits, we need to scale before converting to word in 12bpp, since the 417 ; don't need any additional processing to fit it in a word
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-sse2.asm | 119 ; push edx ; need not be preserved 848 ; pop edx ; need not be preserved
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 285 // count-1, so need to add one to distinguish from unused. The probe sequence 1062 // TODO FIXME need better diags for bad tokens! in scan_opt_div() 2671 #define FIELDS_MAX 102400 // Was 1024; need more for toybox awk test 2706 // Do not need format here b/c k is integer, uses "%lld" format. in set_map_element() 2863 // If it's 0, need to rebuild the TT.fields 1... n. in fixup_fields() 2864 // If it's non-0, need to rebuild field 0. in fixup_fields() 3477 regoff_t need = SLEN(v) + 1; // capacity needed for result string in gsub() local 3480 need += SLEN(repl) + (eo - so) * (namps - 1); in gsub() 3488 struct zstring *z = xzalloc(sizeof(*z) + need); in gsub() 3489 z->capacity = need; in gsub() [all...] |
/third_party/node/ |
H A D | vcbuild.bat | 281 @rem need to clear VSINSTALLDIR for vcvarsall to work as expected
321 @rem need to clear VSINSTALLDIR for vcvarsall to work as expected
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 785 types need to be specified explicitly (it is unlikely that a type 954 annotations. Still need to add examples of the annotation
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 202 // All other fields may need a `T: Deserialize` bound where T is the type of the 758 // We don't need the default value, to prevent an unused variable warning in deserialize_seq() 840 // We don't need the default value, to prevent an unused variable warning in deserialize_seq_in_place() 1754 // need to provide the error type. in deserialize_untagged_enum_after() 2641 // We don't need the default value, to prevent an unused variable warning in deserialize_map() 2808 // We don't need the default value, to prevent an unused variable warning in deserialize_map_in_place()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_neon.S | 350 @ We only need d28[0], but [] is faster on some cores
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur.asm | 724 ; But we need to take care as the data layout is different.
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 757 Any Rust .rlibs which need to be linked into a final C++ target. 786 substitutions. Both tools are required to create iOS/macOS bundles and need 872 You will need to specify
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 483 ; note that for imul/idiv, I need to move filter to edx/eax for each:
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Utility.java | 374 appendInt(buffer, value); // Don't need to escape this value in encodeRun() 412 buffer.append(valueChar); // Don't need to escape this value in encodeRun() 439 appendEncodedByte(buffer, value, state); // Don't need to escape this value in encodeRun() 1718 // whitespace need quoting. Also append stuff to quotes if we are in appendToRule()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 377 appendInt(buffer, value); // Don't need to escape this value in encodeRun() 415 buffer.append(valueChar); // Don't need to escape this value in encodeRun() 442 appendEncodedByte(buffer, value, state); // Don't need to escape this value in encodeRun() 1622 // whitespace need quoting. Also append stuff to quotes if we are in appendToRule()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 166 // others need further calculation
|
H A D | gk110.asm | 144 // others need further calculation
|
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 933 // we need only low bits 1117 // for big-endian we need to revert bytes 1229 # so we don't need the following (dicPos == limit) check here:
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 58 const uint8_t *cur, const uint8_t *end, size_t need) in mbedtls_ssl_set_chk_buf_ptr_fail_args() 62 chk_buf_ptr_fail_args.need = need; in mbedtls_ssl_set_chk_buf_ptr_fail_args() 74 (chk_buf_ptr_fail_args.need != args->need); in mbedtls_ssl_cmp_chk_buf_ptr_fail_args() 3363 * need the ability to export multiple sessions (aka tickets), in mbedtls_ssl_get_session() 5462 * mbedtls_ssl_reset(), so we only need to set the remaining ones. in ssl_context_load() 7253 /* We no longer need Server/ClientHello.random values */ in mbedtls_ssl_derive_keys() 7839 /* If we don't need to store the CRT chain permanently, parse in ssl_parse_certificate_chain() 8513 /* Keep last flight around in case we need t in mbedtls_ssl_handshake_wrapup() 57 mbedtls_ssl_set_chk_buf_ptr_fail_args( const uint8_t *cur, const uint8_t *end, size_t need) mbedtls_ssl_set_chk_buf_ptr_fail_args() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 140 need = min_len - (len(cwd) + len(os.path.sep)) 141 if need <= 0: 143 if len(dirname) > need and need > 0: 144 dirname = dirname[:need] 661 "need os.statvfs()") 1419 self.skipTest("need symlink support") 1647 # this test need not depend on that behavior. Be explicit. 1710 @unittest.skipUnless(hasattr(os, 'getgroups'), 'need os.getgroups') 1835 @unittest.skipUnless(hasattr(os, 'getrandom'), 'need o [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 63 * a skipped test, in earlier versions we need to succeed on a skipped test, so: 1528 * chunklen-4U-chunkpos must be zero, we just need to skip the in store_read_chunk() 2403 /* This is set by transforms that need to allow a higher limit, it is an 2928 * so we need the inverse: in modifier_set_encoding() 3134 /* If we get to here then this chunk may need to be modified. To in modifier_read_imp() 3211 * need a local buffer. 3565 png_byte need[256]; in make_standard_palette() local 3567 need[0] = 0; /*got black*/ in make_standard_palette() 3568 memset(need+1, 1, (sizeof need) in make_standard_palette() [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1247 size_t need = in->unknown_size + len; in _upb_msg_addunknown() local 1248 size_t newsize = UPB_MAX(in->unknown_size * 2, need); in _upb_msg_addunknown() 1439 /* For when we need to cast away const. */ 1707 /* Arena-based allocs don't need to free and won't pass this. */ in upb_strtable_remove3() 2385 return NULL; /* We are an arena, don't need individual frees. */ in upb_arena_doalloc() 2415 /* We need to malloc the initial block. */ in upb_arena_init() 3742 /* We need to skip past any initial fields. */ in upb_msg_oneof_begin() 3750 /* We need to skip past fields to return only oneofs. */ in upb_msg_oneof_next() 4057 * this code is used to directly build defs from Ruby (for example) we do need 4315 /* XXX: need t in parse_default() 9562 accumulate_realloc(upb_json_parser *p, size_t need) accumulate_realloc() argument 9586 size_t need; accumulate_append() local [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 864 types need to be specified explicitly (it is unlikely that a type 1037 annotations. Still need to add examples of the annotation
|