| /third_party/libunwind/libunwind/src/arm/ |
| H A D | Gtrace.c | 277 trace_lookup (unw_cursor_t *cursor, in trace_lookup() argument 401 tdep_trace (unw_cursor_t *cursor, void **buffer, int *size) in tdep_trace() argument 217 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t pc, unw_word_t r7, unw_word_t sp) trace_init_addr() argument [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 161 assert(source_idx < insert_idx_clause); assert(insert_idx_clause < insert_idx); RegisterDemand reference_demand; for (int i = source_idx + 1; i < insert_idx_clause; ++i) { reference_demand.update(register_demand[i]); } assert(total_demand == reference_demand); reference_demand = {}; for (int i = insert_idx_clause; i < insert_idx; ++i) { reference_demand.update(register_demand[i]); } assert(clause_demand == reference_demand); } DownwardsCursor MoveState::downwards_init(int current_idx, bool improved_rar_, bool may_form_clauses) { improved_rar = improved_rar_; std::fill(depends_on.begin(), depends_on.end(), false); if (improved_rar) { std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); if (may_form_clauses) std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); } for (const Operand& op : current->operands) { if (op.isTemp()) { depends_on[op.tempId()] = true; if (improved_rar && op.isFirstKill()) RAR_dependencies[op.tempId()] = true; } } DownwardsCursor cursor(current_idx, register_demand[current_idx]); cursor.verify_invariants(register_demand); return cursor; } MoveResult MoveState::downwards_move(DownwardsCursor& cursor, bool add_to_clause) { aco_ptr<Instruction>& instr = block->instructions[cursor.source_idx]; for (const Definition& def : instr->definitions) if (def.isTemp() && depends_on[def.tempId()]) return move_fail_ssa; std::vector<bool>& RAR_deps = improved_rar ? (add_to_clause ? RAR_dependencies_clause : RAR_dependencies) : depends_on; for (const Operand& op : instr->operands) verify_invariants() argument 282 downwards_skip(DownwardsCursor& cursor) downwards_skip() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_builder.h | 632 exec_node *cursor; member in brw::vec4_builder
|
| /third_party/mesa3d/src/intel/tools/imgui/ |
| H A D | imgui_impl_gtk3.cpp | 277 GdkCursor *cursor = in ImGui_ImplGtk3_NewFrame() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atom_array.cpp | 220 GLubyte *cursor = data; in st_setup_current() local
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | va_insert_flow.c | 63 bi_flow(bi_context *ctx, bi_cursor cursor, enum va_flow flow) in bi_flow() argument
|
| /third_party/lz4/ossfuzz/ |
| H A D | round_trip_stream_fuzzer.c | 43 cursor_t cursor; in cursor_create() local 53 void cursor_free(cursor_t cursor) in cursor_free() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-api.cc | 214 int cursor = BuiltinArguments::kNumExtraArgs; in InvokeApiFunction() local
|
| /third_party/skia/src/core/ |
| H A D | SkScalerCache.cpp | 85 const SkGlyph** cursor = results; in internalPrepare() local 143 const SkGlyph** cursor = results; in prepareImages() local
|
| /third_party/skia/third_party/externals/freetype/src/bzip2/ |
| H A D | ftbzip2.c | 107 FT_Byte* cursor; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffparse.h | 56 FT_Byte* cursor; member
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | ftgzip.c | 193 FT_Byte* cursor; member [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | row.c | 75 pysqlite_row_new_impl(PyTypeObject *type, pysqlite_Cursor *cursor, in pysqlite_row_new_impl() argument
|
| /third_party/skia/modules/skplaintexteditor/app/ |
| H A D | editor_application.cpp | 292 SkIRect cursor = fEditor.getLocation(fTextPos).roundOut(); in move() local
|
| /third_party/rust/crates/syn/src/ |
| H A D | buffer.rs | 282 let mut cursor = self; token_stream() variables [all...] |
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | window.h | 170 void SetCursor(MouseFormat cursor) in SetCursor() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | tlv_util.cpp | 29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString() argument 58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble() argument 80 Color TLVUtil::ReadColor(std::vector<uint8_t>& buff, int32_t& cursor) in ReadColor() argument 99 ReadDimension(std::vector<uint8_t>& buff, int32_t& cursor) ReadDimension() argument 118 ReadFontFamily(std::vector<uint8_t>& buff, int32_t& cursor) ReadFontFamily() argument 144 ReadTextShadow(std::vector<uint8_t>& buff, int32_t& cursor) ReadTextShadow() argument 172 ReadTextShadows(std::vector<uint8_t>& buff, int32_t& cursor) ReadTextShadows() argument 195 ReadFontFeature(std::vector<uint8_t>& buff, int32_t& cursor) ReadFontFeature() argument 220 ReadBorderRadiusProperty(std::vector<uint8_t>& buff, int32_t& cursor) ReadBorderRadiusProperty() argument 259 ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) ReadPixelMap() argument 280 ReadCalcDimension(std::vector<uint8_t>& buff, int32_t& cursor) ReadCalcDimension() argument 297 ReadCalcLength(std::vector<uint8_t>& buff, int32_t& cursor) ReadCalcLength() argument 324 ReadImageSpanSize(std::vector<uint8_t>& buff, int32_t& cursor) ReadImageSpanSize() argument 370 ReadPaddingProperty(std::vector<uint8_t>& buff, int32_t& cursor) ReadPaddingProperty() argument 432 ReadImageSpanAttribute(std::vector<uint8_t>& buff, int32_t& cursor) ReadImageSpanAttribute() argument 485 ReadLeadingMargin(std::vector<uint8_t>& buff, int32_t& cursor) ReadLeadingMargin() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_delegate_impl.cpp | 393 DBStatus RelationalStoreDelegateImpl::CleanTrackerData(const std::string &tableName, int64_t cursor) in CleanTrackerData() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| H A D | sqlite_relational_store_connection.cpp | 392 int SQLiteRelationalStoreConnection::CleanTrackerData(const std::string &tableName, int64_t cursor) in CleanTrackerData() argument
|
| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| H A D | rdb_store_test.cpp | 121 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SetUp() local 179 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); in HWTEST_F() local 245 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 305 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 337 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 384 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 424 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 471 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 549 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 589 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates2, NULL, 0); HWTEST_F() local 635 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); HWTEST_F() local 797 OH_Cursor *cursor; HWTEST_F() local 841 OH_Cursor *cursor = OH_Rdb_FindModifyTime(nullptr, "rdbstoreimpltest_integer", "data_key", values); HWTEST_F() local 1047 OH_Cursor *cursor = OH_Rdb_QueryLockedRow(storeTestRdbStore_, predicates, NULL, 0); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rd_connection.cpp | 251 int32_t RdConnection::CleanDirtyData(const std::string& table, uint64_t cursor) in CleanDirtyData() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | tdsc.c | 66 uint8_t *cursor; member 149 const uint8_t *cursor = ctx->cursor; in tdsc_paint_cursor() local [all...] |
| /third_party/glfw/src/ |
| H A D | x11_init.c | 1129 Cursor cursor; in _glfwCreateNativeCursorX11() local
|
| /third_party/libunwind/libunwind/include/tdep-x86/ |
| H A D | libunwind_i.h | 57 struct cursor struct 80 dwarf_get_uc(const struct dwarf_cursor *cursor) in dwarf_get_uc() argument
|
| /third_party/libunwind/libunwind/include/tdep-riscv/ |
| H A D | libunwind_i.h | 73 struct cursor struct 90 dwarf_get_uc(const struct dwarf_cursor *cursor) in dwarf_get_uc() argument
|