Searched defs:LEN (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | memcmp.c | 52 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
|
A D | memmove.c | 58 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
|
A D | memcpy.c | 54 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
|
A D | memset.c | 44 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
|
A D | strncpy.c | 69 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) argument
|
A D | memchr.c | 53 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_kv.c | 15 #define LEN 128 macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | reg_transq.h | 32 __IO uint32_t LEN; // 0x038 + N * 8 member 43 __I uint32_t LEN; // 0x238 + N * 8 member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | inflate9.h | 16 LEN, /* i: waiting for length/lit code */ enumerator
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infcodes.c | 18 LEN, /* i: get length/literal/eob next */ enumerator
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_audio.h | 118 #define IS_SP_WORD_LEN(LEN) (((LEN) == SP_WL_16) || \ argument
|
A D | rtl8721d_i2s.h | 167 #define IS_I2S_WORD_LEN(LEN) (((LEN) == I2S_WL_16) || \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inflate.h | 41 LEN, /* i: waiting for length/lit/eob code */ enumerator
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | inflate.h | 41 LEN, /* i: waiting for length/lit/eob code */ enumerator
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_enc.c | 646 #define ADD(X, ARG, LEN) do { \ argument 660 #define ADD_EQ(X, ARG, LEN) do { \ argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | util.h | 945 #define UTIL_LISTIFY(LEN, F, ...) UTIL_EVAL(UTIL_REPEAT(LEN, F, __VA_ARGS__)) argument
|
Completed in 29 milliseconds