OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cell_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/include/
openfirm.h
44
typedef uint64_t
cell_t
;
typedef
46
#define HDL2CELL(x) (
cell_t
)(u_int)(int)(x)
47
#define ADR2CELL(x) (
cell_t
)(x)
49
#define HDL2CELL(x) (
cell_t
)(u_int)(int)(x)
50
#define ADR2CELL(x) (
cell_t
)(u_int)(int)(x)
52
#define HDQ2CELL_HI(x) (
cell_t
)(0)
53
#define HDQ2CELL_LO(x) (
cell_t
)(x)
57
typedef uint32_t
cell_t
;
typedef
58
#define HDL2CELL(x) (
cell_t
)(x)
59
#define ADR2CELL(x) (
cell_t
)(x
[
all
...]
/src/external/gpl3/gcc/dist/gcc/text-art/
canvas.h
40
typedef styled_unichar
cell_t
;
typedef in class:text_art::canvas
50
void paint (coord_t coord,
cell_t
c);
53
void fill (rect_t rect,
cell_t
c);
60
const
cell_t
&get (coord_t coord) const
68
array2<
cell_t
, size_t, coord_t> m_cells;
/src/external/gpl2/dtc/dist/
dtc.h
54
typedef uint32_t
cell_t
;
typedef
111
struct data data_append_cell(struct data d,
cell_t
word);
162
cell_t
phandle;
224
cell_t
propval_cell(struct property *prop);
225
cell_t
propval_cell_n(struct property *prop, int n);
233
struct node *get_node_by_phandle(struct node *tree,
cell_t
phandle);
235
cell_t
get_node_phandle(struct node *root, struct node *node);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026