/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffasx64.asm | 107 test al, al 123 test al, al 134 mov cl, al 136 test al, 16 205 mov al, [rsi] 206 mov [rdi], al 226 mov ah, al 230 mov [rdi], al 239 test al, 64 253 test al, 64 [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffast.S | 342 movb (in_r), %al 476 testb %al, %al 502 movb %al, %cl 504 testb $16, %al 674 testb $64, %al 692 testb $64, %al 936 testb %al, %al 948 testb $16, %al 1051 testb $64, %al 1064 testb $64, %al [all …]
|
A D | inffas86.c | 840 test al, al 852 mov cl, al 854 test al, 16 903 mov cl, al /* cl = this.op */ 947 mov al, [esi] 948 mov [edi], al 969 mov al, [edi-1] 970 mov ah, al 984 test al, 64 998 test al, 64 [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 355 test al,al 375 mov cl,al 377 test al,16 432 mov cl,al 434 test al,16 513 test al,64 531 test al,64 676 test al,al 697 test al,16 737 test al,16 [all …]
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_dyn.c | 32 #define DFB_SYM(ret, name, args, al, func) ret (*name) args; argument 42 #define DFB_SYM(ret, name, args, al, func) ret name args { func SDL_DirectFB_Symbols.name al ; } argument 57 #define DFB_SYM(ret, name, args, al, func) if (!(SDL_DirectFB_Symbols.name = SDL_LoadFunction(handl… in SDL_DirectFB_LoadLibrary() argument
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_random.c | 60 rndContext->al = rndContext->a & 65535; in SDLTest_RandomInit() 89 xh * rndContext->ah + ((xh * rndContext->al) >> 16) + in SDLTest_Random() 91 if (xl * rndContext->al >= (~rndContext->c + 1)) in SDLTest_Random()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | qstr.c | 225 size_t al = n_bytes; in qstr_from_strn() local 226 if (al < MICROPY_ALLOC_QSTR_CHUNK_INIT) { in qstr_from_strn() 227 al = MICROPY_ALLOC_QSTR_CHUNK_INIT; in qstr_from_strn() 229 MP_STATE_VM(qstr_last_chunk) = m_new_maybe(byte, al); in qstr_from_strn() 237 al = n_bytes; in qstr_from_strn() 239 MP_STATE_VM(qstr_last_alloc) = al; in qstr_from_strn()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_test_random.h | 64 unsigned int al; member
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftcalc.c | 504 FT_ULong al = ua & 0xFFFFU; in FT_MulFix() 507 ua = ( ua >> 16 ) * ub + al * ( ub >> 16 ) + in FT_MulFix() 508 ( ( al * ( ub & 0xFFFFU ) + 0x8000U ) >> 16 ); in FT_MulFix() 535 FT_ULong al = ua & 0xFFFFUL; in FT_MulFix() 538 ua = ( ua >> 16 ) * ub + al * ( ub >> 16 ) + in FT_MulFix() 539 ( ( al * ( ub & 0xFFFFUL ) + 0x8000UL ) >> 16 ); in FT_MulFix()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testplatform.c | 349 unsigned int *al = (unsigned int *)&t->a; in Test64Bit() local 357 … t->operation, al[1], al[0], bl[1], bl[0], t->arg, rl[1], rl[0], el[1], el[0]); in Test64Bit()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_imageFilter.c | 1729 mov al, C /* load C into AL */ in SDL_imageFilterAddByteMMX() 1730 mov ah, al /* copy AL into AH */ in SDL_imageFilterAddByteMMX() 1999 mov al, C /* load C into AL */ in SDL_imageFilterAddByteToHalfMMX() 2000 mov ah, al /* copy AL into AH */ in SDL_imageFilterAddByteToHalfMMX() 2135 mov al, C /* load C into AL */ in SDL_imageFilterSubByteMMX() 2136 mov ah, al /* copy AL into AH */ in SDL_imageFilterSubByteMMX() 2669 mov al, C /* load C into AL */ in SDL_imageFilterMultByByteMMX() 2863 mov al, C /* load C into AL */ in SDL_imageFilterShiftRightAndMultByByteMMX() 3285 mov al, N /* load N into AL */ in SDL_imageFilterShiftLeftMMX() 3467 mov al, T /* load T into AL */ in SDL_imageFilterBinarizeUsingThresholdMMX() [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 75 const uint16_t al = (uint16_t) a; in mul64() local 81 const uint32_t lo = (uint32_t) al * bl; in mul64() 82 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_neon.c | 41 const uint16x8_t al = vaddq_u16(abcd, vshlq_n_u16(ad, 1)); \ 45 const uint8x8_t diag2 = vshrn_n_u16(al, 3); \
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | README | 16 Copyright © 2005-2014 Rich Felker, et al.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pngwin.rc | 93 VALUE "LegalCopyright", "\251 1998-2009 Glenn Randers-Pehrson et al.\000"
|
/AliOS-Things-master/components/SDL2/src/atomic/ |
A D | SDL_atomic.c | 70 value [al] \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ |
A D | README.contrib | 63 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | match.S | 282 LenLower: subb $1, %al
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/ |
A D | gvmat64.S | 486 sub al, 1
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/ |
A D | amd64-match.S | 384 LenLower: subb $1, %al
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | coderules.txt | 13 Standards" revision 6.1 (Cannon et al. as modified by Spencer, Keppel and
|
A D | filelist.txt | 137 cderror.h Additional error and trace message codes for cjpeg et al.
|
A D | jmemdosa.asm | 232 cmp al,80h ; AL should contain hex 80
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 1316 dlimb_t al; in mp_divnorm() local 1317 al = ((dlimb_t)taba[i + nb] << LIMB_BITS) | taba[i + nb - 1]; in mp_divnorm() 1318 q = al / b1; in mp_divnorm() 1319 r = al % b1; in mp_divnorm() 4735 bf_t al_s, *al = &al_s; in bf_pow() local 4739 bf_init(s, al); in bf_pow() 4744 bf_log(al, T, precl, BF_RNDD); in bf_pow() 4746 bf_mul(al, al, y, precl, BF_RNDD ^ y->sign); in bf_pow() 4748 ret = check_exp_underflow_overflow(s, r, al, ah, prec, flags); in bf_pow() 4749 bf_delete(al); in bf_pow()
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_boot_all_2nd.bin | 54 …�L!a\)б�+M�� @@ad @!`T�+^�M#YF�TAFH;cT1;�H+hh`[\al�FcDcd!@#�T>;��H+hh`[\al1[cd…
|