Searched refs:bl_order (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | trees.c | 71 local const uch bl_order[BL_CODES] variable 797 * bl_order of the last bit length code to send. 819 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; 838 int rank; /* index in bl_order */ 848 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); 849 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); 941 * in bl_order of the last bit length code to send.
|
/third_party/node/deps/zlib/ |
H A D | trees.c | 71 local const uch bl_order[BL_CODES] variable 796 * bl_order of the last bit length code to send. 816 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree() 833 int rank; /* index in bl_order */ in send_all_trees() 843 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); in send_all_trees() 844 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees() 1021 * in bl_order of the last bit length code to send.
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | trees.c | 71 local const uch bl_order[BL_CODES]
variable 805 * bl_order of the last bit length code to send.
827 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break;
846 int rank; /* index in bl_order */
856 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
857 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
954 * in bl_order of the last bit length code to send.
|
/third_party/skia/third_party/externals/zlib/ |
H A D | trees.c | 71 local const uch bl_order[BL_CODES] variable 797 * bl_order of the last bit length code to send. 819 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; 838 int rank; /* index in bl_order */ 848 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); 849 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); 940 * in bl_order of the last bit length code to send.
|
/third_party/zlib/ |
H A D | trees.c | 71 local const uch bl_order[BL_CODES] variable 818 * bl_order of the last bit length code to send. 839 if (s->bl_tree[bl_order[max_blindex]].Len != 0) break; in build_bl_tree() 857 int rank; /* index in bl_order */ in send_all_trees() 867 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); in send_all_trees() 868 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3); in send_all_trees() 1046 * in bl_order of the last bit length code to send.
|
Completed in 9 milliseconds