Home
last modified time | relevance | path

Searched refs:sec2 (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
D1-1.c28 double sec1, sec2; in main() local
41 sec2 = c2 / CLOCKS_PER_SEC; in main()
43 if (sec2 > sec1) { in main()
44 printf("Times T1=%.2f, T2=%.2f\n", sec1, sec2); in main()
48 if (sec2 < sec1) { in main()
58 sec1, sec2); in main()
/external/llvm-project/lld/test/ELF/linkerscript/
Dat6.test14 .sec2 : { *(.sec2) } > RAM AT > FLASH
17 # Make sure we create a separate PT_LOAD entry for .sec2. Previously,
23 # CHECK: .sec2 PROGBITS 0000000020000004 002004
Dat8.test14 .sec2 : { *(.sec2) } > RAM AT > FLASH
25 # CHECK: .sec2 PROGBITS 0000000020000008 001008
Doverlapping-sections.s9 # LMA-OVERLAP-ERR: error: section .sec1 load address range overlaps with .sec2
11 # LMA-OVERLAP-ERR-NEXT: >>> .sec2 range is [0x8080, 0x817F]
18 # Verify that the .sec2 was indeed placed in a PT_LOAD where the PhysAddr
23 # BAD-LMA: .sec2 PROGBITS 0000000000008800 002800 000100 00 WA 0 0 1
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dihex-writer.test16 # RUN: yaml2obj %p/Inputs/ihex-elf-sections2.yaml -o %t-sec2
17 # RUN: llvm-objcopy -O ihex --only-section=.text1 %t-sec2 - | FileCheck %s --check-prefix=SIGN_EXTE…
21 # RUN: not llvm-objcopy -O ihex --only-section=.text2 %t-sec2 %t-sec2-2.hex 2>&1 | FileCheck %s --c…
22 # RUN: not llvm-objcopy -O ihex --only-section=.text3 %t-sec2 %t-sec2-3.hex 2>&1 | FileCheck %s --c…
25 # RUN: llvm-objcopy -O ihex --only-section=.text %t-sec2 - | FileCheck %s --check-prefix=ZERO_SIZE_…
Dihex-reader.test23 # CHECK-NEXT: Name: .sec2
72 # RUN: llvm-objcopy -O binary --only-section=.sec2 %t2 %t2.sec2
73 # RUN: cmp %t.data %t2.sec2
97 # RAW-NEXT: Name: .sec2
126 # RUN: llvm-objcopy -O ihex --only-section=.sec2 %t-raw - | FileCheck %s --check-prefix=RAW-SEC2
/external/cldr/docs/rfc/
Ddraft-davis-t-langtag-ext.css70 …content: counter(sec1, decimal) "." counter(sec2, decimal) "." counter(sec3,decimal) " " attr(titl…
78 content: counter(sec1, decimal) "." counter(sec2, decimal) " " attr(title);
102 counter-reset: sec2;
109 counter-increment: sec2;
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-duration-division.rst16 int64 sec2 = absl::ToInt64Seconds(d); // Equivalent to division.
17 assert(sec1 == 3 && sec2 == 3);
/external/llvm-project/llvm/test/MC/WebAssembly/
Dexplicit-sections.ll10 @global3 = global i32 8, align 8, section ".sec2"
70 ; CHECK-NEXT: Name: .sec2
/external/llvm-project/llvm/test/MC/ELF/
Dsection-numeric-type.s8 .section .sec2,"a",@1879048193
/external/llvm-project/lld/test/ELF/linkerscript/Inputs/
Dat6.s9 .section .sec2,"aw",@progbits
Dat8.s4 .section .sec2,"aw",@progbits
/external/llvm-project/lld/test/ELF/
Dinput-section-flags-keep.s24 .section .sec2, "aw"
/external/curl/lib/
Dx509asn1.c464 char sec1, sec2; in GTime2str() local
479 sec2 = '0'; in GTime2str()
485 sec2 = fracp[-1]; in GTime2str()
519 beg + 8, beg + 10, sec1, sec2, in GTime2str()