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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
r3000@isa-override-2.s 3 .ent foo
r3900@isa-override-2.s 3 .ent foo
r5900-nollsc.s 4 .ent stuff
elf-rel10.s 2 .ent foo
9 .ent bar
16 .ent frob
pcrel-reloc-4.s 4 .ent baz
13 .ent bar
25 .ent foo
66 .ent bar
75 .ent baz
mips16-intermix.s 5 .ent m32_l
23 .ent m16_l
39 .ent m32_static_l
56 .ent m16_static_l
72 .ent m32_static1_l
89 .ent m16_static1_l
105 .ent m32_static32_l
122 .ent m16_static32_l
138 .ent m32_static16_l
155 .ent m16_static16_
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1c.s 20 .ent testlo
compressed-plt-1d.s 18 .ent testgot
got-dump-1.s 2 .ent glob
got-dump-2.s 2 .ent glob
mips16-pic-1b.s 15 .ent __start
unaligned-branch.s 4 .ent foo
mips16-intermix-2.s 5 .ent m32_l
23 .ent m16_l
39 .ent m32_static_l
56 .ent m16_static_l
72 .ent m32_static1_l
89 .ent m16_static1_l
105 .ent m32_static32_l
122 .ent m16_static32_l
138 .ent m32_static16_l
155 .ent m16_static16_
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.cc 73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);
74 internal_memcpy(&ent->global, &info, sizeof(info));
75 return ent;
  /external/mesa3d/src/mapi/glapi/gen/
gl_apitemp.py 228 normal_ents = [f.static_name(ent) for ent in normal_ents]
229 proto_ents = [f.static_name(ent) for ent in proto_ents]
235 for ent in normal_entries:
236 print ' TABLE_ENTRY(%s),' % (ent)
239 for ent in proto_entries:
240 print ' TABLE_ENTRY(%s),' % (ent)
285 for ent in ents:
286 self.printFunction(func, ent)
    [all...]
  /external/libxml2/
entities.c 907 * @ent: An entity
915 xmlEntityPtr ent = (xmlEntityPtr) payload; local
926 cur->etype = ent->etype;
927 if (ent->name != NULL)
928 cur->name = xmlStrdup(ent->name);
929 if (ent->ExternalID != NULL)
930 cur->ExternalID = xmlStrdup(ent->ExternalID);
931 if (ent->SystemID != NULL)
932 cur->SystemID = xmlStrdup(ent->SystemID);
933 if (ent->content != NULL
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 46 struct dirent *ent; local
66 while (( ent = readdir(d) )) {
74 if(*ent->d_name<'0' || *ent->d_name>'9')
77 pid = strtol(ent->d_name, NULL, 10);
  /external/llvm/test/MC/Mips/
directive-ent.s 1 # The effects of .ent on the .pdr section are tested in mips-pdr*.s. Test
17 .ent a
20 # ASM: .ent a
32 .ent b
38 # ASM: .ent b
  /external/ltp/testcases/kernel/connectors/pec/
event_generator.c 206 struct passwd *ent; local
210 ent = getpwnam(ltp_user);
211 if (ent == NULL) {
215 ltp_uid = ent->pw_uid;
216 ltp_gid = ent->pw_gid;
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 123 Entry ent = null; local
127 ent = map.get(styleable);
128 if (ent != null) {
129 return ent;
153 ent = new Entry(pkg.context,
155 map.put(styleable, ent);
160 return ent;
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 122 struct dirent* ent; local
126 while ((ent = readdir(input_dir)) != NULL) {
127 if (!strncmp(&ent->d_name[strlen(ent->d_name)-4], ".vts", 4)) {
130 argv[opt_count + 1], ent->d_name), vts_base_dir);
133 argv[opt_count + 2], ent->d_name), vts_base_dir);
140 cout << ent->d_name << endl;
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 1127 /* Mark all relocations against CIE or FDE ENT, which occurs in
1133 struct eh_cie_fde *ent, elf_gc_mark_hook_fn gc_mark_hook,
1137 for (cookie->rel = cookie->rels + ent->reloc_index;
1139 && cookie->rel->r_offset < ent->offset + ent->size;
1324 struct eh_cie_fde *ent; local
1729 struct eh_cie_fde *ent; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 218 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local
219 if (!ent) {
223 vg_assert(ent->tag == Te_Bound);
224 if (ent->Te.Bound.knownL && ent->Te.Bound.knownU
225 && ent->Te.Bound.boundL == 0) {
226 VG_(printf)("[%lld]", 1 + ent->Te.Bound.boundU);
229 if (ent->Te.Bound.knownL && (!ent->Te.Bound.knownU)
230 && ent->Te.Bound.boundL == 0)
240 TyEnt* ent = ML_(TyEnts__index_by_cuOff)( tyents, NULL, cuOff ); local
674 TyEnt* ent = ML_(TyEnts__index_by_cuOff)(tyents, NULL, cuOff); local
    [all...]
  /external/libevent/sample/
http-server.c 94 const struct table_entry *ent; local
99 for (ent = &content_type_table[0]; ent->extension; ++ent) {
100 if (!evutil_ascii_strcasecmp(ent->extension, extension))
101 return ent->content_type;
221 WIN32_FIND_DATAA ent; local
226 struct dirent *ent;
240 d = FindFirstFileA(pattern, &ent);
265 const char *name = ent.cFileName
    [all...]
  /build/kati/
pathutil.go 245 for _, ent := range ents {
246 matched, err := filepath.Match(pattern, ent.name)
251 matches = append(matches, dir+ent.name)
304 func (op findOpName) apply(w evalWriter, path string, ent dirent) (bool, bool) {
305 matched, err := filepath.Match(string(op), ent.name)
318 func (op findOpType) apply(w evalWriter, path string, ent dirent) (bool, bool) {
319 mode := ent.lmode
320 if op.followSymlinks && ent.mode != 0 {
321 mode = ent.mode
330 func (op findOpRegular) apply(w evalWriter, path string, ent dirent) (bool, bool)
    [all...]

Completed in 268 milliseconds

1 2 3 4 5 6 78 91011>>