Home
last modified time | relevance | path

Searched refs:sub_res (Results 1 – 25 of 77) sorted by relevance

1234

/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dghid-main-menu.c231 const Resource *sub_res = res->v[i].subres; in ghid_main_menu_real_add_resource() local
254 for (j = 0; j < sub_res->c; ++j) in ghid_main_menu_real_add_resource()
255 if (resource_type (sub_res->v[j]) == 10) in ghid_main_menu_real_add_resource()
257 res_val = _(sub_res->v[j].value); in ghid_main_menu_real_add_resource()
279 if (sub_res->flags & FLAG_S) in ghid_main_menu_real_add_resource()
338 (gpointer) sub_res); in ghid_main_menu_real_add_resource()
340 (gpointer) sub_res); in ghid_main_menu_real_add_resource()
347 for (j = 0; j < sub_res->c; j++) in ghid_main_menu_real_add_resource()
351 if (resource_type (sub_res->v[j]) == 110) in ghid_main_menu_real_add_resource()
353 res_name = sub_res->v[j].name; in ghid_main_menu_real_add_resource()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/
H A Dipv4_subnet.cpp41 auto sub_res = address_.compare(other.address_); in compare() local
42 return sub_res != 0 ? sub_res in compare()
H A Dipv6_subnet.cpp70 auto sub_res = address_.compare(other.address_); in compare() local
71 return sub_res != 0 ? sub_res in compare()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL; in selector_in_records() local
470 if (sub_res) { in selector_in_records()
471 grn_obj_close(ctx, sub_res); in selector_in_records()
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op); in selector_in_records()
482 if (sub_res) { in selector_in_records()
483 grn_table_setoperation(ctx, res, sub_res, res, op); in selector_in_records()
484 grn_obj_close(ctx, sub_res); in selector_in_records()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL; in selector_in_records() local
470 if (sub_res) { in selector_in_records()
471 grn_obj_close(ctx, sub_res); in selector_in_records()
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op); in selector_in_records()
482 if (sub_res) { in selector_in_records()
483 grn_table_setoperation(ctx, res, sub_res, res, op); in selector_in_records()
484 grn_obj_close(ctx, sub_res); in selector_in_records()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL;
470 if (sub_res) {
471 grn_obj_close(ctx, sub_res);
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op);
482 if (sub_res) {
483 grn_table_setoperation(ctx, res, sub_res, res, op);
484 grn_obj_close(ctx, sub_res);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL; in selector_in_records() local
470 if (sub_res) { in selector_in_records()
471 grn_obj_close(ctx, sub_res); in selector_in_records()
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op); in selector_in_records()
482 if (sub_res) { in selector_in_records()
483 grn_table_setoperation(ctx, res, sub_res, res, op); in selector_in_records()
484 grn_obj_close(ctx, sub_res); in selector_in_records()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL; in selector_in_records() local
470 if (sub_res) { in selector_in_records()
471 grn_obj_close(ctx, sub_res); in selector_in_records()
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op); in selector_in_records()
482 if (sub_res) { in selector_in_records()
483 grn_table_setoperation(ctx, res, sub_res, res, op); in selector_in_records()
484 grn_obj_close(ctx, sub_res); in selector_in_records()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/proc/
H A Dproc_in_records.c438 grn_obj *sub_res = NULL; in selector_in_records() local
470 if (sub_res) { in selector_in_records()
471 grn_obj_close(ctx, sub_res); in selector_in_records()
478 sub_res = grn_table_select(ctx, table, expr, sub_res, sub_op); in selector_in_records()
482 if (sub_res) { in selector_in_records()
483 grn_table_setoperation(ctx, res, sub_res, res, op); in selector_in_records()
484 grn_obj_close(ctx, sub_res); in selector_in_records()
/dports/cad/yosys/yosys-yosys-0.12/tests/opt/
H A Dopt_share_cat_multiuser.v11 wire [15:0] sub_res = a-b; net
13 wire [31: 0] cat2 = {sub_res, c-d};
/dports/german/BBBike/BBBike-3.18/Geography/
H A DBerlin_DE.pm161 my @sub_res; @sub_res = $class->get_all_subparts($cp)
163 @res{@sub_res} = undef;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c507 struct resource *res, *std_res, *sub_res; in setup_resources() local
542 sub_res = memblock_alloc(sizeof(*sub_res), 8); in setup_resources()
543 if (!sub_res) in setup_resources()
545 __func__, sizeof(*sub_res), 8); in setup_resources()
546 *sub_res = *std_res; in setup_resources()
547 sub_res->end = res->end; in setup_resources()
549 request_resource(res, sub_res); in setup_resources()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c507 struct resource *res, *std_res, *sub_res; in setup_resources() local
542 sub_res = memblock_alloc(sizeof(*sub_res), 8); in setup_resources()
543 if (!sub_res) in setup_resources()
545 __func__, sizeof(*sub_res), 8); in setup_resources()
546 *sub_res = *std_res; in setup_resources()
547 sub_res->end = res->end; in setup_resources()
549 request_resource(res, sub_res); in setup_resources()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/kernel/
H A Dsetup.c507 struct resource *res, *std_res, *sub_res; in setup_resources() local
542 sub_res = memblock_alloc(sizeof(*sub_res), 8); in setup_resources()
543 if (!sub_res) in setup_resources()
545 __func__, sizeof(*sub_res), 8); in setup_resources()
546 *sub_res = *std_res; in setup_resources()
547 sub_res->end = res->end; in setup_resources()
549 request_resource(res, sub_res); in setup_resources()
/dports/www/ilias/ILIAS-5.4.25/Services/Membership/classes/
H A Dclass.ilMembershipCronNotifications.php179 … $sub_res = $this->parseNewsItem($a_parent_ref_id, $a_filter_map, $subitem, true, $a_user_id);
180 if ($sub_res) {
181 $sub[md5($sub_res)] = $sub_res;
/dports/www/ilias6/ILIAS-6.14/Services/Membership/classes/
H A Dclass.ilMembershipCronNotifications.php179 … $sub_res = $this->parseNewsItem($a_parent_ref_id, $a_filter_map, $subitem, true, $a_user_id);
180 if ($sub_res) {
181 $sub[md5($sub_res)] = $sub_res;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp120 const int32_t sub_res = static_cast<int32_t>(gf_log(x) - static_cast<int32_t>(gf_log(y))); in gf_div() local
121 const gf2m modq_res = _gf_modq_1(sub_res); in gf_div()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp120 const int32_t sub_res = static_cast<int32_t>(gf_log(x) - static_cast<int32_t>(gf_log(y))); in gf_div() local
121 const gf2m modq_res = _gf_modq_1(sub_res); in gf_div()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp120 const int32_t sub_res = static_cast<int32_t>(gf_log(x) - static_cast<int32_t>(gf_log(y))); in gf_div() local
121 const gf2m modq_res = _gf_modq_1(sub_res); in gf_div()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/test/llvm-intrinsics/
H A Dusub.sat.ll21 ; CHECK: ISub {{[0-9]+}} [[sub_res:[0-9]+]] [[three]] [[x]]
23 ; CHECK: Select {{[0-9]+}} [[sel_res:[0-9]+]] [[cmp_res]] [[sub_res]] [[zero]]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/msm/back/
H A Ddispatch_table.hpp72 HandledEnum sub_res = in execute() local
77 if ((HANDLED_FALSE==sub_res) && (HANDLED_GUARD_REJECT==res) ) in execute()
80 return sub_res; in execute()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbecopyheur.c260 ir_node *sub_res, *curr; in qnode_color_irn() local
328 sub_res = qnode_color_irn(qn, curr, irn_col, irn); in qnode_color_irn()
329 if (sub_res != CHANGE_SAVE) { in qnode_color_irn()
331 return sub_res; in qnode_color_irn()
/dports/shells/fish/fish-3.3.1/src/
H A Dexpand.cpp643 wcstring_list_t sub_res; in expand_cmdsubst() local
644 int subshell_status = exec_subshell_for_expand(subcmd, *ctx.parser, ctx.job_group, sub_res); in expand_cmdsubst()
679 size_t bad_pos = parse_slice(slice_begin, &slice_end, slice_idx, sub_res.size()); in expand_cmdsubst()
693 if (static_cast<size_t>(idx) > sub_res.size() || idx < 1) { in expand_cmdsubst()
697 sub_res2.push_back(sub_res.at(idx - 1)); in expand_cmdsubst()
699 sub_res = std::move(sub_res2); in expand_cmdsubst()
711 for (const wcstring &sub_item : sub_res) { in expand_cmdsubst()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/ccg/
H A Dapi.py336 sub_res = self._res.substitute(subs)
339 return FunctionalCategory(sub_res, sub_arg, self._dir)
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FMCS/
H A DtestFMCS_Unit.cpp933 std::cout << "res sub = " << sub_res << " size=" << vect.size() << std::endl; in compareChirality()
949 TEST_ASSERT(sub_res == mcs_resb); in compareChirality()
950 if (sub_res != mcs_resb) { // || vect.size() != mcs_res.NumAtoms) { in compareChirality()
1115 bool sub_res = SubstructMatch(*ptr2, *mcs_mol, vect, true, false); in testGithubIssue481() local
1117 << "SubstructMatch(useChirality=false) res =" << sub_res in testGithubIssue481()
1119 sub_res = SubstructMatch(*ptr2, *mcs_mol, vect, true, true); in testGithubIssue481()
1121 << "SubstructMatch(useChirality=true ) res =" << sub_res in testGithubIssue481()
1201 bool sub_res = in testGithubIssue481() local
1203 if (sub_res == false) { // actually == true & 4, 3 !!! in testGithubIssue481()
1232 bool sub_res = in testGithubIssue481() local
[all …]

1234