Searched refs:ccode (Results 1 – 4 of 4) sorted by relevance
2406 for(i = 1; i <= maxlen; ++i) bl_count[i+16] = (ccode = (ccode + bl_count[i-1])<<1);2408 ccode = clens[i];2409 if(ccode != 0) ctree[i] = bl_count[ccode+16]++;2592 var ccode = 0;2594 for(i = 1; i <= maxlen; ++i) next_code[i] = ccode = (ccode + bl_count[i-1])<<1;2595 for(i = 0; i < L; ++i) if((ccode = clens[i]) != 0) ctree[i] = next_code[ccode]++;2611 boff += ccode & 7;2612 switch((ccode >>>= 3)) {2615 ccode = hcodes[hcodes.length - 1];2627 hcodes.push(ccode);[all …]
278 …on addEntityMapToList(ccode,entity){var lists=Array.prototype.slice.call(arguments,2),len=lists.le… argument
810 function addEntityMapToList(ccode, entity) argument814 ch = String.fromCharCode(ccode);
289 function addEntityMapToList(ccode,entity){var lists=Array.prototype.slice.call(arguments,2),len=lists.length,ch=String.fromCharCode(ccode); argument