HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 76 - 100 of 1267) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-8m.d 2 #source: sec-8a.s
3 #source: sec-8b.s
4 #source: sec-8m.s
5 #source: sec-8d.s
9 # Distantly related to sec-7m.s in that section lengths mattered for the
sec-12.d 10 # variant of sec-5.d with the lop_loc having a misalignment, followed
19 1 \.MMIX\.sec\.0 0+24 789abcdef0123458 789abcdef0123458 0+ 2\*\*2
23 Contents of section \.MMIX\.sec\.0:
  /system/core/liblog/include/log/
log_read.h 60 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
78 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v2
97 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v3
116 uint32_t sec; /* seconds since Epoch */ member in struct:logger_entry_v4
154 return (entry.sec == T.entry.sec) && (entry.nsec == T.entry.nsec);
160 return (entry.sec < T.entry.sec) ||
161 ((entry.sec == T.entry.sec) && (entry.nsec < T.entry.nsec))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
subsegs.c 209 #define obj_sec_sym_ok_for_reloc(SEC) 0
213 section_symbol (segT sec)
215 segment_info_type *seginfo = seg_info (sec);
230 s = symbol_create (sec->symbol->name, sec, 0, &zero_address_frag);
235 s = symbol_find (sec->symbol->name);
239 || ((seg = S_GET_SEGMENT (s)) != sec
241 s = symbol_new (sec->symbol->name, sec, 0, &zero_address_frag);
244 S_SET_SEGMENT (s, sec);
    [all...]
  /external/ltp/testcases/kernel/io/aio/aio01/
aio01.c 99 int i, j, sec, usec; local
146 sec = etv.tv_sec - stv.tv_sec;
150 sec--;
152 tst_resm(TPASS, "Test 1: %d writes in %3d.%06d sec",
153 nr, sec, usec);
177 sec = etv.tv_sec - stv.tv_sec;
181 sec--;
183 tst_resm(TPASS, "Test 2: %d reads in %3d.%06d sec",
184 nr, sec, usec);
208 sec = etv.tv_sec - stv.tv_sec
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-spu.c 243 spu_elf_new_section_hook (bfd *abfd, asection *sec)
245 if (!sec->used_by_bfd)
252 sec->used_by_bfd = sdata;
255 return _bfd_elf_new_section_hook (abfd, sec);
287 asection *sec = shdr->bfd_section; local
288 spu_elf_section_data (sec)->u.o.ovl_index = num_ovl;
289 spu_elf_section_data (sec)->u.o.ovl_buf = num_buf;
397 asection *sec; member in struct:function_info
1206 asection *sec; local
2476 asection *sec; local
2749 sec->owner, sec, irela->r_offset, local
2976 asection *sec; local
3082 asection *sec; local
3097 asection *sec; local
3136 asection *sec; local
3208 asection *sec; local
3357 asection *sec; local
3734 asection *sec; local
3763 asection *sec; local
4104 asection *sec = ovly_sections[2 * j]; local
4136 asection *sec = ovly_sections[2 * j + 1]; local
4289 asection *sec; local
4422 asection *sec, *rosec; local
4844 asection *sec; local
5188 asection *sec; local
    [all...]
elf32-crx.c 444 asection *sec ATTRIBUTE_UNUSED,
594 asection *sec, bfd_vma addr, int count)
608 sec_shndx = _bfd_elf_section_from_bfd_section (abfd, sec);
610 contents = elf_section_data (sec)->this_hdr.contents;
612 toaddr = sec->size;
614 irel = elf_section_data (sec)->relocs;
615 irelend = irel + sec->reloc_count;
620 sec->size -= count;
623 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
642 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
853 asection *sec; local
    [all...]
elf64-mmix.c 86 #define mmix_elf_section_data(sec) \
87 ((struct _mmix_elf_section_data *) elf_section_data (sec))
131 /* We attach this as mmix_elf_section_data (sec)->bpo in the linker-allocated
829 mmix_elf_new_section_hook (bfd *abfd, asection *sec)
831 if (!sec->used_by_bfd)
839 sec->used_by_bfd = sdata;
842 return _bfd_elf_new_section_hook (abfd, sec);
1383 asection *sec; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
obj-aout.c 31 asection *sec; local
36 sec = S_GET_SEGMENT (sym);
42 && sec == bfd_abs_section_ptr)
44 sec = bfd_und_section_ptr;
45 S_SET_SEGMENT (sym, sec);
54 && (sec == bfd_abs_section_ptr
55 || sec == bfd_und_section_ptr))
227 obj_aout_sec_sym_ok_for_reloc (asection *sec ATTRIBUTE_UNUSED)
229 return obj_sec_sym_ok_for_reloc (sec);
  /external/python/cpython2/Lib/plat-irix5/
cddb.py 47 sec = 0
51 sec = sec + length[1]
52 min = min + sec / 60
53 sec = sec % 60
54 hash = hash + _dbid(min) + _dbid(sec)
159 sec = 0
163 sec = sec + length[1
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
cddb.py 47 sec = 0
51 sec = sec + length[1]
52 min = min + sec / 60
53 sec = sec % 60
54 hash = hash + _dbid(min) + _dbid(sec)
159 sec = 0
163 sec = sec + length[1
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
size.c 451 berkeley_sum (bfd *abfd ATTRIBUTE_UNUSED, sec_ptr sec,
457 flags = bfd_get_section_flags (abfd, sec);
461 size = bfd_get_section_size (sec);
518 sysv_internal_sizer (bfd *file ATTRIBUTE_UNUSED, sec_ptr sec,
521 bfd_size_type size = bfd_section_size (file, sec);
523 if ( ! bfd_is_abs_section (sec)
524 && ! bfd_is_com_section (sec)
525 && ! bfd_is_und_section (sec))
527 int namelen = strlen (bfd_section_name (file, sec));
534 if (bfd_section_vma (file, sec) > svi_maxvma
    [all...]
  /external/valgrind/coregrind/
m_transtab.c 208 // sec->ec2tte[ tte2ec_ec[i] ][ tte2ec_ix[i] ]
758 Bool HostExtent__is_dead (const HostExtent* hx, const Sector* sec)
765 hx->start, hx->len, (int)(sec - sectors), \
767 sec->ttC[tteNo].entry, sec->ttC[tteNo].tcptr)
770 if (sec->ttH[tteNo].status == Deleted) {
780 if ((UChar*) sec->ttC[tteNo].tcptr >= hx->start + hx->len) {
802 const Sector* sec = &sectors[sno]; local
803 const XArray* /* of HostExtent */ host_extents = sec->host_extents;
823 if (HostExtent__is_dead (hx, sec))
1385 Sector* sec; local
1511 Sector* sec; local
2112 Sector* sec; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
73 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
280 const coff_section *sec = toSec(Sec); local
281 sec += 1;
282 Sec.p = reinterpret_cast<uintptr_t>(sec);
283 Result = SectionRef(Sec, this);
287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
289 const coff_section *sec = toSec(Sec); local
312 const coff_section *sec = toSec(Sec); local
319 const coff_section *sec = toSec(Sec); local
326 const coff_section *sec = toSec(Sec); local
341 const coff_section *sec = toSec(Sec); local
350 const coff_section *sec = toSec(Sec); local
357 const coff_section *sec = toSec(Sec); local
364 const coff_section *sec = toSec(Sec); local
372 const coff_section *sec = toSec(Sec); local
384 const coff_section *sec = toSec(Sec); local
396 const coff_section *sec = toSec(Sec); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.h 83 int32_t hr, int32_t min, int32_t sec, int32_t ms,
92 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
  /external/icu/icu4c/source/test/intltest/
caltztst.h 42 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
46 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
49 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
ext4_nsec_timestamps_test.sh 97 sec=`echo $cur_time | awk {'print $1'}`
100 sec_atime=`ext4_file_time mnt_point/tmp_file atime sec`
101 sec_mtime=`ext4_file_time mnt_point/tmp_file mtime sec`
102 sec_ctime=`ext4_file_time mnt_point/tmp_file ctime sec`
115 diff1=$(( $sec_atime - $sec ))
116 diff2=$(( $sec_mtime - $sec ))
117 diff3=$(( $sec_ctime - $sec ))
124 cur_time[s]: $sec)"
  /external/valgrind/none/tests/s390x/
test.h 56 static inline void mysleep(long sec, long usec)
60 tv.tv_sec = sec;
  /external/wayland/tests/
test-helpers.c 91 test_sleep(unsigned int sec)
94 .tv_sec = sec,
  /prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly_amd64.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: nsec}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: usec}
syscall_freebsd_amd64.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: nsec}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: usec}
syscall_freebsd_arm.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: int32(nsec)}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: int32(usec)}
  /prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly_amd64.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: nsec}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: usec}
syscall_freebsd_amd64.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: nsec}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: usec}
syscall_freebsd_arm.go 9 func setTimespec(sec, nsec int64) Timespec {
10 return Timespec{Sec: sec, Nsec: int32(nsec)}
13 func setTimeval(sec, usec int64) Timeval {
14 return Timeval{Sec: sec, Usec: int32(usec)}

Completed in 746 milliseconds

1 2 34 5 6 7 8 91011>>