Searched defs:tl (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmxtime.c | 54 struct tm* tl; local 97 if (!(tl = tmlocaltime(&now))) 99 if (tm->tm_isdst = tl->tm_isdst) 115 if (!(tl = tmlocaltime(&now))) 117 tm->tm_isdst = tl->tm_isdst;
|
/ast/src/cmd/codexlib/zip/ |
H A D | deflate.c | 136 Vmalloc_t* vm; /* memory region for tl, td */ 158 Huff_t* tl; /* literal length state table */ member in struct:State_s 160 int bl; /* number of bits decoded by tl[] */ 217 Huff_t* tl; /* literal length state table */ local 219 int bl; /* number of bits decoded by tl[] */ 230 tl = state->tl; 241 t = tl + GETBITS(bl); 383 Huff_t* tl; /* literal/length code table */ local 401 if (huff(l, 288, 257, cplens, cplext, &tl, 429 Huff_t* tl; /* literal/length code table */ local [all...] |
H A D | implode.c | 116 Huff_t *tl; member in struct:State_s 252 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */ local 256 tl = state->tl; 322 t = tl + IGETBITS(state, bl); 393 Huff_t *tb, *tl, *td; /* literal, length, and distance tables */ local 397 tl = state->tl; 462 t = tl + IGETBITS(state, bl); 533 Huff_t *tl, *t local 661 Huff_t *tl, *td; /* length and distance state tables */ local [all...] |
/ast/src/lib/libuu/ |
H A D | uulib.c | 287 int tl; local 301 tl = strlen(t) + 1; 302 while (((s = sfgetr(uu->ip, '\n', 0)) || (s = sfgetr(uu->ip, '\n', -1))) && ((n = sfvalue(uu->ip)) != tl || !strneq(s, t, tl - 1)))
|
/ast/src/lib/libvcodex/ |
H A D | vcsfxsort.c | 367 Grnode_t *hd, *tl, *nd; local 391 if(!(tl = grnode(gr, TYPECAST(Void_t*,z), 1)) || 392 !(e = gredge(gr, tl, hd, (Void_t*)0, 1)) ) 401 hd = tl = NIL(Grnode_t*); /* first build the list of root nodes */ 405 (hd = tl = nd)->link = NIL(Grnode_t*); 406 else (tl = tl->link = nd)->link = NIL(Grnode_t*); 411 (tl = tl->link = e->head)->link = NIL(Grnode_t*); 486 Grnode_t *tl, *h local [all...] |
Completed in 20 milliseconds