Home
last modified time | relevance | path

Searched refs:kpb (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/multimedia/libkate/libkate-0.4.1/src/
H A Dkate_encode.c218 kpb=&k->kes->kpb; in kate_encode_info()
270 kpb=&k->kes->kpb; in kate_encode_comment()
346 kpb=&k->kes->kpb; in kate_encode_regions()
450 kpb=&k->kes->kpb; in kate_encode_styles()
492 kpb=&k->kes->kpb; in kate_encode_curves()
562 kpb=&k->kes->kpb; in kate_encode_motions()
619 kpb=&k->kes->kpb; in kate_encode_palettes()
745 kpb=&k->kes->kpb; in kate_encode_bitmaps()
792 kpb=&k->kes->kpb; in kate_encode_font_ranges()
990 kpb=&k->kes->kpb; in kate_encode_text_raw_times()
[all …]
H A Dkate_decode.c190 kate_warp(kpb); in kate_read_metadata()
198 kate_warp(kpb); in kate_read_metadata()
239 kate_pack_buffer kpb; in kate_decode_is_idheader() local
459 ret=kate_warp(kpb); in kate_decode_regions_packet()
559 ret=kate_warp(kpb); in kate_decode_style()
586 ret=kate_warp(kpb); in kate_decode_styles_packet()
607 ret=kate_warp(kpb); in kate_decode_curve()
644 ret=kate_warp(kpb); in kate_decode_curves_packet()
702 ret=kate_warp(kpb); in kate_decode_motion()
732 ret=kate_warp(kpb); in kate_decode_motions_packet()
[all …]
H A Dkate_rle.c218 kate_pack_write(kpb,1,1); in kate_rle_encode_line_delta()
225 kate_pack_write(kpb,0,1); in kate_rle_encode_line_delta()
250 kate_pack_write(kpb,0,1); in kate_rle_encode_line_delta_stop()
263 kate_pack_write(kpb,1,1); in kate_rle_encode_line_delta_stop()
268 kate_pack_write(kpb,0,1); in kate_rle_encode_line_delta_stop()
294 kate_pack_writeclear(kpb); in kate_rle_try_encoding()
295 memcpy(kpb,&tmp,sizeof(tmp)); in kate_rle_try_encoding()
321 kate_pack_write(kpb,zero,bits); in kate_rle_encode_best()
374 value=kate_pack_read(kpb,bits); in kate_rle_decode_line_basic()
477 int type=kate_pack_read1(kpb); in kate_rle_decode_line_delta()
[all …]
H A Dkate_fp.c103 kate_pack_write(kpb,1,1); in kate_fp_encode()
107 kate_pack_write(kpb,0,1); in kate_fp_encode()
113 kate_pack_write(kpb,v,32); in kate_fp_encode()
139 kate_pack_write(kpb,1,1); in kate_fp_encode_kate_float()
141 kate_pack_write(kpb,0,1); in kate_fp_encode_kate_float()
154 ret=kate_fp_encode(count,fp_values,1,kpb); in kate_fp_encode_kate_float()
179 sign=kate_pack_read1(kpb); in kate_fp_decode()
183 kate_fp low=kate_pack_read(kpb,32); in kate_fp_decode()
184 v=kate_pack_read(kpb,bits-32); in kate_fp_decode()
191 v=kate_pack_read(kpb,bits); in kate_fp_decode()
[all …]
H A Dkate_fp.h52 extern int kate_fp_encode(size_t count,const kate_fp *values,size_t streams,kate_pack_buffer *kpb) …
53 …te_float(size_t count,const kate_float *values,size_t streams,kate_pack_buffer *kpb) kate_internal;
54 extern int kate_fp_decode(size_t count,kate_fp *values,size_t streams,kate_pack_buffer *kpb) kate_i…
55 …ode_kate_float(size_t count,kate_float *values,size_t streams,kate_pack_buffer *kpb) kate_internal;
H A Dkate_rle.h17 …t width,size_t height,const unsigned char *values,size_t bits,kate_pack_buffer *kpb) kate_internal;
18 …(size_t width,size_t height,unsigned char *values,size_t bits,kate_pack_buffer *kpb) kate_internal;
/dports/audio/tap-plugins-lv2/tap-lv2-cab6e0d/tubewarmth/
H A Dtap_tubewarmth.c61 float kpb; member
97 ((TubeWarmth *)ptr)->kpb = 0.0f; in instantiate_TubeWarmth()
191 float kpb = ptr->kpb; in run_TubeWarmth() local
213 kpb = (2.0f - kpa) / 2.0f; in run_TubeWarmth()
236 med = (D(ap + in * (kpa - in)) + kpb) * pwrq; in run_TubeWarmth()
255 ptr->kpb = kpb; in run_TubeWarmth()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/tap/
H A Dtap_tubewarmth.c62 LADSPA_Data kpb; member
99 ((TubeWarmth *)ptr)->kpb = 0.0f; in instantiate_TubeWarmth()
187 LADSPA_Data kpb = ptr->kpb; in run_TubeWarmth() local
209 kpb = (2.0f - kpa) / 2.0f; in run_TubeWarmth()
232 med = (D(ap + in * (kpa - in)) + kpb) * pwrq; in run_TubeWarmth()
251 ptr->kpb = kpb; in run_TubeWarmth()
292 LADSPA_Data kpb = ptr->kpb; in run_adding_TubeWarmth() local
314 kpb = (2.0f - kpa) / 2.0f; in run_adding_TubeWarmth()
337 med = (D(ap + in * (kpa - in)) + kpb) * pwrq; in run_adding_TubeWarmth()
356 ptr->kpb = kpb; in run_adding_TubeWarmth()
/dports/audio/tap-plugins/tap-plugins-0.7.2/
H A Dtap_tubewarmth.c62 LADSPA_Data kpb; member
99 ((TubeWarmth *)ptr)->kpb = 0.0f; in instantiate_TubeWarmth()
187 LADSPA_Data kpb = ptr->kpb; in run_TubeWarmth() local
209 kpb = (2.0f - kpa) / 2.0f; in run_TubeWarmth()
232 med = (D(ap + in * (kpa - in)) + kpb) * pwrq; in run_TubeWarmth()
251 ptr->kpb = kpb; in run_TubeWarmth()
292 LADSPA_Data kpb = ptr->kpb; in run_adding_TubeWarmth() local
314 kpb = (2.0f - kpa) / 2.0f; in run_adding_TubeWarmth()
337 med = (D(ap + in * (kpa - in)) + kpb) * pwrq; in run_adding_TubeWarmth()
356 ptr->kpb = kpb; in run_adding_TubeWarmth()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/test/
H A DDHTests.cpp206 AsymmetricKeyPair* kpb; in testDerivation() local
221 CPPUNIT_ASSERT(dh->generateKeyPair(&kpb, p)); in testDerivation()
225 CPPUNIT_ASSERT(dh->deriveKey(&sa, kpb->getPublicKey(), kpa->getPrivateKey())); in testDerivation()
227 CPPUNIT_ASSERT(dh->deriveKey(&sb, kpa->getPublicKey(), kpb->getPrivateKey())); in testDerivation()
236 dh->recycleKeyPair(kpb); in testDerivation()
H A DECDHTests.cpp186 AsymmetricKeyPair* kpb; in testDerivation() local
205 CPPUNIT_ASSERT(ecdh->generateKeyPair(&kpb, p)); in testDerivation()
209 CPPUNIT_ASSERT(ecdh->deriveKey(&sa, kpb->getPublicKey(), kpa->getPrivateKey())); in testDerivation()
211 CPPUNIT_ASSERT(ecdh->deriveKey(&sb, kpa->getPublicKey(), kpb->getPrivateKey())); in testDerivation()
220 ecdh->recycleKeyPair(kpb); in testDerivation()
H A DEDDSATests.cpp415 AsymmetricKeyPair* kpb; in testDerivation() local
416 CPPUNIT_ASSERT(eddsa->generateKeyPair(&kpb, p)); in testDerivation()
420 CPPUNIT_ASSERT(eddsa->deriveKey(&sa, kpb->getPublicKey(), kpa->getPrivateKey())); in testDerivation()
422 CPPUNIT_ASSERT(eddsa->deriveKey(&sb, kpa->getPublicKey(), kpb->getPrivateKey())); in testDerivation()
431 eddsa->recycleKeyPair(kpb); in testDerivation()
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Dvars_cert_loader.go77 kpb, _ := pem.Decode([]byte(data))
78 if kpb == nil {
82 key, err := x509.ParsePKCS1PrivateKey(kpb.Bytes)
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dexciter.c47 double rdrive, rbdr, kpa, kpb, kna, knb, ap, an, imr, kc, srct, sq, pwrq; member
110 p->rdrive = p->rbdr = p->kpa = p->kpb = p->kna = p->knb = p->ap = in exciter_init()
170 kpb = p->kpb, knb = p->knb, pwrq = p->pwrq; in distort() local
178 med = (D(ap + proc * (kpa - proc)) + kpb) * pwrq; in distort()
213 p->kpb = (2.0 - p->kpa) / 2.0; in set_distort()
/dports/net/gnu-dico/dico-2.10/grecs/src/
H A Djsonfmt.c117 struct json_pair const * const *kpb = b; in keypair_cmp_name() local
118 return strcmp((*kpa)->k, (*kpb)->k); in keypair_cmp_name()
/dports/sysutils/direvent/direvent-5.2/grecs/src/
H A Djsonfmt.c117 struct json_pair const * const *kpb = b; in keypair_cmp_name() local
118 return strcmp((*kpa)->k, (*kpb)->k); in keypair_cmp_name()
/dports/sysutils/pies/pies-1.5/grecs/src/
H A Djsonfmt.c117 struct json_pair const * const *kpb = b; in keypair_cmp_name() local
118 return strcmp((*kpa)->k, (*kpb)->k); in keypair_cmp_name()
/dports/sysutils/eclat/eclat-2.0/grecs/src/
H A Djsonfmt.c117 struct json_pair const * const *kpb = b; in keypair_cmp_name() local
118 return strcmp((*kpa)->k, (*kpb)->k); in keypair_cmp_name()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_aexciter.c28 double rdrive, rbdr, kpa, kpb, kna, knb, ap, member
90 p->kpb = (2.0 - p->kpa) / 2.0; in set_params()
152 med = (D(p->ap + proc * (p->kpa - proc)) + p->kpb) * p->pwrq; in distortion_process()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_aexciter.c28 double rdrive, rbdr, kpa, kpb, kna, knb, ap, member
90 p->kpb = (2.0 - p->kpa) / 2.0; in set_params()
152 med = (D(p->ap + proc * (p->kpa - proc)) + p->kpb) * p->pwrq; in distortion_process()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_SurfSmooth.c454 float kpb; member
554 Opt->kpb = -1.0; in SUMA_SurfSmooth_ParseInput()
739 Opt->kpb = atof(argv[kar]); in SUMA_SurfSmooth_ParseInput()
764 if (Opt->kpb != -1.0) { in SUMA_SurfSmooth_ParseInput()
1281 if (Opt->kpb >= 0) { in SUMA_SurfSmooth_ParseInput()
1300 if (Opt->kpb >= 0) { in SUMA_SurfSmooth_ParseInput()
1331 if (Opt->kpb >= 0) { in SUMA_SurfSmooth_ParseInput()
1342 if ( (Opt->l != -1.0 || Opt->m != -1.0) && Opt->kpb != -1.0) { in SUMA_SurfSmooth_ParseInput()
1346 if (Opt->kpb != -1.0 && (Opt->kpb < 0.000001 || Opt->kpb > 10)) { in SUMA_SurfSmooth_ParseInput()
1350 if (Opt->l == -1.0 && Opt->m == -1.0 && Opt->kpb == -1.0) { in SUMA_SurfSmooth_ParseInput()
[all …]
/dports/science/wannier90/wannier90-3.1.0/pwscf/v3.2.3/
H A Dwannier.f9014 integer, allocatable :: kpb(:,:) ! k+b (ik,ib) variable
/dports/science/wannier90/wannier90-3.1.0/pwscf/v4.0/
H A Dwannier.f9014 integer, allocatable :: kpb(:,:) ! k+b (ik,ib) variable
/dports/science/wannier90/wannier90-3.1.0/pwscf/v4.1/
H A Dwannier.f9014 integer, allocatable :: kpb(:,:) ! k+b (ik,ib) variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/src/
H A DwannierEPW.f9081 INTEGER, ALLOCATABLE :: kpb(:, :) variable

12345678910