Home
last modified time | relevance | path

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

12345

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_bor.h97 #define IS_BOR_TH_HIGH(TYPE) (((TYPE) == BOR_TH_HIGH0) || ((TYPE) == BOR_TH_HIGH1) || \ argument
98 ((TYPE) == BOR_TH_HIGH2) || ((TYPE) == BOR_TH_HIGH3) || \
99 ((TYPE) == BOR_TH_HIGH4) || ((TYPE) == BOR_TH_HIGH5) || \
100 ((TYPE) == BOR_TH_HIGH6) || ((TYPE) == BOR_TH_HIGH7))
116 #define IS_BOR_TH_LOW(TYPE) (((TYPE) == BOR_TH_LOW0) || ((TYPE) == BOR_TH_LOW1) || \ argument
117 ((TYPE) == BOR_TH_LOW2) || ((TYPE) == BOR_TH_LOW3) || \
118 ((TYPE) == BOR_TH_LOW4) || ((TYPE) == BOR_TH_LOW5) || \
119 ((TYPE) == BOR_TH_LOW6) || ((TYPE) == BOR_TH_LOW7))
A Drtl8721d_gpio.h169 #define IS_GPIOIT_LEVEL_TYPE(TYPE) (((TYPE) == GPIO_INT_Trigger_LEVEL)\ argument
170 || ((TYPE) == GPIO_INT_Trigger_EDGE)\
171 || ((TYPE) == GPIO_INT_Trigger_BOTHEDGE))
182 #define IS_GPIOIT_POLARITY_TYPE(TYPE) (((TYPE) == GPIO_INT_POLARITY_ACTIVE_LOW)\ argument
183 || ((TYPE) == GPIO_INT_POLARITY_ACTIVE_HIGH))
194 #define IS_GPIOIT_DEBOUNCE_TYPE(TYPE) (((TYPE) == GPIO_INT_DEBOUNCE_DISABLE)\ argument
195 || ((TYPE) == GPIO_INT_DEBOUNCE_ENABLE))
A Drtl8721d_crc.h108 #define IS_CRC_TYPE(TYPE) (((TYPE) == CRC_TYPE_32) || \ argument
109 ((TYPE) == CRC_TYPE_24) || \
110 ((TYPE) == CRC_TYPE_16) || \
111 ((TYPE) == CRC_TYPE_12) || \
112 ((TYPE) == CRC_TYPE_10) || \
113 ((TYPE) == CRC_TYPE_8) || \
114 ((TYPE) == CRC_TYPE_7) || \
115 ((TYPE) == CRC_TYPE_5))
A Drtl8721d_psram.h295 #define IS_PSRAM_BURST_TYPE(TYPE) (((TYPE) == PSRAM_WRAPPED_TYPE) || \ argument
296 ((TYPE) == PSRAM_LINEAR_TYPE))
A Drtl8721d_ir.h204 #define IS_IR_TX_DATA_TYPE(TYPE) (((TYPE) & (~IR_TX_DATA_LEVEL_MASK)) == 0) argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_mips_dsp_r2.c22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument
23 static void FUNC_NAME(const TYPE* src, \
25 TYPE* dst, int y_start, int y_end, \
33 ".ifc " #TYPE ", uint8_t \n\t" \
40 ".ifc " #TYPE ", uint32_t \n\t" \
59 ".ifc " #TYPE ", uint8_t \n\t" \
70 ".ifc " #TYPE ", uint32_t \n\t" \
A Dlossless.c324 #define COLOR_INDEX_INVERSE(FUNC_NAME, F_NAME, STATIC_DECL, TYPE, BIT_SUFFIX, \ argument
326 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
327 TYPE* dst, int y_start, int y_end, int width) { \
337 int y_start, int y_end, const TYPE* src, \
338 TYPE* dst) { \
A Dmsa_macro.h72 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
73 static inline TYPE FUNC_NAME(const void* const psrc) { \
75 TYPE val_m; \
85 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
86 static inline void FUNC_NAME(TYPE val, void* const pdst) { \
88 TYPE val_m = val; \
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dsys_arch.h72 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfblock.c78 s->mode = TYPE; in inflate_blocks_reset()
112 s->mode = TYPE; in inflate_blocks_new()
138 case TYPE: in inflate_blocks()
197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); in inflate_blocks()
214 s->mode = s->last ? DRY : TYPE; in inflate_blocks()
350 s->mode = TYPE; in inflate_blocks()
A Dinfutil.h15 TYPE, /* get type bits (3, including end bit) */ enumerator
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
A Dinfback9.c259 mode = TYPE;
275 case TYPE:
341 mode = TYPE;
502 mode = TYPE;
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h298 #define OFFSETOF(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
329 #define OFFSETOF(TYPE, MEMBER) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h173 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
A Dinfback.c279 state->mode = TYPE;
292 case TYPE:
355 state->mode = TYPE;
526 state->mode = TYPE;
A Dinflate.c650 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
702 state->mode = hold & 0x200 ? DICTID : TYPE;
834 state->mode = TYPE;
848 state->mode = TYPE;
849 case TYPE:
918 state->mode = TYPE;
1049 if (state->mode == TYPE)
1083 state->mode = TYPE;
1270 (state->mode == TYPE ? 128 : 0) +
1439 state->mode = TYPE;
A Dinffast.c282 state->mode = TYPE;
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinflate.c617 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
667 state->mode = hold & 0x200 ? DICTID : TYPE;
795 state->mode = TYPE;
809 state->mode = TYPE;
810 case TYPE:
879 state->mode = TYPE;
1011 if (state->mode == TYPE)
1045 state->mode = TYPE;
1231 (state->mode == TYPE ? 128 : 0) +
1384 state->mode = TYPE;
A Dinfback.c270 state->mode = TYPE;
283 case TYPE:
346 state->mode = TYPE;
518 state->mode = TYPE;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffas8664.c163 state->mode = TYPE;
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt8 # KEY:TYPE=VALUE
10 # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c177 #define TIME_PUBLIC( TITLE, TYPE, CODE ) \ argument
199 mbedtls_printf( "%6lu " TYPE "/s", ii / 3 ); \
200 MEMORY_MEASURE_PRINT( sizeof( TYPE ) + 1 ); \

Completed in 49 milliseconds

12345