HomeSort by: relevance | last modified time | path
    Searched defs:rbase (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/rump/dev/lib/libvirtio_ld/
ld_at_virtio.c 70 char rbase[] = "/dev/rldX"; local
76 rbase[sizeof(rbase)-2] = '0' + i;
81 if ((error = rump_vfs_makedevnodes(S_IFCHR, rbase, 'a',
  /src/games/factor/
factor.c 336 BIGNUM *base, *rbase, *num, *i, *x; local
339 rbase = BN_new();
344 BN_set_word(rbase, 1);
346 if (!BN_add_word(rbase, 1))
349 BN_copy(base, rbase);
  /src/sys/dev/pci/
hifn7751.c 263 char rbase; local
390 rbase = 'K';
392 rbase = 'M';
396 hifncap, rseg, rbase,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); local
348 uint_t rkind = ctf_type_kind(rfp, rbase);
364 rtype = rbase = DT_INT_TYPE(dtp);
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) {
387 if (lbase - rbase < 0)
1052 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; local
1101 rbase = ctf_type_resolve(rfp, rp->dn_type);
1102 rkind = ctf_type_kind(rfp, rbase);
1106 ctf_type_reference(rfp, rbase));
1108 ctf_array_info(rfp, rbase, &r) == 0)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
archive.c 989 bfd_byte *raw_armap, *rbase;
1023 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE;
1024 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE;
1039 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1041 unsigned nameoff = H_GET_32 (abfd, rbase);
1048 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
985 bfd_byte *raw_armap, *rbase; local
  /src/external/gpl3/binutils/dist/include/opcode/
cr16.h 90 rbase - register base
132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator in enum:__anon8284
crx.h 99 rbase - register base
134 rbase, rbase_dispu4, enumerator in enum:__anon8297
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 992 bfd_byte *raw_armap, *rbase;
1026 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE;
1027 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE;
1042 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1044 unsigned nameoff = H_GET_32 (abfd, rbase);
1051 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
988 bfd_byte *raw_armap, *rbase; local
  /src/external/gpl3/binutils.old/dist/include/opcode/
cr16.h 90 rbase - register base
132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator in enum:__anon9748
crx.h 99 rbase - register base
134 rbase, rbase_dispu4, enumerator in enum:__anon9761
  /src/external/gpl3/gdb/dist/bfd/
archive.c 994 bfd_byte *raw_armap, *rbase;
1028 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE;
1029 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE;
1044 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1046 unsigned nameoff = H_GET_32 (abfd, rbase);
1053 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
990 bfd_byte *raw_armap, *rbase; local
  /src/external/gpl3/gdb/dist/include/opcode/
cr16.h 90 rbase - register base
132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator in enum:__anon3791
crx.h 99 rbase - register base
134 rbase, rbase_dispu4, enumerator in enum:__anon3804
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 1001 bfd_byte *raw_armap, *rbase;
1035 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE;
1036 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE;
1051 counter++, set++, rbase += BSD_SYMDEF_SIZE)
1053 unsigned nameoff = H_GET_32 (abfd, rbase);
1060 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
997 bfd_byte *raw_armap, *rbase; local
  /src/external/gpl3/gdb.old/dist/include/opcode/
cr16.h 90 rbase - register base
132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator in enum:__anon6532
crx.h 99 rbase - register base
134 rbase, rbase_dispu4, enumerator in enum:__anon6545
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9421 const auto *rbase = rhs->castAs<FunctionType>(); local
9423 const auto *rproto = dyn_cast<FunctionProtoType>(rbase);
9430 QualType RHS = rbase->getReturnType();
9438 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
9447 CanQualType RRetType = getCanonicalType(rbase->getReturnType());
9460 // rbase->getRegParmAttr() != 0 &&
9461 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
9463 FunctionType::ExtInfo rbaseInfo = rbase->getExtInfo();
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 12299 int base, rbase; local
12386 rbase = base + add;
12485 ? att_names64 : att_names32)[rbase]);
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 12260 int base, rbase; local
12347 rbase = base + add;
12446 ? att_names64 : att_names32)[rbase]);
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 11963 int base, rbase; local
12050 rbase = base + add;
12149 ? att_names64 : att_names32)[rbase]);
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 11854 int base, rbase; local
11941 rbase = base + add;
12040 ? att_names64 : att_names32)[rbase]);

Completed in 104 milliseconds