Searched refs:PATHS_ALLOC_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h249 #define PATHS_ALLOC_SIZE 10 macro
H A Dunsquashfs.c1171 if(paths->count % PATHS_ALLOC_SIZE == 0) {
1173 (paths->count + PATHS_ALLOC_SIZE) *
H A Dmksquashfs.c223 #define PATHS_ALLOC_SIZE 10 macro
4325 if(paths->count % PATHS_ALLOC_SIZE == 0) {
4327 (paths->count + PATHS_ALLOC_SIZE) *

Completed in 48 milliseconds