/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | viper_binop_bitwise_uint.py | 50 def xor(x: uint, y: uint): function 55 print(*xor(1, 0)) 56 print(*xor(1, 3)) 57 print(*(x & 0xFFFFFFFF for x in xor(-1, 3))) 58 print(*xor(-1, -3))
|
A D | viper_binop_arith.py | 87 def xor(x: int, y: int): function 91 xor(1, 0) 92 xor(1, 2) 93 xor(-42, 5)
|
A D | viper_binop_bitwise_uint.py.exp | 18 xor
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 606 xor edi,edi in _alldiv() 633 xor edx,edx in _alldiv() 668 xor edx,edx in _alldiv() 698 xor edx,edx in _aulldiv() 733 xor edx,edx in _aulldiv() 751 xor edi,edi in _allrem() 777 xor edx,edx in _allrem() 782 xor edx,edx in _allrem() 842 xor edx,edx in _aullrem() 847 xor edx,edx in _aullrem() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffas86.c | 823 xor eax, eax 862 xor eax, eax 872 xor eax, eax 884 xor eax, eax 913 xor eax, eax 923 xor eax, eax 987 xor eax, eax 1001 xor eax, eax
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/ |
A D | gvmat64.S | 271 xor edi,edi 444 xor rax, [rdi + rdx] 448 xor rax, [rdi + rdx + 8] 453 xor rax, [rdi + rdx + 8+8]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemdosa.asm | 60 xor ax,ax ; return zero for OK 92 xor ax,ax ; return zero for OK 126 xor ax,ax ; return zero for OK 164 read_ok: xor ax,ax ; return zero for OK 202 write_ok: xor ax,ax ; return zero for OK 234 xor dx,dx ; no XMS driver available define 235 xor ax,ax ; return a nil pointer
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 248 xor eax,eax 258 xor eax,eax 281 xor dword ptr [esp],0200000h 289 xor edx,eax 291 xor eax,eax 326 xor eax,eax 385 xor eax,eax 411 xor eax,eax 442 xor eax,eax
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffasx64.asm | 143 xor eax, eax 181 xor eax, eax 242 xor eax, eax 256 xor eax, eax
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/ |
A D | amd64-match.S | 348 xor (%prev, %rdx), %rax 352 xor 8(%prev, %rdx), %rax 356 xor 16(%prev, %rdx), %rax
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 175 xor eax, 200000h ; Flip ID bit in EFLAGS in CPU_haveCPUID() 180 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID() 245 __asm xor ecx, ecx \ 299 xor ecx, ecx in CPU_calcCPUIDFeatures()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | cpu.c | 85 xor ecx, ecx // ecx = 0 in xgetbv()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_imageFilter.c | 2406 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightMMX() 2670 xor ah, ah /* zero AH */ in SDL_imageFilterMultByByteMMX() 2864 xor ah, ah /* zero AH */ in SDL_imageFilterShiftRightAndMultByByteMMX() 2871 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightAndMultByByteMMX() 3023 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftLeftByteMMX() 3284 xor eax, eax /* zero EAX */ in SDL_imageFilterShiftLeftMMX() 3995 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel3x3Divide() 4185 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel5x5Divide() 4488 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel7x7Divide() 4845 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel9x9Divide() [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-opcode.h | 257 DEF( xor, 1, 2, 1, none)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 579 @item The logical xor operator is still available with the @code{^^} operator.
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 605 * Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES.
|