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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 46 // on the mask type. Because of this, we don't use an enum.
47 typedef unsigned short mask; typedef in struct:ctype_base
48 static const mask upper = _ISupper;
49 static const mask lower = _ISlower;
50 static const mask alpha = _ISalpha;
51 static const mask digit = _ISdigit;
52 static const mask xdigit = _ISxdigit;
53 static const mask space = _ISspace;
54 static const mask print = _ISprint;
55 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_base.h 48 // on the mask type. Because of this, we don't use an enum.
49 typedef unsigned short mask; typedef in struct:ctype_base
50 static const mask upper = _ISupper;
51 static const mask lower = _ISlower;
52 static const mask alpha = _ISalpha;
53 static const mask digit = _ISdigit;
54 static const mask xdigit = _ISxdigit;
55 static const mask space = _ISspace;
56 static const mask print = _ISprint;
57 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h 48 // on the mask type. Because of this, we don't use an enum.
49 typedef unsigned short mask; typedef in struct:ctype_base
50 static const mask upper = _ISupper;
51 static const mask lower = _ISlower;
52 static const mask alpha = _ISalpha;
53 static const mask digit = _ISdigit;
54 static const mask xdigit = _ISxdigit;
55 static const mask space = _ISspace;
56 static const mask print = _ISprint;
57 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 42 // on the mask type. Because of this, we don't use an enum.
43 typedef char mask; typedef in struct:ctype_base
44 static const mask upper = _U;
45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
49 static const mask space = _S;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N
    [all...]
  /bionic/libc/unistd/
sigsuspend.c 34 unsigned int mask = (unsigned int)*_mask; local
36 return __sigsuspend(0, 0, mask);
  /external/clang/test/CodeGen/
2003-08-21-StmtExpr.c 10 bar(({ structty mask; mask; }));
  /external/valgrind/main/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 57 if (swiz2->mask.num_components >= 1)
58 mask2[0] = swiz2->mask.x;
59 if (swiz2->mask.num_components >= 2)
60 mask2[1] = swiz2->mask.y;
61 if (swiz2->mask.num_components >= 3)
62 mask2[2] = swiz2->mask.z;
63 if (swiz2->mask.num_components >= 4)
64 mask2[3] = swiz2->mask.w;
66 if (ir->mask.num_components >= 1)
67 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...]
  /bionic/libc/kernel/arch-x86/asm/
mpspec_32.h 29 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
32 #define physid_set(physid, map) set_bit(physid, (map).mask)
34 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
35 #define physid_isset(physid, map) test_bit(physid, (map).mask)
36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
37 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
39 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /bionic/libc/kernel/common/linux/
ioprio.h 26 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
27 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
30 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /development/ndk/platforms/android-3/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mpspec_32.h 29 unsigned long mask[PHYSID_ARRAY_SIZE]; member in struct:physid_mask
32 #define physid_set(physid, map) set_bit(physid, (map).mask)
34 #define physid_clear(physid, map) clear_bit(physid, (map).mask)
35 #define physid_isset(physid, map) test_bit(physid, (map).mask)
36 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask)
37 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
39 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ioprio.h 21 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
22 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
25 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>