Home
last modified time | relevance | path

Searched refs:s_desc (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/ncurses/ncurses-6.3/menu/
H A Dm_spacing.c56 set_menu_spacing(MENU *menu, int s_desc, int s_row, int s_col) in MENU_EXPORT()
61 (void *)menu, s_desc, s_row, s_col)); in MENU_EXPORT()
69 if (((s_desc < 0) || (s_desc > MAX_SPC_DESC)) || in MENU_EXPORT()
74 m->spc_desc = (short)(s_desc ? s_desc : 1); in MENU_EXPORT()
91 menu_spacing(const MENU *menu, int *s_desc, int *s_row, int *s_col) in menu_spacing() argument
97 (void *)s_desc, in menu_spacing()
104 if (s_desc) in menu_spacing()
105 *s_desc = m->spc_desc; in menu_spacing()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_uis.c66 struct dsc$descriptor_s s_desc; in PicBuf_to_UIS() local
108 s_desc.dsc$w_length = strlen(target); in PicBuf_to_UIS()
109 s_desc.dsc$a_pointer = target; in PicBuf_to_UIS()
110 s_desc.dsc$b_class = DSC$K_CLASS_S; in PicBuf_to_UIS()
111 s_desc.dsc$b_dtype = DSC$K_DTYPE_T; in PicBuf_to_UIS()
112 wd_id = uis$create_window(&vd_id, &s_desc); in PicBuf_to_UIS()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/gtk/
H A DGtk_PangoFontManager.cc78 gchar* s_desc = pango_font_description_to_string(desc); in getPangoFont() local
79 assert(s_desc); in getPangoFont()
81 String sDesc = s_desc; in getPangoFont()
82 g_free(s_desc); in getPangoFont()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/early/
H A Dxhci-dbc.c222 struct usb_string_descriptor *s_desc; in xdbc_mem_init() local
270 s_desc = (struct usb_string_descriptor *)strings->serial; in xdbc_mem_init()
271 s_desc->bLength = (strlen(XDBC_STRING_SERIAL) + 1) * 2; in xdbc_mem_init()
272 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
275 string_length = s_desc->bLength; in xdbc_mem_init()
279 s_desc = (struct usb_string_descriptor *)strings->product; in xdbc_mem_init()
280 s_desc->bLength = (strlen(XDBC_STRING_PRODUCT) + 1) * 2; in xdbc_mem_init()
281 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
284 string_length += s_desc->bLength; in xdbc_mem_init()
290 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/early/
H A Dxhci-dbc.c222 struct usb_string_descriptor *s_desc; in xdbc_mem_init() local
270 s_desc = (struct usb_string_descriptor *)strings->serial; in xdbc_mem_init()
271 s_desc->bLength = (strlen(XDBC_STRING_SERIAL) + 1) * 2; in xdbc_mem_init()
272 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
275 string_length = s_desc->bLength; in xdbc_mem_init()
279 s_desc = (struct usb_string_descriptor *)strings->product; in xdbc_mem_init()
280 s_desc->bLength = (strlen(XDBC_STRING_PRODUCT) + 1) * 2; in xdbc_mem_init()
281 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
284 string_length += s_desc->bLength; in xdbc_mem_init()
290 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/early/
H A Dxhci-dbc.c222 struct usb_string_descriptor *s_desc; in xdbc_mem_init() local
270 s_desc = (struct usb_string_descriptor *)strings->serial; in xdbc_mem_init()
271 s_desc->bLength = (strlen(XDBC_STRING_SERIAL) + 1) * 2; in xdbc_mem_init()
272 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
275 string_length = s_desc->bLength; in xdbc_mem_init()
279 s_desc = (struct usb_string_descriptor *)strings->product; in xdbc_mem_init()
280 s_desc->bLength = (strlen(XDBC_STRING_PRODUCT) + 1) * 2; in xdbc_mem_init()
281 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
284 string_length += s_desc->bLength; in xdbc_mem_init()
290 s_desc->bDescriptorType = USB_DT_STRING; in xdbc_mem_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/egl/
H A DegluStrUtil.inl287 static const tcu::Format::BitDesc s_desc[] = local
295 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
300 static const tcu::Format::BitDesc s_desc[] = local
312 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-dbgcap.c42 struct usb_string_descriptor *s_desc; in xhci_dbc_populate_strings() local
48 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
51 s_desc->bLength = (strlen(DBC_STRING_SERIAL) + 1) * 2; in xhci_dbc_populate_strings()
52 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
53 string_length = s_desc->bLength; in xhci_dbc_populate_strings()
59 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
63 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
64 string_length += s_desc->bLength; in xhci_dbc_populate_strings()
71 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
75 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-dbgcap.c42 struct usb_string_descriptor *s_desc; in xhci_dbc_populate_strings() local
48 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
51 s_desc->bLength = (strlen(DBC_STRING_SERIAL) + 1) * 2; in xhci_dbc_populate_strings()
52 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
53 string_length = s_desc->bLength; in xhci_dbc_populate_strings()
59 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
63 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
64 string_length += s_desc->bLength; in xhci_dbc_populate_strings()
71 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
75 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-dbgcap.c42 struct usb_string_descriptor *s_desc; in xhci_dbc_populate_strings() local
48 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
51 s_desc->bLength = (strlen(DBC_STRING_SERIAL) + 1) * 2; in xhci_dbc_populate_strings()
52 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
53 string_length = s_desc->bLength; in xhci_dbc_populate_strings()
59 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
63 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
64 string_length += s_desc->bLength; in xhci_dbc_populate_strings()
71 UTF16_LITTLE_ENDIAN, (wchar_t *)s_desc->wData, in xhci_dbc_populate_strings()
75 s_desc->bDescriptorType = USB_DT_STRING; in xhci_dbc_populate_strings()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp681 const char* s_desc; member
687 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
756 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
796 const char* s_desc = NULL; in get_signal_code_description() local
801 s_desc = t1[i].s_desc; in get_signal_code_description()
810 s_desc = t2[i].s_desc; in get_signal_code_description()
817 out->s_desc = "unknown"; in get_signal_code_description()
822 out->s_desc = s_desc; in get_signal_code_description()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp681 const char* s_desc; member
687 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
756 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
796 const char* s_desc = NULL; in get_signal_code_description() local
801 s_desc = t1[i].s_desc; in get_signal_code_description()
810 s_desc = t2[i].s_desc; in get_signal_code_description()
817 out->s_desc = "unknown"; in get_signal_code_description()
822 out->s_desc = s_desc; in get_signal_code_description()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkStrUtilImpl.inl2251 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2274 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2321 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2351 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2367 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2387 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2399 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2416 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2430 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2440 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/tools/
H A Dcompile_st.pl246 printf $fh "struct %s_desc { const char *name; %s value; };\n", $name, $type;
266 printf $fh " const struct %s_desc *d = __%s_lookup(s, strlen(s));\n", $name, $name;
272 printf $fh " const struct %s_desc *d = __%s_lookup(s, len);\n", $name, $name;
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/tools/
H A Dcompile_st.pl246 printf $fh "struct %s_desc { const char *name; %s value; };\n", $name, $type;
266 printf $fh " const struct %s_desc *d = __%s_lookup(s, strlen(s));\n", $name, $name;
272 printf $fh " const struct %s_desc *d = __%s_lookup(s, len);\n", $name, $name;
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/tools/
H A Dcompile_st.pl246 printf $fh "struct %s_desc { const char *name; %s value; };\n", $name, $type;
266 printf $fh " const struct %s_desc *d = __%s_lookup(s, strlen(s));\n", $name, $name;
272 printf $fh " const struct %s_desc *d = __%s_lookup(s, len);\n", $name, $name;
/dports/editors/cudatext/CudaText-1.151.0/atsyneditcmp/atsynedit_cmp/
H A Datsynedit_cmp_acpfiles.pas191 s_type, s_text, s_desc, s_word: string;
212 s_desc:= ListAcpDesc[n];
223 AContent.Add(s_type+'|'+s_text+'|'+s_desc);
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dprofile.c14 char *s_desc; member
92 _state.s_time[_state.s_timec].s_desc = desc; in profile_add()
203 s->s_desc); in print_time()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp889 const char* s_desc; member
895 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
949 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
983 const char* s_desc = NULL; in get_signal_code_description() local
988 s_desc = t1[i].s_desc; in get_signal_code_description()
997 s_desc = t2[i].s_desc; in get_signal_code_description()
1004 out->s_desc = "unknown"; in get_signal_code_description()
1009 out->s_desc = s_desc; in get_signal_code_description()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp908 const char* s_desc; member
914 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
968 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
1002 const char* s_desc = NULL; in get_signal_code_description() local
1007 s_desc = t1[i].s_desc; in get_signal_code_description()
1016 s_desc = t2[i].s_desc; in get_signal_code_description()
1023 out->s_desc = "unknown"; in get_signal_code_description()
1028 out->s_desc = s_desc; in get_signal_code_description()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dfio.c910 sp->s_desc ? sp->s_desc : "socket"); in swrite1()
950 sp->s_desc ? in sgetline()
951 sp->s_desc : in sgetline()
972 sp->s_desc ? in sgetline()
973 sp->s_desc : in sgetline()
990 sp->s_desc ? in sgetline()
991 sp->s_desc : in sgetline()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dnet-socket.c774 (sop->s_desc ? sop->s_desc : "socket")); in mx_socket_write1()
843 (sop->s_desc ? sop->s_desc : "socket"));
860 (sop->s_desc ? sop->s_desc : "socket"));
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/lvtk/
H A Dui.hpp44 static UIDescriptors s_desc; in ui_descriptors() local
45 return s_desc; in ui_descriptors()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A Dos_posix.cpp1199 const char* s_desc; member
1205 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
1274 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
1314 const char* s_desc = NULL; in get_signal_code_description() local
1319 s_desc = t1[i].s_desc; in get_signal_code_description()
1328 s_desc = t2[i].s_desc; in get_signal_code_description()
1335 out->s_desc = "unknown"; in get_signal_code_description()
1340 out->s_desc = s_desc; in get_signal_code_description()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/posix/
H A Dos_posix.cpp1199 const char* s_desc; member
1205 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
1274 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
1314 const char* s_desc = NULL; in get_signal_code_description() local
1319 s_desc = t1[i].s_desc; in get_signal_code_description()
1328 s_desc = t2[i].s_desc; in get_signal_code_description()
1335 out->s_desc = "unknown"; in get_signal_code_description()
1340 out->s_desc = s_desc; in get_signal_code_description()

123456