Searched refs:sec2 (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 1-1.c | 28 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/ |
D | at6.test | 14 .sec2 : { *(.sec2) } > RAM AT > FLASH 17 # Make sure we create a separate PT_LOAD entry for .sec2. Previously, 23 # CHECK: .sec2 PROGBITS 0000000020000004 002004
|
D | at8.test | 14 .sec2 : { *(.sec2) } > RAM AT > FLASH 25 # CHECK: .sec2 PROGBITS 0000000020000008 001008
|
D | overlapping-sections.s | 9 # 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/ |
D | ihex-writer.test | 16 # 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_…
|
D | ihex-reader.test | 23 # 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/ |
D | draft-davis-t-langtag-ext.css | 70 …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/ |
D | abseil-duration-division.rst | 16 int64 sec2 = absl::ToInt64Seconds(d); // Equivalent to division. 17 assert(sec1 == 3 && sec2 == 3);
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | explicit-sections.ll | 10 @global3 = global i32 8, align 8, section ".sec2" 70 ; CHECK-NEXT: Name: .sec2
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | section-numeric-type.s | 8 .section .sec2,"a",@1879048193
|
/external/llvm-project/lld/test/ELF/linkerscript/Inputs/ |
D | at6.s | 9 .section .sec2,"aw",@progbits
|
D | at8.s | 4 .section .sec2,"aw",@progbits
|
/external/llvm-project/lld/test/ELF/ |
D | input-section-flags-keep.s | 24 .section .sec2, "aw"
|
/external/curl/lib/ |
D | x509asn1.c | 464 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()
|