/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_bor.h | 97 #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 D | rtl8721d_gpio.h | 169 #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 D | rtl8721d_crc.h | 108 #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 D | rtl8721d_psram.h | 295 #define IS_PSRAM_BURST_TYPE(TYPE) (((TYPE) == PSRAM_WRAPPED_TYPE) || \ argument 296 ((TYPE) == PSRAM_LINEAR_TYPE))
|
A D | rtl8721d_ir.h | 204 #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 D | lossless_mips_dsp_r2.c | 22 #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 D | lossless.c | 324 #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 D | msa_macro.h | 72 #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 D | sys_arch.h | 72 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infblock.c | 78 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 D | infutil.h | 15 TYPE, /* get type bits (3, including end bit) */ enumerator
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | inflate9.h | 13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
A D | infback9.c | 259 mode = TYPE; 275 case TYPE: 341 mode = TYPE; 502 mode = TYPE;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | plat_types.h | 298 #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 D | net_defs.h | 173 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
A D | infback.c | 279 state->mode = TYPE; 292 case TYPE: 355 state->mode = TYPE; 526 state->mode = TYPE;
|
A D | inflate.c | 650 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 D | inffast.c | 282 state->mode = TYPE;
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 617 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 D | infback.c | 270 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 D | inffas8664.c | 163 state->mode = TYPE;
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CMakeCache.txt | 8 # 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 D | benchmark.c | 177 #define TIME_PUBLIC( TITLE, TYPE, CODE ) \ argument 199 mbedtls_printf( "%6lu " TYPE "/s", ii / 3 ); \ 200 MEMORY_MEASURE_PRINT( sizeof( TYPE ) + 1 ); \
|