Searched refs:width (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/stdio/
H A Dvfscanf.c105 size_t width; /* field width, or 0 */ local
140 width = 0;
201 width = width * 10 + c - '0';
347 if (width == 0)
348 width = 1;
352 if ((n = fp->_r) < (int)width) {
354 width -= n;
362 sum += width;
[all...]
H A Dvfprintf.c180 int width; /* width from format (%8d), or 0 */ local
364 width = 0;
384 * ``A negative field width argument is taken as a
385 * - flag followed by a positive field width.''
389 GETASTER(width);
390 if (width >= 0)
392 width = -width;
425 * beginning of a field width
[all...]
/bionic/libc/kernel/common/linux/
H A Dvideodev.h164 __s32 width, height; member in struct:video_clip
171 __u32 width,height; member in struct:video_window
187 __u32 width, height; member in struct:video_capture
199 int height,width; member in struct:video_buffer
207 int height,width; member in struct:video_mmap
H A Dkd.h167 unsigned int width, height; member in struct:console_font_op
174 unsigned int width, height; member in struct:console_font
H A Dfb.h274 __u32 width; member in struct:fb_var_screeninfo
346 __u32 width; member in struct:fb_copyarea
356 __u32 width; member in struct:fb_fillrect
366 __u32 width; member in struct:fb_image
H A Dmsm_mdp.h72 uint32_t width; member in struct:mdp_img
H A Dmsm_q6vdec.h105 u32 width; member in struct:vdec_config
121 int width[4]; member in struct:vdec_vc1_panscan_regions
H A Dmsm_kgsl.h164 unsigned int width; member in struct:kgsl_gmem_desc
H A Dvideodev2.h122 __s32 width; member in struct:v4l2_rect
167 __u32 width; member in struct:v4l2_pix_format
322 __u32 width; member in struct:v4l2_frmsize_discrete
365 __u32 width; member in struct:v4l2_frmivalenum
652 __u32 width; member in struct:v4l2_dv_enum_preset
682 __u32 width; member in struct:v4l2_bt_timings
1722 __u32 width; member in struct:v4l2_pix_format_mplane
/bionic/linker/
H A Dlinker_format.c437 int width = -1; local
491 /* parse field width */
494 width = (int)parse_decimal(format, &nn);
595 if (slen < width && !padLeft) {
597 out_send_repeat(o, padChar, width - slen);
602 if (slen < width && padLeft) {
604 out_send_repeat(o, padChar, width - slen);
/bionic/libc/kernel/common/media/
H A Dmsm_camera.h220 uint32_t width; member in struct:outputCfg
/bionic/libc/kernel/common/video/
H A Ddsscomp.h197 __u16 width; member in struct:dss2_ovl_cfg

Completed in 210 milliseconds