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

1 2 3 4

  /external/gflags/test/nc/
CMakeLists.txt 8 string (TOUPPER ${TEST_NAME} TEST_NAME_UPPER)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /external/python/cpython2/Include/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 65 #define TOUPPER(c) Py_TOUPPER(c)
69 #undef toupper macro
70 #define toupper(c) undefined_toupper(c) macro
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.in 96 *rx++ = TOUPPER (c);
130 *rx++ = TOUPPER (c);
fr30-asm.c 379 *rx++ = TOUPPER (c);
413 *rx++ = TOUPPER (c);
ip2k-asm.c 580 *rx++ = TOUPPER (c);
614 *rx++ = TOUPPER (c);
lm32-asm.c 418 *rx++ = TOUPPER (c);
452 *rx++ = TOUPPER (c);
m32r-asm.c 397 *rx++ = TOUPPER (c);
431 *rx++ = TOUPPER (c);
xstormy16-asm.c 345 *rx++ = TOUPPER (c);
379 *rx++ = TOUPPER (c);
epiphany-asm.c 525 *rx++ = TOUPPER (c);
559 *rx++ = TOUPPER (c);
iq2000-asm.c 528 *rx++ = TOUPPER (c);
562 *rx++ = TOUPPER (c);
mt-asm.c 664 *rx++ = TOUPPER (c);
698 *rx++ = TOUPPER (c);
or1k-asm.c 572 *rx++ = TOUPPER (c);
606 *rx++ = TOUPPER (c);
xc16x-asm.c 445 *rx++ = TOUPPER (c);
479 *rx++ = TOUPPER (c);
  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
148 #undef toupper macro
149 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
  /toolchain/binutils/binutils-2.27/include/
safe-ctype.h 112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
145 #undef toupper macro
146 #define toupper(c) do_not_use_toupper_with_safe_ctype macro
  /external/gflags/
CMakeLists.txt 135 string (TOUPPER "${PACKAGE_NAME}" PACKAGE_PREFIX)
245 string (TOUPPER "${fname}" FNAME)
344 string (TOUPPER "${ns}" NS)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-misc.c 524 *fptr = TOUPPER (*fptr);

Completed in 489 milliseconds

1 2 3 4