Searched refs:OFS (Results 1 – 25 of 42) sorted by relevance
12
/external/one-true-awk/bugs-fixed/ |
D | ofs-rebuild.awk | 5 OFS = ":" 11 OFS = "<>"
|
D | README | 3 1. ofs-rebuild: OFS value used to rebuild the record was incorrect. 16 bug. There are interactions with the old and new value of OFS as well. 43 FS, RS, OFS, or ORS were set to a numeric value, then their string values
|
D | numeric-output-seps.awk | 3 OFS = 1;
|
D | nf-self-assign.awk | 3 OFS=",";
|
D | decr-NF.awk | 4 OFS = ":"
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | irg_sp_tagp.ll | 73 ; CHECK: sub x1, x29, #[[OFS:[0-9]+]] 75 ; CHECK-DAG: sub x0, x29, #[[OFS]] 94 ; CHECK: add x1, x19, #[[OFS:[0-9]+]] 96 ; CHECK-DAG: add x0, x19, #[[OFS]]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 22 ; CHECK: movb %cl, [[OFS:[0-9]*]](%rsp) 24 ; CHECK: movb [[OFS]](%rsp), %al
|
/external/llvm/test/CodeGen/X86/ |
D | fast-isel-cmp-branch.ll | 22 ; CHECK: movb %al, [[OFS:[0-9]*]](%rsp) 24 ; CHECK: movb [[OFS]](%rsp), %al
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 331 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local 333 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable() 337 if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1) in writeFuncOffsetTable() 422 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local 426 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable() 451 if (OFS.seek(Saved) == (uint64_t)-1) in writeSecHdrTable()
|
/external/one-true-awk/testdir/ |
D | t.2 | 1 BEGIN {OFS="==="}
|
D | t.d.x | 1 BEGIN {FS=":" ; OFS=":"}
|
D | p.36 | 1 BEGIN { FS = OFS = "\t" }
|
D | t.ofs | 1 BEGIN { OFS = " %% "; ORS = "##" }
|
D | p.45 | 1 BEGIN { OFS = ":" ; ORS = "\n\n" }
|
D | p.35 | 1 BEGIN { FS = OFS = "\t" }
|
D | t.NF | 1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
|
D | sgi.ctimes | 3 OFS = "\t"
|
D | ctimes | 3 OFS = "\t"
|
/external/tcpdump/ |
D | atime.awk | 14 OFS = "\t"
|
D | stime.awk | 14 OFS = "\t"
|
D | send-ack.awk | 16 OFS = "\t"
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 382 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local 384 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable() 388 if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1) in writeFuncOffsetTable() 465 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local 469 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable() 494 if (OFS.seek(Saved) == (uint64_t)-1) in writeSecHdrTable()
|
/external/openssh/ |
D | mdoc2man.awk | 44 retval=retval OFS
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.load.format.ll | 51 ;VI: s_movk_i32 [[OFS:s[0-9]+]], 0xfff 52 ;VI: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS]] offset:65 54 ;VI: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS]] offset:81
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.buffer.load.format.ll | 51 ;VI: s_movk_i32 [[OFS:s[0-9]+]], 0xffc 52 ;VI: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS]] offset:68 54 ;VI: buffer_load_format_xyzw {{v\[[0-9]+:[0-9]+\]}}, off, s[0:3], [[OFS]] offset:84
|
12