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

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /bionic/libc/stdlib/
ctype_.c 47 _N, _N, _N, _N, _N, _N, _N, _N,
48 _N, _N, _P, _P, _P, _P, _P, _P
    [all...]
  /bionic/libc/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /development/ndk/platforms/android-3/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
100 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
115 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
120 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
130 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
150 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
debug.h 80 # define __glibcxx_requires_subscript(_N)
123 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
macros.h 124 // Verify that the subscript _N is less than the container's size.
125 #define __glibcxx_check_subscript(_N) \
126 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
129 ._M_integer(_N, #_N) \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 80 # define __glibcxx_requires_subscript(_N)
123 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
macros.h 124 // Verify that the subscript _N is less than the container's size.
125 #define __glibcxx_check_subscript(_N) \
126 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
129 ._M_integer(_N, #_N) \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
debug.h 80 # define __glibcxx_requires_subscript(_N)
123 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
macros.h 124 // Verify that the subscript _N is less than the container's size.
125 #define __glibcxx_check_subscript(_N) \
126 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
129 ._M_integer(_N, #_N) \
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 87 ???,?<?|/+?#??9????2 ?q2ioy??<l`<><?!?_n?E???>2O,??
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 158 #define _N kRegTypeConstLo
159 #define _n kRegTypeConstHi macro
208 { /*N*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_N,_X,_J,_X,_D,_X },
209 { /*n*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_n,_X,_j,_X,_d },
235 #undef _N
236 #undef _n macro
    [all...]

Completed in 1305 milliseconds