Lines Matching defs:child_count
38 uint8_t child_count;
39 unsigned char chars[child_count];
41 packed diff_to_prev_offset[child_count-1];
42 packed[child_count] {
51 unsigned int child_count:8;
79 unsigned char chars[child_count];
80 struct squat_node[child_count];
98 MEM_ALIGN((_node)->child_count)))
100 #define NODE_CHILDREN_ALLOC_SIZE(child_count) \
101 (MEM_ALIGN(child_count) + \
102 ((child_count) / 8 + 1) * 8 * sizeof(struct squat_node))