Searched refs:tl (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/unzip/
H A Dexplode.c133 static int explode_lit OF((__GPRO__ struct huft *tb, struct huft *tl,
136 static int explode_nolit OF((__GPRO__ struct huft *tl, struct huft *td,
250 static int explode_lit(__G__ tb, tl, td, bb, bl, bd, bdl)
252 struct huft *tb, *tl, *td; /* literal, length, and distance tables */ variable in typeref:struct:
303 DECODEHUFT(tl, bl, ml) /* get coded length */
368 static int explode_nolit(__G__ tl, td, bl, bd, bdl)
370 struct huft *tl, *td; /* length and distance decoder tables */ variable in typeref:struct:huft
371 int bl, bd; /* number of bits decoded by tl[] and td[] */
421 DECODEHUFT(tl, bl, ml) /* get coded length */
499 struct huft *tl; /* lengt local
[all...]
H A Dinflate.c491 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td,
672 int inflate_codes(__G__ tl, td, bl, bd)
674 struct huft *tl, *td; /* literal/length and distance decoder tables */ variable in typeref:struct:huft
675 int bl, bd; /* number of bits decoded by tl[] and td[] */
702 t = tl + ((unsigned)b & ml);
944 struct huft *tl; /* literal/length code table */ local
946 int bl; /* lookup bits for tl */
990 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
996 huft_free(tl);
1008 j = (td = tl
[all...]
H A Dinflatef.c249 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td,
430 int inflate_codes(__G__ tl, td, bl, bd)
432 struct huft *tl, *td; /* literal/length and distance decoder tables */ variable in typeref:struct:huft
433 int bl, bd; /* number of bits decoded by tl[] and td[] */
460 t = tl + ((unsigned)b & ml);
702 struct huft *tl; /* literal/length code table */ local
704 int bl; /* lookup bits for tl */
748 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
754 huft_free(tl);
766 j = (td = tl
[all...]
/haiku/src/bin/fwcontrol/
H A Dfwcrom.c466 struct csrtext *tl; local
481 tl = (struct csrtext *) &chunk->data;
482 tl->crc_len = howmany(sizeof(struct csrtext) + len, sizeof(uint32_t));
483 tl->spec_id = 0;
484 tl->spec_type = 0;
485 tl->lang_id = 0;
490 tl->text[i] = ntohl(*p++);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp433 int32 *tl = NULL; local
453 tl = get_token_list(-1, &tlc);
456 wi = get_window_info(tl[i]);
500 if (tl) free(tl);
501 tl = NULL;
/haiku/src/bin/network/telnet/
H A Dcommands.c1227 struct togglelist *tl;
1230 #define dotog(tl) if (tl->variable && tl->actionexplanation) { \
1231 if (*tl->variable) { \
1236 printf(" %s.\n", tl->actionexplanation); \
1247 for (tl = Togglelist; tl->name; tl++) {
1248 dotog(tl);
1222 struct togglelist *tl; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp209 xfer->tl = -1;
317 "tl=0x%x flag=0x%02x\n", i, xfer->flag);
610 printf("tl=%d flag=%d\n", i, xfer->flag);
1048 printf("%s: dst=0x%02x tl=0x%02x rt=%d tcode=0x%x pri=0x%x "
1065 if (xfer->tl < 0)
1071 STAILQ_FOREACH(txfer, &fc->tlabels[xfer->tl], tlabel)
1077 __FUNCTION__, xfer->tl, xfer->flag);
1087 STAILQ_REMOVE(&fc->tlabels[xfer->tl], xfer, fw_xfer, tlabel);
1110 KASSERT((xfer->tl == tlabel),
1111 ("xfer->tl
[all...]
/haiku/headers/private/firewire/
H A Dfirewirereg.h319 int8_t tl; member in struct:fw_xfer

Completed in 112 milliseconds