Home
last modified time | relevance | path

Searched refs:FIELD_SIZE (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/games/klines/klines-21.12.3/src/
H A Dscene.cpp31 m_playFieldBorderSize(0), m_numFreeCells(FIELD_SIZE*FIELD_SIZE), in KLinesScene()
61 m_numFreeCells = FIELD_SIZE*FIELD_SIZE; in startNewGame()
84 for(int x=0; x<FIELD_SIZE; ++x) in startNewGame()
85 for(int y=0; y<FIELD_SIZE; ++y) in startNewGame()
122 m_cellSize = hasBorder ? minDim/(FIELD_SIZE+1) : minDim/FIELD_SIZE; in resizeScene()
149 for( int x=0; x<FIELD_SIZE; ++x) in resizeScene()
455 while(tmpx < FIELD_SIZE && tmpy < FIELD_SIZE && in searchAndErase()
523 focusPos.x = FIELD_SIZE - 1; in moveFocusLeft()
555 focusPos.y = FIELD_SIZE - 1; in moveFocusUp()
589 for(int x=0;x<FIELD_SIZE;++x) in saveUndoInfo()
[all …]
H A Dscene.h17 static const int FIELD_SIZE=9; variable
164 BallItem* m_field[FIELD_SIZE][FIELD_SIZE];
242 BallColor fcolors[FIELD_SIZE][FIELD_SIZE];
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dhash.c120 char buf[ FIELD_SIZE ]; in HashItem2String()
142 unsigned char buf[ FIELD_SIZE ], *puc; in HashItem2Binary()
144 memset(str, 0, FIELD_SIZE); in HashItem2Binary()
176 char str[ FIELD_SIZE + 1 ]; in HashModify()
210 fwrite( str, 1, FIELD_SIZE, outfile ); in HashModify()
421 seekdump += FIELD_SIZE; in migrate_hash_to_bin()
542 while ( fsize >= FIELD_SIZE ) { in ReadHash()
546 seekdump += FIELD_SIZE; in ReadHash()
547 fsize -= FIELD_SIZE; in ReadHash()
559 seekdump += FIELD_SIZE; in ReadHash()
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dhash.c120 char buf[ FIELD_SIZE ]; in HashItem2String()
142 unsigned char buf[ FIELD_SIZE ], *puc; in HashItem2Binary()
144 memset(str, 0, FIELD_SIZE); in HashItem2Binary()
176 char str[ FIELD_SIZE + 1 ]; in HashModify()
210 fwrite( str, 1, FIELD_SIZE, outfile ); in HashModify()
421 seekdump += FIELD_SIZE; in migrate_hash_to_bin()
542 while ( fsize >= FIELD_SIZE ) { in ReadHash()
546 seekdump += FIELD_SIZE; in ReadHash()
547 fsize -= FIELD_SIZE; in ReadHash()
559 seekdump += FIELD_SIZE; in ReadHash()
[all …]
/dports/devel/liberasurecode/liberasurecode-1.4.0/src/builtin/rs_vand/
H A Drs_galois.c41 #define FIELD_SIZE (1 << 16) macro
42 #define GROUP_SIZE (FIELD_SIZE - 1)
50 log_table = (int*)malloc(sizeof(int)*FIELD_SIZE); in rs_galois_init_tables()
51 ilog_table_begin = (int*)malloc(sizeof(int)*FIELD_SIZE*3); in rs_galois_init_tables()
61 if (x & FIELD_SIZE) { in rs_galois_init_tables()
/dports/devel/smc/smc_4_3_0/examples/Ant/EX4/src/smc_ex4/
H A DTrafficCanvas.java207 FIELD_SIZE.width, in paint()
208 FIELD_SIZE.height)); in paint()
211 FIELD_SIZE.width, in paint()
212 FIELD_SIZE.height)); in paint()
215 FIELD_SIZE.width, in paint()
216 FIELD_SIZE.height)); in paint()
219 FIELD_SIZE.width, in paint()
220 FIELD_SIZE.height)); in paint()
760 private static final Dimension FIELD_SIZE; field in TrafficCanvas
807 RECT_CORNERS[1] = new Point(FIELD_SIZE.width,
[all …]
/dports/devel/smc/smc_4_3_0/examples/Java/EX4/
H A DTrafficCanvas.java207 FIELD_SIZE.width, in paint()
208 FIELD_SIZE.height)); in paint()
211 FIELD_SIZE.width, in paint()
212 FIELD_SIZE.height)); in paint()
215 FIELD_SIZE.width, in paint()
216 FIELD_SIZE.height)); in paint()
219 FIELD_SIZE.width, in paint()
220 FIELD_SIZE.height)); in paint()
760 private static final Dimension FIELD_SIZE; field in TrafficCanvas
807 RECT_CORNERS[1] = new Point(FIELD_SIZE.width,
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dhash.c153 char buf[FIELD_SIZE]; in HashItem2String()
174 memset(str, 0, FIELD_SIZE); in HashItem2Binary()
204 char str[FIELD_SIZE + 1]; in HashModify()
228 fwrite(str, 1, FIELD_SIZE, outfile); in HashModify()
335 fseek(infile, FIELD_SIZE - strlen(wordbuf) - 1, SEEK_CUR); in ReadHashItem_txt()
455 seekdump += FIELD_SIZE; in migrate_hash_to_bin()
541 while (fsize >= FIELD_SIZE) { in InitUserphrase()
545 seekdump += FIELD_SIZE; in InitUserphrase()
546 fsize -= FIELD_SIZE; in InitUserphrase()
562 seekdump += FIELD_SIZE; in InitUserphrase()
[all …]
/dports/devel/liberasurecode/liberasurecode-1.4.0/test/builtin/rs_vand/
H A Drs_galois_test.c34 int *uniq = (int*)malloc(sizeof(int)*FIELD_SIZE); in test_inverse()
37 memset(uniq, 0, sizeof(int)*FIELD_SIZE); in test_inverse()
41 for (i = 1; i < FIELD_SIZE; i++) { in test_inverse()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dcvtsudoers_pwutil.c56 #define FIELD_SIZE(src, name, size) \ macro
137 FIELD_SIZE(&pw, pw_name, nsize); in cvtsudoers_make_pwitem()
138 FIELD_SIZE(&pw, pw_passwd, psize); in cvtsudoers_make_pwitem()
140 FIELD_SIZE(&pw, pw_class, csize); in cvtsudoers_make_pwitem()
142 FIELD_SIZE(&pw, pw_gecos, gsize); in cvtsudoers_make_pwitem()
143 FIELD_SIZE(&pw, pw_dir, dsize); in cvtsudoers_make_pwitem()
144 FIELD_SIZE(&pw, pw_shell, ssize); in cvtsudoers_make_pwitem()
239 FIELD_SIZE(&gr, gr_name, nsize); in cvtsudoers_make_gritem()
240 FIELD_SIZE(&gr, gr_passwd, psize); in cvtsudoers_make_gritem()
H A Dpwutil_impl.c52 #define FIELD_SIZE(src, name, size) \ macro
104 FIELD_SIZE(pw, pw_name, nsize); in sudo_make_pwitem()
105 FIELD_SIZE(pw, pw_passwd, psize); in sudo_make_pwitem()
107 FIELD_SIZE(pw, pw_class, csize); in sudo_make_pwitem()
109 FIELD_SIZE(pw, pw_gecos, gsize); in sudo_make_pwitem()
110 FIELD_SIZE(pw, pw_dir, dsize); in sudo_make_pwitem()
181 FIELD_SIZE(gr, gr_name, nsize); in sudo_make_gritem()
182 FIELD_SIZE(gr, gr_passwd, psize); in sudo_make_gritem()
/dports/lang/seed7/seed7/prg/
H A Dshisen.sd748 const integer: HALF_FIELD is FIELD_SIZE div 2;
53 const integer: PLAYER_HIT_XPOS is UPPER_BORDER + FIELD_LINES * FIELD_SIZE + FIELD_SIZE + 8;
605 rect(LEFT_BORDER + FIELD_SIZE * pred(column),
606 UPPER_BORDER + FIELD_SIZE * pred(line),
608 rect(LEFT_BORDER + FIELD_SIZE * pred(column),
609 UPPER_BORDER + FIELD_SIZE * pred(line),
612 UPPER_BORDER + FIELD_SIZE * pred(line),
614 rect(LEFT_BORDER + FIELD_SIZE * pred(column),
627 UPPER_BORDER + FIELD_SIZE * pred(line),
630 UPPER_BORDER + FIELD_SIZE * pred(line),
[all …]
/dports/devel/liberasurecode/liberasurecode-1.4.0/include/rs_vand/
H A Drs_galois.h37 #define FIELD_SIZE (1 << 16) macro
38 #define GROUP_SIZE (FIELD_SIZE - 1)
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dhash.c119 char buf[ FIELD_SIZE ]; in HashItem2String()
137 char str[ FIELD_SIZE + 1 ]; in HashModify()
153 pItem->item_index = ftell( outfile ) / FIELD_SIZE; in HashModify()
156 fseek( outfile, pItem->item_index * FIELD_SIZE, SEEK_SET ); in HashModify()
226 sprintf( formatstring, "%%-%ds", FIELD_SIZE ); in ReadHash()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dhash.c119 char buf[ FIELD_SIZE ]; in HashItem2String()
137 char str[ FIELD_SIZE + 1 ]; in HashModify()
153 pItem->item_index = ftell( outfile ) / FIELD_SIZE; in HashModify()
156 fseek( outfile, pItem->item_index * FIELD_SIZE, SEEK_SET ); in HashModify()
226 sprintf( formatstring, "%%-%ds", FIELD_SIZE ); in ReadHash()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/drivers/vx/
H A Dvx_cmd.h149 #define FIELD_SIZE 5 macro
213 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/drivers/vx/
H A Dvx_cmd.h149 #define FIELD_SIZE 5 macro
213 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/drivers/vx/
H A Dvx_cmd.h149 #define FIELD_SIZE 5 macro
213 rmh->Cmd[0] |= (((u32)param1 & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_pipe_cmd_params()
230 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD; in vx_set_stream_cmd_params()
/dports/science/hdf/hdf-4.2.15/hdf/examples/
H A DVD_get_vdata_info.c4 #define FIELD_SIZE 80 /* maximum length of all the field names */ macro
16 char fieldname_list[FIELD_SIZE], /* buffer to retrieve the vdata data */ in main()
/dports/games/katomic/katomic-21.12.3/src/
H A Dplayfield.cpp158 m_elemSize = qMin(width, height) / FIELD_SIZE; in resize()
197 for(int y=ys; y<FIELD_SIZE; ++y ) in nextAtom()
215 if(x==FIELD_SIZE) in nextAtom()
262 x = FIELD_SIZE-1; in previousAtom()
263 ys=FIELD_SIZE-1; in previousAtom()
571 int minX = FIELD_SIZE+1; in checkDone()
572 int minY = FIELD_SIZE+1; in checkDone()
671 for (int i = 0; i < FIELD_SIZE; i++) in drawForeground()
672 for (int j = 0; j < FIELD_SIZE; j++) in drawForeground()
H A Dlevelset.h57 bool m_field[FIELD_SIZE][FIELD_SIZE];
H A Dplayfield.h148 inline int fieldCenterX() const { return toPixX(0) + m_elemSize*FIELD_SIZE/2; } in fieldCenterX()
149 inline int fieldCenterY() const { return toPixY(0) + m_elemSize*FIELD_SIZE/2; } in fieldCenterY()
/dports/science/hdf/hdf-4.2.15/hdf/fortran/examples/
H A DVD_get_vdata_info.f8 integer FIELD_SIZE
13 + FIELD_SIZE = 80)
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/Tools/
H A DDb2Ascii.pl15 use constant FIELD_SIZE => 100; # in units constant
176 ($iCol * FIELD_SIZE),
290 ($iCol * FIELD_SIZE),
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dbigint.h79 return FIELD_SIZE(kOptionalPaddingOffset) > 0; in DEFINE_FIELD_OFFSET_CONSTANTS()
135 if (FIELD_SIZE(kOptionalPaddingOffset) != 0) { in clear_padding()
136 DCHECK_EQ(4, FIELD_SIZE(kOptionalPaddingOffset)); in clear_padding()
138 FIELD_SIZE(kOptionalPaddingOffset)); in clear_padding()

1234567