Home
last modified time | relevance | path

Searched defs:cell_index (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dstate_bitmap.h142 std::atomic<CellType>& AsAtomicCell(size_t cell_index) { in AsAtomicCell()
145 const std::atomic<CellType>& AsAtomicCell(size_t cell_index) const { in AsAtomicCell()
323 size_t cell_index) const { in LoadCell()
334 const size_t cell_index = allocation_number / kBitsPerCell; in AllocationIndexAndBit() local
403 for (size_t cell_index = 0; cell_index < kBitmapSize; ++cell_index) { in IterateImpl() local
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.c882 double cell_index; in svg_io_graph_movie_array() local
905 double cell_index; in svg_io_graph_movie_array_spindle() local
991 double cell_index; in svg_io_graph_movie() local
/aosp_15_r20/external/rust/crabbyavif/tests/
Ddecoder_tests.rs615 let mut cell_index: Option<usize> = None; in expected_min_decoded_row_count() localVariable
625 let cell_index = cell_index.unwrap() as u32; in expected_min_decoded_row_count() localVariable
/aosp_15_r20/external/trusty/lk/lib/device_tree/
Dlibfdt_helpers.c54 int cell_index = in fdt_helper_read_cells32() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp183 index_type cell_index = index + index_type( i , j ); in operator ()() local