Home
last modified time | relevance | path

Searched refs:bp_ (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dmatch.h6 unsigned char *IP = bp_; \
16 bp_ = (IP += 2); \
28 bp_ = (IP += 2); \
40 bp_ = (IP += 2); \
52 bp_ = (IP += 2); \
64 bp_ = (IP += 2); \
76 bp_ = (IP += 2); \
88 bp_ = (IP += 2); \
100 bp_ = (IP += 2); \
112 bp_ = (IP += 2); \
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiDocument.cpp3082 bp_.lang_package = in applyView()
3213 bp_.columns = 2; in applyView()
3215 bp_.columns = 1; in applyView()
3266 bp_.options = in applyView()
3273 bp_.master = in applyView()
3360 bp_.fonts_cjk = in applyView()
3385 bp_.fontsize = in applyView()
3846 bp_.fontsize); in paramsToDialog()
3864 fontModule->font_sans = toqstr(bp_.fonts_sans[!bp_.useNonTeXFonts]); in paramsToDialog()
3882 fontModule->font_math = toqstr(bp_.fonts_math[!bp_.useNonTeXFonts]); in paramsToDialog()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/
H A Ddebuggertracingdialog.cpp21 : QDialog(parent), bp_(bp) in DebuggerTracingDialog()
33 enable->setChecked(bp_->tracingEnabled()); in DebuggerTracingDialog()
34 expressions->setItems(bp_->tracedExpressions()); in DebuggerTracingDialog()
35 enableCustomFormat->setChecked(bp_->traceFormatStringEnabled()); in DebuggerTracingDialog()
36 customFormat->setText(bp_->traceFormatString()); in DebuggerTracingDialog()
41 connect(bp_, SIGNAL(destroyed(QObject*)), this, SLOT(reject())); in DebuggerTracingDialog()
103 bp_->setTracingEnabled(enable->isChecked()); in accept()
104 bp_->setTracedExpressions(expressions->items()); in accept()
105 bp_->setTraceFormatStringEnabled(enableCustomFormat->isChecked()); in accept()
106 bp_->setTraceFormatString(customFormat->text()); in accept()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/peaks/drums/
H A Dsvf.h52 bp_ = 0; in Init()
87 int32_t notch = in - (bp_ * damp >> 15); in Process()
88 lp_ += f * bp_ >> 15; in Process()
91 bp_ += f * hp >> 15; in Process()
92 CLIP(bp_) in Process()
94 return mode == SVF_MODE_BP ? bp_ : (mode == SVF_MODE_HP ? hp : lp_); in Process()
108 int32_t bp_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/peaks/drums/
H A Dsvf.cc43 bp_ = 0; in Init()
64 int32_t notch = in - (bp_ * damp >> 15); in Process()
65 lp_ += f * bp_ >> 15; in Process()
68 bp_ += f * hp >> 15; in Process()
69 CLIP(bp_) in Process()
71 return mode_ == SVF_MODE_BP ? bp_ : (mode_ == SVF_MODE_HP ? hp : lp_); in Process()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/braids/
H A Dsvf.h52 bp_ = 0; in Init()
91 int32_t notch = in - (bp_ * damp >> 15); in Process()
92 lp_ += f * bp_ >> 15; in Process()
95 bp_ += f * hp >> 15; in Process()
96 CLIP(bp_) in Process()
97 return mode_ == SVF_MODE_BP ? bp_ : (mode_ == SVF_MODE_HP ? hp : lp_); in Process()
111 int32_t bp_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/braids/
H A Dsvf.h52 bp_ = 0; in Init()
91 int32_t notch = in - (bp_ * damp >> 15); in Process()
92 lp_ += f * bp_ >> 15; in Process()
95 bp_ += f * hp >> 15; in Process()
96 CLIP(bp_) in Process()
97 return mode_ == SVF_MODE_BP ? bp_ : (mode_ == SVF_MODE_HP ? hp : lp_); in Process()
111 int32_t bp_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/dsp/
H A Dfilter.h426 return bp_; in Process()
460 bp_ = bp; in Process()
477 bp_ = bp; in Split()
508 bp_ = bp; in Process()
515 float bp_; variable
570 bp_ = bp; in Process()
579 float bp_; variable
598 lp_[0] = bp_[0] = lp_[1] = bp_[1] = 0.0f; in Reset()
657 bp_[0] = bp_1; in Process()
659 bp_[1] = bp_2; in Process()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/streams/
H A Dsvf.cc41 bp_ = 0; in Init()
55 int32_t notch = in - (bp_ * damp >> 15); in Process()
56 lp_ += f * bp_ >> 15; in Process()
59 bp_ += f * hp_ >> 15; in Process()
60 CLIP(bp_) in Process()
H A Dsvf.h55 inline int32_t bp() const { return bp_; } in bp()
68 int32_t bp_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/streams/
H A Dsvf.cc41 bp_ = 0; in Init()
55 int32_t notch = in - (bp_ * damp >> 15); in Process()
56 lp_ += f * bp_ >> 15; in Process()
59 bp_ += f * hp_ >> 15; in Process()
60 CLIP(bp_) in Process()
H A Dsvf.h55 inline int32_t bp() const { return bp_; } in bp()
68 int32_t bp_; variable
/dports/math/fxt/fxt/src/bpol/
H A Dnecklace2bitpol.h26 ulong bp_; // result as bit-vector variable
54 bitpolmod_minpoly(e, c_, n_, bp_); in poly()
55 return bp_; in poly()
66 bp_ = m ^ c_; in poly()
67 return bp_; in poly()
91 bp_ = bp; in poly()
92 return bp_; in poly()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/dsp/
H A Dfilter.h518 return bp_; in Process()
552 bp_ = bp; in Process()
569 bp_ = bp; in Split()
600 bp_ = bp; in Process()
607 float bp_; variable
662 bp_ = bp; in Process()
671 float bp_; variable
690 lp_[0] = bp_[0] = lp_[1] = bp_[1] = 0.0f; in Reset()
749 bp_[0] = bp_1; in Process()
751 bp_[1] = bp_2; in Process()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/dsp/
H A Dfilter.h518 return bp_; in Process()
552 bp_ = bp; in Process()
569 bp_ = bp; in Split()
600 bp_ = bp; in Process()
607 float bp_; variable
662 bp_ = bp; in Process()
671 float bp_; variable
690 lp_[0] = bp_[0] = lp_[1] = bp_[1] = 0.0f; in Reset()
749 bp_[0] = bp_1; in Process()
751 bp_[1] = bp_2; in Process()
[all …]
/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSBufferTest.cpp23 GEOSBufferParams* bp_; member
53 GEOSBufferParams_destroy(bp_); in ~test_capigeosbuffer_data()
478 bp_ = GEOSBufferParams_create(); in test()
480 GEOSBufferParams_setEndCapStyle(bp_, GEOSBUF_CAP_SQUARE); in test()
481 geom2_ = GEOSBufferWithParams(geom1_, bp_, 2); in test()
504 bp_ = GEOSBufferParams_create(); in test()
507 GEOSBufferParams_setSingleSided(bp_, 1); in test()
508 geom2_ = GEOSBufferWithParams(geom1_, bp_, 2); in test()
531 bp_ = GEOSBufferParams_create(); in test()
534 GEOSBufferParams_setSingleSided(bp_, 1); in test()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/bp/
H A DMakefile13 STATIC_OBJS=$(subst ..,p/..,$(subst bp_,p/bp_,$(STATIC_OBJ)))
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Deog-pixbuf-cell-renderer.c76 BangPosition *bp_; in eog_pixbuf_cell_renderer_get_bang_position() local
80 bp_ = g_tree_lookup(placement, GINT_TO_POINTER(GPOINTER_TO_INT(pixbuf)^GPOINTER_TO_INT(iconview))); in eog_pixbuf_cell_renderer_get_bang_position()
81 if (bp_ && GDK_IS_DRAWABLE(bp_->drawable)) in eog_pixbuf_cell_renderer_get_bang_position()
83 *bp = *bp_; in eog_pixbuf_cell_renderer_get_bang_position()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dgenerated-header-support.h340 extern ::capnp::word const* const bp_##id
349 static inline ::capnp::word const* encodedSchema() { return bp_##id; } \
365 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; }
370 extern ::capnp::word const* const bp_##id; \
380 static inline ::capnp::word const* encodedSchema() { return bp_##id; } \
393 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; } \
400 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; } \
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dgenerated-header-support.h340 extern ::capnp::word const* const bp_##id
349 static inline ::capnp::word const* encodedSchema() { return bp_##id; } \
365 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; }
370 extern ::capnp::word const* const bp_##id; \
380 static inline ::capnp::word const* encodedSchema() { return bp_##id; } \
393 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; } \
400 static inline ::capnp::word const* encodedSchema() { return ::capnp::schemas::bp_##id; } \
/dports/math/R-cran-backports/backports/man/
H A DdotsLength.Rd15 bp_...length = getFromNamespace("...length", "backports")
17 foo = function(...) bp_...length()
H A DdotsNames.Rd15 bp_...names = getFromNamespace("...names", "backports")
17 foo = function(...) bp_...names()
H A DdotsElt.Rd15 bp_...elt = getFromNamespace("...elt", "backports")
17 foo = function(n, ...) bp_...elt(n)
H A Dvalid.factor.Rd15 bp_.valid_factor = getFromNamespace(".valid.factor", "backports")
16 bp_.valid_factor(factor(letters[1:3]))
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dutils.c3658 bp_ >= start && IS_RFC822_CHAR(*(const guchar *)bp_); bp_--) in get_email_part()
3662 bp_++; in get_email_part()
3663 for (; bp_ < scanpos && !IS_ASCII_ALNUM(*(const guchar *)bp_); bp_++) in get_email_part()
3703 *bp = bp_; in get_email_part()
3723 bp_--; in get_email_part()
3750 for (bp_ -= 2; bp_ >= start; bp_--) { in get_email_part()
3756 if (!IN_STACK() && (*bp_ == '\'' || *bp_ == '"')) { in get_email_part()
3767 && (((bp_ - 1) >= start) && isalnum(*(bp_ - 1))) in get_email_part()
3780 bp_++; in get_email_part()
3783 for (; *bp_ != '<' && isspace(*bp_) && *bp_ != '"'; bp_++) in get_email_part()
[all …]

123456789