/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1decode.c | 432 FT_Long* top = decoder->top; in t1_decoder_parse_charstrings() local 676 decoder->top = top; in t1_decoder_parse_charstrings() 899 top[0] += top[1]; /* XXX (over|under)flow */ in t1_decoder_parse_charstrings() 910 top[0] -= top[1]; /* XXX (over|under)flow */ in t1_decoder_parse_charstrings() 921 top[0] = FT_MulFix( top[0], top[1] ); in t1_decoder_parse_charstrings() 932 top[0] = FT_DivFix( top[0], top[1] ); in t1_decoder_parse_charstrings() 996 if ( top[2] > top[3] ) in t1_decoder_parse_charstrings() 997 top[0] = top[1]; in t1_decoder_parse_charstrings() 1045 decoder->top = top; in t1_decoder_parse_charstrings() 1333 *top = FT_DivFix( top[0], top[1] ); in t1_decoder_parse_charstrings() [all …]
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2stack.c | 104 stack->top->u.i = val; in cf2_stack_pushInt() 105 stack->top->type = CF2_NumberInt; in cf2_stack_pushInt() 106 ++stack->top; in cf2_stack_pushInt() 120 stack->top->u.r = val; in cf2_stack_pushFixed() 122 ++stack->top; in cf2_stack_pushFixed() 141 --stack->top; in cf2_stack_popInt() 143 return stack->top->u.i; in cf2_stack_popInt() 158 --stack->top; in cf2_stack_popFixed() 160 switch ( stack->top->type ) in cf2_stack_popFixed() 167 return stack->top->u.r; in cf2_stack_popFixed() [all …]
|
A D | cffload.c | 1322 FT_MEM_ZERO( top, sizeof ( *top ) ); in cff_subfont_load() 1326 top->charstring_type = 2; in cff_subfont_load() 1329 top->cid_count = 8720; in cff_subfont_load() 1333 top->version = 0xFFFFU; in cff_subfont_load() 1334 top->notice = 0xFFFFU; in cff_subfont_load() 1335 top->copyright = 0xFFFFU; in cff_subfont_load() 1336 top->full_name = 0xFFFFU; in cff_subfont_load() 1337 top->family_name = 0xFFFFU; in cff_subfont_load() 1338 top->weight = 0xFFFFU; in cff_subfont_load() 1339 top->embedded_postscript = 0xFFFFU; in cff_subfont_load() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc.c | 241 if (top != NULL) { in VerticalPred() 264 if (top != NULL) { in TrueMotion() 282 if (top != NULL) { in TrueMotion() 295 if (top != NULL) { in DCMode() 325 if (top != NULL) top += 8; in IntraChromaPreds_C() 353 AVG3(top[-1], top[0], top[1]), in VE4() 354 AVG3(top[ 0], top[1], top[2]), in VE4() 355 AVG3(top[ 1], top[2], top[3]), in VE4() 356 AVG3(top[ 2], top[3], top[4]) in VE4() 379 for (i = 0; i < 4; ++i) dc += top[i] + top[-5 + i]; in DC4() [all …]
|
A D | lossless_mips_dsp_r2.c | 192 return Average3(left, top[0], top[1]); in Predictor5_MIPSdspR2() 196 return Average2(left, top[-1]); in Predictor6_MIPSdspR2() 200 return Average2(left, top[0]); in Predictor7_MIPSdspR2() 205 return Average2(top[-1], top[0]); in Predictor8_MIPSdspR2() 210 return Average2(top[0], top[1]); in Predictor9_MIPSdspR2() 214 const uint32_t* const top) { in Predictor10_MIPSdspR2() argument 215 return Average4(left, top[-1], top[0], top[1]); in Predictor10_MIPSdspR2() 219 const uint32_t* const top) { in Predictor11_MIPSdspR2() argument 220 return Select(top[0], left, top[-1]); in Predictor11_MIPSdspR2() 225 return ClampedAddSubtractFull(left, top[0], top[-1]); in Predictor12_MIPSdspR2() [all …]
|
A D | enc_msa.c | 290 for (i = 0; i < 4; ++i) dc += top[i] + top[-5 + i]; in DC4() 341 const int A = top[0]; in VR4() 342 const int B = top[1]; in VR4() 343 const int C = top[2]; in VR4() 455 if (top != NULL) { in VerticalPred16x16() 486 if (top != NULL) { in TrueMotion16x16() 513 if (top != NULL) { in TrueMotion16x16() 578 if (top != NULL) { in VerticalPred8x8() 612 if (top != NULL) { in TrueMotion8x8() 640 if (top != NULL) { in TrueMotion8x8() [all …]
|
A D | lossless.c | 111 (void)top; in Predictor0_C() 116 (void)top; in Predictor1_C() 121 return top[0]; in Predictor2_C() 125 return top[1]; in Predictor3_C() 129 return top[-1]; in Predictor4_C() 132 const uint32_t pred = Average3(left, top[0], top[1]); in Predictor5_C() 144 const uint32_t pred = Average2(top[-1], top[0]); in Predictor8_C() 149 const uint32_t pred = Average2(top[0], top[1]); in Predictor9_C() 154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10_C() 158 const uint32_t pred = Select(top[0], left, top[-1]); in Predictor11_C() [all …]
|
A D | enc_mips_dsp_r2.c | 539 : [left]"r"(left), [top]"r"(top) in DCMode16() 607 : [top]"r"(top), [dst]"r"(dst) in DC4() 693 : [top]"r"(top), [dst]"r"(dst) in VE4() 729 : [top]"r"(top), [dst]"r"(dst) in HE4() 778 : [top]"r"(top), [dst]"r"(dst) in RD4() 828 : [top]"r"(top), [dst]"r"(dst) in VR4() 875 : [top]"r"(top), [dst]"r"(dst) in LD4() 924 : [top]"r"(top), [dst]"r"(dst) in VL4() 972 : [top]"r"(top), [dst]"r"(dst) in HD4() 1008 : [top]"r"(top), [dst]"r"(dst) in HU4() [all …]
|
A D | enc_sse2.c | 529 if (top != NULL) { in VerticalPred_SSE2() 602 if (top != NULL) { in TrueMotion_SSE2() 612 if (top != NULL) { in TrueMotion_SSE2() 648 if (top != NULL) { in DC8uvMode_SSE2() 687 if (top != NULL) { in DC16Mode_SSE2() 748 for (i = 0; i < 4; ++i) dc += top[i] + top[-5 + i]; in DC4_SSE2() 859 const int A = top[0]; in HD4_SSE2() 860 const int B = top[1]; in HD4_SSE2() 861 const int C = top[2]; in HD4_SSE2() 882 const int val = top[-2 - y] - top[-1]; in TM4_SSE2() [all …]
|
A D | lossless_enc.c | 783 return top[0]; in Predictor2() 787 return top[1]; in Predictor3() 791 return top[-1]; in Predictor4() 794 const uint32_t pred = Average3(left, top[0], top[1]); in Predictor5() 802 const uint32_t pred = Average2(left, top[0]); in Predictor7() 806 const uint32_t pred = Average2(top[-1], top[0]); in Predictor8() 811 const uint32_t pred = Average2(top[0], top[1]); in Predictor9() 816 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10() 820 const uint32_t pred = Select(top[0], left, top[-1]); in Predictor11() 824 const uint32_t pred = ClampedAddSubtractFull(left, top[0], top[-1]); in Predictor12() [all …]
|
A D | lossless_sse2.c | 142 static uint32_t Predictor5_SSE2(uint32_t left, const uint32_t* const top) { in Predictor5_SSE2() argument 143 const uint32_t pred = Average3_SSE2(left, top[0], top[1]); in Predictor5_SSE2() 146 static uint32_t Predictor6_SSE2(uint32_t left, const uint32_t* const top) { in Predictor6_SSE2() argument 147 const uint32_t pred = Average2_SSE2(left, top[-1]); in Predictor6_SSE2() 151 const uint32_t pred = Average2_SSE2(left, top[0]); in Predictor7_SSE2() 155 const uint32_t pred = Average2_SSE2(top[-1], top[0]); in Predictor8_SSE2() 160 const uint32_t pred = Average2_SSE2(top[0], top[1]); in Predictor9_SSE2() 165 const uint32_t pred = Average4_SSE2(left, top[-1], top[0], top[1]); in Predictor10_SSE2() 169 const uint32_t pred = Select_SSE2(top[0], left, top[-1]); in Predictor11_SSE2() 173 const uint32_t pred = ClampedAddSubtractFull_SSE2(left, top[0], top[-1]); in Predictor12_SSE2() [all …]
|
A D | filters_neon.c | 151 const uint8_t* const top, in GradientPredictDirect_NEON() argument 156 const uint8x8_t B = vld1_u8(&top[i + 0]); in GradientPredictDirect_NEON() 158 const int16x8_t D = LOAD_U8_TO_S16(&top[i - 1]); in GradientPredictDirect_NEON() 164 out[i] = row[i] - GradientPredictor_C(row[i - 1], top[i], top[i - 1]); in GradientPredictDirect_NEON() 268 const uint8_t* const top, in GradientPredictInverse_NEON() argument 275 const int16x8_t B = LOAD_U8_TO_S16(&top[i + 0]); in GradientPredictInverse_NEON() 276 const int16x8_t C = LOAD_U8_TO_S16(&top[i - 1]); in GradientPredictInverse_NEON() 290 row[i] = in[i] + GradientPredictor_C(row[i - 1], top[i], top[i - 1]); in GradientPredictInverse_NEON()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | parsenum.c | 51 const byte *restrict top = str + len; in mp_parse_num_integer() local 66 if (str < top) { in mp_parse_num_integer() 81 for (; str < top; str++) { in mp_parse_num_integer() 130 if (str != top) { in mp_parse_num_integer() 196 const char *top = str + len; in mp_parse_num_decimal() local 206 if (str < top) { in mp_parse_num_decimal() 218 if (str < top && (str[0] | 0x20) == 'i') { in mp_parse_num_decimal() 242 while (str < top) { in mp_parse_num_decimal() 272 if (str < top) { in mp_parse_num_decimal() 280 if (str == top) { in mp_parse_num_decimal() [all …]
|
A D | nlrsetjmp.c | 33 nlr_buf_t *top = *top_ptr; in nlr_jump() local 34 if (top == NULL) { in nlr_jump() 37 top->ret_val = val; in nlr_jump() 38 MP_NLR_RESTORE_PYSTACK(top); in nlr_jump() 39 *top_ptr = top->prev; in nlr_jump() 40 longjmp(top->jmpbuf, 1); in nlr_jump()
|
A D | nlr.c | 41 nlr_buf_t **top = &MP_STATE_THREAD(nlr_top); in nlr_push_tail() local 42 nlr->prev = *top; in nlr_push_tail() 44 *top = nlr; in nlr_push_tail() 49 nlr_buf_t **top = &MP_STATE_THREAD(nlr_top); in nlr_pop() local 50 *top = (*top)->prev; in nlr_pop()
|
A D | nlr.h | 125 #define MP_NLR_JUMP_HEAD(val, top) \ argument 127 nlr_buf_t *top = *_top_ptr; \ 128 if (top == NULL) { \ 131 top->ret_val = val; \ 132 MP_NLR_RESTORE_PYSTACK(top); \ 133 *_top_ptr = top->prev; \ 144 unsigned int nlr_push_tail(nlr_buf_t *top);
|
A D | objstr.c | 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 531 if (s >= top) { in mp_obj_str_split() 542 if (s < top) { in mp_obj_str_split() 571 if (s >= top) { in mp_obj_str_split() 602 while (s < top) { in str_splitlines() 605 while (s < top) { in str_splitlines() 1042 if (str >= top) { in mp_obj_str_format_helper() 1424 for (const byte *top = str + len; str < top; str++) { in str_modulo_format() local 1482 if (str < top) { in str_modulo_format() [all …]
|
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 59 while (s < top) { in uni_print_quoted() 134 const byte *s, *top = self_data + self_len; in str_index_to_ptr() local 137 for (s = top - 1; i; --s) { in str_index_to_ptr() 157 if (s >= top) { in str_index_to_ptr() 159 return top; in str_index_to_ptr()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_rescale_enc.c | 43 *top &= ~1; in SnapTopLeftPosition() 51 SnapTopLeftPosition(pic, left, top); in AdjustAndCheckRectangle() 52 if ((*left) < 0 || (*top) < 0) return 0; in AdjustAndCheckRectangle() 55 if ((*top) + height > pic->height) return 0; in AdjustAndCheckRectangle() 107 dst->y = src->y + top * src->y_stride + left; in WebPPictureView() 113 dst->a = src->a + top * src->a_stride + left; in WebPPictureView() 117 dst->argb = src->argb + top * src->argb_stride + left; in WebPPictureView() 139 const int y_offset = top * pic->y_stride + left; in WebPPictureCrop() 149 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() 286 (void)top; in WebPPictureView() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | doxygen.css | 41 margin-top: 2px; 160 margin-top: 3px; 175 margin-top: 12px; 191 margin-top: 10px; 313 margin-top: 0px; 542 margin-top: 1em; 565 margin-top: 0; 591 margin-top: 1em; 596 margin-top: 0; 640 padding-top: 5px; [all …]
|
/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
|
/AliOS-Things-master/documentation/doxygen/style/ |
A D | doxygen-custom.css | 29 margin-top: 1.75em; 30 padding-top: 8px; 66 margin-top: 2px; 75 margin-top: 0px; 343 margin-top: 3px; 1062 top: 0px; 1619 top: 100%; 1680 top: 50%; 1686 top: 50%; 1696 top: 50%; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | tree_dec.c | 291 uint8_t* const top = dec->intra_t_ + 4 * mb_x; in ParseIntraMode() local 314 memset(top, ymode, 4 * sizeof(*top)); in ParseIntraMode() 323 const uint8_t* const prob = kBModesProba[top[x]][ymode]; in ParseIntraMode() 343 top[x] = ymode; in ParseIntraMode() 345 memcpy(modes, top, 4 * sizeof(*top)); in ParseIntraMode()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/ |
A D | RecognizeAccountPageResult.cc | 68 …invalidStampAreaObject.top = std::stoi(dataNodeInvalidStampAreasInvalidStampArea["Top"].asString()… in parse() 82 …undertakeStampAreaObject.top = std::stoi(dataNodeUndertakeStampAreasUndertakeStampArea["Top"].asSt… in parse() 96 …registerStampAreaObject.top = std::stoi(dataNodeRegisterStampAreasRegisterStampArea["Top"].asStrin… in parse() 110 otherStampAreaObject.top = std::stoi(dataNodeOtherStampAreasOtherStampArea["Top"].asString()); in parse() 121 data_.titleArea.top = std::stoi(titleAreaNode["Top"].asString()); in parse()
|