Home
last modified time | relevance | path

Searched refs:f_info (Results 26 – 50 of 333) sorted by relevance

12345678910>>...14

/dports/games/zangband/zangband/src/
H A Dzborg2.h21 (!(f_info[(C)->feat].flags & FF_BLOCK))
26 (f_info[(C)->feat].flags & FF_BLOCK)
32 ((f_info[(C)->feat].flags & FF_HALF_LOS) && (quick_rand()))
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_files.c534 struct stat f_info; in tilp_file_dirlist() local
555 if (!stat(fi->name, &f_info)) in tilp_file_dirlist()
557 fi->date = f_info.st_mtime; in tilp_file_dirlist()
558 fi->size = f_info.st_size; in tilp_file_dirlist()
559 fi->attrib = f_info.st_mode; in tilp_file_dirlist()
572 if (!g_stat(fi->name, &f_info)) in tilp_file_dirlist()
574 fi->date = f_info.st_mtime; in tilp_file_dirlist()
575 fi->size = f_info.st_size; in tilp_file_dirlist()
576 fi->attrib = f_info.st_mode; in tilp_file_dirlist()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/test/studies/qa/
H A Dtest1a.qa6 ANS: f_info= 8
7 ANS: f_info= 8
H A Dtest1c.qa7 ANS: f_info= 8
9 ANS: f_info= 8
H A Dtest1b.qa6 ANS: f_info= 8
8 ANS: f_info= 8
H A Dtest1f.qa4 ANS: f_info = 8
5 ANS: f_info = 8
H A Dtest1d.qa23 ANS: f_info= 8
39 ANS: f_info= 294.4
H A Dtest1e.qa23 ANS: f_info= 8
37 ANS: f_info= 2.865e+05
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/reformulation/
H A DConstraintPenalty.h155 if ( outer_requests.find(f_info) != outer_requests.end() ) in cb_map_request()
176 response.erase(f_info); in cb_map_f_response()
179 sub_iterator f_it = sub_response.find(f_info); in cb_map_f_response()
181 return requests.count(f_info) ? 0 : -1; in cb_map_f_response()
206 response.insert(AppResponse::response_pair_t(f_info, f_val)); in cb_map_f_response()
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb.c800 DB_FOREIGN_INFO *f_info, *tmp; local
851 while (f_info != NULL) {
853 LIST_REMOVE(f_info, f_links);
854 f_info->dbp->s_foreign = NULL;
855 __os_free(env, f_info);
856 f_info = tmp;
1257 DB_FOREIGN_INFO *f_info, *tmp; local
1268 while (f_info != NULL) {
1270 if (f_info ->dbp == sdbp) {
1271 LIST_REMOVE(f_info, f_links);
[all …]
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dfsck.c87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db() argument
96 temp->device = xstrdup(f_info->mnt_fsname); in create_db()
97 temp->mountpt = xstrdup(f_info->mnt_dir); in create_db()
98 if (strchr(f_info->mnt_type, ',')) temp->type = xstrdup("auto"); in create_db()
99 else temp->type = xstrdup(f_info->mnt_type); in create_db()
100 temp->opts = xstrdup(f_info->mnt_opts); in create_db()
101 temp->passno = f_info->mnt_passno; in create_db()
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dprofile.sl94 f_info,
255 f.f_info = F_Info;
265 if (f_info == Null_Struct)
267 f_info.num_called++;
269 F_Info = f_info;
306 F_Info = f.f_info;
330 f.f_info = F_Info;
338 if (f_info == Null_Struct)
340 f_info.num_called++;
342 F_Info = f_info;
[all …]
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_memory.c++207 f_info = info; in Buffer()
269 f_info = info; in Buffer()
311 f_info); in ~Buffer()
334 fprintf(stderr, "Deleting pointer at %p (%s)\n", * (void **) f_data, f_info); in ~Buffer()
346 fprintf(stderr, " Freeing buffer at %p (%s)\n", f_data, f_info); in ~Buffer()
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb.c821 DB_FOREIGN_INFO *f_info, *tmp; local
887 while (f_info != NULL) {
889 LIST_REMOVE(f_info, f_links);
890 f_info->dbp->s_foreign = NULL;
891 __os_free(env, f_info);
892 f_info = tmp;
1300 DB_FOREIGN_INFO *f_info, *tmp; local
1311 while (f_info != NULL) {
1313 if (f_info ->dbp == sdbp) {
1314 LIST_REMOVE(f_info, f_links);
[all …]
/dports/games/onscripter/onscripter-20200722/
H A DONScripter_text.cpp419 FontInfo f_info = sentence_font; in restoreTextBuffer() local
420 f_info.clear(); in restoreTextBuffer()
423 f_info.newLine(); in restoreTextBuffer()
429 startRuby(current_page->text + i + 1, f_info); in restoreTextBuffer()
433 f_info.addLineOffset(ruby_struct.margin); in restoreTextBuffer()
464 f_info.newLine(); in restoreTextBuffer()
477 openFont(&f_info); in restoreTextBuffer()
478 f_info.toggleStyle(TTF_STYLE_ITALIC); in restoreTextBuffer()
481 openFont(&f_info); in restoreTextBuffer()
482 f_info.toggleStyle(TTF_STYLE_BOLD); in restoreTextBuffer()
[all …]
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_text.cpp419 FontInfo f_info = sentence_font; in restoreTextBuffer() local
420 f_info.clear(); in restoreTextBuffer()
423 f_info.newLine(); in restoreTextBuffer()
429 startRuby(current_page->text + i + 1, f_info); in restoreTextBuffer()
433 f_info.addLineOffset(ruby_struct.margin); in restoreTextBuffer()
464 f_info.newLine(); in restoreTextBuffer()
477 openFont(&f_info); in restoreTextBuffer()
478 f_info.toggleStyle(TTF_STYLE_ITALIC); in restoreTextBuffer()
481 openFont(&f_info); in restoreTextBuffer()
482 f_info.toggleStyle(TTF_STYLE_BOLD); in restoreTextBuffer()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_server/
H A Dmk_mimetype.c127 struct file_info f_info; in mk_mimetype_read_config() local
139 ret = mk_file_get_info(path, &f_info, MK_FILE_EXISTS); in mk_mimetype_read_config()
140 if (ret == -1 || f_info.is_file == MK_FALSE) { in mk_mimetype_read_config()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/scolib/src/libs/
H A DMultiStatePS.cpp42 using colin::f_info;
109 double fval = center_point.value<double>(f_info); in initialize_pattern()
133 double response_fval = response.value<double>(f_info) * sense; in process()
134 double base_fval = center.value<double>(f_info) * sense; in process()
350 double fval = center_point.value<double>(f_info); in initialize_pattern()
369 ( (response.value<double>(f_info) * sense), in process()
391 double base_fval = center.value<double>(f_info) * sense; in process()
441 << ", value = " << center.value<double>(f_info) in process()
741 if ( ! response.is_computed(f_info) ) in optimize()
905 << newCenter.value<double>(f_info) << endl; in expand_pattern_cartesian()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Dast_smt2_pp.cpp704 …TRACE("smt2_pp", tout << "a: " << a << " depth: " << f_info.m_depth << ", weight: " << f_info.m_we… in store_result()
713 m_info_stack.push_back(f_info); in store_result()
782 info f_info(0, 1, 1); in process_app() local
786 if (it2->m_lvl > f_info.m_lvl) in process_app()
787 f_info.m_lvl = it2->m_lvl; in process_app()
788 f_info.m_weight += it2->m_weight; in process_app()
792 f_info.m_depth++; in process_app()
793 store_result(t, fr, f, f_info); in process_app()
995 info f_info = m_info_stack.back(); in process_quantifier() local
997 f_info.m_depth++; in process_quantifier()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Dast_smt2_pp.cpp704 …TRACE("smt2_pp", tout << "a: " << a << " depth: " << f_info.m_depth << ", weight: " << f_info.m_we… in store_result()
713 m_info_stack.push_back(f_info); in store_result()
782 info f_info(0, 1, 1); in process_app() local
786 if (it2->m_lvl > f_info.m_lvl) in process_app()
787 f_info.m_lvl = it2->m_lvl; in process_app()
788 f_info.m_weight += it2->m_weight; in process_app()
792 f_info.m_depth++; in process_app()
793 store_result(t, fr, f, f_info); in process_app()
995 info f_info = m_info_stack.back(); in process_quantifier() local
997 f_info.m_depth++; in process_quantifier()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dglpios02.c95 struct f_info struct
101 const double u[], struct f_info *f) in prepare_row_info() argument
209 static void row_implied_bounds(const struct f_info *f, double *LL, in row_implied_bounds()
295 static void col_implied_bounds(const struct f_info *f, int n, in col_implied_bounds()
382 static int check_row_bounds(const struct f_info *f, double *L_, in check_row_bounds()
452 static int check_col_bounds(const struct f_info *f, int n, in check_col_bounds()
604 struct f_info f; in basic_preprocessing()
/dports/math/glpk/glpk-5.0/src/draft/
H A Dglpios02.c95 struct f_info struct
101 const double u[], struct f_info *f) in prepare_row_info() argument
209 static void row_implied_bounds(const struct f_info *f, double *LL, in row_implied_bounds()
295 static void col_implied_bounds(const struct f_info *f, int n, in col_implied_bounds()
382 static int check_row_bounds(const struct f_info *f, double *L_, in check_row_bounds()
452 static int check_col_bounds(const struct f_info *f, int n, in check_col_bounds()
604 struct f_info f; in basic_preprocessing()
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpios02.c97 struct f_info
103 const double u[], struct f_info *f)
211 static void row_implied_bounds(const struct f_info *f, double *LL,
297 static void col_implied_bounds(const struct f_info *f, int n,
384 static int check_row_bounds(const struct f_info *f, double *L_,
454 static int check_col_bounds(const struct f_info *f, int n,
606 struct f_info f;
/dports/cad/freehdl/freehdl-0.0.7/std/
H A Dstandard.cc240 float_info_base *f_info = (float_info_base*)info; in attribute_value() local
241 error_flag = f_info->read (&value, char_str) != NULL; in attribute_value()
242 if (!error_flag) f_info->check (value); in attribute_value()
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h6326 (f_info[ZCAVE[Y][X].feat].flags1 & FF1_FLOOR)
6330 …(((f_info[ZCAVE[Y][X].feat].flags1 & FF1_LOS) || (f_info[ZCAVE[Y][X].feat].flags1 & FF1_FLOOR)) &&…
6335 …(((f_info[ZCAVE[Y][X].feat].flags1 & FF1_LOS) || (f_info[ZCAVE[Y][X].feat].flags1 & FF1_FLOOR)) &&…
6501 (f_info[(C)->feat].flags1 & FF1_FLOOR)
6511 (((f_info[(C)->feat].flags1 & FF1_FLOOR) || (f_info[(C)->feat].flags1 & FF1_LOS)) && \
6512 !(f_info[(C)->feat].flags1 & FF1_BLOCK_LOS))
6518 ((f_info[(C)->feat].flags1 & FF1_FLOOR) && \
6519 !(f_info[(C)->feat].flags1 & FF1_REMEMBER))
6544 ((f_info[(C)->feat].flags1 & FF1_FLOOR) && \
6646 ((f_info[(C)->feat].flags1 & FF1_WALL) && (f_info[(C)->feat].flags1 & FF1_CAN_PASS) && ((R)->flags2…
[all …]

12345678910>>...14