Searched defs:uh (Results 1 - 7 of 7) sorted by relevance

/external/tcpdump/
H A Dprint-usb.c83 usb_header_print(netdissect_options *ndo, const pcap_usb_header *uh) argument
87 switch(uh->transfer_type)
105 switch(uh->event_type)
120 direction = get_direction(uh->transfer_type, uh->event_type);
125 ND_PRINT((ndo, " %d:%d:%d", uh->bus_id, uh->device_address, uh->endpoint_number & 0x7f));
H A Dprint-sctp.c258 struct sctpChunkDesc uh; member in struct:sctpUnifiedInit
289 struct sctpChunkDesc uh; member in struct:sctpUnifiedSack
325 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbort
330 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortLight
335 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortHeavy
348 struct sctpChunkDesc uh; member in struct:sctpUnifiedShutdown
362 struct sctpChunkDesc uh; member in struct:sctpUnifiedOpError
368 struct sctpChunkDesc uh; member in struct:sctpUnifiedStreamError
376 struct sctpChunkDesc uh; member in struct:staleCookieMsg
387 struct sctpChunkDesc uh; member in struct:sctpUnifiedSingleMsg
398 struct sctpChunkDesc uh; member in struct:sctpUnifiedDatagram
403 struct sctpChunkDesc uh; member in struct:sctpECN_echo
409 struct sctpChunkDesc uh; member in struct:sctpCWR
[all...]
H A Dprint-icmp6.c1186 const struct udphdr *uh; local
1208 uh = (struct udphdr *)bp;
1209 if (ND_TTEST(uh->uh_dport)) {
1211 return(uh);
/external/opencv/cv/src/
H A Dcvcanny.cpp112 Cv32suf ul, uh; local
114 uh.f = (float)high_thresh;
117 high = uh.i;
/external/libvncserver/common/
H A Dzywrletemplate.c652 pEnd = pBuf + (w+uw)*(h+uh); \
674 if (uh) { \
676 pEnd = (int*)(pData+ uh*scanline); \
687 if (uw && uh) { \
689 pEnd = (int*)(pData+ uh*scanline); \
756 int uh = h; local
769 uh -= h;
792 int uh = h; local
805 uh -= h;
/external/mesa3d/src/glx/
H A Ddrisw_glx.c142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
148 *h = uh;
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 365 milliseconds