Searched refs:sec (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/external/syslinux/memdisk/
H A Dfdgeo.pl7 $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/(
[all...]
/external/vboot_reference/firmware/2lib/
H A D2secdata.c16 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 local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; local
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D4-1-buildonly.c16 time_t sec; local
19 sec = t.tv_sec;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbss_load.c22 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,
/external/wpa_supplicant_8/src/ap/
H A Dbss_load.c22 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,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbss_load.c22 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,
/external/strace/mpers-m32/
H A Dstruct_btrfs_ioctl_received_subvol_args.h9 uint64_t sec; member in struct:__anon17650::__anon17651
13 uint64_t sec; member in struct:__anon17650::__anon17652
/external/strace/mpers-mx32/
H A Dstruct_btrfs_ioctl_received_subvol_args.h9 uint64_t sec; member in struct:__anon17799::__anon17800
14 uint64_t sec; member in struct:__anon17799::__anon17801
/external/syslinux/com32/chain/
H A Dutility.c187 int bpb_detect(const uint8_t *sec, const char *tag) argument
192 if (!memcmp(sec + 0x03, "EXFAT ", 8)) {
198 if ((sec[0x15] & 0xF0) != 0xF0)
201 if (sec[0] == 0xEB) /* jump short */
202 jmp = 2 + *(int8_t *)(sec + 1);
203 else if (sec[0] == 0xE9) /* jump near */
204 jmp = 3 + *(int16_t *)(sec + 1);
239 a = memcmp(sec + 0x03, "NTFS", 4);
240 b = memcmp(sec + 0x36, "FAT", 3);
241 c = memcmp(sec
[all...]
/external/iproute2/examples/
H A Dcbqinit.eth121 # est 1sec 8sec means, that kernel will evaluate average rate
22 # on this class with period 1sec and time constant 8sec.
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cb
[all...]
/external/ltp/testcases/kernel/syscalls/alarm/
H A Dalarm02.c112 unsigned long int sec[] = { -1, ULONG_MAX, ULONG_MAX + 1 }; local
129 TEST(alarm(sec[i]));
135 sec[i], TEST_RETURN, exp[i], buf[i]);
142 sec[i], TEST_RETURN, buf[i]);
147 sec[i], TEST_RETURN, buf[i]);
/external/tcpdump/
H A Dprint-timed.c99 long sec, usec; local
123 sec = EXTRACT_32BITS(&tsp->tsp_time.tv_sec);
130 if (sec < 0 && usec != 0) {
131 sec++;
132 if (sec == 0)
136 ND_PRINT((ndo, "%ld.%06ld", sec, usec));
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h15 * os_sleep - Sleep (sec, usec)
16 * @sec: Number of seconds to sleep
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec; member in struct:os_time
27 os_time_t sec; member in struct:os_reltime
32 * os_get_time - Get current time (sec, usec)
39 * os_get_reltime - Get relative time (sec, usec)
50 return (a->sec < b->sec) ||
51 (a->sec
136 int sec; /* 0..59 or 60 for leap seconds */ member in struct:os_tm
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos.h15 * os_sleep - Sleep (sec, usec)
16 * @sec: Number of seconds to sleep
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec; member in struct:os_time
27 os_time_t sec; member in struct:os_reltime
32 * os_get_time - Get current time (sec, usec)
39 * os_get_reltime - Get relative time (sec, usec)
50 return (a->sec < b->sec) ||
51 (a->sec
136 int sec; /* 0..59 or 60 for leap seconds */ member in struct:os_tm
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h15 * os_sleep - Sleep (sec, usec)
16 * @sec: Number of seconds to sleep
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec; member in struct:os_time
27 os_time_t sec; member in struct:os_reltime
32 * os_get_time - Get current time (sec, usec)
39 * os_get_reltime - Get relative time (sec, usec)
50 return (a->sec < b->sec) ||
51 (a->sec
136 int sec; /* 0..59 or 60 for leap seconds */ member in struct:os_tm
[all...]
/external/curl/tests/server/
H A Dutil.h43 #define sleep(sec) Sleep ((sec)*1000)
/external/syslinux/com32/tools/
H A Drelocs.c323 struct section *sec = &secs[i]; local
327 sec->shdr.sh_name = elf32_to_cpu(shdr.sh_name);
328 sec->shdr.sh_type = elf32_to_cpu(shdr.sh_type);
329 sec->shdr.sh_flags = elf32_to_cpu(shdr.sh_flags);
330 sec->shdr.sh_addr = elf32_to_cpu(shdr.sh_addr);
331 sec->shdr.sh_offset = elf32_to_cpu(shdr.sh_offset);
332 sec->shdr.sh_size = elf32_to_cpu(shdr.sh_size);
333 sec->shdr.sh_link = elf32_to_cpu(shdr.sh_link);
334 sec->shdr.sh_info = elf32_to_cpu(shdr.sh_info);
335 sec
347 struct section *sec = &secs[i]; local
372 struct section *sec = &secs[i]; local
405 struct section *sec = &secs[i]; local
438 struct section *sec = &secs[i]; local
470 struct section *sec = &secs[i]; local
543 struct section *sec = &secs[i]; local
[all...]
/external/ltp/testcases/kernel/io/aio/aio01/
H A Daio01.c99 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
[all...]
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp280 const coff_section *sec = toSec(Sec); local
281 sec += 1;
282 Sec.p = reinterpret_cast<uintptr_t>(sec);
289 const coff_section *sec = toSec(Sec); local
291 if (sec->Name[7] == 0)
293 name = sec->Name;
296 name = StringRef(sec->Name, 8);
312 const coff_section *sec = toSec(Sec); local
313 Result = sec->VirtualAddress;
319 const coff_section *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/valgrind/coregrind/
H A Dm_transtab.c208 // sec->ec2tte[ tte2ec_ec[i] ][ tte2ec_ix[i] ]
682 Bool HostExtent__is_dead (const HostExtent* hx, const Sector* sec) argument
689 hx->start, hx->len, (int)(sec - sectors), \
691 sec->tt[tteNo].entry, sec->tt[tteNo].tcptr)
694 if (sec->tt[tteNo].status == Deleted) {
704 if ((UChar*) sec->tt[tteNo].tcptr >= hx->start + hx->len) {
726 const Sector* sec = &sectors[sno]; local
727 const XArray* /* of HostExtent */ host_extents = sec->host_extents;
747 if (HostExtent__is_dead (hx, sec))
1068 addEClassNo( Sector* sec, EClassNo ec, TTEno tteno ) argument
1109 upd_eclasses_after_add( Sector* sec, TTEno tteno ) argument
1308 Sector* sec; local
1426 Sector* sec; local
1877 delete_tte( Sector* sec, SECno secNo, TTEno tteno, VexArch arch_host, VexEndness endness_host ) argument
1946 delete_translations_in_sector_eclass( Sector* sec, SECno secNo, Addr guest_start, ULong range, EClassNo ec, VexArch arch_host, VexEndness endness_host ) argument
1987 delete_translations_in_sector( Sector* sec, SECno secNo, Addr guest_start, ULong range, VexArch arch_host, VexEndness endness_host ) argument
2010 Sector* sec; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.h83 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/
H A Dcaltztst.h42 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/
H A Dext4_nsec_timestamps_test.sh97 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/
H A Dtest.h56 static inline void mysleep(long sec, long usec) argument
60 tv.tv_sec = sec;
/external/ltp/testcases/kernel/syscalls/clock_nanosleep/
H A Dclock_nanosleep01.c152 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 * 100
242 chk_difftime(struct timespec *bef, struct timespec *aft, time_t sec, long nsec) argument
[all...]

Completed in 2045 milliseconds

1234567891011>>