Home
last modified time | relevance | path

Searched refs:xres (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dtdc-03.ll17 %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 …]
Dtdc-04.ll13 %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 …]
Dtdc-05.ll19 %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 …]
Dtdc-02.ll20 %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 …]
/external/llvm/test/CodeGen/SystemZ/
Dtdc-03.ll17 %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 …]
Dtdc-04.ll13 %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 …]
Dtdc-05.ll19 %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 …]
Dtdc-02.ll20 %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 …]
Dcmpxchg-05.ll64 %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/
Dnvmap_carveout_compactor.c577 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/libcups/cups/
Dtestthreads.c207 int xres, yres; in show_supported() local
209 xres = ippGetResolution(attr, i, &yres, &units); in show_supported()
211 if (xres == yres) in show_supported()
212 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
214 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
Dtestdest.c341 int xres, yres; in localize() local
343 xres = ippGetResolution(attr, i, &yres, &units); in localize()
345 if (xres == yres) in localize()
346 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize()
348 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in localize()
691 int xres, yres; in show_supported() local
693 xres = ippGetResolution(attr, i, &yres, &units); in show_supported()
695 if (xres == yres) in show_supported()
696 printf(" %d%s\n", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
698 printf(" %dx%d%s\n", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in show_supported()
Dipp-file.c697 int xres, /* X resolution */ in parse_value() local
701 xres = yres = (int)strtol(value, (char **)&ptr, 10); in parse_value()
702 if (ptr > value && xres > 0) in parse_value()
708 …if (ptr <= value || xres <= 0 || yres <= 0 || !ptr || (_cups_strcasecmp(ptr, "dpi") && _cups_strca… in parse_value()
715 return (ippSetResolution(ipp, attr, element, IPP_RES_PER_INCH, xres, yres)); in parse_value()
717 return (ippSetResolution(ipp, attr, element, IPP_RES_PER_CM, xres, yres)); in parse_value()
719 return (ippSetResolution(ipp, attr, element, (ipp_res_t)0, xres, yres)); in parse_value()
Dipp-support.c728 if (val->resolution.xres == val->resolution.yres) in ippAttributeString()
731 …bufptr += snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d%s", val->resolution.xres, val->resol… in ippAttributeString()
733 …bufptr += snprintf(temp, sizeof(temp), "%d%s", val->resolution.xres, val->resolution.units == IPP_… in ippAttributeString()
736 …nprintf(bufptr, (size_t)(bufend - bufptr + 1), "%dx%d%s", val->resolution.xres, val->resolution.yr… in ippAttributeString()
738 …bufptr += snprintf(temp, sizeof(temp), "%dx%d%s", val->resolution.xres, val->resolution.yres, val-… in ippAttributeString()
Dencode.c611 int xres, yres; /* Resolution values */ in _cupsEncodeOption() local
614 xres = (int)strtol(val, &s, 10); in _cupsEncodeOption()
619 yres = xres; in _cupsEncodeOption()
626 ippSetResolution(ipp, &attr, i, units, xres, yres); in _cupsEncodeOption()
Dipp.c728 int xres, /* I - X resolution */ in ippAddResolution() argument
735 ippTagString(group), name, units, xres, yres)); in ippAddResolution()
744 xres < 0 || yres < 0) in ippAddResolution()
754 attr->values[0].resolution.xres = xres; in ippAddResolution()
781 const int *xres, /* I - X resolutions */ in ippAddResolutions() argument
789 …)", (void *)ipp, group, ippTagString(group), name, num_values, units, (void *)xres, (void *)yres)); in ippAddResolutions()
808 if (xres && yres) in ippAddResolutions()
814 value->resolution.xres = *xres++; in ippAddResolutions()
2427 return (attr->values[element].resolution.xres); in ippGetResolution()
3381 value->resolution.xres = in ippReadIO()
[all …]
Dppd-cache.c39 static void pwg_ppdize_resolution(ipp_attribute_t *attr, int element, int *xres, int *yres, char *n…
3046 int xres, yres; /* Resolution values */ in _ppdCreateFromIPP() local
4525 pwg_ppdize_resolution(attr, resolutions[count / 2], &xres, &yres, ppdname, sizeof(ppdname)); in _ppdCreateFromIPP()
4534 pwg_ppdize_resolution(attr, resolutions[0], &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
4535 …FilePrintf(fp, "*cupsPrintQuality Draft: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP()
4539 pwg_ppdize_resolution(attr, resolutions[count / 2], &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
4540 …ilePrintf(fp, "*cupsPrintQuality Normal: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP()
4545 pwg_ppdize_resolution(attr, resolutions[count - 1], &xres, &yres, NULL, 0); in _ppdCreateFromIPP()
4546 …sFilePrintf(fp, "*cupsPrintQuality High: \"<</HWResolution[%d %d]>>setpagedevice\"\n", xres, yres); in _ppdCreateFromIPP()
4558 pwg_ppdize_resolution(attr, 0, &xres, &yres, ppdname, sizeof(ppdname)); in _ppdCreateFromIPP()
[all …]
Dipp-private.h84 int xres, /* Horizontal resolution */ member
/external/libkmsxx/utils/
Dfbtest.cpp43 ExtCPUFramebuffer buf(var.xres, var.yres, PixelFormat::XRGB8888, in main()
48 var.xres, var.yres, in main()
/external/libkmsxx/kms++/src/
Dconnector.cpp155 Videomode Connector::get_mode(unsigned xres, unsigned yres, float vrefresh, bool ilace) const in get_mode() argument
162 if (m.hdisplay != xres || m.vdisplay != yres) in get_mode()
179 if (m.hdisplay != xres || m.vdisplay != yres) in get_mode()
/external/libcups/tools/
Dipptool.c1589 int xres, /* Horizontal resolution */ in do_test() local
1593 xres = ippGetResolution(found, last, &yres, &units); in do_test()
1595 if (xres == yres) in do_test()
1596 snprintf(buffer, sizeof(buffer), "%d%s", xres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"); in do_test()
1598 …snprintf(buffer, sizeof(buffer), "%dx%d%s", xres, yres, units == IPP_RES_PER_INCH ? "dpi" : "dpcm"… in do_test()
2341 int xres, yres; /* Resolution values */ in print_attr() local
2344 xres = ippGetResolution(attr, i, &yres, &units); in print_attr()
2345 …</key><integer>%d</integer><key>units</key><string>%s</string></dict>\n", xres, yres, units == IPP… in print_attr()
2612 int yres, xres = ippGetResolution(attr, i, &yres, &units); in print_ippserver_attr() local
2614 …cupsFilePrintf(data->outfile, "%s%dx%d%s", i ? "," : " ", xres, yres, units == IPP_RES_PER_INCH ? … in print_ippserver_attr()
[all …]
/external/libkmsxx/kms++/inc/kms++/
Dconnector.h28 Videomode get_mode(unsigned xres, unsigned yres, float vrefresh, bool ilace) const;
/external/kernel-headers/original/uapi/linux/
Domapfb.h215 __u16 xres; member
/external/arm-trusted-firmware/fdts/
Dfvp-base-gicv2-psci.dts151 xres = <1024>;
Dfvp-base-gicv3-psci-aarch32-common.dtsi198 xres = <1024>;

12