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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
kernel.h 24 #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 58 // on the mask type. Because of this, we don't use an enum.
59 typedef char mask; typedef in struct:ctype_base
60 static const mask upper = _U;
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
63 static const mask digit = _N;
64 static const mask xdigit = _X | _N;
65 static const mask space = _S;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 60 // on the mask type. Because of this, we don't use an enum.
61 typedef char mask; typedef in struct:ctype_base
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _U | _L;
65 static const mask digit = _N;
66 static const mask xdigit = _X | _N;
67 static const mask space = _S;
68 static const mask print = _P | _U | _L | _N | _B;
69 static const mask graph = _P | _U | _L | _N
    [all...]
  /bionic/libc/kernel/uapi/linux/
ioprio.h 25 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
26 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
29 #define ioprio_valid(mask) (IOPRIO_PRIO_CLASS((mask)) != IOPRIO_CLASS_NONE)
  /development/ndk/platforms/android-21/include/linux/
ioprio.h 25 #define IOPRIO_PRIO_CLASS(mask) ((mask) >> IOPRIO_CLASS_SHIFT)
26 #define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
29 #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...]

Completed in 991 milliseconds

1 23 4 5 6 7 8 91011>>