/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...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 240 # need to push 4 registers into stack to maintain 1086 jl _initial_blocks_done\@ # no need for precomputed constants 2036 jl _initial_blocks_done\@ # no need for precomputed constants
|
H A D | chacha-avx2-x86_64.S | 542 # the state matrix in AVX registers eight times. As we need some
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 42 * communications channel to the MDS, and do not need to worry about 1762 * deleted, we need to wait until deletions are complete. in remove_session_caps() 2023 goto out; /* we need these caps */ in trim_caps_cb() 2621 /* make note of release offset, in case we need to replay */ in create_request_message() 3217 * cleanup. No need to examine the response; the MDS in handle_reply() 3928 size_t need = sizeof(u8) * 2 + sizeof(u32) + in encode_snap_realms() local 3931 if (pagelist->length + need > RECONNECT_MAX_SIZE) { in encode_snap_realms() 3938 err = ceph_pagelist_reserve(pagelist, need); in encode_snap_realms() 3965 * If an MDS fails and recovers, clients need to reconnect in order to 4403 * if this is a preemptive lease RELEASE, no need t in ceph_mdsc_lease_send_msg() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 44 * communications channel to the MDS, and do not need to worry about 828 * We need to wait for the inflight async unlink requests to finish 1905 * deleted, we need to wait until deletions are complete. in remove_session_caps() 2172 goto out; /* we need these caps */ in trim_caps_cb() 2562 /* No need to append altname if name is short enough */ in get_fscrypt_altname() 2599 * 1) we need to build a path string to send to the MDS (for_wire == true) 2600 * 2) we need a path string for local presentation (e.g. debugfs) 2661 * Proactively copy name into buf, in case we need to in ceph_mdsc_build_path() 2914 * version member, so we need to make sure it will be compatible in create_request_message() 3005 /* make note of release offset, in case we need t in create_request_message() 4500 size_t need = sizeof(u8) * 2 + sizeof(u32) + encode_snap_realms() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
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/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
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 848 cmpi.b SPCOND_FLG(%a6),&restore_flg # do we need a restore? 1425 # _imem_read_word() increased the extwptr by 2. need to adjust here. 1880 # Rn is an address register, it need not be sign extended since the # 2352 # need to add back divisor longword to current ms 3 digits of dividend 2629 # saved. so, saving hi after lo accomplishes this without need to 3162 # This is the section that may need to be replaced by the host #
|
H A D | ilsp.S | 402 # need to add back divisor longword to current ms 3 digits of dividend 780 # also sign extended. If Rn is an address register, it need not be sign #
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | entry.S | 301 rsr a2, windowbase # don't need to save these, we only 302 rsr a3, windowstart # need shifted windowstart: windowmask 496 * We need to check some flags for signal handling and rescheduling, 1131 s32i a7, a2, PT_AREG7 # we need an additional register 1428 * Note that we only need to restore the bits in windowstart that have not 1432 * frame for the current windowbase - 1, we need to rotate a3 left by the 1446 /* We need to make sure the current registers (a0-a3) are preserved. 1595 /* We need to map the page of PTEs for the user task. Find 1830 /* We need to flush the cache if we have page coloring. */
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 820 # 2) if we return to kernel code and kvm is enabled check if we need to 1266 * No need to properly save the registers, we are going to panic anyway.
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 498 movew L2,L_SCR1(%a6) | ...prefetch L2, no need in CB
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 498 movew L2,L_SCR1(%a6) | ...prefetch L2, no need in CB
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 848 cmpi.b SPCOND_FLG(%a6),&restore_flg # do we need a restore? 1425 # _imem_read_word() increased the extwptr by 2. need to adjust here. 1880 # Rn is an address register, it need not be sign extended since the # 2352 # need to add back divisor longword to current ms 3 digits of dividend 2629 # saved. so, saving hi after lo accomplishes this without need to 3162 # This is the section that may need to be replaced by the host #
|
H A D | ilsp.S | 402 # need to add back divisor longword to current ms 3 digits of dividend 780 # also sign extended. If Rn is an address register, it need not be sign #
|