Home
last modified time | relevance | path

Searched refs:keep (Results 76 - 100 of 152) sorted by relevance

1234567

/third_party/openssl/ssl/
H A Ds3_enc.c367 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records() argument
398 if (keep == 0) { in ssl3_digest_cached_records()
/third_party/skia/third_party/externals/libpng/
H A Dpngread.c100 int keep; in png_read_info() local
150 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0) in png_read_info()
152 png_handle_unknown(png_ptr, info_ptr, length, keep); in png_read_info()
1024 int keep; in png_read_end() local
1065 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0) in png_read_end()
1073 png_handle_unknown(png_ptr, info_ptr, length, keep); in png_read_end()
4186 * be set above and then libpng will keep the alpha channel for this in png_image_read_direct()
H A Dpngwrite.c42 int keep = png_handle_as_unknown(png_ptr, up->name); in write_unknown_chunks() local
56 if (keep != PNG_HANDLE_CHUNK_NEVER && in write_unknown_chunks()
58 keep == PNG_HANDLE_CHUNK_ALWAYS || in write_unknown_chunks()
59 (keep == PNG_HANDLE_CHUNK_AS_DEFAULT && in write_unknown_chunks()
79 * the chunk, as that will keep the code from breaking if you want to just
/device/soc/rockchip/rk3568/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h116 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_keep_cpb)(MppEncRefCfg ref, RK_S32 keep);
/device/soc/rockchip/common/hardware/mpp/mpp/hdi_mpp/
H A Dhdi_mpp_mpi.h116 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_keep_cpb)(MppEncRefCfg ref, signed int keep);
/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S128 mov P_SB, a2 @ and keep a copy for ourselves
H A Dvp9itxfm_neon.S819 @ don't store the first 4x4 block, but keep it in registers
1063 @ don't store the first 4x4 block, but keep it in registers
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.h99 bool keep() const {return m_instr_flags.test(always_keep);} in keep() function in r600::Instr
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim84 syn keyword amberStencilOp keep zero replace increment_and_clamp decrement_and_clamp
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h334 void removeAllBut(const SkTSpan* keep, SkTSpan* span,
/third_party/vulkan-loader/loader/
H A Dloader_common.h155 bool keep; member
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode_h264.c865 int discard = 0, keep = 0; in vaapi_encode_h264_init_slice_params() local
878 ++keep; in vaapi_encode_h264_init_slice_params()
881 av_assert0(keep <= priv->dpb_frames); in vaapi_encode_h264_init_slice_params()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c1097 replace_resume_with_halt(nir_shader *shader, nir_instr *keep) in replace_resume_with_halt() argument
1106 if (instr == keep) in replace_resume_with_halt()
/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py631 if not args.keep:
667 if not args.keep:
858 parser.add_argument('--keep',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h863 Error keep(const Twine &Name);
866 Error keep();
871 // This checks that keep or delete was called.
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp3172 bool keep = true; in runOpt() local
3236 keep = !replaceLdFromSt(ldst, rec); in runOpt()
3240 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL; in runOpt()
3243 keep = !replaceLdFromLd(ldst, rec); in runOpt()
3246 keep = !combineLd(rec, ldst); in runOpt()
3248 if (keep) in runOpt()
3254 keep = !replaceStFromSt(ldst, rec); in runOpt()
3256 keep = !combineSt(rec, ldst); in runOpt()
3258 if (keep) in runOpt()
3261 if (keep) in runOpt()
[all...]
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go653 keep := make([]string, 0, len(ec))
656 keep = append(keep, part)
659 ec = keep
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c2098 int keep; in XML_GetBuffer() local
2109 keep = (int)EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer); in XML_GetBuffer()
2110 if (keep > XML_CONTEXT_BYTES) in XML_GetBuffer()
2111 keep = XML_CONTEXT_BYTES; in XML_GetBuffer()
2113 if (keep > INT_MAX - neededSize) { in XML_GetBuffer()
2117 neededSize += keep; in XML_GetBuffer()
2123 if (keep < EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer)) { in XML_GetBuffer()
2126 - keep; in XML_GetBuffer()
2130 parser->m_bufferEnd - parser->m_bufferPtr + keep); in XML_GetBuffer()
2164 memcpy(newBuf, &parser->m_bufferPtr[-keep], in XML_GetBuffer()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c2066 int keep; in XML_GetBuffer() local
2077 keep = (int)EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer); in XML_GetBuffer()
2078 if (keep > XML_CONTEXT_BYTES) in XML_GetBuffer()
2079 keep = XML_CONTEXT_BYTES; in XML_GetBuffer()
2081 if (keep > INT_MAX - neededSize) { in XML_GetBuffer()
2085 neededSize += keep; in XML_GetBuffer()
2090 if (keep < EXPAT_SAFE_PTR_DIFF(parser->m_bufferPtr, parser->m_buffer)) { in XML_GetBuffer()
2093 - keep; in XML_GetBuffer()
2097 parser->m_bufferEnd - parser->m_bufferPtr + keep); in XML_GetBuffer()
2133 memcpy(newBuf, &parser->m_bufferPtr[-keep], in XML_GetBuffer()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dmlpdsp.asm143 ; bmi2 has shift functions that accept any gpr, not just cl, so keep things in place.
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-common.c437 lws_metric_policy_dyn_destroy(dm, 1); /* keep */ in lws_ss_policy_set()
568 if (!x->keep) { /* used for server */ in lws_ss_policy_set()
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat6 REM Don't add additional global environment variables, keep the variables local to this script.
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c613 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
/third_party/openssl/test/
H A Dtls13secretstest.c129 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records() argument
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c613 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument

Completed in 43 milliseconds

1234567