Lines Matching refs:head

12935 	    lodash.head = first;
13148 lodash.prototype.head = lodash.prototype.first;
21626 m = s.head[--p];
21627 s.head[p] = (m >= _w_size ? m - _w_size : 0);
21675 s.prev[str & s.w_mask] = s.head[s.ins_h];
21676 s.head[s.ins_h] = str;
21862 hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];
21863 s.head[s.ins_h] = s.strstart;
21896 hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];
21897 s.head[s.ins_h] = s.strstart;
21991 hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];
21992 s.head[s.ins_h] = s.strstart;
22043 hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];
22044 s.head[s.ins_h] = s.strstart;
22310 zero(s.head); // Fill with NIL (= 0);
22365 this.head = null; /* Heads of the hash chains or NIL. */
22556 function deflateSetHeader(strm, head) {
22559 strm.state.gzhead = head;
22614 s.head = new utils.Buf16(s.hash_size);
22926 zero(s.head); // Fill with NIL (= 0);
24539 this.head = null; /* where to save gzip header information */
24601 state.head = null/*Z_NULL*/;
24872 if (state.head) {
24873 state.head.done = false;
24928 if (state.head) {
24929 state.head.text = ((hold >> 8) & 1);
24953 if (state.head) {
24954 state.head.time = hold;
24980 if (state.head) {
24981 state.head.xflags = (hold & 0xff);
24982 state.head.os = (hold >> 8);
25008 if (state.head) {
25009 state.head.extra_len = hold;
25023 else if (state.head) {
25024 state.head.extra = null/*Z_NULL*/;
25033 if (state.head) {
25034 len = state.head.extra_len - state.length;
25035 if (!state.head.extra) {
25037 state.head.extra = new Array(state.head.extra_len);
25040 state.head.extra,
25073 if (state.head && len &&
25075 state.head.name += String.fromCharCode(len);
25086 else if (state.head) {
25087 state.head.name = null;
25099 if (state.head && len &&
25101 state.head.comment += String.fromCharCode(len);
25111 else if (state.head) {
25112 state.head.comment = null;
25136 if (state.head) {
25137 state.head.hcrc = ((state.flags >> 9) & 1);
25138 state.head.done = true;
25895 function inflateGetHeader(strm, head) {
25904 state.head = head;
25905 head.done = false;
29207 this.scaleFactor = 1000.0 / this.font.head.unitsPerEm;
29428 if (!(ttf.head.exists && ttf.name.exists && ttf.cmap.exists)) {
29431 if (!(ttf.head.exists && ttf.name.exists && ttf.cmap.exists)) {
29473 this.head = new HeadTable(this);
29486 return this.bbox = [this.head.xMin, this.head.yMin, this.head.xMax, this.head.yMax];
29496 scale = 1000.0 / this.head.unitsPerEm;
31065 format = this.file.head.indexToLocFormat;
31588 head: this.font.head.encode(loca)