Home
last modified time | relevance | path

Searched refs:hinfo (Results 1 – 16 of 16) sorted by relevance

/external/libcups/cups/
Dtestcreds.c40 char hinfo[1024], /* String for connection credentials */ in main() local
80 httpCredentialsString(hcreds, hinfo, sizeof(hinfo)); in main()
89 printf(" String: \"%s\"\n", hinfo); in main()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h49 struct xt_hashlimit_htable *hinfo; member
104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h45 struct xt_hashlimit_htable *hinfo; member
85 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
93 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8))); member
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp773 VkCommandBufferInheritanceInfo hinfo = {}; in begin() local
776 info.pInheritanceInfo = &hinfo; in begin()
777 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in begin()
778 hinfo.pNext = NULL; in begin()
779 hinfo.renderPass = VK_NULL_HANDLE; in begin()
780 hinfo.subpass = 0; in begin()
781 hinfo.framebuffer = VK_NULL_HANDLE; in begin()
782 hinfo.occlusionQueryEnable = VK_FALSE; in begin()
783 hinfo.queryFlags = 0; in begin()
784 hinfo.pipelineStatistics = 0; in begin()
Dlayer_validation_tests.cpp17139 VkCommandBufferInheritanceInfo hinfo = {}; in TEST_F() local
17142 info.pInheritanceInfo = &hinfo; in TEST_F()
17143 hinfo.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_INFO; in TEST_F()
17144 hinfo.pNext = NULL; in TEST_F()
17145 hinfo.renderPass = renderPass(); in TEST_F()
17146 hinfo.subpass = 0; in TEST_F()
17147 hinfo.framebuffer = m_framebuffer; in TEST_F()
17148 hinfo.occlusionQueryEnable = VK_FALSE; in TEST_F()
17149 hinfo.queryFlags = 0; in TEST_F()
17150 hinfo.pipelineStatistics = 0; in TEST_F()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc64 _HEAPINFO hinfo;
65 hinfo._pentry = NULL;
69 while (_heapwalk(&hinfo) == _HEAPOK)
70 size += hinfo._size;
/external/mdnsresponder/mDNSPosix/
Dparselog.py216 for ip,[height,hname,hinfo] in ipList.items():
224 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*25, height*typesize + 2, hinfo, len(hinfo))
/external/adhd/cras/src/common/
Dedid_utils.c743 int hinfo = edid_data[EDID_STDTIMEH + 2 * i]; in show_edid() local
748 if (((hinfo == 0x01) && (vinfo == 0x01)) || in show_edid()
749 ((hinfo == 0x00) && (vinfo == 0x00)) || in show_edid()
750 ((hinfo == 0x20) && (vinfo == 0x20))) in show_edid()
752 hres = (hinfo * 8) + 248; in show_edid()
/external/iptables/extensions/
Dlibxt_hashlimit.c926 .userspacesize = offsetof(struct xt_hashlimit_info, hinfo),
942 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
958 .userspacesize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
974 .userspacesize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
990 .userspacesize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc66 _HEAPINFO hinfo;
67 hinfo._pentry = NULL;
71 while (_heapwalk(&hinfo) == _HEAPOK)
72 size += hinfo._size;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc73 _HEAPINFO hinfo;
74 hinfo._pentry = NULL;
78 while (_heapwalk(&hinfo) == _HEAPOK)
79 size += hinfo._size;
/external/llvm/lib/Support/Windows/
DProcess.inc85 _HEAPINFO hinfo;
86 hinfo._pentry = NULL;
90 while (_heapwalk(&hinfo) == _HEAPOK)
91 size += hinfo._size;
/external/syzkaller/sys/linux/
Dnetfilter.txt496 hinfo intptr
502 hinfo intptr
508 hinfo intptr
/external/python/cpython3/Modules/
Dpyexpat.c142 get_handler_name(struct HandlerInfo *hinfo) in get_handler_name() argument
144 PyObject *name = hinfo->nameobj; in get_handler_name()
146 name = PyUnicode_FromString(hinfo->name); in get_handler_name()
147 hinfo->nameobj = name; in get_handler_name()
/external/mdnsresponder/mDNSCore/
DDNSCommon.c1981 AuthRecord hinfo; in putHINFO() local
1982 mDNSu8 *h = hinfo.rdatastorage.u.data; in putHINFO()
1985 …mDNS_SetupResourceRecord(&hinfo, mDNSNULL, mDNSInterface_Any, kDNSType_HINFO, 0, kDNSRecordTypeUni… in putHINFO()
1986 AppendDomainLabel(&hinfo.namestorage, &m->hostlabel); in putHINFO()
1987 AppendDomainName (&hinfo.namestorage, &authInfo->domain); in putHINFO()
1988 hinfo.resrec.rroriginalttl = 0; in putHINFO()
1992 hinfo.resrec.rdlength = len; in putHINFO()
1993 hinfo.resrec.rdestimate = len; in putHINFO()
1994 newptr = PutResourceRecordTTLWithLimit(msg, end, &msg->h.numAdditionals, &hinfo.resrec, 0, limit); in putHINFO()
/external/python/cpython2/Modules/
Dpyexpat.c152 get_handler_name(struct HandlerInfo *hinfo) in get_handler_name() argument
154 PyObject *name = hinfo->nameobj; in get_handler_name()
156 name = PyString_FromString(hinfo->name); in get_handler_name()
157 hinfo->nameobj = name; in get_handler_name()