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

123

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dlsearch.c44 lsearch(const void *key, void *base, size_t *nelp, size_t width, argument
48 return(linear_base(key, base, nelp, width, compar, 1));
52 lfind(const void *key, const void *base, size_t *nelp, size_t width, argument
55 return(linear_base(key, base, nelp, width, compar, 0));
59 linear_base(const void *key, const void *base, size_t *nelp, size_t width, argument
64 end = (const char *)base + *nelp * width;
65 for (element = base; element < end; element += width)
82 memcpy((void *)end, key, width);
/bionic/libc/stdio/
H A Dvfwscanf.c133 size_t width; /* field width, or 0 */ local
171 width = 0;
235 width = width * 10 + c - '0';
365 if (width == 0) width = 1;
369 while (width-- != 0 && (wi = __fgetwc_unlock(fp)) != WEOF) {
380 while (width != 0 && (wi = __fgetwc_unlock(fp)) != WEOF) {
381 if (width >
[all...]
H A Dvfscanf.cpp88 size_t width; /* field width, or 0 */ local
118 width = 0;
183 width = width * 10 + c - '0';
333 if (width == 0) width = 1;
336 allocation = wcp = reinterpret_cast<wchar_t*>(malloc(width * sizeof(wchar_t)));
344 while (width != 0) {
361 width
[all...]
H A Dvfprintf.cpp51 int width; /* width from format (%8d), or 0 */ local
175 width = 0;
200 * ``A negative field width argument is taken as a
201 * - flag followed by a positive field width.''
205 GETASTER(width);
206 if (width >= 0) goto rflag;
207 if (width == INT_MIN) goto overflow;
208 width = -width;
[all...]
H A Dvfwprintf.cpp51 int width; /* width from format (%8d), or 0 */ local
164 width = 0;
189 * ``A negative field width argument is taken as a
190 * - flag followed by a positive field width.''
194 GETASTER(width);
195 if (width >= 0) goto rflag;
196 if (width == INT_MIN) goto overflow;
197 width = -width;
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dstm.h26 __u16 width; member in struct:stp_policy_id
H A Domapfb.h93 __u32 width, height; member in struct:omapfb_update_window
101 __u32 width, height; member in struct:omapfb_update_window_old
183 __u32 width; member in struct:omapfb_display_info
H A Dvirtio_gpu.h81 __le32 width; member in struct:virtio_gpu_rect
93 __le32 width; member in struct:virtio_gpu_resource_create_2d
159 __le32 width; member in struct:virtio_gpu_resource_create_3d
H A Dkd.h148 unsigned int width, height; member in struct:console_font_op
153 unsigned int width, height; member in struct:console_font
H A Dfb.h222 __u32 width; member in struct:fb_var_screeninfo
281 __u32 width; member in struct:fb_copyarea
289 __u32 width; member in struct:fb_fillrect
297 __u32 width; member in struct:fb_image
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dstm.h26 __u16 width; member in struct:stp_policy_id
H A Domapfb.h93 __u32 width, height; member in struct:omapfb_update_window
101 __u32 width, height; member in struct:omapfb_update_window_old
183 __u32 width; member in struct:omapfb_display_info
H A Dvirtio_gpu.h81 __le32 width; member in struct:virtio_gpu_rect
93 __le32 width; member in struct:virtio_gpu_resource_create_2d
159 __le32 width; member in struct:virtio_gpu_resource_create_3d
H A Dkd.h148 unsigned int width, height; member in struct:console_font_op
153 unsigned int width, height; member in struct:console_font
H A Dfb.h222 __u32 width; member in struct:fb_var_screeninfo
281 __u32 width; member in struct:fb_copyarea
289 __u32 width; member in struct:fb_fillrect
297 __u32 width; member in struct:fb_image
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dstm.h26 __u16 width; member in struct:stp_policy_id
H A Domapfb.h93 __u32 width, height; member in struct:omapfb_update_window
101 __u32 width, height; member in struct:omapfb_update_window_old
183 __u32 width; member in struct:omapfb_display_info
H A Dvirtio_gpu.h81 __le32 width; member in struct:virtio_gpu_rect
93 __le32 width; member in struct:virtio_gpu_resource_create_2d
159 __le32 width; member in struct:virtio_gpu_resource_create_3d
H A Dkd.h148 unsigned int width, height; member in struct:console_font_op
153 unsigned int width, height; member in struct:console_font
/bionic/libc/kernel/uapi/drm/
H A Ddrm_sarea.h42 unsigned int width; member in struct:drm_sarea_frame
H A Domap_drm.h42 __u16 width; member in struct:omap_gem_size::__anon185
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm_sarea.h42 unsigned int width; member in struct:drm_sarea_frame
H A Domap_drm.h42 __u16 width; member in struct:omap_gem_size::__anon1332
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm_sarea.h42 unsigned int width; member in struct:drm_sarea_frame
H A Domap_drm.h42 __u16 width; member in struct:omap_gem_size::__anon2602

Completed in 143 milliseconds

123