Home
last modified time | relevance | path

Searched refs:DECODER_ARRAY_DELTA (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/fb/
H A Dsplash.c53 #define DECODER_ARRAY_DELTA 4 macro
136 if ((i >= decoders) && (decoders % DECODER_ARRAY_DELTA) == 0) { in splash_register()
137 p = malloc(sizeof(*p)*(decoders + DECODER_ARRAY_DELTA), in splash_register()