/AliOS-Things-master/components/py_engine/engine/py/ |
A D | nlr.c | 41 nlr_buf_t **top = &MP_STATE_THREAD(nlr_top); in nlr_push_tail() local 49 nlr_buf_t **top = &MP_STATE_THREAD(nlr_top); in nlr_pop() local
|
A D | nlrsetjmp.c | 33 nlr_buf_t *top = *top_ptr; in nlr_jump() local
|
A D | objstrunicode.c | 46 for (const byte *s = str_data, *top = str_data + str_len; !has_double_quote && s < top; s++) { in uni_print_quoted() local 58 const byte *s = str_data, *top = str_data + str_len; in uni_print_quoted() local 134 const byte *s, *top = self_data + self_len; in str_index_to_ptr() local
|
A D | parsenum.c | 51 const byte *restrict top = str + len; in mp_parse_num_integer() local 196 const char *top = str + len; in mp_parse_num_decimal() local
|
A D | vm.c | 425 mp_obj_t top = TOP(); in mp_execute_bytecode() local 517 mp_obj_t top = TOP(); in mp_execute_bytecode() local 574 mp_obj_t top = TOP(); in mp_execute_bytecode() local 590 mp_obj_t top = sp[0]; in mp_execute_bytecode() local 597 mp_obj_t top = sp[0]; in mp_execute_bytecode() local
|
A D | stackctrl.c | 35 void mp_stack_set_top(void *top) { in mp_stack_set_top()
|
A D | objstr.c | 51 for (const byte *s = str_data, *top = str_data + str_len; !has_double_quote && s < top; s++) { in mp_str_print_quoted() local 63 for (const byte *s = str_data, *top = str_data + str_len; s < top; s++) { in mp_str_print_quoted() local 91 for (const byte *s = str_data, *top = str_data + str_len; s < top; s++) { in mp_str_print_json() local 516 const byte *top = s + len; in mp_obj_str_split() local 600 const byte *top = s + len; in str_splitlines() local 902 STATIC const char *str_to_int(const char *str, const char *top, int *num) { in str_to_int() 954 STATIC vstr_t mp_obj_str_format_helper(const char *str, const char *top, int *arg_i, size_t n_args,… in mp_obj_str_format_helper() 1424 for (const byte *top = str + len; str < top; str++) { in str_modulo_format() local
|
A D | profile.c | 296 mp_obj_t top = mp_call_function_n_kw(callback, 3, 0, a); in mp_prof_callback_invoke() local 340 mp_obj_t top; in mp_prof_frame_enter() local 386 mp_obj_t top = mp_const_none; in mp_prof_instr_tick() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_rescale_enc.c | 40 int* const left, int* const top) { in SnapTopLeftPosition() 49 int* const left, int* const top, in AdjustAndCheckRectangle() 94 int left, int top, int width, int height, in WebPPictureView() 127 int left, int top, int width, int height) { in WebPPictureCrop() 282 int left, int top, int width, int height, in WebPPictureView() 294 int left, int top, int width, int height) { in WebPPictureCrop()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless.c | 110 static uint32_t Predictor0_C(uint32_t left, const uint32_t* const top) { in Predictor0_C() 115 static uint32_t Predictor1_C(uint32_t left, const uint32_t* const top) { in Predictor1_C() 119 static uint32_t Predictor2_C(uint32_t left, const uint32_t* const top) { in Predictor2_C() 123 static uint32_t Predictor3_C(uint32_t left, const uint32_t* const top) { in Predictor3_C() 127 static uint32_t Predictor4_C(uint32_t left, const uint32_t* const top) { in Predictor4_C() 131 static uint32_t Predictor5_C(uint32_t left, const uint32_t* const top) { in Predictor5_C() 135 static uint32_t Predictor6_C(uint32_t left, const uint32_t* const top) { in Predictor6_C() 139 static uint32_t Predictor7_C(uint32_t left, const uint32_t* const top) { in Predictor7_C() 143 static uint32_t Predictor8_C(uint32_t left, const uint32_t* const top) { in Predictor8_C() 148 static uint32_t Predictor9_C(uint32_t left, const uint32_t* const top) { in Predictor9_C() [all …]
|
A D | lossless_mips_dsp_r2.c | 191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2() 195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2() 199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2() 203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2() 208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2() 214 const uint32_t* const top) { in Predictor10_MIPSdspR2() 219 const uint32_t* const top) { in Predictor11_MIPSdspR2() 224 const uint32_t* const top) { in Predictor12_MIPSdspR2() 229 const uint32_t* const top) { in Predictor13_MIPSdspR2()
|
A D | enc.c | 291 const uint8_t* top, in DCMode() 317 const uint8_t* top) { in IntraChromaPreds_C() 376 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 383 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 402 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() 420 static void VR4(uint8_t* dst, const uint8_t* top) { in VR4() 442 static void VL4(uint8_t* dst, const uint8_t* top) { in VL4() 464 static void HU4(uint8_t* dst, const uint8_t* top) { in HU4() 479 static void HD4(uint8_t* dst, const uint8_t* top) { in HD4() 502 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() [all …]
|
A D | lossless_enc.c | 781 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2() 785 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3() 789 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4() 793 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5() 797 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6() 801 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7() 805 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8() 810 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9() 815 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10() 819 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11() [all …]
|
A D | enc_sse2.c | 572 const uint8_t* top, int size) { in TM_SSE2() 621 const uint8_t* top) { in DC8uv_SSE2() 647 const uint8_t* top) { in DC8uvMode_SSE2() 662 const uint8_t* top) { in DC16_SSE2() 686 const uint8_t* top) { in DC16Mode_SSE2() 716 const uint8_t* top) { // vertical in VE4_SSE2() 745 static WEBP_INLINE void DC4_SSE2(uint8_t* dst, const uint8_t* top) { in DC4_SSE2() 753 const uint8_t* top) { // Down-Left in LD4_SSE2() 838 static WEBP_INLINE void HU4_SSE2(uint8_t* dst, const uint8_t* top) { in HU4_SSE2() 898 static void Intra4Preds_SSE2(uint8_t* dst, const uint8_t* top) { in Intra4Preds_SSE2() [all …]
|
A D | enc_msa.c | 287 static WEBP_INLINE void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 296 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 316 static WEBP_INLINE void LD4(uint8_t* dst, const uint8_t* top) { in LD4() 336 static WEBP_INLINE void VR4(uint8_t* dst, const uint8_t* top) { in VR4() 357 static WEBP_INLINE void VL4(uint8_t* dst, const uint8_t* top) { in VL4() 378 static WEBP_INLINE void HU4(uint8_t* dst, const uint8_t* top) { in HU4() 484 const uint8_t* top) { in TrueMotion16x16() 523 const uint8_t* top) { in DCMode16x16() 610 const uint8_t* top) { in TrueMotion8x8() 650 const uint8_t* top) { in DCMode8x8() [all …]
|
A D | enc_mips_dsp_r2.c | 547 const uint8_t* top) { in DCMode8() 591 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 612 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() 667 static void VE4(uint8_t* dst, const uint8_t* top) { in VE4() 698 static void HE4(uint8_t* dst, const uint8_t* top) { in HE4() 734 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 783 static void VR4(uint8_t* dst, const uint8_t* top) { in VR4() 833 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() 880 static void VL4(uint8_t* dst, const uint8_t* top) { in VL4() 929 static void HD4(uint8_t* dst, const uint8_t* top) { in HD4() [all …]
|
A D | lossless_sse2.c | 142 static uint32_t Predictor5_SSE2(uint32_t left, const uint32_t* const top) { in Predictor5_SSE2() 146 static uint32_t Predictor6_SSE2(uint32_t left, const uint32_t* const top) { in Predictor6_SSE2() 150 static uint32_t Predictor7_SSE2(uint32_t left, const uint32_t* const top) { in Predictor7_SSE2() 154 static uint32_t Predictor8_SSE2(uint32_t left, const uint32_t* const top) { in Predictor8_SSE2() 159 static uint32_t Predictor9_SSE2(uint32_t left, const uint32_t* const top) { in Predictor9_SSE2() 164 static uint32_t Predictor10_SSE2(uint32_t left, const uint32_t* const top) { in Predictor10_SSE2() 168 static uint32_t Predictor11_SSE2(uint32_t left, const uint32_t* const top) { in Predictor11_SSE2() 172 static uint32_t Predictor12_SSE2(uint32_t left, const uint32_t* const top) { in Predictor12_SSE2() 176 static uint32_t Predictor13_SSE2(uint32_t left, const uint32_t* const top) { in Predictor13_SSE2()
|
A D | lossless_neon.c | 191 static uint32_t Predictor5_NEON(uint32_t left, const uint32_t* const top) { in Predictor5_NEON() 194 static uint32_t Predictor6_NEON(uint32_t left, const uint32_t* const top) { in Predictor6_NEON() 197 static uint32_t Predictor7_NEON(uint32_t left, const uint32_t* const top) { in Predictor7_NEON() 200 static uint32_t Predictor13_NEON(uint32_t left, const uint32_t* const top) { in Predictor13_NEON() 305 const uint8x16_t top = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd6_NEON() local 321 const uint8x16_t top = LOADQ_U32P_AS_U8(&upper[i]); in PredictorAdd7_NEON() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeAccountPageResult.h | 40 int top; member 47 int top; member 54 int top; member 61 int top; member 68 int top; member
|
A D | RecognizeBusinessLicenseResult.h | 40 int top; member 47 int top; member 54 int top; member 61 int top; member
|
A D | RecognizeCharacterResult.h | 43 int top; member
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasUI.cpp | 192 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 D | WrapperIHaasImageProc.cpp | 127 int ImageProcRectangle(void* instance, const ImageBuffer_t* src, int32_t left, int32_t top, in ImageProcRectangle() 198 int32_t top) in ImageProcPutText()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | RecognizeExpressionResult.h | 42 int top; member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2stack.h | 66 CF2_StackNumber* top; member
|