| /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,
|
| /xsrc/external/mit/xterm/dist/ |
| graphics.c | 1232 int rbase = 0; local 1237 if (rbase >= r_min 1238 && rbase <= r_max) { 1250 rbase += ph;
|
| /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:__anon10627
|
| crx.h | 99 rbase - register base 134 rbase, rbase_dispu4, enumerator in enum:__anon10640
|
| /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:__anon12091
|
| crx.h | 99 rbase - register base 134 rbase, rbase_dispu4, enumerator in enum:__anon12104
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| cr16.h | 90 rbase - register base 132 rra, rbase, rbase_disps20, rbase_dispe20, enumerator in enum:__anon21479
|
| crx.h | 99 rbase - register base 134 rbase, rbase_dispu4, enumerator in enum:__anon21492
|
| /src/external/gpl3/gdb.old/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/bfd/ |
| archive.c | 990 bfd_byte *raw_armap, *rbase; 1024 rbase = raw_armap + BSD_SYMDEF_COUNT_SIZE; 1025 stringbase = (char *) rbase + amt + BSD_STRING_COUNT_SIZE; 1040 counter++, set++, rbase += BSD_SYMDEF_SIZE) 1042 unsigned nameoff = H_GET_32 (abfd, rbase); 1049 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE); 986 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:__anon1067
|
| crx.h | 99 rbase - register base 134 rbase, rbase_dispu4, enumerator in enum:__anon1080
|
| /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.old/dist/opcodes/ |
| i386-dis.c | 11963 int base, rbase; local 12050 rbase = base + add; 12149 ? att_names64 : att_names32)[rbase]);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-dis.c | 12267 int base, rbase; local 12354 rbase = base + add; 12453 ? att_names64 : att_names32)[rbase]);
|