taglinefilesource code
ll1033drivers/FPU-emu/reg_ld_str.cunsigned long long ll;
ll1047drivers/FPU-emu/reg_ld_str.cll = significand(&t);
ll1083drivers/FPU-emu/reg_ld_str.cb = div_small(&ll, 10);
ll1084drivers/FPU-emu/reg_ld_str.cb |= (div_small(&ll, 10)) << 4;
ll568zBoot/inflate.cunsigned ll[288+32];  /* literal/length and distance code lengths */
ll570zBoot/inflate.cunsigned ll[286+30];  /* literal/length and distance code lengths */
ll605zBoot/inflate.cll[border[j]] = (unsigned)b & 7;
ll609zBoot/inflate.cll[border[j]] = 0;
ll615zBoot/inflate.cif ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
ll635zBoot/inflate.cll[i++] = l = j;          /* save last length in l */
ll644zBoot/inflate.cll[i++] = l;
ll654zBoot/inflate.cll[i++] = 0;
ll665zBoot/inflate.cll[i++] = 0;
ll685zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
ll696zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)