| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_liveness.c | 78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) in mir_is_live_after() argument
|
| H A D | midgard_opt_copy_prop.c | 29 midgard_opt_copy_prop(compiler_context *ctx, midgard_block *block) in midgard_opt_copy_prop() argument
|
| H A D | midgard_derivatives.c | 126 midgard_lower_derivatives(compiler_context *ctx, midgard_block *block) in midgard_lower_derivatives() argument
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | unwinding-info-writer-arm64.cc | 38 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 15 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | unwinding-info-writer-x64.cc | 39 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | unwinding-info-writer-arm.cc | 34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 12 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | unwinding-info-writer-ppc.cc | 35 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | unwinding-info-writer-s390.cc | 34 void UnwindingInfoWriter::EndInstructionBlock(const InstructionBlock* block) { in EndInstructionBlock() argument 11 BeginInstructionBlock(int pc_offset, const InstructionBlock* block) BeginInstructionBlock() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
| H A D | rtasm_execmem.c | 90 struct mem_block *block = NULL; in rtasm_exec_malloc() local 121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in rtasm_exec_free() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
| H A D | test-lower-isel.cpp | 76 bi_block block = { }; in TEST_F() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_merge_flow.c | 78 merge_end_reconverge(bi_block *block) in merge_end_reconverge() argument 130 merge_waits(bi_block *block) in merge_waits() argument 162 bi_is_first_instr(bi_block *block, bi_instr *I) bi_is_first_instr() argument 168 merge_discard(bi_block *block) merge_discard() argument [all...] |
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_ir.c | 79 pan_block_add_successor(pan_block *block, pan_block *successor) in pan_block_add_successor() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_nir_lower_ubo_to_uniform.c | 46 const uint32_t block = nir_src_as_uint(intr->src[0]); in is_const_ubo() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_linear.c | 84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) pipe_linear_fill_info() argument
|
| H A D | u_linear.h | 69 struct u_linear_format_block block; member
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | memory_pool.c | 47 struct memory_block * block = pool->blocks; in memory_pool_destroy() local 88 struct memory_block * block = malloc(bytes + sizeof(struct memory_block)); in memory_pool_malloc() local
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | cbc128.c | 24 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_encrypt() argument 76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument [all...] |
| /third_party/openssl/crypto/modes/ |
| H A D | cbc128.c | 24 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_encrypt() argument 76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cbc128_decrypt() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ShaderStorageBlockOutputHLSL.h | 27 const TInterfaceBlock *block; member
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
| H A D | UnicodeBlockData.java | 674 public static String getBlockName(int block) { in getBlockName() argument 678 public static String getBlockStartCode(int block) { in getBlockStartCode() argument 682 public static String getBlockEndCode(int block) { in getBlockEndCode() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | dominator_analysis.cpp | 29 BasicBlock* block = b1; in CommonDominator() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
| H A D | merge_blocks_reduction_opportunity.cpp | 23 MergeBlocksReductionOpportunity( opt::IRContext* context, opt::Function* function, opt::BasicBlock* block) MergeBlocksReductionOpportunity() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | dominator_analysis.cpp | 29 BasicBlock* block = b1; in CommonDominator() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
| H A D | merge_blocks_reduction_opportunity.cpp | 23 MergeBlocksReductionOpportunity( opt::IRContext* context, opt::Function* function, opt::BasicBlock* block) MergeBlocksReductionOpportunity() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | MD5.h | 46 MD5_u32plus block[16]; member in llvm::MD5
|