/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_sampler.h | 45 enum pipe_format format); 50 enum pipe_format format);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_format.h | 31 nv30_format_info(struct pipe_screen *pscreen, enum pipe_format format) 33 return &nv30_format_info_table[format]; 38 nv30_format(struct pipe_screen *pscreen, enum pipe_format format) 40 return &nv30_format_table[format]; 45 nv30_vtxfmt(struct pipe_screen *pscreen, enum pipe_format format) 47 return &nv30_vtxfmt_table[format]; 52 nv30_texfmt(struct pipe_screen *pscreen, enum pipe_format format) 54 return &nv30_texfmt_table[format];
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
format_unpack.h | 28 _mesa_unpack_rgba_row(gl_format format, GLuint n, 32 _mesa_unpack_ubyte_rgba_row(gl_format format, GLuint n, 36 _mesa_unpack_uint_rgba_row(gl_format format, GLuint n, 40 _mesa_unpack_rgba_block(gl_format format, 46 _mesa_unpack_float_z_row(gl_format format, GLuint n, 51 _mesa_unpack_uint_z_row(gl_format format, GLuint n, 55 _mesa_unpack_ubyte_stencil_row(gl_format format, GLuint n, 59 _mesa_unpack_uint_24_8_depth_stencil_row(gl_format format, GLuint n,
|
/external/clang/test/CodeGen/Inputs/ |
stdio.h | 2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg); 3 extern int vprintf(const char *format, __builtin_va_list arg);
|
/external/clang/test/PCH/ |
va_arg.cpp | 14 void f(char *buffer, unsigned count, const char* format, va_list argptr) { 15 vsnprintf(buffer, count, format, argptr);
|
/external/clang/test/SemaCXX/ |
attr-format.cpp | 3 static void f(const char*, ...) __attribute__((format(printf, 1, 2))); 7 // the format argument is argument 2 here. 8 void g(const char*, ...) __attribute__((format(printf, 2, 3))); 11 void h(const char*, ...) __attribute__((format(printf, 1, 4))); // \ 12 expected-error{{implicit this argument as the format string}} 13 void h2(const char*, ...) __attribute__((format(printf, 2, 1))); // \ 18 void operator() (const char*, ...) __attribute__((format(printf, 2, 3))); 22 struct A { void a(const char*,...) __attribute((format(printf,2,3))); }; 32 __attribute__((format(printf, 2, 3)));
|
/external/compiler-rt/lib/builtins/ |
eprintf.c | 29 __eprintf(const char* format, const char* assertion_expression, 32 fprintf(stderr, format, assertion_expression, line, file);
|
/external/e2fsprogs/intl/ |
printf.c | 1 /* Formatted output to strings, using POSIX/XSI format strings with positions. 80 libintl_vfprintf (FILE *stream, const char *format, va_list args) 82 if (strchr (format, '$') == NULL) 83 return vfprintf (stream, format, args); 87 char *result = libintl_vasnprintf (NULL, &length, format, args); 101 libintl_fprintf (FILE *stream, const char *format, ...) 106 va_start (args, format); 107 retval = libintl_vfprintf (stream, format, args); 114 libintl_vprintf (const char *format, va_list args) 116 return libintl_vfprintf (stdout, format, args) [all...] |
/external/elfutils/0.153/backends/ |
alpha_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 40 *format = "b"
|
arm_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 40 *format = "b"
|
i386_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 40 *format = "b"
|
ppc_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 40 *format = "b"
|
sparc_auxv.c | 34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 40 *format = "b"
|
/external/libexif/libexif/ |
exif-format.c | 1 /* exif-format.c 23 #include <libexif/exif-format.h> 28 /*! Table of data format types, descriptions and sizes. 33 ExifFormat format; member in struct:__anon7364 53 exif_format_get_name (ExifFormat format) 67 if (ExifFormatTable[i].format == format) 73 exif_format_get_size (ExifFormat format) 78 if (ExifFormatTable[i].format == format) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_sampler.h | 45 enum pipe_format format); 50 enum pipe_format format);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_format.h | 31 nv30_format_info(struct pipe_screen *pscreen, enum pipe_format format) 33 return &nv30_format_info_table[format]; 38 nv30_format(struct pipe_screen *pscreen, enum pipe_format format) 40 return &nv30_format_table[format]; 45 nv30_vtxfmt(struct pipe_screen *pscreen, enum pipe_format format) 47 return &nv30_vtxfmt_table[format]; 52 nv30_texfmt(struct pipe_screen *pscreen, enum pipe_format format) 54 return &nv30_texfmt_table[format];
|
/external/mesa3d/src/mesa/main/ |
format_unpack.h | 28 _mesa_unpack_rgba_row(gl_format format, GLuint n, 32 _mesa_unpack_ubyte_rgba_row(gl_format format, GLuint n, 36 _mesa_unpack_uint_rgba_row(gl_format format, GLuint n, 40 _mesa_unpack_rgba_block(gl_format format, 46 _mesa_unpack_float_z_row(gl_format format, GLuint n, 51 _mesa_unpack_uint_z_row(gl_format format, GLuint n, 55 _mesa_unpack_ubyte_stencil_row(gl_format format, GLuint n, 59 _mesa_unpack_uint_24_8_depth_stencil_row(gl_format format, GLuint n,
|
/hardware/intel/img/hwcomposer/include/ |
DisplayQuery.h | 25 static bool isVideoFormat(uint32_t format); 26 static int getOverlayLumaStrideAlignment(uint32_t format);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StringExtrasTest.cpp | 36 template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 38 template<> struct PrintfFormatTrait<short> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 39 const char PrintfFormatTrait<short>::format[] = "%hd"; member in class:__anon16065::PrintfFormatTrait 41 template<> struct PrintfFormatTrait<int> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 42 const char PrintfFormatTrait<int>::format[] = "%d"; member in class:__anon16065::PrintfFormatTrait 44 template<> struct PrintfFormatTrait<long> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 45 const char PrintfFormatTrait<long>::format[] = "%ld"; member in class:__anon16065::PrintfFormatTrait 47 template<> struct PrintfFormatTrait<long long> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 49 const char PrintfFormatTrait<long long>::format[] = "%I64i"; member in class:__anon16065::PrintfFormatTrait 51 const char PrintfFormatTrait<long long>::format[] = "%lli" member in class:__anon16065::PrintfFormatTrait 54 template<> struct PrintfFormatTrait<unsigned short> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 55 const char PrintfFormatTrait<unsigned short>::format[] = "%hu"; member in class:__anon16065::PrintfFormatTrait 57 template<> struct PrintfFormatTrait<unsigned> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 58 const char PrintfFormatTrait<unsigned>::format[] = "%u"; member in class:__anon16065::PrintfFormatTrait 60 template<> struct PrintfFormatTrait<unsigned long> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 61 const char PrintfFormatTrait<unsigned long>::format[] = "%lu"; member in class:__anon16065::PrintfFormatTrait 63 template<> struct PrintfFormatTrait<unsigned long long> { static const char format[]; }; member in struct:__anon16065::PrintfFormatTrait 65 const char PrintfFormatTrait<unsigned long long>::format[] = "%I64u"; member in class:__anon16065::PrintfFormatTrait 67 const char PrintfFormatTrait<unsigned long long>::format[] = "%llu"; member in class:__anon16065::PrintfFormatTrait [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 45 GLenum format, 50 if (format == GL_STENCIL_INDEX) { 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
|
/external/chromium_org/third_party/skia/src/ports/ |
SkDebug_android.cpp | 24 void SkDebugf(const char format[], ...) { 26 va_start(args1, format); 28 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args1); 33 vprintf(format, args2);
|
/external/chromium_org/tools/gyp/test/rules-dirname/ |
gyptest-dirname.py | 28 if test.format == 'xcode': 33 if test.format == 'msvs': 44 if test.format != 'xcode' and test.format != 'make':
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
stdio.h | 2 int fprintf(FILE*restrict, const char* restrict format, ...);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 45 GLenum format, 50 if (format == GL_STENCIL_INDEX) { 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
|
/external/valgrind/main/include/ |
pub_tool_libcprint.h | 41 the 'printf' format. 52 extern UInt VG_(sprintf) ( HChar* buf, const HChar* format, ... ) 55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs ) 59 const HChar *format, ... ) 63 const HChar *format, va_list vargs ) 98 extern UInt VG_(printf) ( const HChar *format, ... ) 100 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs ) 103 extern UInt VG_(printf_xml) ( const HChar *format, ... ) 106 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs ) 113 extern UInt VG_(emit) ( const HChar* format, ... ) PRINTF_CHECK(1, 2) [all...] |