/third_party/openssl/crypto/ |
H A D | params_dup.c | 190 /* If list1 is finished just tack list2 onto the end */ in OSSL_PARAM_merge() 198 /* If list2 is finished just tack list1 onto the end */ in OSSL_PARAM_merge()
|
/third_party/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 165 * ASN1 encoding at all: it just contains arbitrary data. 225 /* Nocheck is just a single NULL. Don't print anything and always set it */
|
/third_party/openGLES/extensions/NV/ |
H A D | NV_pack_subimage.txt | 79 Groups of elements are placed in memory just as they are taken 82 memory just where the ith group of the jth row would be taken
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.h | 9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time) 156 /* method name (just the method, without the class) */
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
H A D | makeSubmit.py | 8 # one with just the dependencies, and an htmldiff of them. 95 # Generate base spec with just dependencies
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
H A D | VK_EXT_layer_settings.adoc | 135 Typically, just like any Vulkan extension, to use a setting, this setting must be understood by the 137 the settings list is not a relevant use case for an application developer. Basically, just like
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | fuzzer_pass_construct_composites_test.cpp | 99 // We just check that the result is valid. in TEST() 180 // We just check that the result is valid. in TEST()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/ |
H A D | TransformFeedback.md | 55 temporary buffer as vertex input, the Vertex Shader in 3rd pass might just a simple passthrough 65 enabled, the original approach will just simply executes the Vertex Shader once and use a cheap
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | GenerateMipmapPerf.cpp | 228 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark() 266 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
|
/third_party/skia/src/core/ |
H A D | SkModeColorFilter.cpp | 144 // else just stay srcover in Blend() 147 // weed out combinations that are noops, and just return null in Blend()
|
H A D | SkRecordPattern.h | 115 // Bottoms out recursion. Just return whatever i the front decided on. 123 // return the index just past the end of the pattern, otherwise return 0.
|
/third_party/skia/src/gpu/ |
H A D | GrRefCnt.h | 174 * not modify the sk_sp at all but just call addCommandBufferUsage() on the underlying object. 199 * This is different than the semantics of the constructor for gr_rp, which just wraps the ptr,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkTextureRenderTarget.cpp | 166 // would just merge with the new GrSurface/Attachment world. Then we could just depend on each in onGpuMemorySize()
|
/third_party/skia/site/docs/user/ |
H A D | color.md | 64 both --- no sense in unpremultiplying just to re-premultiply. 79 that logic I've just mentioned above with this little snippet:
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlTextureRenderTarget.mm | 139 // would just merge with the new GrSurface/Attachment world. Then we could just depend on each
|
/third_party/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 53 In this mode calling L<EVP_PKEY_derive(3)> will just perform the extract 62 In this mode calling L<EVP_PKEY_derive(3)> will just perform the expand
|
H A D | OSSL_SELF_TEST_new.pod | 49 OSSL_SELF_TEST_oncorrupt_byte() may be inserted just after the known answer is 67 just before cleanup to indicate if the test passed or failed. It can be used for
|
H A D | X509_STORE_add_cert.pod | 120 It is permitted to specify just a file, just a directory, or both
|
H A D | ASN1_STRING_print_ex.pod | 73 The content of a string instead of being interpreted can be "dumped": this just 83 When a type is dumped normally just the content octets are printed, if
|
H A D | CMS_sign.pod | 63 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are 79 structure is just initialized ready to perform the signing operation. The
|
H A D | CMS_decrypt.pod | 32 (e.g., using CMS_decrypt_set1_pkey() or CMS_decrypt_set1_password()) and just 65 to) ultimately return a padding error only. If CMS_decrypt() just returned an
|
H A D | EC_POINT_add.pod | 52 The value B<n> may be NULL in which case the result is just B<q> * B<m> (variable point multiplication). Alternatively, both B<q> and B<m> may be NULL, and B<n> non-NULL, in which case the result is just generator * B<n> (fixed point multiplication).
|
/third_party/openssl/demos/cipher/ |
H A D | aeskeywrap.c | 80 * We are not setting any custom params so let params be just NULL. in aes_wrap_encrypt() 137 * We are not setting any custom params so let params be just NULL. in aes_wrap_decrypt()
|
H A D | ariacbc.c | 79 * We are not setting any custom params so let params be just NULL. in aria_cbc_encrypt() 135 * We are not setting any custom params so let params be just NULL. in aria_cbc_decrypt()
|
/third_party/openssl/doc/man7/ |
H A D | EVP_KDF-HKDF.pod | 64 In this mode calling L<EVP_KDF_derive(3)> will just perform the extract 74 In this mode calling L<EVP_KDF_derive(3)> will just perform the expand
|