/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_kv.c | 15 #define LEN 128 macro 16 char tmp_key[LEN] = {0}; 17 char tmp_val[LEN] = {0};
|
/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 119 ((LEN) == SP_WL_24) || \ 120 ((LEN) == SP_WL_8))
|
A D | rtl8721d_i2s.h | 167 #define IS_I2S_WORD_LEN(LEN) (((LEN) == I2S_WL_16) || \ argument 168 ((LEN) == I2S_WL_24) || \ 169 ((LEN) == I2S_WL_32))
|
/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 | memcpy.c | 54 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
|
A D | memset.c | 44 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
|
A D | memmove.c | 58 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) 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/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
|
A D | infback9.c | 298 mode = LEN; /* decode codes */ 465 mode = LEN; 467 case LEN: 495 mode = LEN;
|
/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 649 VP8LAddVector(a->ARG, b->ARG, out->ARG, (LEN)); \ 651 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \ 654 memcpy(&out->ARG[0], &b->ARG[0], (LEN) * sizeof(out->ARG[0])); \ 656 memset(&out->ARG[0], 0, (LEN) * sizeof(out->ARG[0])); \ 660 #define ADD_EQ(X, ARG, LEN) do { \ argument 663 VP8LAddVectorEq(a->ARG, out->ARG, (LEN)); \ 665 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infcodes.c | 18 LEN, /* i: get length/literal/eob next */ enumerator 119 c->mode = LEN; in inflate_codes() 120 case LEN: /* i: get length/literal/eob next */ in inflate_codes()
|
/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
|
A D | infback.c | 312 state->mode = LEN; /* decode codes */ 479 state->mode = LEN; 481 case LEN: 519 state->mode = LEN;
|
A D | inflate.c | 1043 state->mode = LEN; 1044 case LEN: 1167 if (state->length == 0) state->mode = LEN; 1189 if (state->length == 0) state->mode = LEN; 1195 state->mode = LEN;
|
/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/py_engine/external/unzip/src/ |
A D | infback.c | 303 state->mode = LEN; /* decode codes */ 471 state->mode = LEN; 473 case LEN: 511 state->mode = LEN;
|
A D | inflate.c | 1005 state->mode = LEN; 1006 case LEN: 1129 if (state->length == 0) state->mode = LEN; 1151 if (state->length == 0) state->mode = LEN; 1157 state->mode = LEN;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1951.txt | 533 read LEN and NLEN (see next section) 534 copy LEN bytes of data to output 583 | LEN | NLEN |... LEN bytes of literal data...| 586 LEN is the number of data bytes in the block. NLEN is the 587 one's complement of LEN.
|
A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 459 LEN gives the length of the subfield data, excluding the 4
|
/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
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 99 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \ argument 103 PPPOE_ADD_16(PTR, LEN)
|