Searched refs:hashtab (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dhash.h48 struct hashtab { /* Hash table */ struct
55 typedef struct hashtab Hashtab;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A DMakefile.am979 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
981 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
984 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
988 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
989 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
990 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
992 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
994 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
995 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
996 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dhashmap.c103 #define hashtab (SP->hashtab) macro
278 if (hashtab)
279 free(hashtab);
280 hashtab = typeMalloc(HASHMAP, (screen_lines + 1) * 2);
281 if (!hashtab) {
323 memset(hashtab, '\0', sizeof(*hashtab) * (screen_lines + 1) * 2);
327 for (sp = hashtab; sp->hashval; sp++)
337 for (sp = hashtab; s
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c96 int hashtab [HSIZE]; member in struct:private_data
187 memset(state->hashtab, 0xff, sizeof(state->hashtab));
360 if (state->hashtab[i] == state->cur_fcode) {
364 if (state->hashtab[i] < 0) /* Empty slot. */
375 if (state->hashtab[i] == state->cur_fcode) {
379 if (state->hashtab[i] >= 0)
388 state->hashtab[i] = state->cur_fcode;
407 memset(state->hashtab, 0xff, sizeof(state->hashtab));
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_manx.mak53 hashtab.c \
101 obj/hashtab.o \
147 proto/hashtab.pro \
270 obj/hashtab.o: hashtab.c
271 $(CCSYM) $@ hashtab.c
H A DMake_dice.mak45 hashtab.c \
91 o/hashtab.o \
172 o/hashtab.o: hashtab.c $(SYMS)
H A DMake_morph.mak43 hashtab.c \
H A DMake_os2.mak58 hashtab.o \
133 hashtab.o: hashtab.c $(INCL)
H A DMake_ro.mak16 o.hardcopy o.hashtab o.main o.mark o.mbyte \
72 o.hashtab: c.hashtab
H A DMake_sas.mak108 hashtab.c \
155 hashtab.o \
202 proto/hashtab.pro \
319 hashtab.o: hashtab.c
320 proto/hashtab.pro: hashtab.c
H A DMake_djg.mak38 obj/hashtab.o \
H A DMake_bc3.mak70 hashtab.obj \
H A DMake_w16.mak91 $(INTDIR)\hashtab.obj\
H A DMake_mvc.mak498 $(OUTDIR)\hashtab.obj \
1027 $(OUTDIR)/hashtab.obj: $(OUTDIR) hashtab.c $(INCL)
1191 proto/hashtab.pro \
H A DMake_ivc.mak229 "$(INTDIR)/hashtab.obj" \
393 SOURCE=.\hashtab.c
H A DMake_vms.mms309 hardcopy.c hashtab.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
318 if_xcmdsrv.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj main.obj mark.obj \
554 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
H A DMakefile1424 hashtab.c \
1506 objects/hashtab.o \
1569 hashtab.pro \
2446 objects/hashtab.o: hashtab.c
2447 $(CCC) -o $@ hashtab.c
2807 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhashtable.c62 HashNode *hashtab; member in struct:scanstatus::__anon15508::__anon15509
190 HashNode *hashtab = ht->scan->u.s.hashtab; local
193 if(hashtab[i] == hp)
194 hashtab[i] = hn;
289 HashNode *hashtab = ht->scan->u.s.hashtab; local
292 if(hashtab[i] == hp)
293 hashtab[i] = NULL;
400 st.u.s.hashtab
[all...]
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dattrs.c587 np->next = attribs->hashtab[hashval];
588 attribs->hashtab[hashval] = np;
598 for (p = attribs->hashtab[h]; p && p->attr; p = p->next)
606 attribs->hashtab[h] = next;
621 dict = attribs->hashtab[i];
630 attribs->hashtab[i] = NULL;
652 for (p = attribs->hashtab[hash(atnam)]; p && p->attr; p = p->next)
H A Dtags.c287 np->next = tags->hashtab[hashval];
288 tags->hashtab[hashval] = np;
298 for (p = tags->hashtab[h]; p && p->tag; p = p->next)
306 tags->hashtab[h] = next;
322 next = tags->hashtab[i];
331 tags->hashtab[i] = NULL;
352 for (p = tags->hashtab[hash(s)]; p && p->tag; p = p->next)
H A Dtags.h76 DictHash* hashtab[ELEMENT_HASH_SIZE]; member in struct:_TidyTagImpl
H A Dattrs.h74 AttrHash* hashtab[ATTRIBUTE_HASH_SIZE]; member in struct:_TidyAttribImpl
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A DMakefile.in138 hashtab.c hex.c \
171 ./hashtab.o ./hex.o \
216 $(INCDIR)/hashtab.h \
703 ./hashtab.o: $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
704 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
706 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
708 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_set_term.c162 FreeIfNeeded(sp->hashtab);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A DMakefile.am439 $(INCDIR)/hashtab.h arsup.h $(INCDIR)/filenames.h binemul.h
451 $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
526 $(INCDIR)/bfdlink.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h

Completed in 240 milliseconds

12