Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 98) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/tests/
A Dpngunknown-sAPI2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save
A Dpngunknown-save2 exec ./pngunknown --strict default=save "${srcdir}/pngtest.png"
A Dpngunknown-IDAT2 exec ./pngunknown --strict default=discard IDAT=save "${srcdir}/pngtest.png"
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_gcc.sx93 STM R2!,{R4-R11} @ctx save, R4~R11
96 STM R0, {R4-R7} @ctx save, R0~R3
98 STM R2!,{R8-R11} @ctx save, R12 LR PC xPSR
114 STM R2!,{R4} @ctx save, SP
117 STM R2!,{R4} @ctx save, MSP
120 STM R2!,{R4} @ctx save, PSP
123 STM R2!,{R4} @ctx save, EXC_RETURN
126 STM R2!,{R4} @ctx save, EXC_NUMBER
129 STM R2!,{R4} @ctx save, PRIMASK
132 STM R2!,{R4} @ctx save, FAULTMASK
[all …]
A Dpanic_armcc.S68 MOV R0, #0 ;double crash, do not save context
84 STM R2!,{R4-R11} ;ctx save, R4~R11
87 STM R0, {R4-R7} ;ctx save, R0~R3
89 STM R2!,{R8-R11} ;ctx save, R12 LR PC xPSR
105 STM R2!,{R4} ;ctx save, SP
108 STM R2!,{R4} ;ctx save, EXC_RETURN
111 STM R2!,{R4} ;ctx save, EXC_NUMBER
114 STM R2!,{R4} ;ctx save, PRIMASK
117 STM R2!,{R4} ;ctx save, FAULTMASK
120 STM R2!,{R4} ;ctx save, BASEPRI
A Dpanic_iccarm.S68 MOV R0, #0 ;double crash, do not save context
84 STM R2!,{R4-R11} ;ctx save, R4~R11
87 STM R0, {R4-R7} ;ctx save, R0~R3
89 STM R2!,{R8-R11} ;ctx save, R12 LR PC xPSR
105 STM R2!,{R4} ;ctx save, SP
108 STM R2!,{R4} ;ctx save, EXC_RETURN
111 STM R2!,{R4} ;ctx save, EXC_NUMBER
114 STM R2!,{R4} ;ctx save, PRIMASK
117 STM R2!,{R4} ;ctx save, FAULTMASK
120 STM R2!,{R4} ;ctx save, BASEPRI
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dpanic_gcc.sx93 STM R2!,{R4-R11} @ctx save, R4~R11
96 STM R0, {R4-R7} @ctx save, R0~R3
98 STM R2!,{R8-R11} @ctx save, R12 LR PC xPSR
114 STM R2!,{R4} @ctx save, SP
117 STM R2!,{R4} @ctx save, MSP
120 STM R2!,{R4} @ctx save, PSP
123 STM R2!,{R4} @ctx save, EXC_RETURN
126 STM R2!,{R4} @ctx save, EXC_NUMBER
129 STM R2!,{R4} @ctx save, PRIMASK
132 STM R2!,{R4} @ctx save, FAULTMASK
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwtran.c330 *(dp++) = save; in png_do_write_swap_alpha()
344 png_byte save[2]; in png_do_write_swap_alpha() local
345 save[0] = *(sp++); in png_do_write_swap_alpha()
346 save[1] = *(sp++); in png_do_write_swap_alpha()
353 *(dp++) = save[0]; in png_do_write_swap_alpha()
354 *(dp++) = save[1]; in png_do_write_swap_alpha()
373 *(dp++) = save; in png_do_write_swap_alpha()
387 png_byte save[2]; in png_do_write_swap_alpha() local
388 save[0] = *(sp++); in png_do_write_swap_alpha()
389 save[1] = *(sp++); in png_do_write_swap_alpha()
[all …]
A Dpngtrans.c635 png_byte save = *rp; in png_do_bgr() local
637 *(rp + 2) = save; in png_do_bgr()
648 png_byte save = *rp; in png_do_bgr() local
650 *(rp + 2) = save; in png_do_bgr()
665 png_byte save = *rp; in png_do_bgr() local
667 *(rp + 4) = save; in png_do_bgr()
668 save = *(rp + 1); in png_do_bgr()
670 *(rp + 5) = save; in png_do_bgr()
683 *(rp + 4) = save; in png_do_bgr()
684 save = *(rp + 1); in png_do_bgr()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Dsimpleover.c282 png_image save; in create_sprite() local
284 memset(&save, 0, sizeof save); in create_sprite()
285 save.version = PNG_IMAGE_VERSION; in create_sprite()
286 save.opaque = NULL; in create_sprite()
287 save.width = sprite->width; in create_sprite()
288 save.height = sprite->height; in create_sprite()
289 save.format = PNG_FORMAT_LINEAR_RGB_ALPHA; in create_sprite()
290 save.flags = PNG_IMAGE_FLAG_FAST; in create_sprite()
291 save.colormap_entries = 0; in create_sprite()
293 if (png_image_write_to_stdio(&save, sprite->file, 1/*convert_to_8_bit*/, in create_sprite()
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dure_debug.py.exp4 5: save 0
13 23: save 1
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm46 push si ; save all registers for safety
59 mov word ptr [bx],ax ; save the handle
81 push si ; save all registers for safety
113 push si ; save all registers for safety
147 push si ; save all registers for safety
185 push si ; save all registers for safety
223 push si ; save all registers for safety
266 push si ; save all registers for safety
280 mov cx,bx ; save returned BX for a sec
303 push si ; save all registers for safety
[all …]
/AliOS-Things-master/components/py_engine/tests/misc/
A Drge_sm.py8 def __init__(self, functions, initConditions, t0, dh, save=True): argument
9 self.Trajectory, self.save = [[t0] + initConditions], save
31 if self.save:
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dmemcpy.c64 void * save = dst0; in _memcpy() local
71 return save; in _memcpy()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcmsis_iccarm_ca.h142 #pragma language=save
154 #pragma language=save
165 #pragma language=save
176 #pragma language=save
188 #pragma language=save
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m4/
A Dport_s.S115 ;save context
117 ;if the switchout task use FPU, save the FPU regs
152 ;if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m7/
A Dport_s.S115 ;save context
117 ;if the switchout task use FPU, save the FPU regs
152 ;if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/hardware/arch/armv7m/armcc/m4/
A Dport_s.S115 ;save context
117 ;if the switchout task use FPU, save the FPU regs
152 ;if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/hardware/arch/armv7m/armcc/m7/
A Dport_s.S115 ;save context
117 ;if the switchout task use FPU, save the FPU regs
152 ;if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md36 To save a template, call SDL_SaveDollarTemplate(gestureId, dst) where gestureId is the id of the ge…
38 To save all currently loaded templates, call SDL_SaveAllDollarTemplates(dst) where dst is an SDL_RW…
45 …d to (or -1 to load to all touch devices), and src is an SDL_RWops pointer to a gesture save file.
/AliOS-Things-master/solutions/photocapture_demo/src/
A Dmain.py16 camera.save(frame, camera.JPEG, 'photo')
/AliOS-Things-master/hardware/arch/armv7m/gcc/m4/
A Dport_s.sx121 @save context
123 @if the switchout task use FPU, save the FPU regs
159 @if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/hardware/arch/armv7m/gcc/m7/
A Dport_s.sx121 @save context
123 @if the switchout task use FPU, save the FPU regs
159 @if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/hardware/arch/armv8m/gcc/m33/
A Dport_s.sx121 @save context
123 @if the switchout task use FPU, save the FPU regs
159 @if the switchin task use FPU, save the FPU regs
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip.py89 save = True
95 save = False
100 if save:

Completed in 37 milliseconds

1234