HomeSort by relevance Sort by last modified time
    Searched defs:MASK (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modfl.c 46 #define MASK ((uint64_t)-1)
48 #define MASK ((uint32_t)-1)
51 #define GETFRAC(bits, n) ((bits) & ~(MASK << (n)))
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
prm2bits.cpp 73 #define MASK 0x0001
139 bit = value & MASK;
191 *(pt_bitstream--) = value & MASK;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.h 62 #define MASK 0xff
145 __m256i mask[2];
154 mask[0] = _mm256_set_epi32(0, 0, 0, 0, 0, 0, 0, -1);
158 mask[0] = _mm256_set_epi32(0, 0, 0, 0, 0, 0, -1, -1);
162 mask[0] = _mm256_set_epi32(0, 0, 0, 0, -1, -1, -1, -1);
166 mask[0] = _mm256_set1_epi32(-1);
170 mask[0] = _mm256_set1_epi32(-1);
171 mask[1] = _mm256_set1_epi32(-1);
176 sampleCoverage[0] = _mm256_castps_si256(_simd_mask_i32gather_ps(_mm256_castsi256_ps(src), (const float*)coverageMask, index0, _mm256_castsi256_ps(mask[0]), 8));
180 sampleCoverage[1] = _mm256_castps_si256(_simd_mask_i32gather_ps(_mm256_castsi256_ps(src), (const float*)coverageMask, index1, _mm256_castsi256_ps(mask[1]), 8))
    [all...]
  /packages/services/Car/car-lib/src/android/car/
VehiclePropertyType.java 40 public static final int MASK = 0x00ff0000;
58 MASK
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lctype.h 46 #define MASK(B) (1 << (B))
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT))
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT)))
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT))
60 #define lisspace(c) testprop(c, MASK(SPACEBIT))
61 #define lisprint(c) testprop(c, MASK(PRINTBIT))
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /external/python/cpython2/Include/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /external/syslinux/com32/lua/src/
lctype.h 46 #define MASK(B) (1 << (B))
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT))
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT)))
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT))
60 #define lisspace(c) testprop(c, MASK(SPACEBIT))
61 #define lisprint(c) testprop(c, MASK(PRINTBIT))
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT))
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_delta_panel.cpp 49 const static uint8_t MASK[8] = {0xff, 0, 0xff, 0, 0xff, 0, 0xff, 0};
65 const uint8x8_t MASK_8X8 = vld1_u8(MASK);
89 "vbit d12, d8, %[mask] \n"
92 "vbit d13, d9, %[mask] \n"
95 "vbit d14, d10, %[mask] \n"
128 : [mask]"w"(MASK_8X8)
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 69 #define MASK PyLong_MASK
82 0 <= ob_digit[i] <= MASK.
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat02.c 39 #define MASK 0777
80 if ((stat_buf.st_mode & MASK) != FILE_MODE) {
82 (stat_buf.st_mode & MASK), FILE_MODE);
  /external/ltp/testcases/kernel/syscalls/stat/
stat01.c 39 #define MASK 0777
80 if ((stat_buf.st_mode & MASK) != FILE_MODE) {
82 (stat_buf.st_mode & MASK), FILE_MODE);
stat02.c 87 #define MASK 0777
132 ((stat_buf.st_mode & MASK) != NEW_MODE)) {
  /external/lzma/C/
Ppmd7Dec.c 79 #define MASK(sym) ((signed char *)charMask)[sym]
118 MASK(s->Symbol) = 0;
120 do { MASK((--s)->Symbol) = 0; } while (--i);
136 MASK(Ppmd7Context_OneState(p->MinContext)->Symbol) = 0;
159 int k = (int)(MASK(s->Symbol));
187 do { MASK(ps[--i]->Symbol) = 0; } while (i != 0);
Ppmd7Enc.c 77 #define MASK(sym) ((signed char *)charMask)[sym]
112 MASK(s->Symbol) = 0;
114 do { MASK((--s)->Symbol) = 0; } while (--i);
135 MASK(s->Symbol) = 0;
168 sum += (s->Freq & (int)(MASK(s->Symbol)));
178 sum += (s->Freq & (int)(MASK(cur)));
179 MASK(cur) = 0;
  /external/skia/src/core/
SkScan_AntiPath.cpp 18 #define MASK (SCALE - 1)
22 - SUPERMASK, which records a large mask-bitmap
232 int fb = start & MASK;
233 int fe = stop & MASK;
250 (1 << (8 - SHIFT)) - (((y & MASK) + 1) >> SHIFT),
254 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT)));
302 while ((y & MASK)) {
335 int xleft = x & MASK;
340 int xrite = (x + width) & MASK;
386 SkASSERT(height <= MASK);
    [all...]
  /external/skqp/src/core/
SkScan_AntiPath.cpp 18 #define MASK (SCALE - 1)
22 - SUPERMASK, which records a large mask-bitmap
232 int fb = start & MASK;
233 int fe = stop & MASK;
250 (1 << (8 - SHIFT)) - (((y & MASK) + 1) >> SHIFT),
254 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT)));
302 while ((y & MASK)) {
335 int xleft = x & MASK;
340 int xrite = (x + width) & MASK;
386 SkASSERT(height <= MASK);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
asm_ppc64le.s 38 #define MASK V5
57 DATA ·rcon+0x20(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
58 DATA ·rcon+0x28(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
99 VSPLTISB $0x0f, MASK // vspltisb 5,0x0f 0x0f0f0f0f... mask
101 VXOR KEY, MASK, KEY // vxor 3,3,5 Adjust for byte swap
102 LVX (PTR)(R8), MASK // lvx 5,8,6
122 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-splat
143 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-spat
161 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-spla
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
asm_ppc64le.s 38 #define MASK V5
57 DATA ·rcon+0x20(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
58 DATA ·rcon+0x28(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
99 VSPLTISB $0x0f, MASK // vspltisb 5,0x0f 0x0f0f0f0f... mask
101 VXOR KEY, MASK, KEY // vxor 3,3,5 Adjust for byte swap
102 LVX (PTR)(R8), MASK // lvx 5,8,6
122 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-splat
143 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-spat
161 VPERM IN0, IN0, MASK, KEY // vperm 3,1,1,5 Rotate-n-spla
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-aarch64.c 26 #define MASK(n) ((1u << (n)) - 1)
45 return (((insn >> 5) & MASK (19)) << 2) | ((insn >> 29) & MASK (2));
52 return (insn & ~(MASK (12) << 10)) | ((imm & MASK (12)) << 10);
60 return (insn & ~((MASK (2) << 29) | (MASK (19) << 5)))
61 | ((imm & MASK (2)) << 29) | ((imm & (MASK (19) << 2)) << 3);
68 return (insn & ~(MASK (12) << 10)) | ((imm & MASK (12)) << 10)
    [all...]
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 52 // MASK - mask to select counter's bytes after shift to right
62 private static final int[] MASK = { 0xFFFFFFFF, 0x00FFFFFF, 0x0000FFFF,
371 seed[lastWord] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);

Completed in 716 milliseconds

1 2 3 4 5