HomeSort by relevance Sort by last modified time
    Searched full:xmask (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis-evex.h 1151 { "vpcmpgtb", { XMask, Vex, EXx } },
1157 { "vpcmpgtw", { XMask, Vex, EXx } },
1303 { "vpcmpeqb", { XMask, Vex, EXx } },
    [all...]
ChangeLog-2013 435 (XMask): New.
    [all...]
i386-dis.c 426 #define XMask { OP_Mask, mask_mode }
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/subtle/
constant_time.go 60 xmask := byte(v - 1)
63 x[i] = x[i]&xmask | y[i]&ymask
  /prebuilts/go/linux-x86/src/crypto/subtle/
constant_time.go 60 xmask := byte(v - 1)
63 x[i] = x[i]&xmask | y[i]&ymask
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 321 var carry, x, xMask uint32
375 xMask = nonZeroToAllOnes(x)
429 tmp2[i+7] += 0x10000000 & xMask
430 tmp2[i+8] += (x - 1) & xMask
434 tmp2[i+8] += 0x20000000 & xMask
437 tmp2[i+9] += ((x >> 1) - 1) & xMask
444 xMask = nonZeroToAllOnes(x)
457 tmp2[i+8] += 0x20000000 & xMask
458 tmp2[i+9] += (x - 1) & xMask
462 tmp2[i+9] += 0x10000000 & xMask
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 321 var carry, x, xMask uint32
375 xMask = nonZeroToAllOnes(x)
429 tmp2[i+7] += 0x10000000 & xMask
430 tmp2[i+8] += (x - 1) & xMask
434 tmp2[i+8] += 0x20000000 & xMask
437 tmp2[i+9] += ((x >> 1) - 1) & xMask
444 xMask = nonZeroToAllOnes(x)
457 tmp2[i+8] += 0x20000000 & xMask
458 tmp2[i+9] += (x - 1) & xMask
462 tmp2[i+9] += 0x10000000 & xMask
    [all...]
  /system/core/libmincrypt/
p256_ec.c 298 limb tmp2[18], carry, x, xMask;
356 xMask = NON_ZERO_TO_ALL_ONES(x);
410 tmp2[i + 7] += 0x10000000 & xMask;
412 tmp2[i + 8] += (x - 1) & xMask;
416 tmp2[i + 8] += 0x20000000 & xMask;
419 tmp2[i + 9] += ((x >> 1) - 1) & xMask;
425 xMask = NON_ZERO_TO_ALL_ONES(x);
438 tmp2[i + 8] += 0x20000000 & xMask;
439 tmp2[i + 9] += (x - 1) & xMask;
443 tmp2[i + 9] += 0x10000000 & xMask;
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
subtle.a 96 0runtime.morestack_noctxtp?"".autotmp_0021type.int"".autotmp_0020type.int"".autotmp_0019type.string"".i/type.int"".ymask3type.uint8"".xmask1type.uint8"".y@type.[]uint8"".xtype.[]uint8"".vtype.int????<?4p
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
subtle.a 96 0runtime.morestack_noctxtp?"".autotmp_0021type.int"".autotmp_0020type.int"".autotmp_0019type.string"".i/type.int"".ymask3type.uint8"".xmask1type.uint8"".y@type.[]uint8"".xtype.[]uint8"".vtype.int????<?4p
  /external/libxml2/
xmlschemastypes.c 3996 unsigned char xmask, ymask, xor_mask, and_mask; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntgdi.h 222 W32KAPI WINBOOL WINAPI NtGdiPlgBlt(HDC hdcTrg,LPPOINT pptlTrg,HDC hdcSrc,int xSrc,int ySrc,int cxSrc,int cySrc,HBITMAP hbmMask,int xMask,int yMask,DWORD crBackColor);
223 W32KAPI WINBOOL WINAPI NtGdiMaskBlt(HDC hdc,int xDst,int yDst,int cx,int cy,HDC hdcSrc,int xSrc,int ySrc,HBITMAP hbmMask,int xMask,int yMask,DWORD dwRop4,DWORD crBackColor);
    [all...]
wingdi.h     [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 45 static final int xMask = (1 << xTruncBits) - 1;
    [all...]

Completed in 507 milliseconds