| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 360 unsigned int tri0, int iaa, unsigned long hints) in gru_vload_phys() argument 368 (unsigned long)tri0, CB_IMA(hints))); in gru_vload_phys() 372 unsigned int tri0, int iaa, unsigned long hints) in gru_vstore_phys() argument 380 (unsigned long)tri0, CB_IMA(hints))); in gru_vstore_phys() 385 unsigned long stride, unsigned long hints) in gru_vload() argument 393 (unsigned long)tri0, CB_IMA(hints))); in gru_vload() 398 unsigned long stride, unsigned long hints) in gru_vstore() argument 406 tri0, CB_IMA(hints))); in gru_vstore() 411 unsigned long nelem, unsigned long hints) in gru_ivload() argument 419 tri0, CB_IMA(hints))); in gru_ivload() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwndproc.c | 64 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in ConstrainSize() argument 70 if (hints.flags & PMinSize) { in ConstrainSize() 71 minWidth = hints.min_width; in ConstrainSize() 72 minHeight = hints.min_height; in ConstrainSize() 74 else if (hints.flags & PBaseSize) { in ConstrainSize() 75 minWidth = hints.base_width; in ConstrainSize() 76 minHeight = hints.base_height; in ConstrainSize() 81 if (hints.flags & PBaseSize) { in ConstrainSize() 82 baseWidth = hints.base_width; in ConstrainSize() 83 baseHeight = hints.base_height; in ConstrainSize() [all …]
|
| H A D | winwin32rootlesswndproc.c | 71 ConstrainSize(WinXSizeHints hints, int *widthp, int *heightp) in DEFINE_ATOM_HELPER() 77 if (hints.flags & PMinSize) { in DEFINE_ATOM_HELPER() 78 minWidth = hints.min_width; in DEFINE_ATOM_HELPER() 79 minHeight = hints.min_height; in DEFINE_ATOM_HELPER() 81 else if (hints.flags & PBaseSize) { in DEFINE_ATOM_HELPER() 82 minWidth = hints.base_width; in DEFINE_ATOM_HELPER() 83 minHeight = hints.base_height; in DEFINE_ATOM_HELPER() 88 if (hints.flags & PBaseSize) { in DEFINE_ATOM_HELPER() 89 baseWidth = hints.base_width; in DEFINE_ATOM_HELPER() 90 baseHeight = hints.base_height; in DEFINE_ATOM_HELPER() [all …]
|
| H A D | winmultiwindowclass.c | 117 winMultiWindowGetWMHints(WindowPtr pWin, WinXWMHints * hints) in winMultiWindowGetWMHints() argument 122 if (!pWin || !hints) { in winMultiWindowGetWMHints() 134 memset(hints, 0, sizeof(WinXWMHints)); in winMultiWindowGetWMHints() 138 memcpy(hints, prop->data, sizeof(WinXWMHints)); in winMultiWindowGetWMHints() 191 winMultiWindowGetWMNormalHints(WindowPtr pWin, WinXSizeHints * hints) in winMultiWindowGetWMNormalHints() argument 196 if (!pWin || !hints) { in winMultiWindowGetWMNormalHints() 208 memset(hints, 0, sizeof(WinXSizeHints)); in winMultiWindowGetWMNormalHints() 212 memcpy(hints, prop->data, sizeof(WinXSizeHints)); in winMultiWindowGetWMNormalHints()
|
| H A D | winmultiwindowicons.c | 384 xcb_icccm_wm_hints_t hints; in winXIconToHICON() local 471 if (xcb_icccm_get_wm_hints_reply(conn, wm_hints_cookie, &hints, NULL)) { in winXIconToHICON() 474 (unsigned int)hints.icon_pixmap); in winXIconToHICON() 476 if (hints.icon_pixmap) { in winXIconToHICON() 481 xcb_get_geometry_cookie_t geom_cookie = xcb_get_geometry(conn, hints.icon_pixmap); in winXIconToHICON() 488 xImageIcon = xcb_image_get(conn, hints.icon_pixmap, in winXIconToHICON() 495 if (hints.icon_mask) in winXIconToHICON() 496 xImageMask = xcb_image_get(conn, hints.icon_mask, in winXIconToHICON()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 11_usagi_fix.patch | 19 memset(&hints, 0, sizeof(hints)); 20 hints.ai_family = AF_INET6; 21 hints.ai_socktype = SOCK_STREAM; 40 hints.ai_family = sin->sa_family; 41 hints.ai_socktype = SOCK_STREAM; 42 hints.ai_flags = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST; 43 - if ((err = getaddrinfo(host->name, NULL, &hints, &res0) == 0)) { 44 + if ((err = getaddrinfo(host->name, NULL, &hints, &res0)) == 0) {
|
| H A D | 10_usagi-ipv6.patch | 119 + struct addrinfo hints, *res; 128 + memset(&hints, 0, sizeof(hints)); 129 + hints.ai_family = AF_INET6; 130 + hints.ai_socktype = SOCK_STREAM; 131 + hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST; 132 + if ((ret = getaddrinfo(tok + 1, NULL, &hints, &res)) == 0) { 137 + if (ret != 0 || getaddrinfo(string, NULL, &hints, &res) != 0) 205 + struct addrinfo hints, *res; 211 + memset(&hints, 0, sizeof(hints)); 212 + hints.ai_family = AF_INET6; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_irq.c | 112 struct vbva_modehint *hints; in vbox_update_mode_hints() local 132 hints = &vbox->last_mode_hints[vbox_conn->vbox_crtc->crtc_id]; in vbox_update_mode_hints() 133 if (hints->magic != VBVAMODEHINT_MAGIC) in vbox_update_mode_hints() 136 disconnected = !(hints->enabled); in vbox_update_mode_hints() 138 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints() 139 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints() 140 vbox_conn->vbox_crtc->x_hint = hints->dx; in vbox_update_mode_hints() 141 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints() 153 hints->cx * 4, hints->cx, in vbox_update_mode_hints() 154 hints->cy, 0, flags); in vbox_update_mode_hints()
|
| H A D | modesetting.c | 94 struct vbva_modehint *hints) in hgsmi_get_mode_hints() argument 99 if (WARN_ON(!hints)) in hgsmi_get_mode_hints() 119 memcpy(hints, ((u8 *)p) + sizeof(struct vbva_query_mode_hints), size); in hgsmi_get_mode_hints()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-inline.h | 31 ipa_hints hints; variable 34 : size (0), hints (0) {} in edge_growth_cache_entry() 37 int size, ipa_hints hints) in edge_growth_cache_entry() argument 39 hints (hints) {} in edge_growth_cache_entry() 129 || entry->hints == 0) in estimate_edge_hints() 131 return entry->hints - 1; in estimate_edge_hints()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-inline.h | 31 ipa_hints hints; variable 34 : size (0), hints (0) {} in edge_growth_cache_entry() 37 int size, ipa_hints hints) in edge_growth_cache_entry() argument 39 hints (hints) {} in edge_growth_cache_entry() 129 || entry->hints == 0) in estimate_edge_hints() 131 return entry->hints - 1; in estimate_edge_hints()
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0020-gl-x11-Allow-disabling-decorations-for-toplevel-wind.patch | 40 XSetWMNormalHints (window_x11->device, window_x11->internal_win_id, &hints); 46 + MotifWmHints hints; 48 + hints.flags |= MWM_HINTS_DECORATIONS; 49 + hints.decorations = decorations ? 1 << 0 : 0; 53 + (guchar *) &hints, sizeof (MotifWmHints) / sizeof (long));
|
| H A D | 0016-xvimagesink-Apply-toplevel-window-s-position.patch | 33 + XSizeHints hints; 53 + /* Apply size hints */ 54 + hints.flags = USPosition | USSize; 55 + hints.x = x; 56 + hints.y = y; 57 + hints.width = width; 58 + hints.height = height; 59 + XSetWMNormalHints (context->disp, window->win, &hints);
|
| H A D | 0018-gl-x11-Honor-render-rectangle-for-toplevel-window.patch | 24 + XSizeHints hints = {0}; 25 + hints.flags = USPosition; 26 + XSetWMNormalHints (window_x11->device, window_x11->internal_win_id, &hints);
|
| H A D | 0015-xvimagesink-Allow-disabling-decorations.patch | 32 hints = g_malloc0 (sizeof (MotifWmHints)); 34 hints->flags |= MWM_HINTS_DECORATIONS; 35 - hints->decorations = 1 << 0; 36 + hints->decorations = decorations ? 1 << 0 : 0;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 106 const struct addrinfo *hints, in xgetaddrinfo() argument 109 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 146 struct addrinfo hints = { in sock_listen_mptcp() local 152 hints.ai_family = pf; in sock_listen_mptcp() 157 xgetaddrinfo(listenaddr, port, &hints, &addr); in sock_listen_mptcp() 158 hints.ai_family = pf; in sock_listen_mptcp() 196 struct addrinfo hints = { in sock_test_tcpulp() local 204 hints.ai_family = AF_INET; in sock_test_tcpulp() 206 xgetaddrinfo(remoteaddr, port, &hints, &addr); in sock_test_tcpulp() 233 struct addrinfo hints = { in sock_connect_mptcp() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/src/ |
| H A D | usbip_network.c | 263 struct addrinfo hints, *res, *rp; in usbip_net_tcp_connect() local 267 memset(&hints, 0, sizeof(hints)); in usbip_net_tcp_connect() 268 hints.ai_family = AF_UNSPEC; in usbip_net_tcp_connect() 269 hints.ai_socktype = SOCK_STREAM; in usbip_net_tcp_connect() 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect()
|
| H A D | usbipd.c | 428 struct addrinfo hints, *ai_head; in do_getaddrinfo() local 431 memset(&hints, 0, sizeof(hints)); in do_getaddrinfo() 432 hints.ai_family = ai_family; in do_getaddrinfo() 433 hints.ai_socktype = SOCK_STREAM; in do_getaddrinfo() 434 hints.ai_flags = AI_PASSIVE; in do_getaddrinfo() 436 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); in do_getaddrinfo()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | addbookmarkdialog.ui | 70 <hints> 79 </hints> 86 <hints> 95 </hints>
|
| H A D | proxy.ui | 76 <hints> 85 </hints> 92 <hints> 101 </hints>
|
| H A D | passworddialog.ui | 83 <hints> 92 </hints> 99 <hints> 108 </hints>
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 52 if (ms_hyperv.hints & HV_DEPRECATING_AEOI_RECOMMENDED) in DEFINE_IDTENTRY_SYSVEC() 247 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 250 ms_hyperv.features, ms_hyperv.hints, ms_hyperv.misc_features); in ms_hyperv_init_platform() 280 if (ms_hyperv.hints & HV_X64_ENLIGHTENED_VMCS_RECOMMENDED) { in ms_hyperv_init_platform()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_acl_erp.c | 1318 struct objagg_hints *hints) in mlxsw_sp_acl_erp_table_create() argument 1328 hints, aregion); in mlxsw_sp_acl_erp_table_create() 1380 struct objagg_hints *hints, bool *p_rehash_needed) in mlxsw_sp_acl_erp_hints_check() argument 1397 hstats = objagg_hints_stats_get(hints); in mlxsw_sp_acl_erp_hints_check() 1421 struct objagg_hints *hints; in mlxsw_sp_acl_erp_rehash_hints_get() local 1426 hints = objagg_hints_get(erp_table->objagg, in mlxsw_sp_acl_erp_rehash_hints_get() 1429 if (IS_ERR(hints)) { in mlxsw_sp_acl_erp_rehash_hints_get() 1431 return ERR_CAST(hints); in mlxsw_sp_acl_erp_rehash_hints_get() 1433 err = mlxsw_sp_acl_erp_hints_check(mlxsw_sp, aregion, hints, in mlxsw_sp_acl_erp_rehash_hints_get() 1442 return hints; in mlxsw_sp_acl_erp_rehash_hints_get() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_sysfs.c | 274 snd_array_for_each(&codec->hints, i, hint) { in hints_show() 287 snd_array_for_each(&codec->hints, i, hint) { in get_hint() 343 if (codec->hints.used >= MAX_HINTS) in parse_hints() 346 hint = snd_array_new(&codec->hints); in parse_hints() 408 static DEVICE_ATTR_RW(hints); 779 snd_array_init(&codec->hints, sizeof(struct hda_hint), 32); in snd_hda_sysfs_init() 793 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear() 796 snd_array_free(&codec->hints); in snd_hda_sysfs_clear()
|
| /OK3568_Linux_fs/buildroot/package/nuttcp/ |
| H A D | 0001-susv3-legacy.patch | 31 - bzero(&hints, sizeof(hints)); 32 + memset(&hints, 0, sizeof(hints)); 34 if (explicitaf) hints.ai_family = af;
|