| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | entropy_encode.c | 375 static void DecideOverRleUse(const uint8_t* depth, const size_t length, in DecideOverRleUse() argument 405 void BrotliWriteHuffmanTree(const uint8_t* depth, in BrotliWriteHuffmanTree() argument 23 BrotliSetDepth( int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) BrotliSetDepth() argument 71 BrotliCreateHuffmanTree(const uint32_t* data, const size_t length, const int tree_limit, HuffmanTree* tree, uint8_t* depth) BrotliCreateHuffmanTree() argument 476 BrotliConvertBitDepthsToSymbols(const uint8_t* depth, size_t len, uint16_t* bits) BrotliConvertBitDepthsToSymbols() argument [all...] |
| /third_party/openssl/crypto/asn1/ |
| H A D | tasn_dec.c | 162 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_item_embed_d2i() argument 496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_ex_d2i() argument 568 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) asn1_template_noexp_d2i() argument 1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) asn1_collect() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | lexer.cc | 194 int depth = 1; in skip_comment() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | RenderPassDescriptorValidationTests.cpp | 781 wgpu::TextureView depth = TEST_F() local 790 wgpu::TextureView depth = TEST_F() local [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | CodedInputStreamTest.java | 616 private TestRecursiveMessage makeRecursiveMessage(int depth) { in makeRecursiveMessage() argument 624 private void assertMessageDepth(String msg, TestRecursiveMessage message, int depth) { in assertMessageDepth() argument
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | parse.rs | 130 let mut depth = 0usize; in block_comment() variables
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_obfuscate_constants.cpp | 38 ObfuscateBoolConstantViaConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, const std::vector<spv::Op>& greater_than_opcodes, const std::vector<spv::Op>& less_than_opcodes, uint32_t constant_id_1, uint32_t constant_id_2, bool first_constant_is_larger) ObfuscateBoolConstantViaConstantPair() argument 120 ObfuscateBoolConstantViaFloatConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t float_constant_id_1, uint32_t float_constant_id_2) ObfuscateBoolConstantViaFloatConstantPair() argument 163 ObfuscateBoolConstantViaSignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t signed_int_constant_id_1, uint32_t signed_int_constant_id_2) ObfuscateBoolConstantViaSignedIntConstantPair() argument 205 ObfuscateBoolConstantViaUnsignedIntConstantPair( uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, uint32_t unsigned_int_constant_id_1, uint32_t unsigned_int_constant_id_2) ObfuscateBoolConstantViaUnsignedIntConstantPair() argument 270 ObfuscateBoolConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateBoolConstant() argument 393 ObfuscateConstant( uint32_t depth, const protobufs::IdUseDescriptor& constant_use) ObfuscateConstant() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboMultisampleTests.cpp | 85 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS; in render() local
|
| H A D | es3fShaderMetamorphicTests.cpp | 276 const int depth = 0; in sanityComparePixels() local
|
| H A D | es3fVertexArrayTest.cpp | 806 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth) in addStorageCases() argument 926 void MultiVertexArrayStrideTests::addStrideCases (MultiVertexArrayTest::Spec spec, int depth) in addStrideCases() argument 1017 void MultiVertexArrayOutputTests::addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth) in addInputTypeCases() argument [all...] |
| H A D | es3fDepthStencilClearTests.cpp | 145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 440 float depth in renderReference() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureFormatTests.cpp | 126 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth) in TextureCubeArrayFormatCase() argument 140 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth) in TextureCubeArrayFormatCase() argument
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFragOpInteractionCase.cpp | 176 float depth; member 282 static void renderQuad (sglr::Context& ctx, const glu::VertexArrayPointer& posPtr, const Quad& quad, const float depth) in renderQuad() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | tlsv1_client_read.c | 279 static void tls_peer_cert_event(struct tlsv1_client *conn, int depth, in tls_peer_cert_event() argument 320 static void tls_cert_chain_failure_event(struct tlsv1_client *conn, int depth, in tls_cert_chain_failure_event() argument 823 int depth; in tls_process_certificate_status() local [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDepthRangeTests.cpp | 354 float depth = f*2.0f - 1.0f; in iterate() local [all...] |
| H A D | es2fDepthStencilClearTests.cpp | 145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 437 float depth in renderReference() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | tlsv1_client_read.c | 279 static void tls_peer_cert_event(struct tlsv1_client *conn, int depth, in tls_peer_cert_event() argument 328 static void tls_cert_chain_failure_event(struct tlsv1_client *conn, int depth, in tls_cert_chain_failure_event() argument 831 int depth; in tls_process_certificate_status() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | ResourceManager11.cpp | 31 ComputeMippedMemoryUsage(unsigned int width, unsigned int height, unsigned int depth, uint64_t pixelSize, unsigned int mipLevels) ComputeMippedMemoryUsage() argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| H A D | Rockchip_OSAL_OHOS.cpp | 123 OMX_BOOL Rockchip_OSAL_Check_Use_FBCMode(OMX_VIDEO_CODINGTYPE codecId, int32_t depth, in Get_Video_HorAlign() argument
|
| /kernel/linux/linux-5.10/drivers/base/ |
| H A D | property.c | 649 fwnode_get_nth_parent(struct fwnode_handle *fwnode, unsigned int depth) fwnode_get_nth_parent() argument
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | dbinput.c | 465 u32 depth; in acpi_db_get_next_token() local
|
| /kernel/linux/linux-5.10/arch/arc/kernel/ |
| H A D | perf_event.c | 58 int depth; member
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | acpi.c | 828 static acpi_status acpi_map_iosapic(acpi_handle handle, u32 depth, in acpi_map_iosapic() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | dt_cpu_ftrs.c | 858 fdt_find_cpu_features(unsigned long node, const char *uname, int depth, void *data) fdt_find_cpu_features() argument 1077 dt_cpu_ftrs_scan_callback(unsigned long node, const char *uname, int depth, void *data) dt_cpu_ftrs_scan_callback() argument
|
| H A D | prom.c | 308 early_init_dt_scan_cpus(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_cpus() argument 398 early_init_dt_scan_chosen_ppc(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_chosen_ppc() argument 535 early_init_dt_scan_memory_ppc(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_memory_ppc() argument
|