taglinefilesource code
ll1015drivers/FPU-emu/reg_ld_str.cunsigned long long ll;
ll1030drivers/FPU-emu/reg_ld_str.cll = significand(&t);
ll1066drivers/FPU-emu/reg_ld_str.cb = div_small(&ll, 10);
ll1067drivers/FPU-emu/reg_ld_str.cb |= (div_small(&ll, 10)) << 4;
ll560zBoot/inflate.cunsigned ll[288+32];  /* literal/length and distance code lengths */
ll562zBoot/inflate.cunsigned ll[286+30];  /* literal/length and distance code lengths */
ll597zBoot/inflate.cll[border[j]] = (unsigned)b & 7;
ll601zBoot/inflate.cll[border[j]] = 0;
ll607zBoot/inflate.cif ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
ll627zBoot/inflate.cll[i++] = l = j;          /* save last length in l */
ll636zBoot/inflate.cll[i++] = l;
ll646zBoot/inflate.cll[i++] = 0;
ll657zBoot/inflate.cll[i++] = 0;
ll677zBoot/inflate.cif ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
ll688zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)