/external/llvm/test/CodeGen/SystemZ/ |
D | tdc-03.ll | 17 %xres = zext i1 %res to i32 18 ret i32 %xres 29 %xres = zext i1 %res to i32 30 ret i32 %xres 40 %xres = zext i1 %res to i32 41 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 61 %xres = zext i1 %res to i32 62 ret i32 %xres [all …]
|
D | tdc-04.ll | 13 %xres = zext i1 %res to i32 14 ret i32 %xres 23 %xres = zext i1 %res to i32 24 ret i32 %xres 33 %xres = zext i1 %res to i32 34 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 53 %xres = zext i1 %res to i32 54 ret i32 %xres [all …]
|
D | tdc-05.ll | 19 %xres = zext i1 %res to i32 20 ret i32 %xres 31 %xres = zext i1 %res to i32 32 ret i32 %xres 43 %xres = zext i1 %res to i32 44 ret i32 %xres 57 %xres = zext i1 %res to i32 58 ret i32 %xres 69 %xres = zext i1 %res to i32 70 ret i32 %xres [all …]
|
D | tdc-02.ll | 20 %xres = zext i1 %res to i32 21 ret i32 %xres 35 %xres = zext i1 %res to i32 36 ret i32 %xres 50 %xres = zext i1 %res to i32 51 ret i32 %xres 65 %xres = zext i1 %res to i32 66 ret i32 %xres 80 %xres = zext i1 %res to i32 81 ret i32 %xres [all …]
|
D | cmpxchg-05.ll | 64 %xres = sext i1 %res to i8 65 ret i8 %xres 79 %xres = sext i1 %res to i8 80 ret i8 %xres
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 577 int xres; in XInitialize() local 617 xres = XChangeWindowAttributes(x_display, win, CWOverrideRedirect, in XInitialize() 619 if (xres == BadAccess || in XInitialize() 620 xres == BadColor || in XInitialize() 621 xres == BadCursor || in XInitialize() 622 xres == BadMatch || in XInitialize() 623 xres == BadPixmap || in XInitialize() 624 xres == BadValue || in XInitialize() 625 xres == BadWindow) { in XInitialize() 626 fprintf(stderr, "FAIL changing X win attribs: %d\n", xres); in XInitialize() [all …]
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 100 pixels = scrinfo.xres * scrinfo.yres; in init_fb() 104 (int)scrinfo.xres, (int)scrinfo.yres, in init_fb() 183 vncbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server() 188 fbbuf = calloc(scrinfo.xres * scrinfo.yres, scrinfo.bits_per_pixel / 8); in init_fb_server() 192 vncscr = rfbGetScreen(&argc, argv, scrinfo.xres, scrinfo.yres, 5, 2, (scrinfo.bits_per_pixel / 8)); in init_fb_server() 207 rfbMarkRectAsModified(vncscr, 0, 0, scrinfo.xres, scrinfo.yres); in init_fb_server() 214 varblock.rfb_maxy = scrinfo.xres - 1; in init_fb_server() 315 x = xmin + (x * (xmax - xmin)) / (scrinfo.xres); in injectTouchEvent() 401 for (x = 0; x < scrinfo.xres; x += 2) in update_screen() 502 printf(" width: %d\n", (int)scrinfo.xres); in main()
|
/external/libcups/cups/ |
D | testdest.c | 318 int xres, yres; in localize() local 320 xres = ippGetResolution(attr, i, &yres, &units); in localize() 322 if (xres == yres) in localize() 323 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize() 325 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize() 668 int xres, yres; in show_supported() local 670 xres = ippGetResolution(attr, i, &yres, &units); in show_supported() 672 if (xres == yres) in show_supported() 673 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported() 675 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
|
D | ipp-support.c | 687 if (val->resolution.xres == val->resolution.yres) in ippAttributeString() 690 …bufptr += snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d%s", val->resolution.xres, val->resol… in ippAttributeString() 692 …bufptr += snprintf(temp, sizeof(temp), "%d%s", val->resolution.xres, val->resolution.units == IPP_… in ippAttributeString() 695 …nprintf(bufptr, (size_t)(bufend - bufptr + 1), "%dx%d%s", val->resolution.xres, val->resolution.yr… in ippAttributeString() 697 …bufptr += snprintf(temp, sizeof(temp), "%dx%d%s", val->resolution.xres, val->resolution.yres, val-… in ippAttributeString()
|
D | ppd-cache.c | 40 static void pwg_ppdize_resolution(ipp_attribute_t *attr, int element, int *xres, int *yres, char *n… 2969 int xres, yres; /* Resolution values */ in _ppdCreateFromIPP() local 4173 pwg_ppdize_resolution(attr, resolutions[count / 2], &xres, &yres, ppdname, sizeof(ppdname)); in _ppdCreateFromIPP() 4182 pwg_ppdize_resolution(attr, resolutions[0], &xres, &yres, NULL, 0); in _ppdCreateFromIPP() 4183 …FilePrintf(fp, "*cupsPrintQuality Draft: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP() 4187 pwg_ppdize_resolution(attr, resolutions[count / 2], &xres, &yres, NULL, 0); in _ppdCreateFromIPP() 4188 …ilePrintf(fp, "*cupsPrintQuality Normal: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP() 4193 pwg_ppdize_resolution(attr, resolutions[count - 1], &xres, &yres, NULL, 0); in _ppdCreateFromIPP() 4194 …sFilePrintf(fp, "*cupsPrintQuality High: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP() 4206 pwg_ppdize_resolution(attr, 0, &xres, &yres, ppdname, sizeof(ppdname)); in _ppdCreateFromIPP() [all …]
|
D | ipp.c | 732 int xres, /* I - X resolution */ in ippAddResolution() argument 739 ippTagString(group), name, units, xres, yres)); in ippAddResolution() 748 xres < 0 || yres < 0) in ippAddResolution() 758 attr->values[0].resolution.xres = xres; in ippAddResolution() 785 const int *xres, /* I - X resolutions */ in ippAddResolutions() argument 793 …)", (void *)ipp, group, ippTagString(group), name, num_values, units, (void *)xres, (void *)yres)); in ippAddResolutions() 812 if (xres && yres) in ippAddResolutions() 818 value->resolution.xres = *xres++; in ippAddResolutions() 2431 return (attr->values[element].resolution.xres); in ippGetResolution() 3380 value->resolution.xres = in ippReadIO() [all …]
|
D | ipp.h | 781 int xres, /* Horizontal resolution */ member 864 int xres, int yres); 867 ipp_res_t units, const int *xres,
|
D | encode.c | 716 attr->values[j].resolution.xres = (int)strtol(val, &s, 10); in cupsEncodeOptions2() 721 attr->values[j].resolution.yres = attr->values[j].resolution.xres; in cupsEncodeOptions2()
|
D | dest-options.c | 220 if (attrval->resolution.xres == xres_value && in cupsCheckDestSupported() 2211 if (attrval->resolution.xres == xres_value && in cups_test_constraints()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | vga.h | 191 __u32 xres; /* visible resolution */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 214 __u16 xres; member
|
D | fb.h | 241 __u32 xres; /* visible resolution */ member
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 2153 __vki_u32 xres; /* visible resolution */ member
|