HomeSort by relevance Sort by last modified time
    Searched defs:mask (Results 251 - 275 of 2849) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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.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/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_connmark.h 35 __u32 mark, mask; member in struct:xt_connmark_mtinfo1
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/
tc_nat.h 40 __be32 mask; member in struct:tc_nat
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/tc_ematch/
tc_em_cmp.h 26 __u32 mask; member in struct:tcf_em_cmp
  /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...]

Completed in 904 milliseconds

<<11121314151617181920>>