Home
last modified time | relevance | path

Searched refs:bt (Results 1 – 25 of 428) sorted by path

12345678910>>...18

/freebsd/
H A DObsoleteFiles.inc4395 # 20210401: remove bt(4) man page
4396 OLD_FILES+=usr/share/man/man4/bt.4.gz
/freebsd/contrib/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; in sendMTFValues() local
399 bc = 999999999; bt = -1; in sendMTFValues()
401 if (cost[t] < bc) { bc = cost[t]; bt = t; }; in sendMTFValues()
403 fave[bt]++; in sendMTFValues()
404 s->selector[nSelectors] = bt; in sendMTFValues()
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++ in sendMTFValues()
431 s->rfreq[bt][ mtfv[i] ]++; in sendMTFValues()
/freebsd/contrib/file/magic/Magdir/
H A Dsendmail19 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h51 void bt_init(prof_bt_t *bt, void **vec);
52 void prof_backtrace(prof_bt_t *bt);
53 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
H A Dprof_inlines_b.h149 prof_bt_t bt; in prof_alloc_prep() local
157 bt_init(&bt, tdata->vec); in prof_alloc_prep()
158 prof_backtrace(&bt); in prof_alloc_prep()
159 ret = prof_lookup(tsd, &bt); in prof_alloc_prep()
H A Dprof_structs.h18 prof_bt_t *bt; member
128 prof_bt_t bt; member
/freebsd/contrib/jemalloc/src/
H A Dprof.c115 prof_bt_t bt; member
370 dummy_node.bt = *bt; in prof_log_bt_index()
395 new_node->bt.len = bt->len; in prof_log_bt_index()
396 memcpy(new_node->vec, bt->vec, bt->len * sizeof(void *)); in prof_log_bt_index()
488 prof_bt_t bt; in prof_try_log() local
543 bt->vec = vec; in bt_init()
544 bt->len = 0; in bt_init()
620 data->bt->vec[data->bt->len] = ip; in prof_unwind_callback()
621 data->bt->len++; in prof_unwind_callback()
840 memcpy(gctx->vec, bt->vec, bt->len * sizeof(void *)); in prof_gctx_create()
[all …]
/freebsd/contrib/libcbor/
H A DCHANGELOG.md67 …urns [[Fixes #109](https://github.com/PJK/libcbor/issues/109)] (discovered bt [JohnGilmour](https:…
/freebsd/contrib/libpcap/
H A DCMakeLists.txt2028 set(PROJECT_SOURCE_LIST_C ${PROJECT_SOURCE_LIST_C} pcap-bt-linux.c)
2055 set(PROJECT_SOURCE_LIST_C ${PROJECT_SOURCE_LIST_C} pcap-bt-monitor-linux.c)
H A DINSTALL.md243 pcap-bt-linux.c - Bluetooth capture support for Linux
244 pcap-bt-linux.h - Bluetooth capture support for Linux
H A DMakefile.in327 pcap-bt-linux.c \
328 pcap-bt-linux.h \
329 pcap-bt-monitor-linux.c \
330 pcap-bt-monitor-linux.h \
H A Dconfigure.ac2890 MODULE_C_SRC="$MODULE_C_SRC pcap-bt-linux.c"
2917 MODULE_C_SRC="$MODULE_C_SRC pcap-bt-monitor-linux.c"
H A Dpcap-bpf.c1261 struct bintime bt; in pcap_read_bpf() local
1263 bt.sec = bhp->bh_tstamp.bt_sec; in pcap_read_bpf()
1264 bt.frac = bhp->bh_tstamp.bt_frac; in pcap_read_bpf()
1268 bintime2timespec(&bt, &ts); in pcap_read_bpf()
1274 bintime2timeval(&bt, &tv); in pcap_read_bpf()
/freebsd/contrib/libpcap/msdos/
H A Dmakefile.wc25 ASM = wasm.exe -$(MODEL) $(DEFS) -dDOSX -dDOS4GW -zq -bt=dos -fr=nul -d3 -s
34 -$(MODEL) -mf -zff -zgf -zq -bt=dos -fr=nul -w6 -fpi &
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() argument
137 : BugReport(kind, bt, "", desc) {} in BugReport()
256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport() argument
257 : BugReport(Kind::Basic, bt, desc), Location(l) {} in BasicBugReport()
369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() argument
371 : PathSensitiveBugReport(bt, desc, desc, errorNode) {} in PathSensitiveBugReport()
373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() argument
375 : PathSensitiveBugReport(bt, shortDesc, desc, errorNode, in PathSensitiveBugReport()
386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport() argument
390 : PathSensitiveBugReport(bt, desc, desc, errorNode, LocationToUnique, in PathSensitiveBugReport()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2130 const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport() argument
2133 : BugReport(Kind::PathSensitive, bt, shortDesc, desc), ErrorNode(errorNode), in PathSensitiveBugReport()
2140 bt.getCheckerName()) && in PathSensitiveBugReport()
2145 assert((bt.getCheckerName().starts_with("debug") || in PathSensitiveBugReport()
2150 bt.getCheckerName())) && in PathSensitiveBugReport()
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst287 lldb -O 'settings set stop-disassembly-count 20' -o 'run' -o 'bt'
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType() local
511 if (bt == lldb::eBasicTypeInvalid) in CreateSimpleType()
514 return GetBasicType(bt); in CreateSimpleType()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2024 if (auto bt = runtime->GetBacktraceThreadFromException(exception)) in GetCurrentExceptionBacktrace() local
2025 return bt; in GetCurrentExceptionBacktrace()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td4525 IIC_iMUL16, !strconcat(opc, "bt"), "\t$Rd, $Rn, $Rm",
4568 IIC_iMAC16, !strconcat(opc, "bt"), "\t$Rd, $Rn, $Rm, $Ra",
H A DARMScheduleM85.td815 "MVE_VSHLL_imm[su](8|16)[bt]h",
816 "MVE_VSHLL_lw[su](8|16)[bt]h",
817 "MVE_VSHRNi(16|32)[bt]h",
870 "MVE_VQR?SHRN[bt]h[su](16|32)",
871 "MVE_VQR?SHRUNs(16|32)[bt]h",
873 "MVE_VRSHRNi(16|32)[bt]h",
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp1081 RedundantInstrElimination(BitTracker &bt, const HexagonInstrInfo &hii, in RedundantInstrElimination() argument
1083 : Transformation(true), HII(hii), HRI(hri), MRI(mri), BT(bt) {} in RedundantInstrElimination()
1403 ConstGeneration(BitTracker &bt, const HexagonInstrInfo &hii, in ConstGeneration() argument
1405 : Transformation(true), HII(hii), MRI(mri), BT(bt) {} in ConstGeneration()
1534 CopyGeneration(BitTracker &bt, const HexagonInstrInfo &hii, in CopyGeneration() argument
1536 : Transformation(true), HII(hii), HRI(hri), MRI(mri), BT(bt) {} in CopyGeneration()
1775 BitSimplification(BitTracker &bt, const MachineDominatorTree &mdt, in BitSimplification() argument
1779 MF(mf), BT(bt) {} in BitSimplification()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td680 "bt\t$addr",
690 def JR : InstRR<0b101, (outs), (ins GPR:$Rs2), "bt\t$Rs2",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td285 // Disambiguate the mem/imm form of bt-without-a-suffix as btl.
287 def : InstAlias<"bt\t{$imm, $mem|$mem, $imm}",
H A DX86InstrMisc.td618 "bt{w}\t{$src2, $src1|$src1, $src2}",
622 "bt{l}\t{$src2, $src1|$src1, $src2}",
626 "bt{q}\t{$src2, $src1|$src1, $src2}",
638 "bt{w}\t{$src2, $src1|$src1, $src2}",
641 "bt{l}\t{$src2, $src1|$src1, $src2}",
644 "bt{q}\t{$src2, $src1|$src1, $src2}",
650 "bt{w}\t{$src2, $src1|$src1, $src2}",
654 "bt{l}\t{$src2, $src1|$src1, $src2}",
658 "bt{q}\t{$src2, $src1|$src1, $src2}",
666 "bt{w}\t{$src2, $src1|$src1, $src2}",
[all …]

12345678910>>...18