| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
| nouveau_nvkm_subdev_fault_tu102.c | 87 const u32 info1 = nvkm_rd32(device, 0xb83090); local 93 info.valid = (info1 & 0x80000000) >> 31; 94 info.gpc = (info1 & 0x1f000000) >> 24; 95 info.hub = (info1 & 0x00100000) >> 20; 96 info.access = (info1 & 0x000f0000) >> 16; 97 info.client = (info1 & 0x00007f00) >> 8; 98 info.reason = (info1 & 0x0000001f);
|
| nouveau_nvkm_subdev_fault_gv100.c | 55 const u32 info1 = nvkm_ro32(mem, base + 0x1c); local 66 info.valid = (info1 & 0x80000000) >> 31; 67 info.gpc = (info1 & 0x1f000000) >> 24; 68 info.hub = (info1 & 0x00100000) >> 20; 69 info.access = (info1 & 0x000f0000) >> 16; 70 info.client = (info1 & 0x00007f00) >> 8; 71 info.reason = (info1 & 0x0000001f); 140 const u32 info1 = nvkm_rd32(device, 0x100e5c); local 146 info.valid = (info1 & 0x80000000) >> 31; 147 info.gpc = (info1 & 0x1f000000) >> 24 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_gpio.c | 109 u8 info1 = nvbios_rd32(bios, data + 4); local 113 .log[0] = (info1 & 0x30) >> 4, 114 .log[1] = (info1 & 0xc0) >> 6,
|
| /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) 575 unsigned n_functions = info1->n_functions; 581 info1->summary.runs += info2->summary.runs; 582 info1->summary.sum_max += info2->summary.sum_max; 587 struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix]; 591 if (!gfi_ptr1 || gfi_ptr1->key != info1) 599 info1->filename); 607 gcov_merge_fn merge1 = info1->merge[t_ix]; 1302 /* Test if INFO1 and INFO2 are from the matched source file [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) 585 unsigned n_functions = info1->n_functions; 591 info1->summary.runs += info2->summary.runs; 592 info1->summary.sum_max += info2->summary.sum_max; 597 struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix]; 601 if (!gfi_ptr1 || gfi_ptr1->key != info1) 609 info1->filename); 617 gcov_merge_fn merge1 = info1->merge[t_ix]; 1214 /* Test if INFO1 and INFO2 are from the matched source file [all...] |
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-checkconf.c | 400 char info1[1024], info2[1024]; local 402 snprintf(info1, sizeof(info1), "address %s from interface: %s", resif[i][j], cfg->ifs[i]); 403 else snprintf(info1, sizeof(info1), "interface: %s", cfg->ifs[i]); 407 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". 375 static void exchange(struct isl_coalesce_info *info1, 380 info = *info1; 381 *info1 = *info2; 2736 /* The basic maps represented by "info1" and "info2" are known 2748 static isl_stat harmonize_stride_divs(struct isl_coalesce_info *info1, 2754 n = isl_basic_map_dim(info1->bmap, isl_dim_div); 2760 known = isl_basic_map_div_is_known(info1->bmap, i); 2768 info1->bmap, i, info2->bmap, i); 2773 if (normalize_stride_div(info1, i) < 0 [all...] |
| isl_flow.c | 2421 struct isl_sched_info *info1 = first; local 2426 n1 = isl_vec_size(info1->cst); 2438 if (!info1->is_cst[i]) 2442 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i); 2462 struct isl_sched_info *info1 = first; local 2467 n1 = isl_vec_size(info1->cst); 2478 if (!info1->is_cst[i]) 2482 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_dgram_test.c | 113 union BIO_sock_info_u info1 = { 0 }, info2 = { 0 }; local 185 info1.addr = addr1; 186 if (!TEST_int_gt(BIO_sock_info(fd1, BIO_SOCK_INFO_ADDRESS, &info1), 0))
|
| /src/sys/arch/luna68k/stand/boot/ |
| scsireg.h | 242 uint8_t info1;
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| mkdef.pl | 1627 my $info1 .= "#INFO:"; 1628 $info1 .= join(',', @{$plats}) . ":"; 1629 my $info2 = $info1; 1630 $info1 .= join(',',@{$algs}, $1) . ";"; 1632 return $info1 . $2 . ";" . $info2;
|
| /src/sys/arch/hp300/stand/common/ |
| scsireg.h | 267 u_char info1;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| lifetime.d | 2500 auto info1 = GC.query(arr.ptr); 2501 assert(info1.base !is arr.ptr); // offset is required for page size or larger 2520 info1 = GC.query(carr.ptr); 2521 assert(info1.base !is carr.ptr); // offset is required for page size or larger
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-predicate-analysis.cc | 774 const pred_info &info1 = chain1[i1]; local 775 if (subset_of (info1, info2))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-predicate-analysis.cc | 920 const pred_info &info1 = chain1[i1]; local 921 if (subset_of (info1, info2))
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| shlwapi.d | 62 DLLVERSIONINFO info1;
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| crypto_module_tests.c | 2079 u8 info1[10] = { local 2164 if (hmac_sha256_kdf(prk1, sizeof(prk1), NULL, info1, sizeof(info1),
|
| /src/external/gpl2/dtc/dist/tests/ |
| run_tests.sh | 465 run_wrap_error_test $DTC nul-in-line-info1.dts
|
| /src/external/gpl3/binutils/dist/bfd/ |
| xcofflink.c | 544 const struct xcoff_archive_info *info1; 547 info1 = (const struct xcoff_archive_info *) data1; 549 return info1->archive == info2->archive; 542 const struct xcoff_archive_info *info1; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| xcofflink.c | 544 const struct xcoff_archive_info *info1; 547 info1 = (const struct xcoff_archive_info *) data1; 549 return info1->archive == info2->archive; 542 const struct xcoff_archive_info *info1; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| xcofflink.c | 501 const struct xcoff_archive_info *info1; 504 info1 = (const struct xcoff_archive_info *) data1; 506 return info1->archive == info2->archive; 499 const struct xcoff_archive_info *info1; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| xcofflink.c | 509 const struct xcoff_archive_info *info1; 512 info1 = (const struct xcoff_archive_info *) data1; 514 return info1->archive == info2->archive; 507 const struct xcoff_archive_info *info1; local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 7937 debug_info *info1 = *(debug_info **) v1; local 7938 return info0->addr_base - info1->addr_base;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 7857 debug_info *info1 = *(debug_info **) v1; local 7858 return info0->addr_base - info1->addr_base;
|