HomeSort by: relevance | last modified time | path
    Searched refs:_UP (Results 1 - 11 of 11) sorted by relevancy

  /src/bin/csh/
char.c 94 _PUN, _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP|_XD,
97 _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP|_XD, _LET|_UP,
100 _LET|_UP, _LET|_UP, _LET|_UP, _LET|_UP
    [all...]
char.h 56 #define _UP 0x0400 /* A-Z */
91 #define Isupper(c) (cmap(c, _UP) && !(((c) & META) && AsciiOnly))
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
ctype_base.h 49 static const mask upper = _UP;
51 static const mask alpha = _LO | _UP | _XA;
55 static const mask print = _DI | _LO | _PU | _SP | _UP | _XA;
56 static const mask graph = _DI | _LO | _PU | _UP | _XA;
59 static const mask alnum = _DI | _LO | _UP | _XA;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/qnx/qnx6.1/
ctype_base.h 49 static const mask upper = _UP;
51 static const mask alpha = _LO | _UP | _XA;
55 static const mask print = _DI | _LO | _PU | _SP | _UP | _XA;
56 static const mask graph = _DI | _LO | _PU | _UP | _XA;
59 static const mask alnum = _DI | _LO | _UP | _XA;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/vxworks/
ctype_base.h 69 static const mask upper = _UP;
71 static const mask alpha = _UP|_LO|_XA;
75 static const mask print = _DI|_LO|_PU|_SP|_UP|_XA;
76 static const mask graph = _DI|_LO|_PU|_UP|_XA;
79 static const mask alnum = _DI|_LO|_UP|_XA;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/vxworks/
ctype_base.h 69 static const mask upper = _UP;
71 static const mask alpha = _UP|_LO|_XA;
75 static const mask print = _DI|_LO|_PU|_SP|_UP|_XA;
76 static const mask graph = _DI|_LO|_PU|_UP|_XA;
79 static const mask alnum = _DI|_LO|_UP|_XA;
  /src/external/bsd/ntp/dist/sntp/unity/
unity_internals.h 176 typedef _UU32 _UP;
179 typedef _UU64 _UP;
182 typedef _UU16 _UP;
620 #define UNITY_TEST_ASSERT_EQUAL_PTR(expected, actual, line, message) UnityAssertEqualNumber((_U_SINT)(_UP)(expected), (_U_SINT)(_UP)(actual), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_POINTER)
635 #define UNITY_TEST_ASSERT_EQUAL_PTR_ARRAY(expected, actual, num_elements, line, message) UnityAssertEqualIntArray((UNITY_PTR_ATTRIBUTE const void*)(_UP*)(expected), (const void*)(_UP*)(actual), (_UU32)(num_elements), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_POINTER)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 130 #define UP(X) X##_UP
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 901 #define UP(X) X##_UP
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 127 #define UP(X) X##_UP
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 878 #define UP(X) X##_UP

Completed in 50 milliseconds