Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_tool/
A Dbes_dld_cfg.yaml41 SIZE: 0x10000
46 SIZE: 0x10000
51 SIZE: 0x10000
56 SIZE: 0x2000
61 SIZE: 0x2000
78 SIZE: 0x2000
83 SIZE: 0xC000
88 SIZE: 0x2000
93 SIZE: 0x400
98 SIZE: 0x400
[all …]
A Dbes_dld_cfg_factory_nosec.yaml41 SIZE: 0x10000
46 SIZE: 0x10000
51 SIZE: 0x10000
56 SIZE: 0x2000
61 SIZE: 0x2000
78 SIZE: 0x2000
83 SIZE: 0xC000
88 SIZE: 0x2000
93 SIZE: 0x400
98 SIZE: 0x400
[all …]
A Dbes_dld_cfg_factory_sec.yaml41 SIZE: 0x10000
46 SIZE: 0x10000
51 SIZE: 0x10000
56 SIZE: 0x2000
61 SIZE: 0x2000
78 SIZE: 0x2000
83 SIZE: 0xC000
88 SIZE: 0x2000
93 SIZE: 0x400
98 SIZE: 0x400
[all …]
/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_gui/dld_cfg/
A Dhaas1000_dld_cfg.yaml21 SIZE: 65536
26 SIZE: 8192
33 SIZE: 5832704
40 SIZE: 5832704
45 SIZE: 4907008
50 SIZE: 65536
55 SIZE: 8192
60 SIZE: 1024
/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_gui/
A Dhaas1000_dld_cfg.yaml21 SIZE: 65536
26 SIZE: 8192
33 SIZE: 5832704
40 SIZE: 5832704
45 SIZE: 4907008
50 SIZE: 65536
55 SIZE: 8192
60 SIZE: 1024
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_tools_enc.c22 #define SIZE 8 macro
23 #define SIZE2 (SIZE / 2)
89 w = pic->width / SIZE; in WebPCleanupTransparentArea()
90 h = pic->height / SIZE; in WebPCleanupTransparentArea()
124 for (y = 0; y + SIZE <= height; y += SIZE) { in WebPCleanupTransparentArea()
126 for (x = 0; x + SIZE <= width; x += SIZE) { in WebPCleanupTransparentArea()
128 SIZE, SIZE)) { in WebPCleanupTransparentArea()
146 a_ptr += SIZE * a_stride; in WebPCleanupTransparentArea()
147 y_ptr += SIZE * y_stride; in WebPCleanupTransparentArea()
153 for (x = 0; x + SIZE <= width; x += SIZE) { in WebPCleanupTransparentArea()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_gdma.h335 #define IS_GDMA_DATA_SIZE(SIZE) (((SIZE) == TrWidthOneByte) || \ argument
336 ((SIZE) == TrWidthTwoBytes) || \
337 ((SIZE) == TrWidthFourBytes))
349 #define IS_GDMA_MSIZE(SIZE) (((SIZE) == MsizeOne) || \ argument
350 ((SIZE) == MsizeFour) || \
351 ((SIZE) == MsizeEight)||\
352 ((SIZE) == MsizeSixteen))
A Drtl8721d_otf.h95 #define IS_OTF_MASK_SIZE(SIZE) ((((SIZE) & ~OTF_DEC_BIT_MASK_SIZE) == 0x00) && (((SIZE) & OTF_DEC_B… argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc_mips_dsp_r2.c341 #define FILL_8_OR_16(DST, VALUE, SIZE) do { \ argument
345 FILL_PART( 0, SIZE) \
346 FILL_PART( 1, SIZE) \
347 FILL_PART( 2, SIZE) \
348 FILL_PART( 3, SIZE) \
349 FILL_PART( 4, SIZE) \
350 FILL_PART( 5, SIZE) \
351 FILL_PART( 6, SIZE) \
352 FILL_PART( 7, SIZE) \
353 ".if " #SIZE " == 16 \n\t" \
[all …]
A Dneon.h85 #define PRINT_REG(REG, SIZE) do { \
87 printf("%s \t[%d]: 0x", #REG, SIZE); \
88 if (SIZE == 8) { \
92 } else if (SIZE == 16) { \
A Ddec_mips_dsp_r2.c873 #define CLIPPING(SIZE) \ argument
876 ".if " #SIZE " == 8 \n\t" \
882 ".if " #SIZE " == 8 \n\t" \
888 ".if " #SIZE " == 8 \n\t" \
893 ".if " #SIZE " == 8 \n\t" \
898 #define CLIP_8B_TO_DST(DST, TOP, SIZE) do { \ argument
902 ".if " #SIZE " < 8 \n\t" \
914 ".if " #SIZE " == 16 \n\t" \
929 #define CLIP_TO_DST(DST, SIZE) do { \ argument
933 for (y = 0; y < (SIZE); ++y) { \
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgun.c76 #define SIZE 32768U /* input and output buffer sizes */ macro
101 if ((unsigned)ret > SIZE - len) in in()
102 ret = (int)(SIZE - len); in in()
110 } while (ret != 0 && len < SIZE); in in()
161 unsigned char inbuf[SIZE]; /* input buffer */
162 unsigned char outbuf[SIZE]; /* output buffer */
350 while (stack > SIZE - outcnt) { in lunpipe()
351 while (outcnt < SIZE) in lunpipe()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmkenv.mk52 SIZE = $(CROSS_COMPILE)size
A Dmkrules.mk204 $(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $@
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-simd-asm.h225 #define IS_END_OF_GROUP(INDEX,SIZE) ((SIZE) < 2 || ((INDEX) & ~((INDEX)+1)) & ((SIZE)/2))
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c551 SIZE Size; in WIN_ShowOldMessageBox()
644 SIZE extent; in WIN_ShowOldMessageBox()
A DSDL_windowskeyboard.c1337 IME_PositionCandidateList(SDL_VideoData *videodata, SIZE size) in IME_PositionCandidateList()
1408 SIZE size = {0}; in IME_RenderCandidateList()
1409 SIZE candsizes[MAX_CANDLIST]; in IME_RenderCandidateList()
1410 SIZE maxcandsize = {0}; in IME_RenderCandidateList()
/AliOS-Things-master/components/freetype/src/bdf/
A DREADME63 fourth field to the `SIZE' keyword which gives the bpp value (bits per
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1952.txt427 ISIZE (Input SIZE)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.ac960 AS_HELP_STRING([--with-default-strip-size=SIZE],
A Dconfigure1585 --with-default-strip-size=SIZE
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES5496 overflow in the ROW_STRIDE and simplified image SIZE macros. This

Completed in 77 milliseconds