Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 22 of 22) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dexecution_subgraph.h64 HBasicBlock* blk = graph_->GetBlocks()[id]; in GetBlock() local
153 bool IsEntryBlock(const HBasicBlock* blk) const { in IsEntryBlock()
167 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
174 bool SucceedsBlock(const HBasicBlock* blk) const { in SucceedsBlock()
187 bool PrecedesBlock(const HBasicBlock* blk) const { in PrecedesBlock()
239 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
308 std::bitset<kMaxFilterableSuccessors> GetAllowedSuccessors(const HBasicBlock* blk) const { in GetAllowedSuccessors()
H A Dexecution_subgraph.cc117 auto push_block = [&](const HBasicBlock* blk) { in Prune()
223 for (const HBasicBlock* blk : graph_->GetBlocks()) { in Prune() local
245 for (const HBasicBlock* blk : graph_->GetBlocks()) { in RemoveConcavity() local
304 for (const HBasicBlock* blk : cohort.Blocks()) { in RecalculateExcludedCohort() local
H A Doptimizing_unit_test.h151 HBasicBlock* blk = new (alloc) HBasicBlock(graph_); in AdjacencyListGraph() local
174 bool HasBlock(const HBasicBlock* blk) const { in HasBlock()
178 std::string_view GetName(const HBasicBlock* blk) const { in GetName()
H A Dload_store_elimination.cc618 bool IsPartialNoEscape(HBasicBlock* blk, size_t idx) { in IsPartialNoEscape()
1102 HBasicBlock* blk = instruction->GetBlock(); in HandleInvoke() local
2982 bool IsPostEscape(HBasicBlock* blk) { in IsPostEscape()
2989 bool InEscapeCohort(HBasicBlock* blk) { in InEscapeCohort()
3044 void AddMaterialization(HBasicBlock* blk, HInstruction* ins) { in AddMaterialization()
3080 void GenerateMaterializationValueFromPredecessors(HBasicBlock* blk) { in GenerateMaterializationValueFromPredecessors()
3310 HBasicBlock* blk = in CollectReplacements() local
3344 HBasicBlock* blk, const ScopedArenaVector<HInstruction*>& pred_vals) { in GenerateMaterializationValueFromPredecessorsDirect()
3385 HBasicBlock* blk = materialization_blocks_[idx]; in GetOrCreateMaterializationBlock() local
3429 HBasicBlock* FindDominatingNonMaterializationBlock(HBasicBlock* blk) { in FindDominatingNonMaterializationBlock()
[all …]
H A Dreference_type_propagation_test.cc338 auto vals = MakeTransformRange(succ_blocks, [&](HBasicBlock* blk) { in RunVisitListTest()
426 auto vals = MakeTransformRange(succ_blocks, [&](HBasicBlock* blk) { return single_value[blk]; }); in RunVisitListTest()
H A Dgraph_visualizer.cc241 void PrintProperty(const char* name, HBasicBlock* blk) { in PrintProperty()
H A Dnodes.cc333 for (const HBasicBlock* blk : graph_->GetPostOrder()) { in CalculateReachability() local
343 const HBasicBlock* blk = graph_->GetBlocks()[idx]; in CalculateReachability() local
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp65 void idct_col0(Short *blk) in idct_col0()
72 void idct_col1(Short *blk) in idct_col1()
79 void idct_col2(Short *blk) in idct_col2()
105 void idct_col3(Short *blk) in idct_col3()
140 void idct_col4(Short *blk) in idct_col4()
183 void idct_col0x40(Short *blk) in idct_col0x40()
209 void idct_col0x20(Short *blk) in idct_col0x20()
233 void idct_col0x10(Short *blk) in idct_col0x10()
259 void idct_col(Short *blk) in idct_col()
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter()
[all …]
H A Dsad_halfpel.cpp64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_MB()
96 Int HalfPel2_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_MB()
138 Int HalfPel1_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_Blk()
170 Int HalfPel2_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_Blk()
221 Int SAD_MB_HalfPel_Cxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxhyh()
262 Int SAD_MB_HalfPel_Cyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cyh()
298 Int SAD_MB_HalfPel_Cxh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxh()
414 Int SAD_MB_HP_HTFM_Collectyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectyh()
569 Int SAD_MB_HP_HTFMxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFMxhyh()
637 Int SAD_MB_HP_HTFMyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFMyh()
[all …]
H A Dsad.cpp78 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_Macroblock_C()
106 Int SAD_MB_HTFM_Collect(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM_Collect()
208 Int SAD_MB_HTFM(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM()
314 Int SAD_Block_C(UChar *ref, UChar *blk, Int dmin, Int lx, void *) in SAD_Block_C()
H A Dsad_mb_offset.h27 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin) in sad_mb_offset3()
130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8) in sad_mb_offset3()
223 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin) in sad_mb_offset3()
H A Dsad_inline.h82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx) in simd_sad_mb()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp41 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1()
91 void idctcol1(int16 *blk) in idctcol1()
99 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2()
161 void idctcol2(int16 *blk) in idctcol2()
189 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3()
262 void idctcol3(int16 *blk) in idctcol3()
378 void idctcol4(int16 *blk) in idctcol4()
426 void idctrow1_intra(int16 *blk, PIXEL *comp, int width) in idctrow1_intra()
456 void idctrow2_intra(int16 *blk, PIXEL *comp, int width) in idctrow2_intra()
514 void idctrow3_intra(int16 *blk, PIXEL *comp, int width) in idctrow3_intra()
[all …]
H A Didct.cpp122 int *blk, uint8 *comp, int width in idct_intra()
345 int *blk, uint8 *pred, uint8 *dst, int width) in idct()
H A Dblock_idct.cpp511 int16 *blk, uint8 *pred, uint8 *dst, int width in idctrow()
623 int16 *blk, PIXEL *comp, int width in idctrow_intra()
834 int16 *blk in idctcol()
/aosp12/system/core/trusty/storage/tests/
H A Dmain.cpp421 size_t blk = 2048; in TEST_P() local
463 size_t blk = 2048; in TEST_P() local
589 size_t blk = 2048; in TEST_P() local
634 size_t blk = 2048; in TEST_P() local
677 size_t blk = 2048; in TEST_P() local
794 size_t blk = 2048; in TEST_P() local
845 size_t blk = 2048; in TEST_P() local
1238 size_t blk = 2048; in TEST_P() local
1282 size_t blk = 2048; in TEST_P() local
1328 size_t blk = 2048; in TEST_P() local
[all …]
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c279 OI_UINT blk; in OI_SBC_SynthFrame_80() local
318 OI_UINT blk; in OI_SBC_SynthFrame_4SB() local
358 OI_UINT blk; in OI_SBC_SynthFrame_Enhanced() local
/aosp12/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.cpp64 Return<void> Memory::haveSomeMemoryBlock(const MemoryBlock& blk, haveSomeMemoryBlock_cb _hidl_cb) { in haveSomeMemoryBlock()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java796 ImageBlock blk = mCache.get(row); in clearLoaderQueue() local
836 ImageBlock blk = mCache.get(row); in tryToLoad() local
882 ImageBlock blk = mCache.get(row); in invalidateImage() local
915 ImageBlock blk = mCache.get(currentBlock); in doDraw() local
/aosp12/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
H A Dsha1.c61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1036 MemoryBlock blk = {token, 0x200 /* size */, 0x100 /* offset */}; in TEST_F() local
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...