| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| sorter.cc | 80 char *lp, *hp; local 88 hp = lp = a+n; 104 if(j > hp) { 105 if((c = qscmp(hp, j)) == 0) { 106 qsexc(hp += es, j); 111 qstexc(i, hp += es, j); 125 if(lp-a >= l-hp) { 126 qs1(hp+es, l); 130 a = hp+es; 136 j = hp -= es [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| GetHints.c | 181 register XIconSize *hp, *hints; local 206 if (! (hp = hints = Xcalloc (nitems, sizeof(XIconSize)))) { 213 hp->min_width = cvtINT32toInt (pp->minWidth); 214 hp->min_height = cvtINT32toInt (pp->minHeight); 215 hp->max_width = cvtINT32toInt (pp->maxWidth); 216 hp->max_height = cvtINT32toInt (pp->maxHeight); 217 hp->width_inc = cvtINT32toInt (pp->widthInc); 218 hp->height_inc = cvtINT32toInt (pp->heightInc); 219 hp += 1;
|
| /xsrc/external/mit/libXpm/dist/src/ |
| hashtab.c | 66 * HASH_FUNCTION: hash function, hash = hashcode, hp = pointer on char, 73 #define HASH_FUNCTION hash = (hash << 5) - hash + *hp++; 80 #define HASH_FUNCTION hash <<= 4; hash += *hp++; \ 88 #define HASH_FUNCTION hash = (hash << 3) + (hash >> 28) + *hp++; 117 char *hp = s; local 121 while (*hp) { /* computes hash function */
|
| /xsrc/external/mit/xauth/dist/ |
| gethost.c | 79 static struct hostent *hp = NULL; local 94 hp = gethostbyaddr (auth->address, auth->address_length, af); 96 if (hp) 97 return (hp->h_name);
|
| /xsrc/external/mit/libXt/dist/src/ |
| Alloc.c | 366 #define CHAIN(ptr,len,hp) \ 375 ptr->heap = hp; \ 532 XtPointer hp = (XtPointer) heap; local 539 CHAIN(ptr, size, hp);
|
| /xsrc/external/mit/xhost/dist/ |
| xhost.c | 336 struct hostent *hp; local 645 else if (((hp = gethostbyname(name)) == (struct hostent *)NULL) 646 || hp->h_addrtype != AF_INET) { 649 ha.family = XFamily(hp->h_addrtype); 650 ha.length = hp->h_length; 656 for (list = hp->h_addr_list; *list; list++) { 666 ha.address = hp->h_addr; 694 static struct hostent *hp = NULL; local 777 hp = gethostbyaddr (ha->address, ha->length, AF_INET); 781 if (hp) [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| auth.c | 960 register struct hostent *hp; local 976 hp = gethostbyname (name.nodename); 977 if (hp != NULL) { 978 saddr.sa.sa_family = hp->h_addrtype; 980 memcpy(&(inetaddr->sin_addr), hp->h_addr, hp->h_length);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| access.c | 358 register struct hostent *hp; 386 hp = _XGethostbyname(name.nodename, hparams); 387 if (hp != NULL) 389 saddr.sa.sa_family = hp->h_addrtype; 390 switch (hp->h_addrtype) { 393 acopy ( hp->h_addr, &(inetaddr->sin_addr), hp->h_length); 399 acopy ( hp->h_addr, &(inet6addr->sin6_addr), hp->h_length); 999 register struct hostent *hp; 1802 register struct hostent *hp; local [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| access.c | 453 register struct hostent *hp; 482 hp = _XGethostbyname(name.nodename, hparams); 483 if (hp != NULL) { 484 saddr.sa.sa_family = hp->h_addrtype; 485 switch (hp->h_addrtype) { 488 memcpy(&(inetaddr->sin_addr), hp->h_addr, hp->h_length); 494 memcpy(&(inet6addr->sin6_addr), hp->h_addr, hp->h_length); 1058 register struct hostent *hp; 1857 register struct hostent *hp; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| radeon_vcn_dec.h | 684 unsigned char hp; member in struct:rvcn_dec_vp9_nmv_component_s
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| radeon_vcn_dec.h | 1003 unsigned char hp; member in struct:rvcn_dec_vp9_nmv_component_s
|