/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aflatin.h | 54 #define AF_LATIN_IS_TOP_BLUE( b ) \ argument 56 #define AF_LATIN_IS_X_HEIGHT_BLUE( b ) \ argument 58 #define AF_LATIN_IS_LONG_BLUE( b ) \ argument 149 #define AF_LATIN_HINTS_DO_HORZ_SNAP( h ) \ argument 152 #define AF_LATIN_HINTS_DO_VERT_SNAP( h ) \ argument 155 #define AF_LATIN_HINTS_DO_STEM_ADJUST( h ) \ argument 158 #define AF_LATIN_HINTS_DO_MONO( h ) \ argument
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_color.c | 46 lv_color_t lv_color_hsv_to_rgb(uint16_t h, uint8_t s, uint8_t v) in lv_color_hsv_to_rgb() 52 uint8_t r, g, b; in lv_color_hsv_to_rgb() local 114 lv_color_hsv_t lv_color_rgb_to_hsv(uint8_t r, uint8_t g, uint8_t b) in lv_color_rgb_to_hsv()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/ |
A D | tcm_heap.c | 63 struct Heap* h = &g_tcm_heap; in tcm_heap_dump() local 78 struct Heap* h = &g_tcm_heap; in tcm_heap_allocmem() local 144 struct Heap* h = &g_tcm_heap; in tcm_heap_freemem() local 228 struct Heap* h = &g_tcm_heap; in tcm_heap_freeSpace() local 349 uint8_t *b = tcm_heap_allocmem(HEAP_SIZE); in tcm_heap_testRun() local
|
/AliOS-Things-master/components/oss/src/model/ |
A D | CreateSelectObjectMetaResult.cc | 23 #define PARSE_FOUR_BYTES(a, b, c, d) (((uint64_t)(a) << 24)|((uint64_t)(b) << 16)|((uint64_t)(c) <<… argument 24 #define PARSE_EIGHT_BYTES(a, b, c, d, e, f, g, h) (((uint64_t)(a)<<56)|((uint64_t)(b)<<48)| ((uint6… argument
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | boundmeth1.py | 11 def h(self, a, b, c, d, e, f): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_imageiter.c | 211 TIFFImageIterGet(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in TIFFImageIterGet() 260 gtTileContig(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtTileContig() 308 gtTileSeparate(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtTileSeparate() 318 u_char* b; in gtTileSeparate() local 375 gtStripContig(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtStripContig() 414 gtStripSeparate(TIFFImageIter* img, void *udata, uint32 w, uint32 h) in gtStripSeparate() 420 u_char *r, *g, *b, *a; in gtStripSeparate() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_rect.h | 80 int w, h; member 92 float h; member 116 SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b) in SDL_RectEquals()
|
/AliOS-Things-master/components/py_engine/engine/lib/crypto-algorithms/ |
A D | sha256.c | 21 #define ROTLEFT(a,b) (((a) << (b)) | ((a) >> (32-(b)))) argument 22 #define ROTRIGHT(a,b) (((a) >> (b)) | ((a) << (32-(b)))) argument 46 WORD a, b, c, d, e, f, g, h, i, j, t1, t2, m[64]; in sha256_transform() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | sha256.c | 167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument 168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | ecc.h | 119 uECC_word_t b[NUM_ECC_WORDS]; member 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument 155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | ppm2tiff.c | 56 #define streq(a,b) (strcmp(a,b) == 0) argument 57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) argument 99 unsigned int w, h, prec, row; in main() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing.c | 225 int w, int h, int stride) { in ApplyAlphaMultiply_C() 263 int w, int h, int stride, in ApplyAlphaMultiply4444_C() 274 const uint8_t b = multiply(dither_hi(ba), mult); in ApplyAlphaMultiply4444_C() local 284 int w, int h, int stride) { in ApplyAlphaMultiply_16b_C() 365 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) { in MakeARGB32() 371 const uint8_t* b, int len, uint32_t* out) { in PackARGB_C() 379 static void PackRGB_C(const uint8_t* r, const uint8_t* g, const uint8_t* b, in PackRGB_C()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | im2col_utils.h | 28 int h, int b, int kheight, int kwidth, in ExtractPatchIntoBufferColumn() 234 for (int b = 0; b < batches; ++b) { in Im2col() local 235 for (int h = 0; h < output_height; ++h) { in Im2col() local 271 for (int b = 0; b < batches; ++b) { in Im2col() local 273 for (int h = 0; h < output_height; ++h) { in Im2col() local 287 int b, int d, int h, int w, // Output indexes. in ExtractPatchIntoBufferColumn3D() 400 for (int b = 0; b < batches; ++b) { in Im2col3D() local 402 for (int h = 0; h < output_height; ++h) { in Im2col3D() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_tools_enc.c | 87 int x, y, w, h; in WebPCleanupTransparentArea() local 169 int x, y, w, h; in WebPCleanupTransparentAreaLossless() local 194 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) { in MakeARGB32() 260 int b = (argb[x] >> 0) & 0xff; in WebPBlendAlpha() local
|
A D | iterator_enc.c | 105 static WEBP_INLINE int MinSize(int a, int b) { return (a < b) ? a : b; } in MinSize() 108 uint8_t* dst, int w, int h, int size) { in ImportBlock() 139 const int h = MinSize(pic->height - y * 16, 16); in VP8IteratorImport() local 180 int w, int h) { in ExportBlock() 200 int h = (pic->height - y * 16); in VP8IteratorExport() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 295 char *w, *h; in SDLTest_CommonArg() local 314 char *w, *h; in SDLTest_CommonArg() local 333 char *w, *h; in SDLTest_CommonArg() local 352 char *w, *h; in SDLTest_CommonArg() local 791 int w, h; in SDLTest_ExampleHitTestCallback() local 837 int i, j, m, n, w, h; in SDLTest_CommonInit() local 1640 int w, h; in SDLTest_CommonEvent() local 1651 int w, h; in SDLTest_CommonEvent() local 1727 int w, h; in SDLTest_CommonEvent() local 1846 … const SDL_bool b = ((flags & SDL_WINDOW_BORDERLESS) != 0) ? SDL_TRUE : SDL_FALSE; in SDLTest_CommonEvent() local
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infblock.c | 125 uLong b; /* bit buffer */ in inflate_blocks() local 266 inflate_huft *h; in inflate_blocks() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 1211 #define PACK(r,g,b) \ argument 1213 #define PACK4(r,g,b,a) \ argument 1217 #define PACKW(r,g,b) \ argument 1219 #define PACKW4(r,g,b,a) \ argument 1466 uint32 r, g, b, a; in DECLAREContigPutFunc() local 1537 uint32 r,g,b,a; in DECLAREContigPutFunc() local 1561 uint16 r, g, b, k; in DECLAREContigPutFunc() local 1587 uint16 r, g, b, k; in DECLAREContigPutFunc() local 1755 uint32 r, g, b; in DECLAREContigPutFunc() local 1797 uint32 w, uint32 h, in putcontig8bitYCbCrGenericTile() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 33 …dWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags) in SDL_CreateShapedWindow() 75 Uint8 r = 0,g = 0,b = 0,alpha = 0; in SDL_CalculateShapeBitmap() local 131 Uint8 r = 0,g = 0,b = 0,a = 0; in RecursivelyCalculateShapeTree() local
|
/AliOS-Things-master/components/py_engine/engine/drivers/display/ |
A D | lcd160cr.py | 138 def rgb(r, g, b): argument 142 def clip_line(c, w, h): argument 272 def screen_dump(self, buf, x=0, y=0, w=None, h=None): argument 342 def rect(self, x, y, w, h, cmd=0x72): argument 371 def rect_outline(self, x, y, w, h): argument 374 def rect_interior(self, x, y, w, h): argument 389 def rect_no_clip(self, x, y, w, h): argument 392 def rect_outline_no_clip(self, x, y, w, h): argument 395 def rect_interior_no_clip(self, x, y, w, h): argument 432 def set_spi_win(self, x, y, w, h): argument [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 41 int w = 640, h = 480; variable 77 double GetPotential(Uint8 *map, Uint8 *greyscale, double *relaxed, int x, int y, int w, int h) in GetPotential() 142 Uint8 r, g, b, a; in Draw() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_closure.js | 30 function f(a, b, c) argument 35 function h() { function
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_sha256.c | 11 #define GET_UINT32_BE(n,b,i) \ argument 21 #define PUT_UINT32_BE(n,b,i) \ argument 111 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_sha256.c | 22 #define GET_UINT32_BE(n, b, i) \ argument 30 #define PUT_UINT32_BE(n, b, i) \ argument 110 #define P(a, b, c, d, e, f, g, h, x, K) \ argument
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ecp_curves.c | 54 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 60 #define BYTES_TO_T_UINT_2( a, b ) \ argument 63 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 69 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument 79 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument 82 #define BYTES_TO_T_UINT_2( a, b ) \ argument 587 const mbedtls_mpi_uint *b, size_t blen, in ecp_group_load() 992 #define INIT( b ) \ argument
|