Home
last modified time | relevance | path

Searched defs:oss (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp160 std::ostringstream oss; in toString() local
170 std::ostringstream oss; in toString() local
186 std::ostringstream oss; in toString() local
194 std::ostringstream oss; in toString() local
202 std::ostringstream oss; in toString() local
210 std::ostringstream oss; in toString() local
223 std::ostringstream oss; in toString() local
236 std::ostringstream oss; in toString() local
248 std::ostringstream oss; in toString() local
256 std::ostringstream oss; in toString() local
[all …]
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp257 std::ostringstream oss; in toString() local
265 std::ostringstream oss; in toString() local
273 std::ostringstream oss; in toString() local
281 std::ostringstream oss; in toString() local
289 std::ostringstream oss; in toString() local
313 std::ostringstream oss; in toString() local
328 std::ostringstream oss; in toString() local
484 std::ostringstream oss; in getBranchAddressStr() local
517 std::ostringstream oss; in getAtomStr() local
563 std::ostringstream oss; in getISyncStr() local
[all …]
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20)) argument
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss)) argument
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss)) argument
84 #define _HDAC_ISDPICB(n, iss, oss) (0x04 + _HDAC_ISDOFFSET(n, iss, oss)) argument
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss)) argument
86 #define _HDAC_ISDLVI(n, iss, oss) (0x0c + _HDAC_ISDOFFSET(n, iss, oss)) argument
87 #define _HDAC_ISDFIFOD(n, iss, oss) (0x10 + _HDAC_ISDOFFSET(n, iss, oss)) argument
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
89 #define _HDAC_ISDBDPL(n, iss, oss) (0x18 + _HDAC_ISDOFFSET(n, iss, oss)) argument
90 #define _HDAC_ISDBDPU(n, iss, oss) (0x1c + _HDAC_ISDOFFSET(n, iss, oss)) argument
[all …]
/freebsd/usr.sbin/bhyve/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20)) argument
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss)) argument
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss)) argument
84 #define _HDAC_ISDPICB(n, iss, oss) (0x04 + _HDAC_ISDOFFSET(n, iss, oss)) argument
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss)) argument
86 #define _HDAC_ISDLVI(n, iss, oss) (0x0c + _HDAC_ISDOFFSET(n, iss, oss)) argument
87 #define _HDAC_ISDFIFOD(n, iss, oss) (0x10 + _HDAC_ISDOFFSET(n, iss, oss)) argument
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
89 #define _HDAC_ISDBDPL(n, iss, oss) (0x18 + _HDAC_ISDOFFSET(n, iss, oss)) argument
90 #define _HDAC_ISDBDPU(n, iss, oss) (0x1c + _HDAC_ISDOFFSET(n, iss, oss)) argument
[all …]
H A Dpci_hda.c226 #define HDAC_ISTREAM(n, iss, oss) \ argument
231 #define HDAC_OSTREAM(n, iss, oss) \ argument
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_elem_ptm.cpp156 std::ostringstream oss; in toString() local
209 std::ostringstream oss; in getAtomStr() local
235 std::ostringstream oss; in getBranchAddressStr() local
273 std::ostringstream oss; in getISAStr() local
314 std::ostringstream oss; in getExcepStr() local
326 std::ostringstream oss; in getISyncStr() local
358 std::ostringstream oss; in getTSStr() local
373 std::ostringstream oss; in getCycleCountStr() local
H A Dtrc_pkt_decode_ptm.cpp510 std::ostringstream oss; in processAtomRange() local
/freebsd/contrib/opencsd/decoder/source/pkt_printers/
H A Draw_frame_printer.cpp53 std::ostringstream oss; in TraceRawFrameIn() local
88 std::ostringstream oss; in createDataString() local
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp70 std::ostringstream oss; in readBytesFromCache() local
159 std::ostringstream oss; in logAndClearCounts() local
H A Dtrc_mem_acc_base.cpp99 std::ostringstream oss; in getMemAccString() local
H A Dtrc_mem_acc_file.cpp367 std::ostringstream oss; in getMemAccString() local
/freebsd/contrib/opencsd/decoder/include/pkt_printers/
H A Dgen_elem_printer.h69 std::ostringstream oss; in TraceElemIn() local
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp125 std::ostringstream oss; in toString() local
H A Dtrc_ret_stack.cpp125 std::ostringstream oss; in LogOp() local
H A Docsd_error.cpp214 std::ostringstream oss; in appendErrorDetails() local
/freebsd/tests/sys/kern/
H A Dsigaltstack.c80 stack_t oss = { in ATF_TC_BODY() local
/freebsd/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_elem_stm.cpp88 std::ostringstream oss; in toString() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1615 raw_string_ostream oss(s); in runOnModule() local
1662 raw_string_ostream oss(s); in runOnModule() local
1761 raw_string_ostream oss(s); in runOnModule() local
H A DIRDynamicChecks.cpp553 raw_string_ostream oss(s); in runOnModule() local
/freebsd/sys/kern/
H A Dkern_sig.c1695 struct sigstack *oss; member
1702 struct sigstack nss, oss; in osigstack() local
1728 stack_t *oss; member
1735 stack_t ss, oss; in sys_sigaltstack() local
1753 kern_sigaltstack(struct thread *td, stack_t *ss, stack_t *oss) in kern_sigaltstack()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp297 uptr internal_sigaltstack(const void *ss, void *oss) { in internal_sigaltstack()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c208 stack_t ss, oss; in linux_sigaltstack() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp267 llvm::raw_string_ostream oss(s); in GetRunnableInfo() local
H A DIRInterpreter.cpp696 raw_string_ostream oss(s); in Interpret() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1202 raw_string_ostream oss(s); in getGraphNodeLabel() local

12