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

1 2 3 4

  /external/chromium_org/third_party/skia/third_party/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))
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
prm2bits.cpp 73 #define MASK 0x0001
139 bit = value & MASK;
191 *(pt_bitstream--) = value & MASK;
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 51 _mm512_mask_prefetch_i32gather_pd (__m256i index, __mmask8 mask,
54 __builtin_ia32_gatherpfdpd (mask, (__v8si) index, (long long const *) addr,
60 _mm512_mask_prefetch_i32gather_ps (__m512i index, __mmask16 mask,
63 __builtin_ia32_gatherpfdps (mask, (__v16si) index, (int const *) addr,
69 _mm512_mask_prefetch_i64gather_pd (__m512i index, __mmask8 mask,
72 __builtin_ia32_gatherpfqpd (mask, (__v8di) index, (long long const *) addr,
78 _mm512_mask_prefetch_i64gather_ps (__m512i index, __mmask8 mask,
81 __builtin_ia32_gatherpfqps (mask, (__v8di) index, (int const *) addr,
105 _mm512_mask_prefetch_i32scatter_pd (void *addr, __mmask8 mask,
108 __builtin_ia32_scatterpfdpd (mask, (__v8si) index, (long long const *) addr
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 51 _mm512_mask_prefetch_i32gather_pd (__m256i index, __mmask8 mask,
54 __builtin_ia32_gatherpfdpd (mask, (__v8si) index, (long long const *) addr,
60 _mm512_mask_prefetch_i32gather_ps (__m512i index, __mmask16 mask,
63 __builtin_ia32_gatherpfdps (mask, (__v16si) index, (int const *) addr,
69 _mm512_mask_prefetch_i64gather_pd (__m512i index, __mmask8 mask,
72 __builtin_ia32_gatherpfqpd (mask, (__v8di) index, (long long const *) addr,
78 _mm512_mask_prefetch_i64gather_ps (__m512i index, __mmask8 mask,
81 __builtin_ia32_gatherpfqps (mask, (__v8di) index, (int const *) addr,
105 _mm512_mask_prefetch_i32scatter_pd (void *addr, __mmask8 mask,
108 __builtin_ia32_scatterpfdpd (mask, (__v8si) index, (long long const *) addr
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_any.cc 23 #define YANY(NAMEANY, I420TORGB_SIMD, I420TORGB_C, UV_SHIFT, BPP, MASK) \
29 int n = width & ~MASK; \
34 rgb_buf + n * BPP, width & MASK); \
120 #define RGBANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
124 int n = width & ~MASK; \
126 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, width & MASK); \
185 #define BAYERANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \
189 int n = width & ~MASK; \
191 ARGBTORGB_C(src + n * SBPP, dst + n * BPP, selector, width & MASK); \
261 #define YANY(NAMEANY, ARGBTOY_SIMD, ARGBTOY_C, SBPP, BPP, MASK) \
    [all...]
  /external/smack/src/com/kenai/jbosh/
RequestIDSequence.java 53 * Max bits mask.
55 private static final long MASK = ~(Long.MAX_VALUE << MAX_BITS);
112 result = RAND.nextLong() & MASK;
  /ndk/sources/android/support/src/wcstox/
floatscan.c 50 #define MASK (KMAX-1)
206 a = (a+1 & MASK);
218 for (k=(z-1 & MASK); ; k=(k-1 & MASK)) {
227 if (k==(z-1 & MASK) && k!=a && !x[k]) z = k;
232 a = (a-1 & MASK);
234 z = (z-1 & MASK);
235 x[z-1 & MASK] |= x[z];
246 k = (a+i & MASK);
251 if (x[a+i & MASK] > th[i]) break
    [all...]
  /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)))
  /external/pixman/pixman/
pixman-arm-simd-asm.S 50 * unaligned_mask Whether to use non-wordaligned loads of mask image
65 WK6 .req MASK
118 mov MASK, SRC
126 mov MASK, SRC
135 mov MASK, SRC
142 WK6 .req MASK
215 /* Hold loop invariants in MASK and STRIDE_M */
216 ldr MASK, =0x07E007E0
224 and SCRATCH, WK&reg1, MASK @ 00000GGGGGG0000000000gggggg00000
225 bic WK&reg2, WK&reg1, MASK @ RRRRR000000BBBBBrrrrr000000bbbb
    [all...]
pixman-combine32.h 2 #define MASK 0xff
18 #define RED_8(x) (((x) >> R_SHIFT) & MASK)
19 #define GREEN_8(x) (((x) >> G_SHIFT) & MASK)
20 #define BLUE_8(x) ((x) & MASK)
71 (((uint16_t) (a) * MASK + ((b) / 2)) / (b))
118 t = (x & MASK) * (a & MASK); \
119 t |= (x & R_MASK) * ((a >> R_SHIFT) & MASK); \
pixman-arm-neon-asm.h 29 * Any combinations of source, destination and mask images with 8bpp,
59 * Offset in stack where mask and source pointer/stride can be accessed
60 * from 'init' macro. This is useful for doing special handling for solid mask.
445 pld [MASK, #(PREFETCH_DISTANCE_SIMPLE * mask_bpp / 8)]
452 (mask_basereg - pixblock_size * mask_bpp / 64), MASK
475 pixld (lowbit * 8 / dst_w_bpp), mask_bpp, mask_basereg, MASK
537 pixld chunk_size, mask_bpp, mask_basereg, MASK
591 add MASK, MASK, MASK_STRIDE, lsl #mask_bpp_shift
600 sub MASK, MASK, W, lsl #mask_bpp_shif
    [all...]
pixman-arm-simd-asm.h 81 * Offset into stack where mask and source pointer/stride can be accessed.
270 * "bpp" - number of bits per pixel in the channel (source, mask or
274 * "base" - base address register of channel to preload (SRC, MASK or DST)
412 preload_middle mask_bpp, MASK, 1
415 preload_middle mask_bpp, MASK, 0
451 preload_trailing mask_bpp, mask_bpp_shift, MASK
484 tst MASK, #3
531 add MASK, MASK, STRIDE_M
614 .error "requested mask bpp (mask_bpp) is not supported
    [all...]
  /external/lzma/C/
Ppmd7Enc.c 75 #define MASK(sym) ((signed char *)charMask)[sym]
110 MASK(s->Symbol) = 0;
112 do { MASK((--s)->Symbol) = 0; } while (--i);
133 MASK(s->Symbol) = 0;
166 sum += (s->Freq & (int)(MASK(s->Symbol)));
176 sum += (s->Freq & (int)(MASK(cur)));
177 MASK(cur) = 0;
Ppmd7Dec.c 77 #define MASK(sym) ((signed char *)charMask)[sym]
116 MASK(s->Symbol) = 0;
118 do { MASK((--s)->Symbol) = 0; } while (--i);
134 MASK(Ppmd7Context_OneState(p->MinContext)->Symbol) = 0;
157 int k = (int)(MASK(s->Symbol));
185 do { MASK(ps[--i]->Symbol) = 0; } while (i != 0);
  /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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 202 final int MASK = 0x0000000F;
210 s = t & MASK;
214 tmp = bufW[(s + 13) & MASK] ^ bufW[(s + 8) & MASK] ^ bufW[(s + 2) & MASK] ^ bufW[s];
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
98 MASK(32),VOP_START_CODE);
107 MASK(32),GOV_START_CODE);
118 MASK(32),
130 MASK(32),VISUAL_OBJECT_START_CODE);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
96 MASK(32),VOP_START_CODE);
106 MASK(32),GOV_START_CODE);
118 MASK(32),
131 MASK(32),VISUAL_OBJECT_START_CODE);
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 19 #define MASK (SCALE - 1)
23 - SUPERMASK, which records a large mask-bitmap
34 they were before the fix that unified the output of the RLE and MASK
211 int fb = start & MASK;
212 int fe = stop & MASK;
229 (1 << (8 - SHIFT)) - (((y & MASK) + 1) >> SHIFT),
233 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT)));
281 while ((y & MASK)) {
314 int xleft = x & MASK;
319 int xrite = (x + width) & MASK;
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 19 #define MASK (SCALE - 1)
23 - SUPERMASK, which records a large mask-bitmap
34 they were before the fix that unified the output of the RLE and MASK
211 int fb = start & MASK;
212 int fe = stop & MASK;
229 (1 << (8 - SHIFT)) - (((y & MASK) + 1) >> SHIFT),
233 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT)));
281 while ((y & MASK)) {
314 int xleft = x & MASK;
319 int xrite = (x + width) & MASK;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrStencil.h 20 * modify these bits. GrDrawTarget will ignore ref, mask, and writemask bits
39 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
111 uint16_t fFuncMasks[2]; // mask for face tests
192 void setFuncMask(Face f, unsigned short mask) { fFuncMasks[f] = mask; }
324 * @param stencilClipMask mask with just the stencil bit used for clipping
369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF),
    [all...]
  /external/skia/src/gpu/
GrStencil.h 20 * modify these bits. GrDrawTarget will ignore ref, mask, and writemask bits
39 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
111 uint16_t fFuncMasks[2]; // mask for face tests
192 void setFuncMask(Face f, unsigned short mask) { fFuncMasks[f] = mask; }
324 * @param stencilClipMask mask with just the stencil bit used for clipping
369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF),
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 57 #define MASK(x) (1U << (x))
355 *data |= MASK(capability);
357 *data &= ~(MASK(capability));
364 m.data.v3[idx].effective |= MASK(capability);
366 m.data.v3[idx].effective &= ~(MASK(capability));
373 m.data.v3[idx].permitted |= MASK(capability);
375 m.data.v3[idx].permitted &= ~(MASK(capability));
382 m.data.v3[idx].inheritable |= MASK(capability);
384 m.data.v3[idx].inheritable &= ~(MASK(capability));
392 m.bounds[idx] |= MASK(capability)
    [all...]
  /external/qemu/target-arm/
iwmmxt_helper.c 302 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \
303 (TYPE) ((b >> SHR) & MASK)) ? (uint64_t) MASK : 0) << SHR)
308 #define CMP(SHR, TYPE, OPER, MASK) ((((TYPE) ((a >> SHR) & MASK) OPER \
309 (TYPE) ((b >> SHR) & MASK)) ? a : b) & ((uint64_t) MASK << SHR))
315 #define CMP(SHR, TYPE, OPER, MASK) ((uint64_t) (((TYPE) ((a >> SHR) & MASK) \
    [all...]

Completed in 536 milliseconds

1 2 3 4