Searched refs:Code (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh7 # This file contains Original Code and/or Modifications of Original Code
14 # The Original Code and all software distributed under the License are
44 * This file contains Original Code and/or Modifications of Original Code
56 * The Original Code and all software distributed under the License are
H A Dmake_symbol_aliasing.sh7 # This file contains Original Code and/or Modifications of Original Code
14 # The Original Code and all software distributed under the License are
48 * This file contains Original Code and/or Modifications of Original Code
60 * The Original Code and all software distributed under the License are
/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c6 * This file contains Original Code and/or Modifications of Original Code
18 * The Original Code and all software distributed under the License are
194 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
200 send_bits(s, tree[c].Code, tree[c].Len); }
335 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
368 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
374 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
631 tree[n].Code = bi_reverse(next_code[len]++, len);
634 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_cod
[all...]
H A Ddeflate.h6 * This file contains Original Code and/or Modifications of Original Code
18 * The Original Code and all software distributed under the License are
101 #define Code fc.code macro

Completed in 74 milliseconds