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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/memdisk/
fdgeo.pl 7 $sec = int($k*2+0.5);
9 if ($sec < 320*2) {
13 } elsif ($sec < 640*2) {
17 } elsif ($sec < 1200*2) {
21 } elsif ($sec < 1440*2) {
25 } elsif ($sec < 2880*2) {
29 } elsif ($sec < 4096*2) {
34 printf "%.1fK, %d sectors: ", $sec/2, $sec;
41 $s = int($sec/($c*$h)+0.5)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
section-match-1.s 1 .section .sec.foo
4 .section .sec..foo
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_14.t 29 .sec : { *(SORT_BY_INIT_PRIORITY(.sec*)) }
script_test_14.s 49 .section .sec.101,"aw"
52 .section .sec.103,"aw"
55 .section .sec,"aw"
58 .section .sec.0103,"aw"
  /toolchain/binutils/binutils-2.27/bfd/
compress.c 76 bfd_compress_section_contents (bfd *abfd, sec_ptr sec,
89 = bfd_is_section_compressed_with_header (abfd, sec,
144 sec->size = orig_uncompressed_size;
156 sec->contents = buffer;
157 sec->compress_status = COMPRESS_SECTION_DONE;
162 bfd_update_compression_header (abfd, buffer, sec);
184 bfd_update_compression_header (abfd, buffer, sec);
190 sec->contents = uncompressed_buffer;
191 sec->compress_status = COMPRESS_SECTION_NONE;
197 sec->contents = buffer
    [all...]
aix5ppc-core.c 58 asection *sec; local
127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags);
128 if (NULL == sec)
131 sec->size = core.c_size;
132 sec->vma = core.c_stackorg;
133 sec->filepos = core.c_stack;
137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags);
138 if (NULL == sec)
141 sec->size = sizeof (struct __context64);
142 sec->vma = 0
    [all...]
coff-bfd.h 66 #define coff_section_data(abfd, sec) \
67 ((struct coff_section_tdata *) (sec)->used_by_bfd)
69 #define bfd_coff_get_comdat_section(abfd, sec) \
71 && coff_section_data (abfd, sec) != NULL) \
72 ? coff_section_data (abfd, sec)->comdat : NULL)
  /external/vboot_reference/firmware/2lib/
2secdata.c 16 const struct vb2_secdata *sec = local
20 if (sec->crc8 != vb2_crc8(sec, offsetof(struct vb2_secdata, crc8)))
28 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; local
31 memset(sec, 0, sizeof(*sec));
34 sec->struct_version = VB2_SECDATA_VERSION;
37 sec->crc8 = vb2_crc8(sec, offsetof(struct vb2_secdata, crc8));
68 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
4-1-buildonly.c 16 time_t sec; local
19 sec = t.tv_sec;
  /external/wpa_supplicant_8/src/ap/
bss_load.c 22 unsigned int sec, usec; local
36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
38 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
47 unsigned int sec, usec; local
54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
56 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
cofftag.d 7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec 3\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .bs
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-7m.d 2 #source: sec-7a.s
3 #source: sec-7b.s
4 #source: sec-7c.s
5 #source: sec-7d.s
6 #source: sec-7e.s
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
attr-march-armv6k+sec.d 1 # name: attributes for -march=armv6k+sec
3 # as: -march=armv6k+sec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
spray.x 44 unsigned int sec;
  /prebuilts/go/darwin-x86/src/runtime/
timestub.go 15 func walltime() (sec int64, nsec int32)
18 func time_now() (sec int64, nsec int32, mono int64) {
19 sec, nsec = walltime()
20 return sec, nsec, nanotime() - startNano
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl_386.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_amd64p32.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_arm.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_solaris_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: usec}
  /prebuilts/go/linux-x86/src/runtime/
timestub.go 15 func walltime() (sec int64, nsec int32)
18 func time_now() (sec int64, nsec int32, mono int64) {
19 sec, nsec = walltime()
20 return sec, nsec, nanotime() - startNano
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl_386.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_amd64p32.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_nacl_arm.go 8 Sec int64
13 Sec int64
17 func setTimespec(sec, nsec int64) Timespec {
18 return Timespec{Sec: sec, Nsec: int32(nsec)}
21 func setTimeval(sec, usec int64) Timeval {
22 return Timeval{Sec: sec, Usec: int32(usec)}
syscall_solaris_amd64.go 7 func setTimespec(sec, nsec int64) Timespec {
8 return Timespec{Sec: sec, Nsec: nsec}
11 func setTimeval(sec, usec int64) Timeval {
12 return Timeval{Sec: sec, Usec: usec}
  /device/linaro/bootloader/arm-trusted-firmware/docs/diagrams/
Makefile 46 sec-int-handling.png \
47 non-sec-int-handling.png
52 non-sec-int-handling_layers = "non_sec_int_bg,legend,non_sec_int_note,non_sec_int_handling"
53 sec-int-handling_layers = "sec_int_bg,legend,sec_int_note,sec_int_handling"
55 non-sec-int-handling_opts = --size=1692x
56 sec-int-handling_opts = --size=1570x

Completed in 1129 milliseconds

1 2 3 4 5 6 7 8 91011>>