HomeSort by: relevance | last modified time | path
    Searched defs:spx_depth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vsa/
spx.c 267 static int spx_depth; variable in typeref:typename:int
965 fb->depth = spx_depth;
966 fb->cmsize = 1 << spx_depth;
1128 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1149 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1484 spx_depth = 8;
spx.c 267 static int spx_depth; variable in typeref:typename:int
965 fb->depth = spx_depth;
966 fb->cmsize = 1 << spx_depth;
1128 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1149 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1484 spx_depth = 8;
spx.c 267 static int spx_depth; variable in typeref:typename:int
965 fb->depth = spx_depth;
966 fb->cmsize = 1 << spx_depth;
1128 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1149 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index)
1484 spx_depth = 8;

Completed in 65 milliseconds