Searched refs:ftab (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/bzip2/ |
| H A D | blocksort.c | 218 Int32 ftab[257]; in fallbackSort() local 234 for (i = 1; i < 257; i++) ftab[i] += ftab[i-1]; in fallbackSort() 239 ftab[j] = k; in fallbackSort() 746 #define BIGFREQ(b) (ftab[((b)+1) << 8] - ftab[(b) << 8]) 777 ftab[j]++; in mainSort() 780 ftab[j]++; in mainSort() 783 ftab[j]++; in mainSort() 786 ftab[j]++; in mainSort() 791 ftab[j]++; in mainSort() 803 for (i = 1; i <= 65536; i++) ftab[i] += ftab[i-1]; in mainSort() [all …]
|
| H A D | bzlib.c | 177 s->ftab = NULL; in BZ_API() 182 s->ftab = BZALLOC( 65537 * sizeof(UInt32) ); in BZ_API() 184 if (s->arr1 == NULL || s->arr2 == NULL || s->ftab == NULL) { in BZ_API() 187 if (s->ftab != NULL) BZFREE(s->ftab); in BZ_API() 481 if (s->ftab != NULL) BZFREE(s->ftab); in BZ_API()
|
| H A D | bzlib_private.h | 212 UInt32* ftab; member
|
| /freebsd-14.2/bin/pax/ |
| H A D | tables.c | 71 static FTM **ftab = NULL; /* file time table for updating arch */ variable 333 if (ftab != NULL) in ftime_start() 335 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) { in ftime_start() 378 if (ftab == NULL) in chk_ftime() 386 if ((pt = ftab[indx]) != NULL) { in chk_ftime() 452 pt->fow = ftab[indx]; in chk_ftime() 453 ftab[indx] = pt; in chk_ftime()
|
| /freebsd-14.2/usr.sbin/config/ |
| H A D | mkmakefile.cc | 93 STAILQ_FOREACH(fp, &ftab, f_next) { in fl_lookup() 111 STAILQ_INSERT_TAIL(&ftab, fp, f_next); in new_fent() 639 STAILQ_FOREACH(tp, &ftab, f_next) in do_before_depend() 665 STAILQ_FOREACH(tp, &ftab, f_next) { in do_objs() 703 STAILQ_FOREACH(tp, &ftab, f_next) in do_xxfiles() 744 STAILQ_FOREACH(ftp, &ftab, f_next) { in do_rules() 817 STAILQ_FOREACH(tp, &ftab, f_next) in do_clean()
|
| H A D | config.h | 262 extern STAILQ_HEAD(file_list_head, file_list) ftab;
|
| H A D | main.cc | 142 STAILQ_INIT(&ftab); in main() 661 STAILQ_FOREACH(fl, &ftab, f_next) in cleanheaders()
|
| H A D | config.y | 86 struct file_list_head ftab; variable
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | tran.c | 618 static const struct ftab { in flags2str() struct
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | channels.c | 2606 chan_fn **ftab = table == CHAN_PRE ? sc->channel_pre : sc->channel_post; in channel_handler() local 2625 if (ftab[c->type] != NULL) { in channel_handler() 2636 (*ftab[c->type])(ssh, c); in channel_handler()
|