HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 26 - 50 of 4531) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_base.h 44 // on the mask type. Because of this, we don't use an enum.
45 typedef char mask; typedef in struct:ctype_base
46 static const mask upper = _U;
47 static const mask lower = _L;
48 static const mask alpha = _U | _L;
49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
51 static const mask space = _S;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
AlignmentUtils.java 33 int mask = alignment - 1; local
34 assert (alignment >= 0) && ((mask & alignment) == 0);
35 return (offset + mask) & ~mask;
  /external/clang/test/CodeGen/
2003-08-21-StmtExpr.c 10 bar(({ structty mask; mask; }));
  /external/strace/linux/m68k/
arch_sigreturn.c 9 unsigned long mask[NSIG / 8 / sizeof(long)]; variable
10 /* Fetch first word of signal mask. */
11 if (umove(tcp, addr, &mask[0]) < 0)
14 /* Fetch remaining words of signal mask, located immediately before. */
15 addr -= sizeof(mask) - sizeof(long);
16 if (umoven(tcp, addr, sizeof(mask) - sizeof(long), &mask[1]) < 0)
19 tprintsigmask_addr("{mask=", mask);
  /external/strace/tests/
sigreturn.test 10 mask='\[(USR2 CHLD|CHLD USR2) RT_2 RT_3 RT_4 RT_26 RT_27\]'
11 rt_sigprocmask='rt_sigprocmask\(SIG_SETMASK, '"$mask"', NULL, [[:digit:]]+\) += 0'
12 osf_sigprocmask='osf_sigprocmask\(SIG_SETMASK, '"$mask"'\) += 0 +\(old mask \[[^]]*\]\)'
17 (rt_)?sigreturn\\((\\{mask=$mask\\})?\\) += 0
  /external/valgrind/none/tests/ppc64/
power6_bcmp.c 35 unsigned long mask; local
37 mask = 0;
39 mask += 0xff;
41 mask += 0xff00;
43 mask += 0xff0000;
45 mask += 0xff000000;
47 mask += 0xff00000000;
49 mask += 0xff0000000000;
51 mask += 0xff000000000000;
53 mask += 0xff00000000000000
    [all...]
  /external/mesa3d/src/glsl/
opt_swizzle_swizzle.cpp 61 if (swiz2->mask.num_components >= 1)
62 mask2[0] = swiz2->mask.x;
63 if (swiz2->mask.num_components >= 2)
64 mask2[1] = swiz2->mask.y;
65 if (swiz2->mask.num_components >= 3)
66 mask2[2] = swiz2->mask.z;
67 if (swiz2->mask.num_components >= 4)
68 mask2[3] = swiz2->mask.w;
70 if (ir->mask.num_components >= 1)
71 ir->mask.x = mask2[ir->mask.x]
    [all...]
  /external/openssh/openbsd-compat/
sigact.c 56 sigemptyset (sigset_t *mask)
58 if (!mask) {
62 *mask = 0;
67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask)
71 if (!mask) {
80 current |= *mask;
82 current &= ~*mask;
84 current = *mask;
91 sigsuspend (sigset_t *mask)
93 if (!mask) {
    [all...]
  /external/strace/linux/powerpc/
arch_sigreturn.c 13 tprintf("{mask=%#lx}", esp);
15 unsigned long mask[NSIG / 8 / sizeof(long)]; variable
17 mask[0] = sc.oldmask | (sc._unused[3] << 32);
19 mask[0] = sc.oldmask;
20 mask[1] = sc._unused[3];
22 tprintsigmask_addr("{mask=", mask);
  /ndk/tests/build/b14811006-GOT_PREL-optimization/jni/
SkAlphaMulQ.cc 6 uint32_t mask = gMask_00FF00FF; local
8 uint32_t rb = ((c & mask) * scale) >> 8;
9 uint32_t ag = ((c >> 8) & mask) * scale;
10 return (rb & mask) | (ag & ~mask);
  /bionic/libc/kernel/uapi/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x,mask) (((x) + (mask)) & ~(mask))
  /development/ndk/platforms/android-21/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /external/kernel-headers/original/uapi/linux/
kernel.h 10 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))

Completed in 474 milliseconds

12 3 4 5 6 7 8 91011>>