Home
last modified time | relevance | path

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 Dmemcmp.c52 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
A Dmemmove.c58 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
A Dmemcpy.c54 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
A Dmemset.c44 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
A Dstrncpy.c69 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) argument
A Dmemchr.c53 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
/AliOS-Things-master/components/amp_adapter/platform/linux/
A Daos_kv.c15 #define LEN 128 macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dreg_transq.h32 __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 Dinflate9.h16 LEN, /* i: waiting for length/lit code */ enumerator
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfcodes.c18 LEN, /* i: get length/literal/eob next */ enumerator
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_audio.h118 #define IS_SP_WORD_LEN(LEN) (((LEN) == SP_WL_16) || \ argument
A Drtl8721d_i2s.h167 #define IS_I2S_WORD_LEN(LEN) (((LEN) == I2S_WL_16) || \ argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinflate.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dinflate.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc.c646 #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 Dpppoe.c99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h945 #define UTIL_LISTIFY(LEN, F, ...) UTIL_EVAL(UTIL_REPEAT(LEN, F, __VA_ARGS__)) argument

Completed in 29 milliseconds