HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 26 - 50 of 622) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
pic-and-nonpic-6-n32a.s 3 .ent extf1
9 .ent extf2
15 .ent extf3
21 .ent extf4
27 .ent extf5
pic-and-nonpic-6-n64a.s 3 .ent extf1
9 .ent extf2
15 .ent extf3
21 .ent extf4
27 .ent extf5
pic-and-nonpic-6-o32a.s 3 .ent extf1
9 .ent extf2
15 .ent extf3
21 .ent extf4
27 .ent extf5
pic-and-nonpic-1a.s 5 .ent f1
16 .ent f2
25 .ent f3
got-page-3b.s 6 .ent f2
got-page-3c.s 6 .ent f3
got-page-7b.s 2 .ent f2
got-page-7c.s 2 .ent f3
got-page-7d.s 2 .ent f4
mips16-call-global-1.s 4 .ent __start
pic-and-nonpic-1b.s 4 .ent __start
pic-and-nonpic-5b.s 3 .ent ext
  /prebuilts/go/darwin-x86/src/net/
hosts_test.go 66 for _, ent := range tt.ents {
67 testStaticHost(t, tt.name, ent)
72 func testStaticHost(t *testing.T, hostsPath string, ent staticHostEntry) {
73 ins := []string{ent.in, absDomainName([]byte(ent.in)), strings.ToLower(ent.in), strings.ToUpper(ent.in)}
76 if !reflect.DeepEqual(addrs, ent.out) {
77 t.Errorf("%s, lookupStaticHost(%s) = %v; want %v", hostsPath, in, addrs, ent.out)
135 for _, ent := range tt.ents
    [all...]
  /prebuilts/go/linux-x86/src/net/
hosts_test.go 66 for _, ent := range tt.ents {
67 testStaticHost(t, tt.name, ent)
72 func testStaticHost(t *testing.T, hostsPath string, ent staticHostEntry) {
73 ins := []string{ent.in, absDomainName([]byte(ent.in)), strings.ToLower(ent.in), strings.ToUpper(ent.in)}
76 if !reflect.DeepEqual(addrs, ent.out) {
77 t.Errorf("%s, lookupStaticHost(%s) = %v; want %v", hostsPath, in, addrs, ent.out)
135 for _, ent := range tt.ents
    [all...]
  /external/mesa3d/src/mapi/
mapi_abi.py 163 raise Exception('recursive alias %s' % ent.name)
179 ent = ABIEntry(cols, attrs, func)
180 entry_dict[ent.name] = ent
235 raise Exception('recursive alias %s' % ent.name)
247 ent = ABIEntry(cols, attrs)
248 if entry_dict.has_key(ent.name):
249 raise Exception('%s is duplicated' % (ent.name))
250 entry_dict[ent.name] = ent
    [all...]
  /bionic/tools/versioner/src/
Utils.cpp 53 while (FTSENT* ent = fts_read(fts.get())) {
54 if (ent->fts_info & FTS_DP) {
55 if (ent == skipping) {
65 if (ent->fts_info & FTS_D) {
66 if (ignored_directories.count(ent->fts_path) != 0) {
67 // fts_read guarantees that `ent` is valid and sane to hold on to until
69 skipping = ent;
74 std::string path = ent->fts_path;
  /toolchain/binutils/binutils-2.27/bfd/
coff-bfd.c 65 combined_entry_type *ent; local
78 ent = csym->native + indx + 1;
80 BFD_ASSERT (! ent->is_sym);
81 *pauxent = ent->u.auxent;
83 if (ent->fix_tag)
88 if (ent->fix_end)
93 if (ent->fix_scnlen)
  /external/boringssl/src/crypto/x509/
by_dir.c 171 static void by_dir_entry_free(BY_DIR_ENTRY *ent)
173 if (ent->dir)
174 OPENSSL_free(ent->dir);
175 if (ent->hashes)
176 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
177 OPENSSL_free(ent);
206 BY_DIR_ENTRY *ent; local
213 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
214 if (strlen(ent->dir) == len &&
215 strncmp(ent->dir, ss, len) == 0
309 BY_DIR_ENTRY *ent; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
irel.h 36 struct ext2_inode_relocate_entry *ent);
41 struct ext2_inode_relocate_entry *ent);
47 struct ext2_inode_relocate_entry *ent);
59 struct ext2_inode_relocate_entry *ent);
103 #define ext2fs_irel_put(irel, old, ent) ((irel)->put((irel), old, ent))
104 #define ext2fs_irel_get(irel, old, ent) ((irel)->get((irel), old, ent))
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \
106 ((irel)->get_by_orig((irel), orig, old, ent))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
elf-reloc-6.s 14 .ent nopv
20 .ent stdgp
27 .ent nopro
  /external/e2fsprogs/util/
subst.c 53 struct subst_entry *ent = 0; local
55 ent = (struct subst_entry *) malloc(sizeof(struct subst_entry));
56 if (!ent)
58 ent->name = (char *) malloc(strlen(name)+1);
59 if (!ent->name)
61 ent->value = (char *) malloc(strlen(value)+1);
62 if (!ent->value)
64 strcpy(ent->name, name);
65 strcpy(ent->value, value);
66 ent->next = subst_table
79 struct subst_entry *ent; local
137 struct subst_entry *ent; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
iomapper.cpp 139 TVarEntryInfo ent = { base->getId(), base, !traverseAll }; local
140 TVarLiveMap::iterator at = std::lower_bound(target->begin(), target->end(), ent, TVarEntryInfo::TOrderById());
141 if (at != target->end() && at->id == ent.id)
144 target->insert(at, ent);
178 TVarEntryInfo ent = { base->getId() };
179 TVarLiveMap::const_iterator at = std::lower_bound(source->begin(), source->end(), ent, TVarEntryInfo::TOrderById());
183 if (at->id != ent.id)
213 inline void operator()(TVarEntryInfo& ent)
215 resolver.notifyBinding(stage, ent.symbol->getName().c_str(), ent.symbol->getType(), ent.live)
    [all...]
  /external/e2fsprogs/resize/
extent.c 83 struct ext2_extent_entry *ent; local
99 ent = extent->list + curr;
105 ent--;
106 if ((ent->old_loc + ent->size == old_loc) &&
107 (ent->new_loc + ent->size == new_loc)) {
108 ent->size++;
114 if (ent->old_loc + ent->size > old_loc
200 struct ext2_extent_entry *ent; local
217 struct ext2_extent_entry *ent; local
    [all...]
  /external/valgrind/none/tests/x86-linux/
seg_override.c 38 inline static void *wine_ldt_get_base( const LDT_ENTRY *ent )
40 return (void *)(ent->BaseLow |
41 (unsigned long)ent->HighWord.Bits.BaseMid << 16 |
42 (unsigned long)ent->HighWord.Bits.BaseHi << 24);
44 inline static unsigned int wine_ldt_get_limit( const LDT_ENTRY *ent )
46 unsigned int limit = ent->LimitLow | (ent->HighWord.Bits.LimitHi << 16);
47 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-weak.s 4 .ent foo
12 .ent bar

Completed in 755 milliseconds

12 3 4 5 6 7 8 91011>>