/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/ |
A D | port_s.S | 94 addi sp, sp, -(128+128) 128 addi sp, sp, -(124+124) 161 sd t0, (120+120)(sp) 165 sd sp, (a1) 183 ld sp, (a1) 195 ld t0, (120+120)(sp) 229 addi sp, sp, (124+124) 264 addi sp, sp, (128+128) 285 ld sp, (a0) 325 addi sp, sp, (124+124) [all …]
|
/AliOS-Things-master/hardware/arch/riscv/src/rv32f_32gpr/ |
A D | port_s.S | 84 addi sp, sp, -128 119 addi sp, sp, -124 121 sw x1, 0(sp) 122 sw x3, 4(sp) 123 sw x4, 8(sp) 156 sw sp, (a1) 170 lw sp, (a2) 179 lw x1, 0(sp) 180 lw x3, 4(sp) 210 addi sp, sp, 124 [all …]
|
/AliOS-Things-master/hardware/arch/riscv/src/rv32fd_32gpr/ |
A D | port_s.S | 84 addi sp, sp, -(128+128) 118 addi sp, sp, -124 120 sw x1, 0(sp) 121 sw x3, 4(sp) 122 sw x4, 8(sp) 155 sw sp, (a1) 169 lw sp, (a2) 178 lw x1, 0(sp) 179 lw x3, 4(sp) 209 addi sp, sp, 124 [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_ojpeg.c | 1055 …sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_leng… in OJPEGReadHeaderInfo() 1092 …sp->restart_interval=(uint16)(((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))… in OJPEGReadHeaderInfo() 1195 …sp->subsampling_convert_ylinelen=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*… in OJPEGWriteHeaderInfo() 1231 sp->lines_per_strile=((sp->strile_length+sp->subsampling_ver-1)/sp->subsampling_ver); in OJPEGWriteHeaderInfo() 1373 sp->sof_hv[0]=((sp->subsampling_hor<<4)|sp->subsampling_ver); in OJPEGReadHeaderInfoSec() 1376 sp->sof_x=sp->strile_width; in OJPEGReadHeaderInfoSec() 1803 sp->sof_tq[m]=sp->sof_tq[m-1]; in OJPEGReadHeaderInfoSecTablesQTable() 1941 sp->sos_tda[m]=(sp->sos_tda[m]|(sp->sos_tda[m-1]&15)); in OJPEGReadHeaderInfoSecTablesAcTable() 2306 sp->out_buffer[10+m*3]=sp->sof_c[sp->plane_sample_offset+m]; in OJPEGWriteStreamSof() 2308 sp->out_buffer[10+m*3+1]=sp->sof_hv[sp->plane_sample_offset+m]; in OJPEGWriteStreamSof() [all …]
|
A D | tif_jpeg.c | 278 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1)) argument 284 sp->cinfo.c.err = jpeg_std_error(&sp->err); in TIFFjpeg_create_compress() 298 sp->cinfo.d.err = jpeg_std_error(&sp->err); in TIFFjpeg_create_decompress() 383 sp->cinfo.d.progress = &sp->progress; in TIFFjpeg_start_decompress() 416 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm)); in TIFFjpeg_abort() 494 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_data_dest() 558 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_tables_dest() 642 sp->cinfo.d.src = &sp->src; in TIFFjpeg_data_src() 1255 sp->h_sampling, sp->v_sampling); in JPEGPreDecode() 2131 bytesperclumpline = (((sp->cinfo.c.image_width+sp->h_sampling-1)/sp->h_sampling) in JPEGEncodeRaw() [all …]
|
A D | tif_zip.c | 64 #define SAFE_MSG(sp) ((sp)->stream.msg == NULL ? "" : (sp)->stream.msg) argument 107 sp->state = 0; in ZIPSetupDecode() 216 sp->state = 0; in ZIPSetupEncode() 219 if (deflateInit(&sp->stream, sp->zipquality) != Z_OK) { in ZIPSetupEncode() 336 assert(sp != 0); in ZIPCleanup() 345 sp->state = 0; in ZIPCleanup() 348 sp->state = 0; in ZIPCleanup() 350 _TIFFfree(sp); in ZIPCleanup() 403 ZIPState* sp; in TIFFInitZIP() local 423 sp = ZState(tif); in TIFFInitZIP() [all …]
|
A D | tif_lzma.c | 237 sp->state = 0; in LZMASetupEncode() 265 return (lzma_stream_encoder(&sp->stream, sp->filters, sp->check) == LZMA_OK); in LZMAPreEncode() 345 assert(sp != 0); in LZMACleanup() 354 sp->state = 0; in LZMACleanup() 356 _TIFFfree(sp); in LZMACleanup() 371 lzma_lzma_preset(&sp->opt_lzma, sp->preset); in LZMAVSetField() 413 LZMAState* sp; in TIFFInitLZMA() local 447 sp->state = 0; in TIFFInitLZMA() 458 sp->filters[0].options = &sp->opt_delta; in TIFFInitLZMA() 460 lzma_lzma_preset(&sp->opt_lzma, sp->preset); in TIFFInitLZMA() [all …]
|
A D | tif_lzw.c | 188 #define NextCode(tif, sp, bp, code, get) get(sp, bp, code) argument 205 if( sp == NULL ) in LZWSetupDecode() 229 assert(sp != NULL); in LZWSetupDecode() 267 assert(sp != NULL); in LZWPreDecode() 324 sp->dec_free_entp = sp->dec_codetab + CODE_FIRST; in LZWPreDecode() 333 sp->dec_oldcodep = &sp->dec_codetab[-1]; in LZWPreDecode() 334 sp->dec_maxcodep = &sp->dec_codetab[sp->dec_nbitsmask-1]; in LZWPreDecode() 845 sp->enc_ratio = 0; in LZWPreEncode() 910 if (sp == NULL) in LZWEncode() 997 cl_hash(sp); in LZWEncode() [all …]
|
A D | tif_fax3.c | 166 sp->refruns[0] = (uint32) sp->b.rowpixels; in Fax3PreDecode() 306 SWAP(uint32*, sp->curruns, sp->refruns); in Fax3Decode2D() 603 (sp)->data = 0, (sp)->bit = 8; \ 768 _TIFFmemset(sp->refline, 0x00, sp->b.rowbytes); in Fax3PreEncode() 784 sp->k = sp->maxk-1; in Fax3PreEncode() 786 sp->k = sp->maxk = 0; in Fax3PreEncode() 1110 sp->k = sp->maxk-1; in Fax3Encode() 1112 _TIFFmemcpy(sp->refline, bp, sp->b.rowbytes); in Fax3Encode() 1320 sp->cleanfaxdata, sp->cleanfaxdata); in Fax3PrintDir() 1460 SWAP(uint32*, sp->curruns, sp->refruns); in Fax4Decode() [all …]
|
A D | tif_predict.c | 96 sp->predictor); in PredictorSetup() 108 if (sp->rowsize == 0) in PredictorSetup() 463 assert(sp != NULL); in PredictorDecodeRow() 485 assert(sp != NULL); in PredictorDecodeTile() 694 assert(sp != NULL); in PredictorEncodeRow() 714 assert(sp != NULL); in PredictorEncodeTile() 765 assert(sp != NULL); in PredictorVSetField() 811 fprintf(fd, "%d (0x%x)\n", sp->predictor, sp->predictor); in PredictorPrintDir() 813 if (sp->printdir) in PredictorPrintDir() 822 assert(sp != 0); in TIFFPredictorInit() [all …]
|
A D | tif_luv.c | 251 (*sp->tfunc)(sp, op, npixels); in LogL16Decode() 310 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode24() 321 LogLuvState* sp; in LogLuvDecode32() local 385 (*sp->tfunc)(sp, op, npixels); in LogLuvDecode32() 465 (*sp->tfunc)(sp, bp, npixels); in LogL16Encode() 558 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode24() 616 (*sp->tfunc)(sp, bp, npixels); in LogLuvEncode32() 1576 assert(sp != 0); in LogLuvClose() 1606 if (sp->tbuf) in LogLuvCleanup() 1608 _TIFFfree(sp); in LogLuvCleanup() [all …]
|
A D | tif_pixarlog.c | 1169 sp->stride, up, sp->FromLT2); in PixarLogEncode() 1174 sp->stride, up, sp->From14); in PixarLogEncode() 1179 sp->stride, up, sp->From8); in PixarLogEncode() 1248 sp->stream.msg ? sp->stream.msg : "(null)"); in PixarLogPostEncode() 1297 if (sp->FromLT2) _TIFFfree(sp->FromLT2); in PixarLogCleanup() 1298 if (sp->From14) _TIFFfree(sp->From14); in PixarLogCleanup() 1299 if (sp->From8) _TIFFfree(sp->From8); in PixarLogCleanup() 1300 if (sp->ToLinearF) _TIFFfree(sp->ToLinearF); in PixarLogCleanup() 1301 if (sp->ToLinear16) _TIFFfree(sp->ToLinear16); in PixarLogCleanup() 1302 if (sp->ToLinear8) _TIFFfree(sp->ToLinear8); in PixarLogCleanup() [all …]
|
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/ |
A D | vectors.S | 61 addi sp, sp, -(76+76) 83 addi sp, sp, -160 142 addi sp, sp, 160 163 addi sp, sp, (76+76) 186 addi sp, sp, -(76+76) 212 addi sp, sp, -160 277 addi sp, sp, 160 298 addi sp, sp, (76+76) 312 addi sp, sp, -8 318 addi sp, sp, 8 [all …]
|
/AliOS-Things-master/hardware/arch/riscv/src/rv32_32gpr/ |
A D | port_s.S | 84 addi sp, sp, -124 86 sw x1, 0(sp) 87 sw x3, 4(sp) 88 sw x4, 8(sp) 89 sw x5, 12(sp) 121 sw sp, (a1) 135 lw sp, (a2) 144 lw x1, 0(sp) 145 lw x3, 4(sp) 146 lw x4, 8(sp) [all …]
|
/AliOS-Things-master/hardware/arch/riscv/src/rv32_16gpr/ |
A D | port_s.S | 84 addi sp, sp, -60 86 sw x1, 0(sp) 87 sw x3, 4(sp) 88 sw x4, 8(sp) 89 sw x5, 12(sp) 105 sw sp, (a1) 119 lw sp, (a2) 128 lw x1, 0(sp) 129 lw x3, 4(sp) 130 lw x4, 8(sp) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngrtran.c | 3495 *sp = gamma_table[*sp]; in png_do_compose() 3968 *sp = gamma_table[*sp]; in png_do_gamma() 3970 *sp = gamma_table[*sp]; in png_do_gamma() 3972 *sp = gamma_table[*sp]; in png_do_gamma() 4010 *sp = gamma_table[*sp]; in png_do_gamma() 4013 *sp = gamma_table[*sp]; in png_do_gamma() 4016 *sp = gamma_table[*sp]; in png_do_gamma() 4054 *sp = gamma_table[*sp]; in png_do_gamma() 4113 *sp = gamma_table[*sp]; in png_do_gamma() 4552 if (*(sp - 2) == red && *(sp - 1) == green && *(sp) == blue) in png_do_expand() [all …]
|
A D | pngwtran.c | 36 png_bytep sp, dp; in png_do_pack() local 41 sp = row; in png_do_pack() 48 if (*sp != 0) in png_do_pack() 51 sp++; in png_do_pack() 79 sp = row; in png_do_pack() 102 sp++; in png_do_pack() 119 sp = row; in png_do_pack() 142 sp++; in png_do_pack() 425 sp+=3; dp = sp; in png_do_write_invert_alpha() 448 sp+=6; dp = sp; in png_do_write_invert_alpha() [all …]
|
A D | pngtrans.c | 515 ++sp; in png_do_strip_channel() 522 while (sp < ep) in png_do_strip_channel() 524 *dp++ = *sp; sp += 2; in png_do_strip_channel() 533 sp += 2; in png_do_strip_channel() 541 *dp++ = *sp++; *dp++ = *sp; sp += 3; in png_do_strip_channel() 563 ++sp; in png_do_strip_channel() 572 *dp++ = *sp++; *dp++ = *sp++; *dp++ = *sp; sp += 2; in png_do_strip_channel() 581 sp += 2; in png_do_strip_channel() 590 *dp++ = *sp++; *dp++ = *sp++; in png_do_strip_channel() 591 *dp++ = *sp++; *dp++ = *sp++; in png_do_strip_channel() [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | charclass.c | 3 int _re1_5_classmatch(const char *pc, const char *sp) in _re1_5_classmatch() argument 9 if (*sp >= *pc && *sp <= pc[1]) return is_positive; in _re1_5_classmatch() 15 int _re1_5_namedclassmatch(const char *pc, const char *sp) in _re1_5_namedclassmatch() argument 20 if (!(*sp >= '0' && *sp <= '9')) { in _re1_5_namedclassmatch() 24 if (!(*sp == ' ' || (*sp >= '\t' && *sp <= '\r'))) { in _re1_5_namedclassmatch() 28 …if (!((*sp >= 'A' && *sp <= 'Z') || (*sp >= 'a' && *sp <= 'z') || (*sp >= '0' && *sp <= '9') || *s… in _re1_5_namedclassmatch()
|
A D | recursiveloop.c | 18 if(sp >= input->end) in recursiveloop() 23 if(*sp != *pc++) in recursiveloop() 27 sp++; in recursiveloop() 31 if (!_re1_5_classmatch(pc, sp)) in recursiveloop() 34 sp++; in recursiveloop() 37 if (!_re1_5_namedclassmatch(pc, sp)) in recursiveloop() 40 sp++; in recursiveloop() 50 if(recursiveloop(pc, sp, input, subp, nsubp)) in recursiveloop() 65 subp[off] = sp; in recursiveloop() 71 if(sp != input->begin) in recursiveloop() [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vm.c | 123 sp[-2] = sp[0]; \ 129 sp[-1] = sp[0]; \ 535 mp_obj_subscr(sp[-1], sp[0], sp[-2]); in mp_execute_bytecode() 581 sp[0] = sp[-2]; in mp_execute_bytecode() 582 sp[-1] = sp[-3]; in mp_execute_bytecode() 591 sp[0] = sp[-1]; in mp_execute_bytecode() 598 sp[0] = sp[-1]; in mp_execute_bytecode() 599 sp[-1] = sp[-2]; in mp_execute_bytecode() 693 sp[1] = sp[0]; in mp_execute_bytecode() 879 mp_obj_dict_store(sp[0], sp[2], sp[1]); in mp_execute_bytecode() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zlib2ansi | 21 my $sp = qr{ \s* (?: /\* .*? \*/ )? \s* }x; # assume no nested comments 23 my $d1 = qr{ $sp (?: [\w\*\s]+ $sp)* $sp \w+ $sp [\[\]\s]* $sp }x ; 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ; 25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ; 42 $sp ^ { # literal "{" at start of line
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/arm/ |
A D | palette_neon_intrinsics.c | 85 png_bytep sp = *ssp - i, dp = *ddp - (i << 2); in png_do_expand_palette_rgba8_neon() local 86 cur = vld1q_dup_u32 (riffled_palette + *(sp - 3)); in png_do_expand_palette_rgba8_neon() 87 cur = vld1q_lane_u32(riffled_palette + *(sp - 2), cur, 1); in png_do_expand_palette_rgba8_neon() 88 cur = vld1q_lane_u32(riffled_palette + *(sp - 1), cur, 2); in png_do_expand_palette_rgba8_neon() 89 cur = vld1q_lane_u32(riffled_palette + *(sp - 0), cur, 3); in png_do_expand_palette_rgba8_neon() 125 png_bytep sp = *ssp - i, dp = *ddp - ((i << 1) + i); in png_do_expand_palette_rgb8_neon() local 126 cur = vld3_dup_u8(palette + sizeof(png_color) * (*(sp - 7))); in png_do_expand_palette_rgb8_neon() 127 cur = vld3_lane_u8(palette + sizeof(png_color) * (*(sp - 6)), cur, 1); in png_do_expand_palette_rgb8_neon() 128 cur = vld3_lane_u8(palette + sizeof(png_color) * (*(sp - 5)), cur, 2); in png_do_expand_palette_rgb8_neon() 129 cur = vld3_lane_u8(palette + sizeof(png_color) * (*(sp - 4)), cur, 3); in png_do_expand_palette_rgb8_neon() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 757 if (sp > 0) in set_opt_string_() 781 dp->stack[sp].opt_string_end = set_opt_string_(dp, sp, dp->stack[sp].opt, in set_opt_string() 782 options[dp->stack[sp].opt].values[dp->stack[sp].entry].name); in set_opt_string() 802 if (sp > 0) in record_opt() 835 assert(sp == dp->tsp && sp < SL); in push_opt() 851 dp->tsp = sp+1U; in push_opt() 919 assert(sp+1U == dp->tsp && !dp->stack[sp].end); in next_opt() 936 if (dp->stack[sp].lo > dp->stack[sp].hi) in next_opt() 1149 if (dp->stack[sp].lo <= dp->stack[sp].hi /*searching*/) in compare_option() 2127 unsigned int sp; in better_options() local [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 138 osp=sp; in _shrinkSurfaceRGBA() 142 oosp=sp; in _shrinkSurfaceRGBA() 151 sp++; in _shrinkSurfaceRGBA() 227 osp=sp; in _shrinkSurfaceY() 231 oosp=sp; in _shrinkSurfaceY() 237 sp++; in _shrinkSurfaceY() 241 sp = (Uint8 *)((Uint8*)sp + (src->pitch - factorx)); in _shrinkSurfaceY() 367 csp = sp; in _zoomSurfaceRGBA() 379 c00 = sp; in _zoomSurfaceRGBA() 456 csp = sp; in _zoomSurfaceRGBA() [all …]
|