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

  /src/games/colorbars/
colorbars.c 59 int spacing, offsetx, labeloffsety, labeloffsetx; local
75 spacing = COLS / numcolors;
76 offsetx = (COLS - (spacing * numcolors)) / 2;
89 labeloffsetx = spacing / 2;
96 int xoffs = offsetx + spacing * i;
101 for (int xpos = 0; xpos < spacing; xpos++)
colorbars.c 59 int spacing, offsetx, labeloffsety, labeloffsetx; local
75 spacing = COLS / numcolors;
76 offsetx = (COLS - (spacing * numcolors)) / 2;
89 labeloffsetx = spacing / 2;
96 int xoffs = offsetx + spacing * i;
101 for (int xpos = 0; xpos < spacing; xpos++)
  /src/external/bsd/mdocml/dist/
tbl_layout.c 69 unsigned long spacing; local
97 /* Parse numerical spacing from modifier string. */
100 if ((spacing = strtoul(p + *pos, &endptr, 10)) > 9)
102 "%lu", spacing);
104 cp->spacing = spacing;
361 p->spacing = SIZE_MAX;
tbl_layout.c 69 unsigned long spacing; local
97 /* Parse numerical spacing from modifier string. */
100 if ((spacing = strtoul(p + *pos, &endptr, 10)) > 9)
102 "%lu", spacing);
104 cp->spacing = spacing;
361 p->spacing = SIZE_MAX;
out.h 39 size_t spacing; /* spacing after the column */ member in struct:roffcol
out.h 39 size_t spacing; /* spacing after the column */ member in struct:roffcol
tbl.h 56 size_t spacing; /* To the right of the column. */ member in struct:tbl_cell
tbl.h 56 size_t spacing; /* To the right of the column. */ member in struct:tbl_cell
  /src/games/testpat/
testpat.c 54 int i, col, colour, line, x_limit, y_limit, colourOK, spacing; local
110 spacing = 2 * y_limit / numcolours;
297 spacing_start = (spacing * i) + spacing_residual;
302 spacing_end = (spacing * (i + 1)) + spacing_residual;
testpat.c 54 int i, col, colour, line, x_limit, y_limit, colourOK, spacing; local
110 spacing = 2 * y_limit / numcolours;
297 spacing_start = (spacing * i) + spacing_residual;
302 spacing_end = (spacing * (i + 1)) + spacing_residual;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
debug.cc 655 const char spacing[PrintContext::_S_indent + 1] = " "; local
656 print_raw(ctx, spacing, PrintContext::_S_indent);
debug.cc 655 const char spacing[PrintContext::_S_indent + 1] = " "; local
656 print_raw(ctx, spacing, PrintContext::_S_indent);
  /src/external/bsd/byacc/dist/
reader.c 4041 size_t j, spacing = 0; local
4055 spacing = strlen(symbol_name[rlhs[i]]) + 1;
4060 j = spacing;
reader.c 4041 size_t j, spacing = 0; local
4055 spacing = strlen(symbol_name[rlhs[i]]) + 1;
4060 j = spacing;
  /src/sys/sys/
videoio.h 2788 u_int32_t spacing; member in struct:v4l2_hw_freq_seek
videoio.h 2788 u_int32_t spacing; member in struct:v4l2_hw_freq_seek

Completed in 65 milliseconds