/third_party/openssl/ssl/ |
H A D | s3_enc.c | 367 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 D | pngread.c | 100 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 D | pngwrite.c | 42 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 D | hdi_mpp_mpi.h | 116 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 D | hdi_mpp_mpi.h | 116 typedef MPP_RET (*hdimpp_enc_ref_cfg_set_keep_cpb)(MppEncRefCfg ref, signed int keep);
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | synth_filter_vfp.S | 128 mov P_SB, a2 @ and keep a copy for ourselves
|
H A D | vp9itxfm_neon.S | 819 @ 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 D | sfn_instr.h | 99 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 D | amber-syntax.vim | 84 syn keyword amberStencilOp keep zero replace increment_and_clamp decrement_and_clamp
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 334 void removeAllBut(const SkTSpan* keep, SkTSpan* span,
|
/third_party/vulkan-loader/loader/ |
H A D | loader_common.h | 155 bool keep; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_encode_h264.c | 865 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 D | nir_lower_shader_calls.c | 1097 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 D | test_shaders.py | 631 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 D | FileSystem.h | 863 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 D | nv50_ir_peephole.cpp | 3172 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 D | gen_tasks_logic.go | 653 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 D | xmlparse.c | 2098 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 D | xmlparse.c | 2066 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 D | mlpdsp.asm | 143 ; bmi2 has shift functions that accept any gpr, not just cl, so keep things in place.
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-common.c | 437 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 D | samplecheck.bat | 6 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 D | rand_vms.c | 613 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 D | tls13secretstest.c | 129 int ssl3_digest_cached_records(SSL *s, int keep) in ssl3_digest_cached_records() argument
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vms.c | 613 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
|