HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 1 - 25 of 5329) 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...]
  /external/jetty/src/java/org/eclipse/jetty/websocket/
ZeroMaskGen.java 24 public void genMask(byte[] mask)
26 mask[0]=mask[1]=mask[2]=mask[3]=0;
  /bionic/libc/kernel/uapi/linux/iio/
events.h 30 #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF)
31 #define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0x7F)
32 #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF)
34 #define IIO_EVENT_CODE_EXTRACT_CHAN(mask) ((__s16) (mask & 0xFFFF))
35 #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/libpcap/Win32/Src/
ffs.c 44 ffs(mask)
45 register int mask;
49 if (mask == 0)
51 for (bit = 1; !(mask & 1); bit++)
52 mask >>= 1;
  /external/strace/linux/s390/
arch_sigreturn.c 4 long mask[NSIG / 8 / sizeof(long)]; local
7 if (umove(tcp, addr, &mask) < 0) {
8 tprintf("{mask=%#lx}", addr);
11 long v = mask[0];
12 mask[0] = mask[1];
13 mask[1] = v;
15 tprintsigmask_addr("{mask=", mask);
  /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/strace/linux/m68k/
arch_sigreturn.c 12 unsigned long mask[NSIG / 8 / sizeof(long)]; local
13 /* Fetch first word of signal mask. */
14 if (umove(tcp, addr, &mask[0]) < 0)
17 /* Fetch remaining words of signal mask, located immediately before. */
18 addr -= sizeof(mask) - sizeof(long);
19 if (umoven(tcp, addr, sizeof(mask) - sizeof(long), &mask[1]) < 0)
22 tprintsigmask_addr("{mask=", mask);
  /external/strace/tests/
sigreturn.test 35 mask='\[(USR2 CHLD|CHLD USR2) RT_2 RT_3 RT_4 RT_26 RT_27\]'
36 rt_sigprocmask='rt_sigprocmask\(SIG_SETMASK, '"$mask"', NULL, [[:digit:]]+\) += 0'
37 osf_sigprocmask='osf_sigprocmask\(SIG_SETMASK, '"$mask"'\) += 0 +\(old mask \[[^]]*\]\)'
42 (rt_)?sigreturn\\((\\{mask=$mask\\})?\\) += 0
signalfd.c 43 sigset_t mask; local
44 sigemptyset(&mask);
45 sigaddset(&mask, SIGUSR2);
46 sigaddset(&mask, SIGCHLD);
48 return signalfd(-1, &mask, O_CLOEXEC | O_NONBLOCK) == 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...]
  /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/current/platforms/android-21/arch-arm/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))

Completed in 1296 milliseconds

1 2 3 4 5 6 7 8 91011>>