Home
last modified time | relevance | path

Searched defs:block (Results 226 - 250 of 2468) sorted by relevance

12345678910>>...99

/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_writeout.c134 nir_block *block = stores[i]->instr.block; in pan_nir_lower_zs_store() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear.c243 const struct cmd_block *block; in lp_linear_rasterize_bin() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-vreg-allocator.h38 void PreProcessBasicBlock(MaglevCompilationUnit*, BasicBlock* block) {} in PreProcessBasicBlock() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c154 bi_print_block(bi_block *block, FILE *fp) in bi_print_block() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dcts128.c27 CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_encrypt_block() argument
56 CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_encrypt_block() argument
158 CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_decrypt_block() argument
200 CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_decrypt_block() argument
[all...]
H A Dctr128.c73 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) CRYPTO_ctr128_encrypt() argument
H A Dcfb128.c25 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_encrypt() argument
150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument
186 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_1_encrypt() argument
202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dmod.rs4 mod block; modules
/third_party/rust/crates/cxx/gen/src/
H A Dmod.rs4 mod block; modules
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dmod.rs4 mod block; modules
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dmod.rs4 mod block; modules
/third_party/openssl/crypto/modes/
H A Dcts128.c27 CRYPTO_cts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_encrypt_block() argument
56 CRYPTO_nistcts128_encrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_encrypt_block() argument
158 CRYPTO_cts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_cts128_decrypt_block() argument
200 CRYPTO_nistcts128_decrypt_block(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) CRYPTO_nistcts128_decrypt_block() argument
[all...]
H A Dctr128.c73 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) CRYPTO_ctr128_encrypt() argument
H A Dcfb128.c25 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_encrypt() argument
150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument
186 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_1_encrypt() argument
202 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) CRYPTO_cfb128_8_encrypt() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DNameNamelessUniformBuffers.cpp80 const TInterfaceBlock *block = type.getInterfaceBlock(); variable
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DRegenerateStructNames.cpp100 bool RegenerateStructNamesTraverser::visitBlock(Visit, TIntermBlock *block) in visitBlock() argument
H A DUseInterfaceBlockFields.cpp52 void InsertUseCode(const InterfaceBlock &block, TIntermTyped *blockNode, TIntermSequence *sequence) in InsertUseCode() argument
[all...]
/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp111 SkBlockAllocator::Block* block = fAllocator.owningBlock<kAlignment>(header, header->fStart); in release() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp49 unsigned char *block; member
56 unsigned char *block = new unsigned char[bytes + sizeof(Allocation) + alignment]; in allocateRaw() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dirrelevant_value_facts.cpp112 auto block = fuzzerutil::MaybeFindBlock(ir_context_, block_id); in GetIrrelevantIds() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp142 auto block = GetIRContext()->get_instr_block(instruction); InstructionNeedsSplitBefore() local
[all...]
H A Dinstruction_descriptor.cpp23 auto block = context->get_instr_block( in FindInstruction() local
64 MakeInstructionDescriptor( const opt::BasicBlock& block, const opt::BasicBlock::const_iterator& inst_it) MakeInstructionDescriptor() argument
101 auto block = context->get_instr_block(inst); MakeInstructionDescriptor() local
[all...]
H A Dtransformation_invert_comparison_operator.cpp44 auto* block = ir_context->get_instr_block(inst); in IsApplicable() local
H A Dtransformation_swap_conditional_branch_operands.cpp50 auto* block = ir_context->get_instr_block(branch_inst); in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp169 HasUnreachablePredecessor(const opt::BasicBlock& block, opt::IRContext* context) HasUnreachablePredecessor() argument
[all...]

Completed in 9 milliseconds

12345678910>>...99