| /netbsd-src/sys/rump/dev/lib/libvirtio_ld/ |
| H A D | ld_at_virtio.c | 70 char rbase[] = "/dev/rldX"; in RUMP_COMPONENT() local 76 rbase[sizeof(rbase)-2] = '0' + i; in RUMP_COMPONENT() 81 if ((error = rump_vfs_makedevnodes(S_IFCHR, rbase, 'a', in RUMP_COMPONENT()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/seed/ |
| H A D | seed_local.h | 99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument 100 (T0) = (X3) ^ (ks->data)[(rbase)]; \ 101 (T1) = (X4) ^ (ks->data)[(rbase)+1]; \
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/seed/ |
| H A D | seed_local.h | 99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument 100 (T0) = (X3) ^ (ks->data)[(rbase)]; \ 101 (T1) = (X4) ^ (ks->data)[(rbase)+1]; \
|
| /netbsd-src/games/factor/ |
| H A D | factor.c | 336 BIGNUM *base, *rbase, *num, *i, *x; in pollard_pminus1() local 339 rbase = BN_new(); in pollard_pminus1() 344 BN_set_word(rbase, 1); in pollard_pminus1() 346 if (!BN_add_word(rbase, 1)) in pollard_pminus1() 349 BN_copy(base, rbase); in pollard_pminus1()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | search.cpp | 272 NdbRdns *rbase, NdbOcInfo *oci, int indexed ) in ndb_oc_search() argument 410 if ( i < rbase->nr_num ) { in ndb_oc_search() 430 if ( rdns.nr_num != rbase->nr_num+1 ) in ndb_oc_search() 433 if ( rdns.nr_num == rbase->nr_num ) in ndb_oc_search()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | crx.h | 134 rbase, rbase_dispu4, enumerator
|
| H A D | cr16.h | 132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | cr16.h | 132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator
|
| H A D | crx.h | 134 rbase, rbase_dispu4, enumerator
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | archive.c | 1000 bfd_byte *raw_armap, *rbase; in do_slurp_bsd_armap() local 1034 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE; in do_slurp_bsd_armap() 1035 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE; in do_slurp_bsd_armap() 1050 counter++, set++, rbase += BSD_SYMDEF_SIZE) in do_slurp_bsd_armap() 1052 unsigned nameoff = H_GET_32 (abfd, rbase); in do_slurp_bsd_armap() 1059 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE); in do_slurp_bsd_armap()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | archive.c | 987 bfd_byte *raw_armap, *rbase; in do_slurp_bsd_armap() local 1021 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE; in do_slurp_bsd_armap() 1022 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE; in do_slurp_bsd_armap() 1037 counter++, set++, rbase += BSD_SYMDEF_SIZE) in do_slurp_bsd_armap() 1039 unsigned nameoff = H_GET_32 (abfd, rbase); in do_slurp_bsd_armap() 1046 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE); in do_slurp_bsd_armap()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_parser.c | 347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local 348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote() 364 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote() 372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote() 387 if (lbase - rbase < 0) in dt_type_promote() 1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local 1101 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat() 1102 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat() 1106 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat() 1108 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-alias.c | 3400 tree rbase = ref->base; in stmt_kills_ref_p() local 3410 if (TREE_CODE (rbase) != MEM_REF) in stmt_kills_ref_p() 3414 roffset += mem_ref_offset (rbase) << LOG2_BITS_PER_UNIT; in stmt_kills_ref_p() 3416 rbase = TREE_OPERAND (rbase, 0); in stmt_kills_ref_p() 3418 if (base == rbase in stmt_kills_ref_p()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | crx-opc.c | 438 {NAME, 1, OPC2, SHIFT+4, CSTBIT_INS, {{OP,20}, {rbase,16}}}, \
|
| H A D | i386-dis.c | 11541 int base, rbase; in OP_E_memory() local 11618 rbase = base + add; in OP_E_memory() 11717 ? att_names64 : att_names32)[rbase]); in OP_E_memory()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | crx-opc.c | 438 {NAME, 1, OPC2, SHIFT+4, CSTBIT_INS, {{OP,20}, {rbase,16}}}, \
|
| H A D | i386-dis.c | 11761 int base, rbase; in OP_E_memory() local 11848 rbase = base + add; in OP_E_memory() 11947 ? att_names64 : att_names32)[rbase]); in OP_E_memory()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | hifn7751.c | 263 char rbase; in hifn_attach() local 390 rbase = 'K'; in hifn_attach() 392 rbase = 'M'; in hifn_attach() 396 hifncap, rseg, rbase, in hifn_attach()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9421 const auto *rbase = rhs->castAs<FunctionType>(); in mergeFunctionTypes() local 9423 const auto *rproto = dyn_cast<FunctionProtoType>(rbase); in mergeFunctionTypes() 9430 QualType RHS = rbase->getReturnType(); in mergeFunctionTypes() 9438 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes() 9447 CanQualType RRetType = getCanonicalType(rbase->getReturnType()); in mergeFunctionTypes() 9463 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo(); in mergeFunctionTypes()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldlang.c | 5683 bfd_vma rbase) in os_region_check() argument 5688 || rbase == 0)) in os_region_check()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldlang.c | 5757 bfd_vma rbase) in os_region_check() argument 5762 || rbase == 0)) in os_region_check()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-2004 | 514 (get_operandtype): Bug fix in 'rbase' operand type parsing.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-2004 | 514 (get_operandtype): Bug fix in 'rbase' operand type parsing.
|