Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/include/lib/per_cpu/
H A Dper_cpu.h29 #define PER_CPU_DECLARE(TYPE, NAME) \ argument
30 extern typeof(TYPE) NAME
33 #define PER_CPU_DEFINE(TYPE, NAME) \ argument
34 typeof(TYPE) NAME \
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dpm_node.h27 #define NODEID(CLASS, SUBCLASS, TYPE, INDEX) \ argument
30 (((TYPE) & NODE_TYPE_MASK_BITS) << NODE_TYPE_SHIFT) | \
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
H A Dinflate.c615 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ in inflate()
667 state->mode = hold & 0x200 ? DICTID : TYPE; in inflate()
807 state->mode = TYPE; in inflate()
822 state->mode = TYPE; in inflate()
824 case TYPE: in inflate()
896 state->mode = TYPE; in inflate()
1031 if (state->mode == TYPE) in inflate()
1065 state->mode = TYPE; in inflate()
1259 (state->mode == TYPE ? 128 : 0) + in inflate()
1419 state->mode = TYPE; in inflateSync()
H A Dinffast.c279 state->mode = TYPE; in inflate_fast()
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst136 group_add(NAME mem_conf TYPE DEFINE KEY MEM_SIZE VAL 1024)
137 group_add(NAME mem_conf TYPE CONFIG DEFINE KEY MEM_TYPE VAL dram)
138 group_add(NAME mem_conf TYPE CFLAG KEY -Os)
142 stgt_set_target(NAME fw1 TYPE exe)
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h78 #define S32CC_CLKMUX_TYPE_INIT(TYPE, MODULE, INDEX, NCLKS, ...) \ argument
81 .type = (TYPE), \
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst118 - ``PER_CPU_DECLARE(TYPE, NAME)``
123 - ``PER_CPU_DEFINE(TYPE, NAME)``