/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ure_split.py | 10 r = re.compile(" ") variable 14 r = re.compile(" +") variable 18 r = re.compile(" +") variable 22 r = re.compile(" +") variable 26 r = re.compile("[a-f]+") variable 31 r = re.compile(b"x") variable
|
A D | ure1.py | 10 r = re.compile(".+") variable 22 r = re.compile("(.+)1") variable 31 r = re.compile("[a-cu-z]") variable 42 r = re.compile("[^a-cu-z]") variable 58 r = re.compile("o+") variable 85 r = re.compile("^b|b$") variable
|
A D | ure_split_empty.py | 13 r = re.compile(" *") variable 17 r = re.compile("x*") variable 21 r = re.compile("x*") variable
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | ringbuf.h | 48 #define ringbuf_alloc(r, sz) \ argument 55 static inline int ringbuf_get(ringbuf_t *r) { in ringbuf_get() 66 static inline int ringbuf_peek(ringbuf_t *r) { in ringbuf_peek() 73 static inline int ringbuf_put(ringbuf_t *r, uint8_t v) { in ringbuf_put() 86 static inline size_t ringbuf_free(ringbuf_t *r) { in ringbuf_free() 90 static inline size_t ringbuf_avail(ringbuf_t *r) { in ringbuf_avail()
|
A D | ringbuf.c | 28 int ringbuf_get16(ringbuf_t *r) { in ringbuf_get16() 40 int ringbuf_peek16(ringbuf_t *r) { in ringbuf_peek16() 54 int ringbuf_put16(ringbuf_t *r, uint16_t v) { in ringbuf_put16()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_blit.h | 71 Uint8 r, g, b, a; member 123 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument 129 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument 135 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument 141 #define RGB_FROM_RGB888(Pixel, r, g, b) \ argument 178 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ argument 219 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ argument 226 #define RGB565_FROM_RGB(Pixel, r, g, b) \ argument 230 #define RGB555_FROM_RGB(Pixel, r, g, b) \ argument 234 #define RGB888_FROM_RGB(Pixel, r, g, b) \ argument [all …]
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_blendfillrect.c | 31 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB555() 57 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB565() 83 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB888() 109 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_ARGB8888() 135 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGB() 186 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect_RGBA() 218 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRect() 285 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendFillRects()
|
A D | SDL_blendpoint.c | 30 SDL_BlendPoint_RGB555(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB555() 56 SDL_BlendPoint_RGB565(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB565() 82 SDL_BlendPoint_RGB888(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB888() 109 Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoint_ARGB8888() 134 SDL_BlendPoint_RGB(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGB() 185 SDL_BlendPoint_RGBA(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint_RGBA() 217 SDL_BlendPoint(SDL_Surface * dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, in SDL_BlendPoint() 279 SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_BlendPoints()
|
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | mutex.h | 41 int r = 0; in mutex_init() local 62 int r = 0; in mutex_lock() local 82 int r = 0; in mutex_trylock() local 101 int r = pthread_mutex_unlock(&lock->m); in mutex_unlock() local
|
/AliOS-Things-master/hardware/board/c906/csi_core/include/ |
A D | csi_rv64_gcc.h | 1841 int32_t r, s; in __SHADD16() local 1862 int32_t r, s; in __UHADD16() local 1939 int32_t r, s; in __QSUB16() local 1962 int32_t r, s; in __UQSUB16() local 1985 int32_t r, s; in __SSUB16() local 2008 int32_t r, s; in __USUB16() local 2029 int32_t r, s; in __SHSUB16() local 2050 int32_t r, s; in __UHSUB16() local 2132 int32_t r, s; in __QASX() local 2160 int32_t r, s; in __UQASX() local [all …]
|
/AliOS-Things-master/components/csi/csi1/include/core/ |
A D | csi_rv32_gcc.h | 1801 int32_t r, s; in __SHADD16() local 1822 int32_t r, s; in __UHADD16() local 1899 int32_t r, s; in __QSUB16() local 1922 int32_t r, s; in __UQSUB16() local 1945 int32_t r, s; in __SSUB16() local 1968 int32_t r, s; in __USUB16() local 1989 int32_t r, s; in __SHSUB16() local 2010 int32_t r, s; in __UHSUB16() local 2092 int32_t r, s; in __QASX() local 2120 int32_t r, s; in __UQASX() local [all …]
|
A D | csi_gcc.h | 2281 int32_t r, s; in __SHADD16() local 2302 int32_t r, s; in __UHADD16() local 2379 int32_t r, s; in __QSUB16() local 2402 int32_t r, s; in __UQSUB16() local 2425 int32_t r, s; in __SSUB16() local 2448 int32_t r, s; in __USUB16() local 2469 int32_t r, s; in __SHSUB16() local 2490 int32_t r, s; in __UHSUB16() local 2572 int32_t r, s; in __QASX() local 2600 int32_t r, s; in __UQASX() local [all …]
|
/AliOS-Things-master/components/csi/csi2/include/core/ |
A D | csi_gcc.h | 2301 int32_t r, s; in __SHADD16() local 2322 int32_t r, s; in __UHADD16() local 2399 int32_t r, s; in __QSUB16() local 2422 int32_t r, s; in __UQSUB16() local 2445 int32_t r, s; in __SSUB16() local 2468 int32_t r, s; in __USUB16() local 2489 int32_t r, s; in __SHSUB16() local 2510 int32_t r, s; in __UHSUB16() local 2592 int32_t r, s; in __QASX() local 2620 int32_t r, s; in __UQASX() local [all …]
|
A D | csi_rv32_gcc.h | 1852 int32_t r, s; in __SHADD16() local 1873 int32_t r, s; in __UHADD16() local 1950 int32_t r, s; in __QSUB16() local 1973 int32_t r, s; in __UQSUB16() local 1996 int32_t r, s; in __SSUB16() local 2019 int32_t r, s; in __USUB16() local 2040 int32_t r, s; in __SHSUB16() local 2061 int32_t r, s; in __UHSUB16() local 2143 int32_t r, s; in __QASX() local 2171 int32_t r, s; in __UQASX() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_mips_dsp_r2.c | 51 int r, g, b; in YuvToRgb() local 58 int r, g, b; in YuvToBgr() local 65 int r, g, b; in YuvToRgb565() local 81 int r, g, b; in YuvToRgba4444() local 103 int r, g, b; in YuvToArgb() local 113 int r, g, b; in YuvToBgra() local 122 int r, g, b; in YuvToRgba() local
|
A D | upsampling_neon.c | 84 #define STORE_Rgb(out, r, g, b) do { \ argument 90 #define STORE_Bgr(out, r, g, b) do { \ argument 96 #define STORE_Rgba(out, r, g, b) do { \ argument 102 #define STORE_Bgra(out, r, g, b) do { \ argument 108 #define STORE_Argb(out, r, g, b) do { \ argument 120 #define STORE_Rgba4444(out, r, g, b) do { \ argument 127 #define STORE_Rgb565(out, r, g, b) do { \ argument
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxPrimitives.c | 206 char r,g,b; in TestPixel() local 286 char r,g,b; in TestHline() local 367 char r,g,b; in TestVline() local 448 char r,g,b; in TestRectangle() local 528 char r,g,b; in TestRoundedRectangle() local 608 char r,g,b; in TestRoundedBox() local 688 char r,g,b; in TestBoxTwo() local 769 char r,g,b; in TestBox() local 850 char r,g,b; in TestLine() local 931 char r,g,b; in TestAALine() local [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.h | 220 static inline void bf_delete(bf_t *r) in bf_delete() 229 static inline void bf_neg(bf_t *r) in bf_neg() 249 static inline void bf_memcpy(bf_t *r, const bf_t *a) in bf_memcpy() 422 static inline void bfdec_delete(bfdec_t *r) in bfdec_delete() 427 static inline void bfdec_neg(bfdec_t *r) in bfdec_neg() 455 static inline void bfdec_set_nan(bfdec_t *r) in bfdec_set_nan() 459 static inline void bfdec_set_zero(bfdec_t *r, int is_neg) in bfdec_set_zero() 463 static inline void bfdec_set_inf(bfdec_t *r, int is_neg) in bfdec_set_inf() 467 static inline int bfdec_set(bfdec_t *r, const bfdec_t *a) in bfdec_set() 471 static inline void bfdec_move(bfdec_t *r, bfdec_t *a) in bfdec_move() [all …]
|
A D | libbf.c | 159 slimb_t r; in sat_add() local 263 void bf_set_nan(bf_t *r) in bf_set_nan() 1165 limb_t i, r; in mp_mul_basecase() local 1933 limb_t s, r; in bf_isqrt() local 1947 dlimb_t r, num; in mp_sqrtrem2() local 5712 limb_t r; in mp_mul_basecase_dec() local 7370 limb_t r; in add_mod() local 7380 limb_t r; in sub_mod() local 7413 dlimb_t r; in mul_mod_fast() local 7432 limb_t r, q; in mul_mod_fast2() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 164 void nsvgDeleteRasterizer(NSVGrasterizer* r) in nsvgDeleteRasterizer() 208 static void nsvg__resetPool(NSVGrasterizer* r) in nsvg__resetPool() 273 static void nsvg__duplicatePoints(NSVGrasterizer* r) in nsvg__duplicatePoints() 330 static void nsvg__flattenCubicBez(NSVGrasterizer* r, in nsvg__flattenCubicBez() 973 int r = (c) & 0xff; in nsvg__applyOpacity() local 997 int r,g,b; in nsvg__scanlineSolid() local 1032 int r,g,b,a,ia; in nsvg__scanlineSolid() local 1077 int r,g,b,a,ia; in nsvg__scanlineSolid() local 1209 int r = row[0], g = row[1], b = row[2], a = row[3]; in nsvg__unpremultiplyAlpha() local 1223 int r = 0, g = 0, b = 0, a = row[3], n = 0; in nsvg__unpremultiplyAlpha() local [all …]
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_bus.c | 198 int r = -1; in u_driver_init_device() local 269 int r = 0; in u_bus_try_init_device() local 330 int r = 0; in u_bus_attach_driver() local 448 int r = 0; in u_bus_register() local 571 int r = -1; in u_driver_deinit_device() local 618 int r = 0; in u_bus_detach_driver() local 648 int r = 0; in u_bus_detach_device() local
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_d3dmath.c | 88 Float4X4 MatrixRotationX(float r) in MatrixRotationX() 103 Float4X4 MatrixRotationY(float r) in MatrixRotationY() 118 Float4X4 MatrixRotationZ(float r) in MatrixRotationZ()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | none.h | 249 q31_t r, s, t, u; in __QADD8() local 267 q31_t r, s, t, u; in __QSUB8() local 286 q31_t r = 0, s = 0; in __QADD16() local 302 q31_t r, s; in __SHADD16() local 318 q31_t r, s; in __QSUB16() local 334 q31_t r, s; in __SHSUB16() local 350 q31_t r, s; in __QASX() local 366 q31_t r, s; in __SHASX() local 382 q31_t r, s; in __QSAX() local 398 q31_t r, s; in __SHSAX() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | none.h | 249 q31_t r, s, t, u; in __QADD8() local 267 q31_t r, s, t, u; in __QSUB8() local 286 q31_t r = 0, s = 0; in __QADD16() local 302 q31_t r, s; in __SHADD16() local 318 q31_t r, s; in __QSUB16() local 334 q31_t r, s; in __SHSUB16() local 350 q31_t r, s; in __QASX() local 366 q31_t r, s; in __SHASX() local 382 q31_t r, s; in __QSAX() local 398 q31_t r, s; in __SHSAX() local
|
/AliOS-Things-master/components/py_engine/tests/wipy/ |
A D | os.py | 41 r = bytes(f.read(), "ascii") variable 68 r = bytes(f.read(), "ascii") variable
|