| /src/games/hack/ |
| hack.mhitu.c | 266 rloc(mtmp); 268 rloc(mtmp); 283 rloc(mtmp); 341 rloc(mtmp);
|
| hack.steal.c | 98 rloc(mtmp); 105 rloc(mtmp); 129 rloc(mtmp);
|
| hack.makemon.c | 145 rloc(mtmp); 229 { /* used only in mnexto and rloc */ 239 rloc(struct monst *mtmp) function
|
| extern.h | 218 void rloc(struct monst *);
|
| hack.trap.c | 259 rloc(mtmp);
|
| hack.mon.c | 274 rloc(mtmp); 371 rloc(mtmp); 523 rloc(mtmp);
|
| hack.do.c | 480 rloc(mon);
|
| hack.dog.c | 125 rloc(mtmp);
|
| hack.zap.c | 128 rloc(mtmp);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| nat64.h | 66 int rloc; member in struct:nat64_prefix 255 nat64_preference pref, int rloc);
|
| omr-watcher.h | 48 int rloc; member in struct:omr_prefix 74 int rloc, bool stable, bool ncp);
|
| cti-services.h | 74 int rloc; member in struct:_cti_prefix 150 int rloc; member in struct:_cti_route 490 cti_prefix_create_(struct in6_addr *NONNULL prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp, 492 #define cti_prefix_create(prefix, prefix_length, metric, flags, rloc, stable, ncp) \ 493 cti_prefix_create_(prefix, prefix_length, metric, flags, rloc, stable, ncp, __FILE__, __LINE__) 1026 * rloc: Routing locator. 1035 bool nat64, bool stable, offmesh_route_preference_t preference, int rloc, 1037 #define cti_route_create(prefix, prefix_length, origin, nat64, stable, preference, rloc, next_hop_is_host) \ 1038 cti_route_create_(prefix, prefix_length, origin, nat64, stable, preference, rloc, next_hop_is_host, __FILE__, __LINE__)
|
| nat64.c | 315 nat64_prefix_create(struct in6_addr *address, int prefix_length, nat64_preference pref, int rloc) 327 prefix->rloc = rloc; 335 return nat64_prefix_create(&src->prefix, src->prefix_len, src->priority, src->rloc); 911 prefix = nat64_prefix_create(&route->prefix, NAT64_PREFIX_SLASH_96_BYTES, route_pref_to_nat64_pref(route->preference), route->rloc); 1112 && prefix->rloc == deprecated_prefix->rloc) 1185 // If more than 3 infra prefixes show on thread network, BR with highest rloc should withdraw 1187 int max_rloc = event->prefix->rloc; 1189 if (thread_prefix->rloc > max_rloc) [all...] |
| omr-watcher.c | 114 omr_prefix_metadata_set(omr_prefix_t *prefix, int metric, int flags, int rloc, bool stable, bool ncp) 118 prefix->rloc = rloc; 145 omr_prefix_create(struct in6_addr *prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp) 152 omr_prefix_metadata_set(ret, metric, flags, rloc, stable, ncp); 360 cti_prefix->flags, cti_prefix->rloc, cti_prefix->stable, cti_prefix->ncp);
|
| cti-services.c | 1641 cti_prefix_create_(struct in6_addr *prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp, 1650 prefix_ret->rloc = rloc; 1875 bool nat64, bool stable, offmesh_route_preference_t preference, int rloc, 1886 route_ret->rloc = rloc; 1911 int rloc = 0, prefix_len = 0; local 1947 } else if (!strcmp(key, "rloc")) { 1948 rloc = (int)xpc_dictionary_get_uint64(array_sub_dict, "value"); 2001 cti_route_t *r = cti_route_create(&prefix_addr, prefix_len, origin, nat64, stable, pref, rloc, next_hop_is_host) 2097 int rloc = 0, prefix_len = 0, flags = 0; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.h | 72 new_location (recording::location *rloc, 813 get_location (recording::location *rloc, int column_num);
|
| jit-playback.cc | 3706 new_location (recording::location *rloc, 3716 location *loc = src_line->get_location (rloc, column); 3822 get_location (recording::location *rloc, int column_num) 3833 loc = new location (rloc, this, column_num);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.h | 61 new_location (recording::location *rloc, 777 get_location (recording::location *rloc, int column_num);
|
| jit-playback.cc | 3528 new_location (recording::location *rloc, 3538 location *loc = src_line->get_location (rloc, column); 3644 get_location (recording::location *rloc, int column_num) 3655 loc = new location (rloc, this, column_num);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| func.d | 2431 auto rloc = r.ensure.loc; 2432 auto resultId = new IdentifierExp(rloc, Id.result); 2433 auto init = new ExpInitializer(rloc, resultId); 2435 auto decl = new VarDeclaration(rloc, null, r.id, init, stc); 2436 auto sdecl = new ExpStatement(rloc, decl); 2437 s.push(new ScopeStatement(rloc, new CompoundStatement(rloc, sdecl, r.ensure), rloc));
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 16281 unsigned char *rloc; 16349 rloc = start + rp->r_offset; 16350 if (!IN_RANGE (start, end, rloc, reloc_size)) 16410 addend += byte_get (rloc, reloc_size) & 0x3f; 16412 addend += byte_get (rloc, reloc_size); 16421 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, 16432 addend = (addend & 0x3f) | (byte_get (rloc, reloc_size) & 0xc0); 16433 byte_put (rloc, addend, reloc_size); 16436 byte_put (rloc, addend - sym->st_value, reloc_size); 16438 byte_put (rloc, addend + sym->st_value, reloc_size) 16278 unsigned char *rloc; local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 16826 unsigned char *rloc; 16902 rloc = start + rp->r_offset; 16955 addend += byte_get (rloc, reloc_size) & 0x3f; 16957 addend += byte_get (rloc, reloc_size); 16966 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, 16977 addend = (addend & 0x3f) | (byte_get (rloc, reloc_size) & 0xc0); 16978 byte_put (rloc, addend, reloc_size); 16981 byte_put (rloc, addend - sym->st_value, reloc_size); 16983 byte_put (rloc, addend + sym->st_value, reloc_size); 16823 unsigned char *rloc; local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-mips.c | 3980 bfd_byte *rloc; 3988 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela)); 3992 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc); 3965 bfd_byte *rloc; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-mips.c | 3956 bfd_byte *rloc; 3964 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela)); 3968 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc); 3941 bfd_byte *rloc; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 22138 location_t rloc = c_parser_peek_token (parser)->location; 22427 DECL_SOURCE_LOCATION (omp_out) = rloc; 22435 DECL_SOURCE_LOCATION (omp_priv) = rloc; 22133 location_t rloc = c_parser_peek_token (parser)->location; local
|