HomeSort by: relevance | last modified time | path
    Searched defs:cell_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/include/
openfirm.h 44 typedef uint64_t cell_t; typedef in typeref:typename:uint64_t
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 in typeref:typename:uint32_t
58 #define HDL2CELL(x) (cell_t)(x)
59 #define ADR2CELL(x) (cell_t)(x
    [all...]
openfirm.h 44 typedef uint64_t cell_t; typedef in typeref:typename:uint64_t
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 in typeref:typename:uint32_t
58 #define HDL2CELL(x) (cell_t)(x)
59 #define ADR2CELL(x) (cell_t)(x
    [all...]

Completed in 36 milliseconds