tl                308 lib/compression/mszip.c 			     struct Ziphuft *tl, struct Ziphuft *td,
tl                333 lib/compression/mszip.c     if((e = (t = tl + ((uint32_t)b & ml))->e) > 16)
tl                482 lib/compression/mszip.c   struct Ziphuft *tl;      /* literal/length code table */
tl                522 lib/compression/mszip.c   if((i = Ziphuft_build(decomp_state, ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
tl                525 lib/compression/mszip.c       Ziphuft_free(tl);
tl                536 lib/compression/mszip.c     j = (td = tl + ((uint32_t)b & m))->b;
tl                576 lib/compression/mszip.c   Ziphuft_free(tl);
tl                584 lib/compression/mszip.c   if((i = Ziphuft_build(decomp_state, ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl)) != 0)
tl                587 lib/compression/mszip.c       Ziphuft_free(tl);
tl                594 lib/compression/mszip.c   if(Zipinflate_codes(decomp_state, tl, td, bl, bd))
tl                598 lib/compression/mszip.c   Ziphuft_free(tl);
tl                140 lib/tdb/common/traverse.c 				 struct tdb_traverse_lock *tl)
tl                149 lib/tdb/common/traverse.c 	tl->next = tdb->travlocks.next;
tl                152 lib/tdb/common/traverse.c 	tdb->travlocks.next = tl;
tl                155 lib/tdb/common/traverse.c 	while ((ret = tdb_next_lock(tdb, tl, &rec)) > 0) {
tl                158 lib/tdb/common/traverse.c 		key.dptr = tdb_alloc_read(tdb, tl->off + sizeof(rec), 
tl                162 lib/tdb/common/traverse.c 			if (tdb_unlock(tdb, tl->hash, tl->lock_rw) != 0)
tl                164 lib/tdb/common/traverse.c 			if (tdb_unlock_record(tdb, tl->off) != 0)
tl                173 lib/tdb/common/traverse.c 		if (tdb_unlock(tdb, tl->hash, tl->lock_rw) != 0) {
tl                181 lib/tdb/common/traverse.c 			if (tdb_unlock_record(tdb, tl->off) != 0) {
tl                191 lib/tdb/common/traverse.c 	tdb->travlocks.next = tl->next;
tl                205 lib/tdb/common/traverse.c 	struct tdb_traverse_lock tl = { NULL, 0, 0, F_RDLCK };
tl                218 lib/tdb/common/traverse.c 	ret = tdb_traverse_internal(tdb, fn, private_data, &tl);
tl                238 lib/tdb/common/traverse.c 	struct tdb_traverse_lock tl = { NULL, 0, 0, F_WRLCK };
tl                253 lib/tdb/common/traverse.c 	ret = tdb_traverse_internal(tdb, fn, private_data, &tl);
tl                454 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kw4l, kw4r, dw, tl, tr;
tl                575 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(10) ^ (subr(10) & ~subr(8));
tl                576 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
tl                577 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(7) = subl(6) ^ tl;
tl                583 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(7) ^ (subr(7) & ~subr(9));
tl                584 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
tl                585 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(10) = tl ^ subl(11);
tl                595 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(18) ^ (subr(18) & ~subr(16));
tl                596 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(16),	tr = subr(18) ^ CAMELLIA_RL1(dw);
tl                597 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(15) = subl(14) ^ tl;
tl                603 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(15) ^ (subr(15) & ~subr(17));
tl                604 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(17),	tr = subr(15) ^ CAMELLIA_RL1(dw);
tl                605 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(18) = tl ^ subl(19);
tl                666 source4/heimdal/lib/hcrypto/camellia-ntt.c     u32 kw4l, kw4r, dw, tl, tr;
tl                829 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(10) ^ (subr(10) & ~subr(8));
tl                830 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
tl                831 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(7) = subl(6) ^ tl;
tl                837 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(7) ^ (subr(7) & ~subr(9));
tl                838 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
tl                839 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(10) = tl ^ subl(11);
tl                849 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(18) ^ (subr(18) & ~subr(16));
tl                850 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
tl                851 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(15) = subl(14) ^ tl;
tl                857 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(15) ^ (subr(15) & ~subr(17));
tl                858 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw);
tl                859 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(18) = tl ^ subl(19);
tl                869 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(26) ^ (subr(26) & ~subr(24));
tl                870 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(24), tr = subr(26) ^ CAMELLIA_RL1(dw);
tl                871 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(23) = subl(22) ^ tl;
tl                877 source4/heimdal/lib/hcrypto/camellia-ntt.c     tl = subl(23) ^ (subr(23) &  ~subr(25));
tl                878 source4/heimdal/lib/hcrypto/camellia-ntt.c     dw = tl & subl(25), tr = subr(23) ^ CAMELLIA_RL1(dw);
tl                879 source4/heimdal/lib/hcrypto/camellia-ntt.c     CamelliaSubkeyL(26) = tl ^ subl(27);