Home
last modified time | relevance | path

Searched refs:bpno (Results 76 – 100 of 137) sorted by relevance

123456

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py84 bpno = lldbutil.run_break_set_by_file_and_line(
92 'stop reason = breakpoint %d.' % (bpno)])
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dj2kenc.c597 static int getnmsedec_sig(int x, int bpno) in getnmsedec_sig() argument
599 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_sig()
604 static int getnmsedec_ref(int x, int bpno) in getnmsedec_ref() argument
606 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_ref()
613 int y0, x, y, mask = 1 << (bpno + NMSEDEC_FRACBITS); in encode_sigpass()
705 int pass_t = 2, passno, x, y, max=0, nmsedec, bpno; in encode_cblk() local
722 bpno = 0; in encode_cblk()
725 bpno = cblk->nonzerobits - 1; in encode_cblk()
731 for (passno = 0; bpno >= 0; passno++){ in encode_cblk()
746 wmsedec += (int64_t)nmsedec << (2*bpno); in encode_cblk()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dj2kenc.c597 static int getnmsedec_sig(int x, int bpno) in getnmsedec_sig() argument
599 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_sig()
604 static int getnmsedec_ref(int x, int bpno) in getnmsedec_ref() argument
606 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_ref()
613 int y0, x, y, mask = 1 << (bpno + NMSEDEC_FRACBITS); in encode_sigpass()
705 int pass_t = 2, passno, x, y, max=0, nmsedec, bpno; in encode_cblk() local
722 bpno = 0; in encode_cblk()
725 bpno = cblk->nonzerobits - 1; in encode_cblk()
731 for (passno = 0; bpno >= 0; passno++){ in encode_cblk()
746 wmsedec += (int64_t)nmsedec << (2*bpno); in encode_cblk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c597 static int getnmsedec_sig(int x, int bpno) in getnmsedec_sig() argument
599 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_sig()
604 static int getnmsedec_ref(int x, int bpno) in getnmsedec_ref() argument
606 if (bpno > NMSEDEC_FRACBITS) in getnmsedec_ref()
613 int y0, x, y, mask = 1 << (bpno + NMSEDEC_FRACBITS); in encode_sigpass()
705 int pass_t = 2, passno, x, y, max=0, nmsedec, bpno; in encode_cblk() local
722 bpno = 0; in encode_cblk()
725 bpno = cblk->nonzerobits - 1; in encode_cblk()
731 for (passno = 0; bpno >= 0; passno++){ in encode_cblk()
746 wmsedec += (int64_t)nmsedec << (2*bpno); in encode_cblk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py74 bpno = lldbutil.run_break_set_by_file_and_line(
76 bp = self.inferior_target.FindBreakpointByID(bpno)
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Djpeg2000dec.c937 int bpno, int bandno, int bpass_csty_symbol, in decode_sigpass() argument
940 int mask = 3 << (bpno - 1), y0, x, y; in decode_sigpass()
967 int bpno) in decode_refpass() argument
972 phalf = 1 << (bpno - 1); in decode_refpass()
989 int width, int height, int bpno, int bandno, in decode_clnpass() argument
992 int mask = 3 << (bpno - 1), y0, x, y, runlen, dec; in decode_clnpass()
1055 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1, y; in decode_cblk() local
1080 decode_sigpass(t1, width, height, bpno + 1, bandpos, in decode_cblk()
1085 decode_refpass(t1, width, height, bpno + 1); in decode_cblk()
1090 decode_clnpass(s, t1, width, height, bpno + 1, bandpos, in decode_cblk()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Djpeg2000dec.c937 int bpno, int bandno, int bpass_csty_symbol, in decode_sigpass() argument
940 int mask = 3 << (bpno - 1), y0, x, y; in decode_sigpass()
967 int bpno) in decode_refpass() argument
972 phalf = 1 << (bpno - 1); in decode_refpass()
989 int width, int height, int bpno, int bandno, in decode_clnpass() argument
992 int mask = 3 << (bpno - 1), y0, x, y, runlen, dec; in decode_clnpass()
1055 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1, y; in decode_cblk() local
1080 decode_sigpass(t1, width, height, bpno + 1, bandpos, in decode_cblk()
1085 decode_refpass(t1, width, height, bpno + 1); in decode_cblk()
1090 decode_clnpass(s, t1, width, height, bpno + 1, bandpos, in decode_cblk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py201 bpno = lldbutil.run_break_set_by_file_and_line(
217 self.assertTrue(target.BreakpointDelete(bpno))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/thread/state/
H A DTestThreadStates.py202 bpno = lldbutil.run_break_set_by_file_and_line(
218 self.assertTrue(target.BreakpointDelete(bpno))

123456