Lines Matching refs:quad_t
76 HAVE_QUAD_T - if the quad_t type is defined
82 quad_t and long long data types:
197 AC_CACHE_CHECK(checking for quad_t,
203 ], [printf("%d",sizeof(quad_t));],
329 i, o, u, x, or X conversion corresponds to a quad_t
331 conversion corresponds to a quad_t argument.
333 quad_t's are an OS system implementation, and should
454 The typedef names quad_t and u_quad_t are infelicitous.
524 quad_t qvalue;
710 dostr( buffer, left, "*no quad_t support *");
727 value.qvalue = va_arg( args, quad_t );
917 quad_t qvalue;
918 unsigned char qconvert[sizeof(quad_t)];
920 char convert[2*sizeof(quad_t)+1];
930 for( i = 0; i < (int)sizeof(quad_t); ++i ){
1099 n = snprintf( buffer, sizeof(buffer), (t = "%qx"), (quad_t)1, (quad_t)2 ); printf( "[%d] %s = '%s'\n", n, t, buffer );