Home
last modified time | relevance | path

Searched defs:table_bytes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_extension.rs292 let table_bytes = &*slice_from_raw_parts(sql.table, sql.table_len as usize); in OhCloudExtCloudDbExecuteSql() localVariable
331 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchInsert() localVariable
375 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchUpdate() localVariable
418 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchDelete() localVariable
462 let table_bytes = &*slice_from_raw_parts(info.table, info.table_len as usize); in OhCloudExtCloudDbBatchQuery() localVariable
/aosp12/art/runtime/
H A Dindirect_reference_table.cc84 const size_t table_bytes = RoundUp(max_count * sizeof(IrtEntry), kPageSize); in IndirectReferenceTable() local
228 const size_t table_bytes = RoundUp(new_size * sizeof(IrtEntry), kPageSize); in Resize() local