Searched defs:idx1 (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_analysis.cc | 36 static bool CanBinaryOpAndIndexAlias(const HBinaryOperation* idx1, in CanBinaryOpAndIndexAlias() 63 static bool CanBinaryOpsAlias(const HBinaryOperation* idx1, in CanBinaryOpsAlias() 211 bool HeapLocationCollector::CanArrayElementsAlias(const HInstruction* idx1, in CanArrayElementsAlias()
|
H A D | load_store_analysis.h | 494 HInstruction* idx1 = loc1->GetIndex(); in ComputeMayAlias() local
|
H A D | load_store_elimination.cc | 1872 bool LSEVisitor::MayAliasOnBackEdge(HBasicBlock* loop_header, size_t idx1, size_t idx2) const { in MayAliasOnBackEdge()
|
/aosp12/system/extras/tests/kernel.config/ |
H A D | sysvipc_test.cpp | 30 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { in kcmp()
|
/aosp12/packages/modules/StatsD/statsd/src/anomaly/ |
H A D | indexed_priority_queue.h | 196 bool indexed_priority_queue<AA, Comparator>::higher(size_t idx1, size_t idx2) const { in higher()
|
/aosp12/system/sepolicy/tools/sepolicy-analyze/ |
H A D | typecmp.c | 121 int idx1, struct avtab_node *l2, int idx2) in find_match()
|
/aosp12/packages/modules/adb/client/ |
H A D | bugreport.cpp | 150 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); in ProcessLine() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 468 unsigned char idx1 = imgMos.Y.ptr[y][x]; in DoMergeAndBlend() local 521 unsigned char idx1 = imgMos.Y.ptr[y][x]; in DoMergeAndBlend() local
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Mesh.java | 775 public TriangleMeshBuilder addTriangle(int idx1, int idx2, int idx3) { in addTriangle()
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 2827 dex::TypeIndex idx1 = interfaces->GetTypeItem(i).type_idx_; in CheckInterClassDefItem() local
|