Home
last modified time | relevance | path

Searched refs:al (Results 1 – 25 of 40) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffasx64.asm107 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 Dinffast.S342 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 Dinffas86.c840 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 Dinffas32.asm355 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 DSDL_DirectFB_dyn.c32 #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 DSDL_test_random.c60 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 Dqstr.c225 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 DSDL_test_random.h64 unsigned int al; member
/AliOS-Things-master/components/freetype/src/base/
A Dftcalc.c504 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 Dtestplatform.c349 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 DSDL_imageFilter.c1729 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 Dpoly1305.c75 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 Dupsampling_neon.c41 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 DREADME16 Copyright © 2005-2014 Rich Felker, et al.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpngwin.rc93 VALUE "LegalCopyright", "\251 1998-2009 Glenn Randers-Pehrson et al.\000"
/AliOS-Things-master/components/SDL2/src/atomic/
A DSDL_atomic.c70 value [al] \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib63 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 Dmatch.S282 LenLower: subb $1, %al
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/
A Dgvmat64.S486 sub al, 1
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/
A Damd64-match.S384 LenLower: subb $1, %al
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcoderules.txt13 Standards" revision 6.1 (Cannon et al. as modified by Spencer, Keppel and
A Dfilelist.txt137 cderror.h Additional error and trace message codes for cjpeg et al.
A Djmemdosa.asm232 cmp al,80h ; AL should contain hex 80
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c1316 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 Dkm0_boot_all_2nd.bin54 …�L!a\�)�б�+M�� @@ad @!`T�+^�M#YF�TAFH;cT1�;�H+hh`[\al�FcDcd!@#�T�>;��H+hh`[\al1[cd…

Completed in 50 milliseconds

12