HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 151 - 175 of 1453) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon87186::__anon87187
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon101494::__anon101495
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon101858::__anon101859
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon102222::__anon102223
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon102589::__anon102590
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon102988::__anon102989
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon103440::__anon103441
25 s32 nsec, sec;
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon103894::__anon103895
25 s32 nsec, sec;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.h 100 #define spu_elf_section_data(sec) \
101 ((struct _spu_elf_section_data *) elf_section_data (sec))
elf32-xtensa.c 2592 asection *sec; local
3744 asection *sec; local
4964 asection *sec; local
5016 asection *sec = r_reloc_get_section (r_rel); local
5410 asection *sec; \/* Optional *\/ member in struct:text_action_struct
5554 asection *sec = r_reloc_get_section (loc); local
6046 asection *sec; member in struct:section_cache_struct
6152 asection *sec; member in struct:ebb_struct
6745 asection *sec; local
7295 sec->owner, sec, r_offset); local
8591 asection *sec; local
9382 asection *sec; local
10215 asection *sec, *old_sec; local
10261 asection *sec; local
    [all...]
elf32-microblaze.c 684 asection *sec;
682 asection *sec; member in struct:elf32_mb_dyn_relocs
938 asection *sec; local
3290 asection *sec = h->root.u.def.section; local
    [all...]
elf32-moxie.c 219 asection *sec;
231 sec = NULL;
236 sec = local_sections [r_symndx];
237 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
241 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
249 h, sec, relocation,
255 if (sec != NULL && discarded_section (sec))
317 moxie_elf_gc_mark_hook (asection *sec,
323 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym)
216 asection *sec; local
    [all...]
elf32-h8300.c 449 asection *sec;
463 sec = NULL;
467 sec = local_sections[r_symndx];
468 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
476 h, sec, relocation,
480 if (sec != NULL && discarded_section (sec))
491 info, sec, h == NULL);
505 name = bfd_section_name (input_bfd, sec);
694 elf32_h8_relax_section (bfd *abfd, asection *sec,
448 asection *sec; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
subsegs.h 114 #define seg_info(sec) \
115 ((segment_info_type *) bfd_get_section_userdata (stdoutput, sec))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
syms.d 9 \[ .\] sec.*tion.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-6m.d 2 #source: sec-6.s
  /system/media/camera/docs/
CameraDeviceInfo.mako 25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
CaptureResultTest.mako 25 % for sec in find_all_sections(metadata):
26 % for entry in find_unique_entries(sec):
camera_metadata_tag_info.mako 47 % for sec in find_all_sections(metadata):
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
50 % for entry in remove_synthetic(find_unique_entries(sec)):
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
72 % for sec in find_all_sections(metadata):
73 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 152 time_t sec; member in struct:test_case
173 .sec = 0,
182 .sec = 0,
191 .sec = 0,
200 .sec = 0,
209 .sec = 0,
218 .sec = 10,
228 .sec = 0,
243 time_t sec, long nsec)
255 expect = (sec * 1000) + (nsec / 1000000)
    [all...]
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 78 int sec = 1; local
91 if (keyctl(cmd, n, sec) == -1) {
96 sleep(sec + 1);
  /prebuilts/go/darwin-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
16 sec := nsec / 1e9
20 sec--
22 return setTimespec(sec, nsec)
27 func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }
34 sec := nsec / 1e9
37 sec--
39 return setTimeval(sec, usec)
  /prebuilts/go/linux-x86/src/syscall/
timestruct.go 11 func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) }
16 sec := nsec / 1e9
20 sec--
22 return setTimespec(sec, nsec)
27 func TimevalToNsec(tv Timeval) int64 { return int64(tv.Sec)*1e9 + int64(tv.Usec)*1e3 }
34 sec := nsec / 1e9
37 sec--
39 return setTimeval(sec, usec)
  /system/extras/simpleperf/scripts/
report_sample.py 48 sec = sample.time / 1000000000
49 usec = (sample.time - sec * 1000000000) / 1000
51 sample.tid, sample.cpu, sec,
  /external/elfutils/src/
unstrip.c 989 const struct section *sec = &sections[i];
990 if (sec->shdr.sh_type == SHT_PROGBITS
991 && !(sec->shdr.sh_flags & SHF_ALLOC)
992 && !strcmp (sec->name, ".gnu.prelink_undo"))
994 undo = sec->scn;
1069 struct section *sec = &undo_sections[undo_nalloc];
1074 #define COPY(field) sec->shdr.field = (*s32)[i].field
1088 sec->shdr = (*s64)[i];
1089 if (sec->shdr.sh_flags & SHF_ALLOC)
1091 sec->shdr.sh_addr += bias
987 const struct section *sec = &sections[i]; local
1067 struct section *sec = &undo_sections[undo_nalloc]; local
1128 struct section *sec = find_alloc_section (shdr, 0, name, local
1162 struct section *sec = &sections[j]; local
1342 struct section *sec = &sections[i]; local
1383 struct section *sec = NULL; local
1760 Elf_Scn *sec = elf_getscn (unstripped, i + 1); local
1785 Elf_Scn *sec = elf_getscn (unstripped, i + 1); local
    [all...]

Completed in 1451 milliseconds

1 2 3 4 5 67 8 91011>>