Home
last modified time | relevance | path

Searched defs:CELL (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/once_cell/examples/
Dbench.rs8 static CELL: OnceCell<usize> = OnceCell::new(); constant
Dbench_acquire.rs11 static CELL: OnceCell<usize> = OnceCell::new(); constant
/external/rust/crates/crossbeam-utils/tests/
Datomic_cell.rs232 static CELL: AtomicCell<usize> = AtomicCell::new(0); in const_atomic_cell_new() constant
/external/python/cpython2/Include/
Dsymtable.h84 #define CELL 5 macro
/external/python/cpython3/Include/
Dsymtable.h114 #define CELL 5 macro
/external/python/cpython3/Lib/tkinter/
Dtix.py45 CELL = 'cell' variable
/external/python/cpython2/Lib/lib-tk/
DTix.py49 CELL = 'cell' variable