HomeSort by relevance Sort by last modified time
    Searched full:char_t (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/intl/
vasnprintf.c 80 # define CHAR_T wchar_t
95 # define CHAR_T char
109 CHAR_T *
110 VASNPRINTF (CHAR_T *resultbuf, size_t *lengthp, const CHAR_T *format, va_list args)
135 CHAR_T *buf;
136 CHAR_T *buf_malloced;
137 const CHAR_T *cp;
141 CHAR_T *result;
150 if (buf_neededlength < 4000 / sizeof (CHAR_T))
    [all...]
printf-parse.c 49 # define CHAR_T wchar_t
54 # define CHAR_T char
63 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
65 const CHAR_T *cp = format; /* pointer into format */
117 CHAR_T c = *cp++;
137 const CHAR_T *np;
207 const CHAR_T *np;
264 const CHAR_T *np;
534 #undef CHAR_T
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
lprint.c 46 void dpf( uint32_t mask, char_t* bla, ...)
67 void dpf( uint32_t mask, char_t* bla, ...)
145 char_t *str)
264 static char_t *getwidth(
265 char_t *bla,
291 static char_t *getformat(
292 char_t *bla,
326 char_t* bla,
core_types.h 18 typedef char char_t; typedef
memory_options.h 61 void dpf( uint32_t mask, char_t *bla, ...);
  /external/bison/lib/
printf-parse.c 18 CHAR_T The element type of the format string.
22 Depends on CHAR_T.
24 format string. Depends on CHAR_T.
26 Depends on CHAR_T.
42 # define CHAR_T char
83 PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a)
85 const CHAR_T *cp = format; /* pointer into format */
136 CHAR_T c = *cp++;
156 const CHAR_T *np;
233 const CHAR_T *np
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 77 #define CHAR_T wchar_t
87 #define CHAR_T char
137 static int __sbprintf(FILE *, const CHAR_T *, va_list);
138 static CHAR_T *__ujtoa(uintmax_t, CHAR_T *, int, int, const char *, int,
140 static CHAR_T *__ultoa(u_long, CHAR_T *, int, int, const char *, int,
143 static CHAR_T *__mbsconv(char *, int);
144 static wint_t __xfputwc(CHAR_T, FILE *);
149 static int __find_arguments(const CHAR_T *, va_list, union arg **);
    [all...]
  /external/spirv-llvm/test/SPIRV/transcoding/
DecorationMaxByteOffset.ll 15 ; CHECK-SPIRV: 4 TypeInt [[CHAR_T:[0-9]+]] 8 0
16 ; CHECK-SPIRV: 4 TypePointer [[CHAR_PTR_T:[0-9]+]] 4 [[CHAR_T]]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 616 # define CHAR_T char
625 # define CHAR_T wchar_t
629 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1)
    [all...]
  /external/pcre/dist2/src/
pcre2_internal.h 745 #define CHAR_T 'T'
777 #define CHAR_t 't'
    [all...]

Completed in 573 milliseconds