Home
last modified time | relevance | path

Searched refs:str_int (Results 1 – 25 of 51) sorted by relevance

123

/dports/games/freedink-engine/freedink-108.4/src/
H A Ddinkc_sp_custom.c35 struct str_int struct
44 return hash_string(((struct str_int*)x)->key, tablesize); in dinkc_sp_custom_hasher() argument
49 return !strcmp(((struct str_int*)a)->key, in dinkc_sp_custom_comparator()
50 ((struct str_int*)b)->key); in dinkc_sp_custom_comparator()
85 struct str_int search; in dinkc_sp_custom_set()
90 ((struct str_int*)slot)->val = val; in dinkc_sp_custom_set()
94 struct str_int* newslot = malloc(sizeof(struct str_int)); in dinkc_sp_custom_set()
96 ((struct str_int*)newslot)->val = val; in dinkc_sp_custom_set()
111 struct str_int search; in dinkc_sp_custom_get()
115 return ((struct str_int*)slot)->val; in dinkc_sp_custom_get()
/dports/www/davix/davix-0.7.6/test/unit/
H A Dtypeconv.cpp101 std::string str_int("123456"); in TEST() local
104 int l = conv(str_int); in TEST()
108 str_int = "0"; in TEST()
109 l= conv(str_int); in TEST()
121 str_int = "-9865743"; in TEST()
122 l = conv(str_int); in TEST()
/dports/misc/otter/otter-3.3f/source/
H A Doverbeek.c113 else if (!str_int(sn_to_str(t->farg->argval->sym_num), &i)) in overbeek_insert()
146 rc = str_int(sn_to_str(p->term->farg->argval->sym_num), ip); in overbeek_weight()
210 rc = str_int(sn_to_str(p->term->farg->argval->sym_num), &wt1); in check_overbeek_world()
H A Dattrib.c190 if (str_int(sn_to_str(attr_val->sym_num), &i)) { in term_to_attributes()
H A Divy.c20 if (str_int(b->label, &i)) in bnode_to_natural()
H A Dweight.c260 str_int(sn_to_str(t->farg->argval->sym_num), &n)) { in set_wt_term()
295 || str_int(sn_to_str(t->farg->narg->argval->sym_num), &n) == 0) { in set_wt_template()
/dports/news/suck/suck-4.3.4/
H A Ddedupe.c99 print_phrases(master->msgs, dedupe_phrases[2], str_int(master->nritems), str_int(nrfound), NULL); in dedupe_list()
H A Dboth.h26 char *str_int(int);
H A Dchkhistory.c125 print_phrases(master->msgs, chkh_phrases[3], str_int(nrfound), NULL); in chkhistory()
H A Dsuck.c543 print_phrases(master.msgs,suck_phrases[20], str_int(master.nritems), NULL); in main()
791 print_phrases(master->msgs, suck_phrases[16], str_int(master->nritems), NULL); in get_message_index()
836 error_log(ERRLOG_REPORT, suck_phrases[12],group,str_int(response),NULL); in do_one_group()
859 print_phrases(master->msgs,suck_phrases[71],group,str_int(high),str_int(low),NULL); in do_one_group()
862 print_phrases(master->msgs,suck_phrases[13],group,str_int(high),NULL); in do_one_group()
895 print_phrases(master->msgs, suck_phrases[14], group, str_int(maxread), NULL); in do_one_group()
1135 print_phrases(master->msgs, suck_phrases[19], str_int(master->nritems-oldkept), \
1136 str_int(master->nritems), NULL);
H A Dchkhistory_db.c153 print_phrases(master->msgs, chkh_phrases[3], str_int(nrfound), NULL); in chkhistory()
H A Dkillprg.c354 error_log(ERRLOG_REPORT, killp_phrases[9], str_int(WEXITSTATUS(status)), NULL); in pipe_sighandler()
357 error_log(ERRLOG_REPORT, killp_phrases[10], str_int(WTERMSIG(status)), NULL); in pipe_sighandler()
/dports/news/suck-cnews/suck-4.3.4/
H A Ddedupe.c99 print_phrases(master->msgs, dedupe_phrases[2], str_int(master->nritems), str_int(nrfound), NULL); in dedupe_list()
H A Dboth.h26 char *str_int(int);
H A Dchkhistory.c125 print_phrases(master->msgs, chkh_phrases[3], str_int(nrfound), NULL); in chkhistory()
H A Dsuck.c543 print_phrases(master.msgs,suck_phrases[20], str_int(master.nritems), NULL); in main()
791 print_phrases(master->msgs, suck_phrases[16], str_int(master->nritems), NULL); in get_message_index()
836 error_log(ERRLOG_REPORT, suck_phrases[12],group,str_int(response),NULL); in do_one_group()
859 print_phrases(master->msgs,suck_phrases[71],group,str_int(high),str_int(low),NULL); in do_one_group()
862 print_phrases(master->msgs,suck_phrases[13],group,str_int(high),NULL); in do_one_group()
895 print_phrases(master->msgs, suck_phrases[14], group, str_int(maxread), NULL); in do_one_group()
1135 print_phrases(master->msgs, suck_phrases[19], str_int(master->nritems-oldkept), \
1136 str_int(master->nritems), NULL);
H A Dchkhistory_db.c153 print_phrases(master->msgs, chkh_phrases[3], str_int(nrfound), NULL); in chkhistory()
H A Dkillprg.c354 error_log(ERRLOG_REPORT, killp_phrases[9], str_int(WEXITSTATUS(status)), NULL); in pipe_sighandler()
357 error_log(ERRLOG_REPORT, killp_phrases[10], str_int(WTERMSIG(status)), NULL); in pipe_sighandler()
/dports/www/R-cran-selectr/selectr/R/
H A Dparser.R574 str_int <- function(s) { function
591 result <- str_int(s)
602 intb <- str_int(b)
609 a <- str_int(paste0(a, "1"))
611 a <- str_int(a)
615 b <- str_int(b)
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/
H A Dhelper.py367 def str_int(i): # type: (int) -> Text function
390 content.append(str_int(attr.i))
407 content.append(str_list(str_int, attr.ints))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dfield_filler.cc360 int str_int; in LastTwoDigitsMatch() local
361 if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int)) in LastTwoDigitsMatch()
364 return (year_int % 100) == (str_int % 100); in LastTwoDigitsMatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dfield_filler.cc411 int str_int; in LastTwoDigitsMatch() local
412 if (!StringToInt(year, &year_int) || !StringToInt(str, &str_int)) in LastTwoDigitsMatch()
415 return (year_int % 100) == (str_int % 100); in LastTwoDigitsMatch()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowdistributions.py678 desc = self.str_int(x0, x1, not i, i == lasti, unique)
727 desc = self.str_int(x0, x1, not i, i == lasti, unique)
905 def str_int(self, x0, x1, first, last, unique=False): member in OWDistributions
1008 valname = self.str_int(
1153 self.str_int(x0, x1, not bar_idx, self._is_last_bar(bar_idx)))
1179 self.str_int(x0, x1, not bar_idx, self._is_last_bar(bar_idx)))
/dports/misc/py-onnx/onnx-1.10.2/onnx/
H A Dhelper.py674 def str_int(i): # type: (int) -> Text function
697 content.append(str_int(attr.i))
716 content.append(str_list(str_int, attr.ints))
/dports/misc/otter/otter-3.3f/mace2/
H A Dflatten.c67 return(t->type == NAME && str_int(sn_to_str(t->sym_num),&i) && i>=0); in int_term()

123