Home
last modified time | relevance | path

Searched refs:OFS (Results 1 – 25 of 42) sorted by relevance

12

/external/one-true-awk/bugs-fixed/
Dofs-rebuild.awk5 OFS = ":"
11 OFS = "<>"
DREADME3 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
Dnumeric-output-seps.awk3 OFS = 1;
Dnf-self-assign.awk3 OFS=",";
Ddecr-NF.awk4 OFS = ":"
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dirg_sp_tagp.ll73 ; 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/
Dfast-isel-cmp-branch.ll22 ; CHECK: movb %cl, [[OFS:[0-9]*]](%rsp)
24 ; CHECK: movb [[OFS]](%rsp), %al
/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch.ll22 ; CHECK: movb %al, [[OFS:[0-9]*]](%rsp)
24 ; CHECK: movb [[OFS]](%rsp), %al
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfWriter.cpp331 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/
Dt.21 BEGIN {OFS="==="}
Dt.d.x1 BEGIN {FS=":" ; OFS=":"}
Dp.361 BEGIN { FS = OFS = "\t" }
Dt.ofs1 BEGIN { OFS = " %% "; ORS = "##" }
Dp.451 BEGIN { OFS = ":" ; ORS = "\n\n" }
Dp.351 BEGIN { FS = OFS = "\t" }
Dt.NF1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
Dsgi.ctimes3 OFS = "\t"
Dctimes3 OFS = "\t"
/external/tcpdump/
Datime.awk14 OFS = "\t"
Dstime.awk14 OFS = "\t"
Dsend-ack.awk16 OFS = "\t"
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp382 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/
Dmdoc2man.awk44 retval=retval OFS
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.buffer.load.format.ll51 ;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/
Dllvm.amdgcn.buffer.load.format.ll51 ;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