Home
last modified time | relevance | path

Searched refs:fld_max (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/zangband/zangband/src/
H A Dfields.c231 for (i = 1; i < fld_max; i++) in compact_fields_aux()
324 for (i = 1; i < fld_max; i++) in compact_fields()
449 fld_max--; in compact_fields()
473 for (i = 1; i < fld_max; i++) in wipe_f_list()
495 fld_max = 1; in wipe_f_list()
510 for (i = 1; i < fld_max; i++) in wipe_fields()
540 if (fld_max < z_info->fld_max) in f_pop()
543 i = fld_max; in f_pop()
546 fld_max++; in f_pop()
557 for (i = 1; i < fld_max; i++) in f_pop()
[all …]
H A Dvariable.c101 s16b fld_max = 1; /* Number of allocated fields */ variable
H A Dsave.c1359 wr_u16b(fld_max); in wr_dungeon()
1362 for (i = 1; i < fld_max; i++) in wr_dungeon()
H A Ddungeon.c3028 if (fld_cnt + 32 > z_info->fld_max) compact_fields(64); in evolve_dungeon()
3031 if (fld_cnt + 32 < fld_max) compact_fields(0); in evolve_dungeon()
H A Dinit2.c927 C_MAKE(fld_list, z_info->fld_max, field_type); in init_t_info()
H A Dtypes.h69 u16b fld_max; /* Max size for field list */ member
H A Dinit1.c1044 z_info->fld_max = max; in parse_z_info()
H A Dexterns.h124 extern s16b fld_max;
H A Dcave.c3198 for (i = 1; i < fld_max; i++) in wiz_dark()
/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_sys.c195 static const uint32 fld_max[15][3] = { /* addr,tag,decr limit */ variable
640 fld[k] = fld[k] & fld_max[j][k]; in fprint_sym()
755 fld[i] = get_uint (gbuf, 8, fld_max[j][i], &r); in parse_sym()
756 if ((r != SCPE_OK) || (fld_max[j][i] == 0)) in parse_sym()
/dports/devel/cmake/cmake-3.22.1/Source/CursesDialog/form/
H A DCMakeLists.txt27 fld_max.c
H A Dllib-lform220 /* ./fld_max.c */
/dports/devel/ncurses/ncurses-6.3/form/
H A Dmodules48 fld_max lib $(srcdir) $(HEADER_DEPS)
H A Dllib-lform253 /* ./fld_max.c */
H A Dllib-lformt253 /* ./fld_max.c */
H A Dllib-lformtw253 /* ./fld_max.c */
H A Dllib-lformw253 /* ./fld_max.c */
/dports/devel/cmake-gui/cmake-3.22.1/Source/CursesDialog/form/
H A Dllib-lform220 /* ./fld_max.c */
/dports/devel/cmake-doc/cmake-3.22.1/Source/CursesDialog/form/
H A Dllib-lform220 /* ./fld_max.c */
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dfpu_helper.c3039 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \
3073 t.tfld = match ? fld_max : 0; \
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dfpu_helper.c3039 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
3073 t.tfld = match ? fld_max : 0; \
/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
3249 t.tfld = match ? fld_max : 0; \
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dfpu_helper.c3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
3249 t.tfld = match ? fld_max : 0; \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dfpu_helper.c3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
3249 t.tfld = match ? fld_max : 0; \
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dfpu_helper.c3215 #define VSX_TEST_DC(op, nels, xbn, tp, fld, tfld, fld_max, scrf) \ argument
3249 t.tfld = match ? fld_max : 0; \

12