| /src/external/gpl3/binutils/dist/include/ |
| sframe.h | 326 /* Get the FDE type from the info2 byte. */ 327 #define SFRAME_V3_FDE_TYPE(info2) \ 328 ((info2) & SFRAME_V3_FDE_TYPE_MASK) 334 /* Set the FDE type in the info2 byte, preserving upper bits. */ 335 #define SFRAME_V3_SET_FDE_TYPE(info2, fde_type) \ 336 (((info2) & ~SFRAME_V3_FDE_TYPE_MASK) \
|
| /src/external/gpl2/lvm2/dist/lib/filters/ |
| filter-persistent.c | 184 struct stat info, info2; local 218 if (stat(pf->file, &info2)) { 223 if (is_same_inode(info, info2))
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-util.c | 569 /* Add INFO2's counter to INFO1, multiplying by weight W. */ 572 gcov_merge (struct gcov_info *info1, struct gcov_info *info2, int w) 578 gcc_assert (info2->n_functions == n_functions); 581 info1->summary.runs += info2->summary.runs; 582 info1->summary.sum_max += info2->summary.sum_max; 588 struct gcov_fn_info *gfi_ptr2 = info2->functions[f_ix]; 593 if (!gfi_ptr2 || gfi_ptr2->key != info2) 608 gcov_merge_fn merge2 = info2->merge[t_ix]; 1302 /* Test if INFO1 and INFO2 are from the matched source file. 1306 matched_gcov_info (const struct gcov_info *info1, const struct gcov_info *info2) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-util.c | 579 /* Add INFO2's counter to INFO1, multiplying by weight W. */ 582 gcov_merge (struct gcov_info *info1, struct gcov_info *info2, int w) 588 gcc_assert (info2->n_functions == n_functions); 591 info1->summary.runs += info2->summary.runs; 592 info1->summary.sum_max += info2->summary.sum_max; 598 struct gcov_fn_info *gfi_ptr2 = info2->functions[f_ix]; 603 if (!gfi_ptr2 || gfi_ptr2->key != info2) 618 gcov_merge_fn merge2 = info2->merge[t_ix]; 1214 /* Test if INFO1 and INFO2 are from the matched source file. 1218 matched_gcov_info (const struct gcov_info *info1, const struct gcov_info *info2) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-if-to-switch.cc | 530 condition_info **info2 = conditions_in_bbs.get (e->src); local 531 if (!info2 || info->m_ranges[0].exp != (*info2)->m_ranges[0].exp) 537 if ((*info2)->m_false_edge != e) 544 chain->m_entries.safe_push (*info2); 546 info = *info2;
|
| gimple-ssa-store-merging.cc | 3256 store_immediate_info *info2 = m_store_info[j]; local 3257 if (info2->bitpos >= this_end) 3259 if (info2->order < try_order) 3261 if (info2->rhs_code != INTEGER_CST 3262 || info2->lp_nr != merged_store->lp_nr) 3275 if (info2->bitregion_start 3277 this_bitregion_start = info2->bitregion_start; 3278 if (info2->bitregion_end 3280 this_bitregion_end = info2->bitregion_end; 3289 min_order = MIN (min_order, info2->order) 3356 store_immediate_info *info2 = m_store_info[j]; local 3896 store_immediate_info *info2 = NULL; local [all...] |
| ipa-inline.cc | 2111 ipa_fn_summary *info2 = ipa_fn_summaries->get local 2113 if (info2->scc_no) 2115 info2->scc_no = id;
|
| gimple-predicate-analysis.cc | 771 const pred_info &info2 = chain2[i2]; local 775 if (subset_of (info1, info2))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-if-to-switch.cc | 527 condition_info **info2 = conditions_in_bbs.get (e->src); local 528 if (!info2 || info->m_ranges[0].exp != (*info2)->m_ranges[0].exp) 534 if ((*info2)->m_false_edge != e) 537 chain->m_entries.safe_push (*info2); 539 info = *info2;
|
| gimple-ssa-store-merging.cc | 3165 store_immediate_info *info2 = m_store_info[j]; local 3166 if (info2->bitpos >= this_end) 3168 if (info2->order < try_order) 3170 if (info2->rhs_code != INTEGER_CST 3171 || info2->lp_nr != merged_store->lp_nr) 3185 min_order = MIN (min_order, info2->order); 3187 info2->bitpos + info2->bitsize); 3189 else if (info2->rhs_code == INTEGER_CST 3190 && info2->lp_nr == merged_store->lp_n 3252 store_immediate_info *info2 = m_store_info[j]; local 3792 store_immediate_info *info2 = NULL; local [all...] |
| ipa-inline.cc | 2001 ipa_fn_summary *info2 = ipa_fn_summaries->get local 2003 if (info2->scc_no) 2005 info2->scc_no = id;
|
| gimple-predicate-analysis.cc | 917 const pred_info &info2 = chain2[i2]; local 921 if (subset_of (info1, info2))
|
| /src/external/gpl2/lvm2/dist/lib/cache/ |
| lvmcache.c | 932 struct lvmcache_info *info2, *info3; local 999 dm_list_iterate_items_safe(info2, info3, &primary_vginfo->infos) { 1001 _drop_vginfo(info2, primary_vginfo); 1002 _vginfo_attach_info(orphan_vginfo, info2); 1003 if (info2->mdas.n) 1005 dm_list_size(&info2->mdas)); 1009 dev_name(info2->dev),
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_dgram_test.c | 113 union BIO_sock_info_u info1 = { 0 }, info2 = { 0 }; local 189 info2.addr = addr2; 190 if (!TEST_int_gt(BIO_sock_info(fd2, BIO_SOCK_INFO_ADDRESS, &info2), 0))
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-checkconf.c | 446 char info1[1024], info2[1024]; local 451 snprintf(info2, sizeof(info2), "address %s from interface: %s", resif[i2][j2], cfg->ifs[i2]); 452 else snprintf(info2, sizeof(info2), "interface: %s", cfg->ifs[i2]); 453 fatal_exit("%s present twice, cannot bind the same ports twice. The first entry is %s and the second is %s", resif[i][j], info2, info1);
|
| /src/external/mit/isl/dist/ |
| isl_coalesce.c | 373 /* Exchange the information in "info1" with that in "info2". 376 struct isl_coalesce_info *info2) 381 *info1 = *info2; 382 *info2 = info; 2736 /* The basic maps represented by "info1" and "info2" are known 2749 struct isl_coalesce_info *info2) 2762 known = isl_basic_map_div_is_known(info2->bmap, i); 2768 info1->bmap, i, info2->bmap, i); 2775 if (normalize_stride_div(info2, i) < 0) 2829 * by "info2", taking into account the equality constraints "eq1" of "info1 [all...] |
| isl_flow.c | 2422 struct isl_sched_info *info2 = second; local 2427 n2 = isl_vec_size(info2->cst); 2440 if (!info2->is_cst[i]) 2442 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i); 2463 struct isl_sched_info *info2 = second; local 2468 n2 = isl_vec_size(info2->cst); 2480 if (!info2->is_cst[i]) 2482 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i);
|
| /src/sys/arch/luna68k/stand/boot/ |
| scsireg.h | 243 uint8_t info2;
|
| /src/sys/dev/ic/ |
| icpvar.h | 60 u_int32_t info2; member in struct:icp_intr_ctx
|
| icp.c | 680 icp->icp_info2 = ctx.info2; 689 ctx.info, ctx.info2);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| lifetime.d | 2507 auto info2 = GC.query(arr2.ptr); 2508 assert(info2.base is arr2.ptr); // no offset, the capacity is small. 2515 info2 = GC.query(arr2.ptr); 2516 assert(info2.base is arr2.ptr); // no offset, the capacity is small. 2527 info2 = GC.query(carr2.ptr); 2528 assert(info2.base is carr2.ptr); // no offset, the capacity is small. 2535 info2 = GC.query(carr2.ptr); 2536 assert(info2.base is carr2.ptr); // no offset, the capacity is small.
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| mkdef.pl | 1629 my $info2 = $info1; 1631 $info2 .= join(',',@{$algs}) . ";"; 1632 return $info1 . $2 . ";" . $info2;
|
| /src/external/gpl2/lvm2/dist/lib/activate/ |
| dev_manager.c | 662 struct dm_info info, info2; local 691 if (!info.exists && _info_by_dev(lv->major, lv->minor, &info2) && 692 info2.exists) {
|
| /src/sys/arch/hp300/stand/common/ |
| scsireg.h | 268 u_char info2;
|
| /src/sys/dev/pci/ |
| icp_pci.c | 770 ctx->info2 = bus_space_read_4(icp->icp_dpmemt, icp->icp_dpmemh,
|