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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_base.h 32 // relies on a combination of flags) and the '_ALPHA' mask is also a
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 = 1 << 0;
51 static const mask lower = 1 << 1;
52 static const mask alpha = 1 << 2;
53 static const mask digit = 1 << 3;
54 static const mask xdigit = 1 << 4;
55 static const mask space = 1 << 5;
56 static const mask print = 1 << 6
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_base.h 32 // relies on a combination of flags) and the '_ALPHA' mask is also a
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 = 1 << 0;
51 static const mask lower = 1 << 1;
52 static const mask alpha = 1 << 2;
53 static const mask digit = 1 << 3;
54 static const mask xdigit = 1 << 4;
55 static const mask space = 1 << 5;
56 static const mask print = 1 << 6
    [all...]
  /bionic/libc/kernel/uapi/linux/iio/
events.h 28 #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF)
29 #define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0x7F)
30 #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF)
31 #define IIO_EVENT_CODE_EXTRACT_CHAN(mask) ((__s16) (mask & 0xFFFF))
32 #define IIO_EVENT_CODE_EXTRACT_CHAN2(mask) ((__s16) (((mask) >> 16) & 0xFFFF)
    [all...]
  /external/kernel-headers/original/uapi/linux/iio/
events.h 28 #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF)
30 #define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0x7F)
32 #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF)
36 #define IIO_EVENT_CODE_EXTRACT_CHAN(mask) ((__s16)(mask & 0xFFFF))
37 #define IIO_EVENT_CODE_EXTRACT_CHAN2(mask) ((__s16)(((mask) >> 16) & 0xFFFF)
    [all...]
  /bionic/libc/bionic/
pause.cpp 37 kernel_sigset_t mask; local
38 if (__rt_sigprocmask(SIG_SETMASK, NULL, &mask, sizeof(mask)) == -1) {
41 return __rt_sigsuspend(&mask, sizeof(mask));
  /external/fio/
optgroup.c 11 .mask = FIO_OPT_C_GENERAL,
15 .mask = FIO_OPT_C_IO,
19 .mask = FIO_OPT_C_FILE,
23 .mask = FIO_OPT_C_STAT,
27 .mask = FIO_OPT_C_LOG,
31 .mask = FIO_OPT_C_PROFILE,
35 .mask = FIO_OPT_C_ENGINE,
45 .mask = FIO_OPT_G_RATE,
49 .mask = FIO_OPT_G_ZONE,
53 .mask = FIO_OPT_G_RWMIX
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 47 // on the mask type. Because of this, we don't use an enum.
48 typedef unsigned short mask; typedef in struct:ctype_base
49 static const mask upper = _ISupper;
50 static const mask lower = _ISlower;
51 static const mask alpha = _ISalpha;
52 static const mask digit = _ISdigit;
53 static const mask xdigit = _ISxdigit;
54 static const mask space = _ISspace;
55 static const mask print = _ISprint;
56 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 47 // on the mask type. Because of this, we don't use an enum.
48 typedef unsigned short mask; typedef in struct:ctype_base
49 static const mask upper = _ISupper;
50 static const mask lower = _ISlower;
51 static const mask alpha = _ISalpha;
52 static const mask digit = _ISdigit;
53 static const mask xdigit = _ISxdigit;
54 static const mask space = _ISspace;
55 static const mask print = _ISprint;
56 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 47 // on the mask type. Because of this, we don't use an enum.
48 typedef unsigned short mask; typedef in struct:ctype_base
49 static const mask upper = _ISupper;
50 static const mask lower = _ISlower;
51 static const mask alpha = _ISalpha;
52 static const mask digit = _ISdigit;
53 static const mask xdigit = _ISxdigit;
54 static const mask space = _ISspace;
55 static const mask print = _ISprint;
56 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 47 // on the mask type. Because of this, we don't use an enum.
48 typedef unsigned short mask; typedef in struct:ctype_base
49 static const mask upper = _ISupper;
50 static const mask lower = _ISlower;
51 static const mask alpha = _ISalpha;
52 static const mask digit = _ISdigit;
53 static const mask xdigit = _ISxdigit;
54 static const mask space = _ISspace;
55 static const mask print = _ISprint;
56 static const mask graph = _ISalpha | _ISdigit | _ISpunct
    [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/ltp/testcases/kernel/syscalls/utils/
ioprio.h 15 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
16 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
19 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /external/strace/linux/m68k/
arch_sigreturn.c 10 unsigned long mask[NSIG_BYTES / sizeof(long)]; local
11 /* Fetch first word of signal mask. */
12 if (umove(tcp, addr, &mask[0]) < 0)
15 /* Fetch remaining words of signal mask, located immediately before. */
16 addr -= sizeof(mask) - sizeof(long);
17 if (umoven(tcp, addr, sizeof(mask) - sizeof(long), &mask[1]) < 0)
20 tprintsigmask_addr("{mask=", mask);
  /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/compiler/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...]
  /development/ndk/platforms/android-21/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /external/strace/linux/s390/
arch_sigreturn.c 4 unsigned long mask[NSIG_BYTES / sizeof(long)]; local
7 if (umove(tcp, addr, &mask) < 0) {
8 tprintf("{mask=%#lx}", addr);
10 tprintsigmask_addr("{mask=", mask);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))

Completed in 6323 milliseconds

1 2 3 4 5 6 7 8 91011>>