Home
last modified time | relevance | path

Searched defs:blocks (Results 51 - 75 of 310) sorted by relevance

12345678910>>...13

/third_party/skia/experimental/sktext/src/
H A DText.cpp63 std::unique_ptr<FontResolvedText> UnicodeText::resolveFonts(SkSpan<FontBlock> blocks) { in resolveFonts() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_outline_functions.cpp45 std::vector<opt::BasicBlock*> blocks; in Apply() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-cipher.c106 size_t i, j, blocks; in crypto_cipher_encrypt() local
169 size_t i, j, blocks; in crypto_cipher_decrypt() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_internal-cipher.c106 size_t i, j, blocks; in crypto_cipher_encrypt() local
169 size_t i, j, blocks; in crypto_cipher_decrypt() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp100 void LinearOrder::MakeLinearOrder(const T &blocks) in MakeLinearOrder() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dbranch_elimination_test.cpp45 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dgraph.cpp193 auto &blocks = graph_->GetBlocksRPO(); in GetBasicBlockList() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbranch_elimination_test.cpp50 void InitBlockToBeDisconnected(std::vector<BasicBlock *> &&blocks) in InitBlockToBeDisconnected() argument
H A Dbasicblock_test.cpp25 void CheckVectorEqualSet(Blocks blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
37 void CheckVectorEqualBlocksIdSet(Blocks blocks, std::vector<int> &&bbIds) in CheckVectorEqualBlocksIdSet() argument
286 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in TEST_F() local
347 const auto &blocks = GetGraph()->GetBlocksLinearOrder(); in TEST_F() local
[all...]
H A Dloop_analyzer_test.cpp29 void CheckVectorEqualSet(Blocks blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
41 void CheckVectorEqualSet(ArenaVector<T *> blocks, std::set<T *> &&excepct) in CheckVectorEqualSet() argument
53 void CheckVectorEqualBlocksIdSet(Blocks blocks, std::vector<int> &&bbIds) in CheckVectorEqualBlocksIdSet() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_api.c67 UMP_KERNEL_API_EXPORT ump_dd_status_code ump_dd_phys_blocks_get(ump_dd_handle memh, ump_dd_physical_block *blocks, unsigned long num_blocks) in ump_dd_phys_blocks_get() argument
/third_party/ffmpeg/libavcodec/
H A Dpcm-dvd.c235 int blocks; in pcm_dvd_decode_frame() local
146 pcm_dvd_decode_samples(AVCodecContext *avctx, const uint8_t *src, void *dst, int blocks) pcm_dvd_decode_samples() argument
[all...]
H A Dnellymoserdec.c148 int blocks, i, ret; in decode_tag() local
H A Dsbcdsp.c270 sbc_calc_scalefactors(int32_t sb_sample_f[16][2][8], uint32_t scale_factor[2][8], int blocks, int channels, int subbands) sbc_calc_scalefactors() argument
288 sbc_calc_scalefactors_j(int32_t sb_sample_f[16][2][8], uint32_t scale_factor[2][8], int blocks, int subbands) sbc_calc_scalefactors_j() argument
H A Dsbc.h86 uint8_t blocks; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_phi_builder.c35 nir_block **blocks; member
H A Dnir_opt_comparison_pre.c57 struct exec_list blocks; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_buffers.c85 struct gl_uniform_block **blocks; in get_block_array_index() local
131 struct gl_uniform_block **blocks; in get_block_index_offset() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dadler32_simd.c72 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
233 z_size_t blocks = len / BLOCK_SIZE; adler32_simd_() local
[all...]
/third_party/node/deps/zlib/
H A Dadler32_simd.c72 z_size_t blocks = len / BLOCK_SIZE; in adler32_simd_() local
233 z_size_t blocks = len / BLOCK_SIZE; adler32_simd_() local
[all...]
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc4.c189 int blocks = 0; /* number of blocks read */ in read_raw_device() local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate01.c180 int blocks; in populate_files() local
H A Dfallocate03.c207 int blocks; in populate_file() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dsort.c228 int blocks = 1; in sort_list() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc97 BasicBlockVector* blocks = schedule->rpo_order(); in Instrument() local

Completed in 16 milliseconds

12345678910>>...13