Searched refs:hsize (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dils.c100 size_t memsize, hsize, csize, csizep1, csizep2, slen, largest; local
111 hsize = 0;
126 csize = sizeof(char *) + padsize(hsize, sizeof(char *), align);
147 csize = 2 + padsize(hsize, 2, align);
157 csize = 4 + padsize(hsize, 4, align);
167 csize = 8 + padsize(hsize, 8, align);
178 csize = 128 + padsize(hsize, 4, align);
188 csize = sizeof(unsigned long) + padsize(hsize, sizeof(unsigned long), align);
198 csize = sizeof(mach_port_t) + padsize(hsize, sizeof(mach_port_t), align);
209 csize = sizeof(char *) + padsize(hsize, sizeo
[all...]
H A Dlibinfo.c2870 int hsize; local
2879 hsize = 0;
2880 if (in->pw_name != NULL) hsize += (strlen(in->pw_name) + 1);
2881 if (in->pw_passwd != NULL) hsize += (strlen(in->pw_passwd) + 1);
2882 if (in->pw_class != NULL) hsize += (strlen(in->pw_class) + 1);
2883 if (in->pw_gecos != NULL) hsize += (strlen(in->pw_gecos) + 1);
2884 if (in->pw_dir != NULL) hsize += (strlen(in->pw_dir) + 1);
2885 if (in->pw_shell != NULL) hsize += (strlen(in->pw_shell) + 1);
2888 if (hsize > buflen) return -1;
2897 hsize
2961 int i, len, hsize; local
[all...]
/macosx-10.9.5/libutil-34/
H A Drealhostname.c50 realhostname(char *host, size_t hsize, const struct in_addr *ip) argument
62 if (strlen(trimmed) <= hsize) {
76 strncpy(host, trimmed, hsize);
83 strncpy(host, inet_ntoa(*ip), hsize);
89 realhostname_sa(char *host, size_t hsize, struct sockaddr *addr, int addrlen) argument
164 trimdomain(buf, hsize);
165 if (strlen(buf) > hsize &&
170 strncpy(host, buf, hsize);
180 strncpy(host, buf, hsize);
H A Dlibutil.h62 int realhostname(char *host, size_t hsize, const struct in_addr *ip);
63 int realhostname_sa(char *host, size_t hsize, struct sockaddr *addr,
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-tipc.c169 u_int hsize; local
184 hsize = TIPC_HSIZE(w0);
191 if (hsize <= 6) {
196 hsize*4, msize,
209 hsize*4, msize,
234 u_int hsize; local
254 hsize = TIPC_HSIZE(w0);
264 hsize*4, msize,
302 u_int hsize; local
314 hsize
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Darray.h73 cups_ahash_func_t h, int hsize) _CUPS_API_1_3;
75 cups_ahash_func_t h, int hsize,
H A Darray.c732 * specified hash size ("hsize").
741 int hsize) /* I - Hash size (>= 0) */
743 return (cupsArrayNew3(f, d, h, hsize, 0, 0));
756 * specified hash size ("hsize").
771 int hsize, /* I - Hash size (>= 0) */
793 if (hsize > 0 && h)
796 a->hashsize = hsize;
797 a->hash = malloc(hsize * sizeof(int));
805 memset(a->hash, -1, hsize * sizeof(int));
738 cupsArrayNew2(cups_array_func_t f, void *d, cups_ahash_func_t h, int hsize) argument
768 cupsArrayNew3(cups_array_func_t f, void *d, cups_ahash_func_t h, int hsize, cups_acopy_func_t cf, cups_afree_func_t ff) argument
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dhashtable.c112 ht->hsize = size;
138 zfree(ht->nodes, ht->hsize * sizeof(HashNode));
171 hashval = ht->hash(hn->nam) % ht->hsize;
178 if (++ht->ct >= ht->hsize * 2 && !ht->scan)
214 if (++ht->ct >= ht->hsize * 2 && !ht->scan)
231 hashval = ht->hash(nam) % ht->hsize;
255 hashval = ht->hash(nam) % ht->hsize;
275 hashval = ht->hash(nam) % ht->hsize;
394 for (htp = hnsorttab, i = 0; i < ht->hsize; i++)
415 int i, hsize local
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/pppdump/
H A Dbsd-comp.c101 u_int hsize; /* size of the hash table */ member in struct:bsd_db
310 u_int newlen, hsize, hshift, maxmaxcode; local
323 hsize = 5003;
327 hsize = 9001;
331 hsize = 18013;
335 hsize = 35023;
339 /* hsize = 69001; */ /* and 69001 is too big for cptr */
347 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
364 db->hsize = hsize;
[all...]
/macosx-10.9.5/groff-38/groff/src/devices/grolj4/
H A Dlj4.cpp355 int hsize = p[0]; local
357 if (hsize < 0) {
358 hpos += hsize;
359 hsize = -hsize;
367 printf("\033*c%da%db0P", hsize, vsize);
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzleparameter.c91 for (i = 0; i < thingytab->hsize; i++)
113 for (i = 0; i < keymapnamtab->hsize; i++)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dhtcacheclean.c75 apr_off_t hsize; /* headers file size */ member in struct:_direntry
86 apr_off_t hsize; /* headers file size */ member in struct:_entry
413 d->hsize = info.size;
474 e->hsize = d->hsize;
509 unsolicited += d->hsize;
550 unsolicited += d->hsize;
604 sum += e->hsize;
626 sum -= e->hsize;
650 sum -= e->hsize;
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dmdtest.c57 size_t hsize; member in struct:hash_foo
274 unsigned char *res = malloc(hash->hsize);
297 if (memcmp (res, t->hash, hash->hsize) != 0) {
302 for(i = 0; i < hash->hsize; ++i) {
308 for(i = 0; i < hash->hsize; ++i) {
320 if (hash->hsize != esize) {
325 if (memcmp (res, t->hash, hash->hsize) != 0) {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dhistory.c236 register off_t hsize = 0; local
268 hsize=lseek(fd,(off_t)0,SEEK_END);
280 if(hsize && hist_check(fd))
283 hsize = 0;
325 if(hsize==0)
336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
344 first = hist_nearend(hp,hp->histfp,hsize-size);
351 sfseek(hp->histfp,hp->histcnt=hsize,SEEK_SET);
362 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX)
365 sfprintf(sfstderr,"%d: hist_trim hsize
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex104 \hsize 4in
115 \hsize 3.2in
142 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
216 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
217 {\hsize=.75\hsize\rightskip=1em
225 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
246 \def\wkey#1#2{\leavevmode\hbox to \hsize{\vtop
247 {\hsize
[all...]
H A Dpl-refcard.tex120 \hsize 4in
131 \hsize 3.2in
161 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
254 %\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
255 % {\hsize=.75\hsize\rightskip=1em
257 \def\key#1#2{\leavevmode\hbox to \hsize{\vbox
258 {\hsize=.75\hsize\rightskip=1em
271 %\def\metax#1#2{\leavevmode\hbox to \hsize{\hbo
[all...]
H A Dcs-refcard.tex110 \hsize 4in
121 \hsize 3.2in
150 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
242 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
243 {\hsize=.75\hsize\rightskip=1em
255 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
337 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
359 \paralign to \hsize{#\tabski
[all...]
H A Dpt-br-refcard.tex113 \hsize 4in
124 \hsize 3.2in
161 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
254 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
255 {\hsize=.75\hsize\rightskip=1em
267 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
344 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
366 \paralign to \hsize{#\tabski
[all...]
H A Drefcard.tex108 \hsize 4in
119 \hsize 3.2in
156 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
248 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
249 {\hsize=.75\hsize\rightskip=1em
261 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
340 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
362 \paralign to \hsize{#\tabski
[all...]
H A Dsk-refcard.tex112 \hsize 4in
123 \hsize 3.2in
152 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
244 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
245 {\hsize=.75\hsize\rightskip=1em
257 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
338 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
360 \paralign to \hsize{#\tabski
[all...]
H A Dvipcard.tex100 \hsize 4in
113 %\hsize 3.2in
115 \hsize 3.41in % masahiko
145 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
225 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
226 {\hsize=.75\hsize\rightskip=1em
234 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
490 \paralign to \hsize{#\tabski
[all...]
H A DviperCard.tex108 \hsize 4in
121 %\hsize 3.2in
123 \hsize 3.41in % masahiko
153 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
233 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
234 {\hsize=.75\hsize\rightskip=1em
242 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
537 \paralign to \hsize{#\tabski
[all...]
/macosx-10.9.5/file_cmds-230/compress/
H A Dzopen.c151 #define hsize zs->zs_hsize macro
276 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
280 hsize_reg = hsize;
651 cl_hash(zs, (count_int) hsize);
708 hsize = HSIZE; /* For dynamic table sizing. */
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1427 long hsize; /* for dynamic table sizing */
1488 static void cl_hash(GIFState_t *statePtr, int hsize);
1520 state.hsize = HSIZE;
1535 for ( fcode = (long) state.hsize; fcode < 65536L; fcode *= 2L )
1539 hsize_reg = state.hsize;
1681 cl_hash (statePtr, (int) statePtr->hsize);
1689 cl_hash(statePtr, hsize) /* reset code table */
1691 int hsize;
1693 register int *htab_p = statePtr->htab+hsize;
1697 i = hsize
1420 long hsize; /* for dynamic table sizing */ member in struct:__anon13197
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dparameter.c126 for (i = 0; i < realparamtab->hsize; i++)
178 for (i = 0; i < ht->hsize; i++)
248 for (i = 0; i < cmdnamtab->hsize; i++)
341 for (i = 0; i < ht->hsize; i++)
444 for (i = 0; i < shfunctab->hsize; i++)
695 for (i = 0; i < builtintab->hsize; i++)
739 for (i = 0; i < reswdtab->hsize; i++)
801 for (i = 0; i < ht->hsize; i++)
864 for (i = 0; i < optiontab->hsize; i++)
926 for (i = 0; i < modulestab->hsize;
[all...]

Completed in 282 milliseconds

123