Searched refs:SEPARATOR (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/libkern/zlib/ |
| H A D | trees.c | 356 # define SEPARATOR(i, last, width) \ macro 373 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 379 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 385 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 391 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 397 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 403 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_filter.c | 66 #define SEPARATOR(opts) \ macro 69 SKD1("%s: %s%s" fmt, (name), (opts), SEPARATOR((opts)), \
|