Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 43) sorted by relevance

12

/AliOS-Things-master/hardware/chip/haas1000/aos/
A Dmy_cpp_test.cpp53 static int Add(int left, int right) in Add()
57 static float Add(float left, int right) in Add()
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c156 const uECC_word_t *right, in uECC_vli_cmp_unsafe()
171 uECC_word_t uECC_vli_equal(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_equal()
192 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_sub()
209 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_add()
222 cmpresult_t uECC_vli_cmp(const uECC_word_t *left, const uECC_word_t *right, in uECC_vli_cmp()
260 const uECC_word_t *right, wordcount_t num_words) in uECC_vli_mult()
295 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modAdd()
307 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modSub()
365 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modMult()
374 const uECC_word_t *right, uECC_Curve curve) in uECC_vli_modMult_fast()
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/
A DWrapperIHaasUI.cpp192 int UIDrawRectangle(void* instance, int32_t left, int32_t top, int32_t right, int32_t bottom, in UIDrawRectangle()
228 int32_t top, int32_t right, int32_t bottom) in UIDrawText()
A DWrapperIHaasImageProc.cpp128 int32_t right, int32_t bottom) in ImageProcRectangle()
/AliOS-Things-master/components/freetype/src/base/
A Dftpfr.c101 FT_UInt right, in FT_Get_PFR_Kerning()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dattm.h39 #define ATTMDB_UPDATE_PERM(handle, access, right)\ argument
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrdrivr.c33 FT_UInt right, in pfr_get_kerning()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Drecognize_commands.cc95 const std::pair<int, float>& right) { in ProcessLatestResults()
A Daccuracy_utils.cc52 const std::pair<string, int64>& right) { in ReadGroundTruthFile()
A Dlabel_wav.cc85 const std::pair<int, float>& right) { in GetTopLabels()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c319 mp_obj_t right = MP_OBJ_NEW_SMALL_INT(end); in mp_math_factorial_inner() local
325 mp_obj_t right = mp_math_factorial_inner(middle + 1, end); in mp_math_factorial_inner() local
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h396 static void nsvg__initClosed(NSVGpoint* left, NSVGpoint* right, NSVGpoint* p0, NSVGpoint* p1, float… in nsvg__initClosed()
410 static void nsvg__buttCap(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p, float… in nsvg__buttCap()
428 static void nsvg__squareCap(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p, flo… in nsvg__squareCap()
450 static void nsvg__roundCap(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p, floa… in nsvg__roundCap()
486 static void nsvg__bevelJoin(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p0, NS… in nsvg__bevelJoin()
506 static void nsvg__miterJoin(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p0, NS… in nsvg__miterJoin()
542 static void nsvg__roundJoin(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p0, NS… in nsvg__roundJoin()
583 static void nsvg__straightJoin(NSVGrasterizer* r, NSVGpoint* left, NSVGpoint* right, NSVGpoint* p1,… in nsvg__straightJoin()
607 …NSVGpoint left = {0,0,0,0,0,0,0,0}, right = {0,0,0,0,0,0,0,0}, firstLeft = {0,0,0,0,0,0,0,0}, firs… in nsvg__expandStroke() local
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_btn.h165 static inline void lv_btn_set_fit4(lv_obj_t * btn, lv_fit_t left, lv_fit_t right, lv_fit_t top, lv_… in lv_btn_set_fit4()
A Dlv_page.h176 static inline void lv_page_set_scrl_fit4(lv_obj_t * page, lv_fit_t left, lv_fit_t right, lv_fit_t t… in lv_page_set_scrl_fit4()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_3x3_filter_common.h110 inline void biregister_rotate_8(int8x16_t* left, int8x16_t* right) { in biregister_rotate_8()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/aircraftBattle/
A DaircraftBattle.c422 int right = my_craft->cur_x + cur_map->offset_x + cur_map->icon->height; in move_MyCraft() local
492 int right = dfo->cur_x + cur_map->offset_x + cur_map->icon->height; in draw_dfo() local
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxPrimitives.c1043 Sint16 left, right, top, bottom; in hlineColorStore() local
1206 Sint16 left, right, top, bottom; in hlineColor() local
1394 Sint16 left, right, top, bottom; in vlineColor() local
2033 Sint16 left, right, top, bottom; in _clipLine() local
2109 Sint16 left, right, top, bottom; in boxColor() local
2874 Sint16 left, right, top, bottom; in circleColor() local
3119 Sint16 left, right, top, bottom; in arcColor() local
3558 Sint16 left, right, top, bottom; in filledCircleColor() local
3711 Sint16 left, right, top, bottom; in ellipseColor() local
4090 Sint16 left, right, top, bottom; in aaellipseColor() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Drescaler.c42 int right = (wrk->src_width > 1) ? src[x_in + x_stride] : left; in WebPRescalerImportRowExpand_C() local
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c2282 PProfile right ) in Vertical_Sweep_Span()
2352 PProfile right ) in Vertical_Sweep_Drop()
2528 PProfile right ) in Horizontal_Sweep_Span()
2574 PProfile right ) in Horizontal_Sweep_Drop()
2839 PProfile right ) in Horizontal_Gray_Sweep_Span()
2856 PProfile right ) in Horizontal_Gray_Sweep_Drop()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttdriver.c138 #define PAIR_TAG( left, right ) ( ( (FT_ULong)left << 16 ) | \ argument
/AliOS-Things-master/components/py_engine/modules/minicv/
A Dui.c446 int32_t right = (int32_t)mp_obj_get_int(args[3]); in obj_drawRectangle() local
523 int32_t right = (int32_t)mp_obj_get_int(args[6]); in obj_drawText() local
/AliOS-Things-master/components/a2sa/internal/driver/core/
A Dcontrol.h35 #define AOS_DOUBLE_VALUE(sreg, left, right, smax, sinvert, sautodisable) \ argument
53 #define SOC_DOUBLE_EXT(sname, reg, left, right, max, invert, handler_get, handler_put) \ argument
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_in.c1965 tcp_add_sack(struct tcp_pcb *pcb, u32_t left, u32_t right)
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/
A Dre1.5.h30 Regexp *right; member
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c1314 DrawRect(HDC hdc, int left, int top, int right, int bottom, int pensize) in DrawRect()
1339 int left, top, right, bottom; in IME_PositionCandidateList() local
1506 int left, top, right, bottom; in IME_RenderCandidateList() local

Completed in 51 milliseconds

12