Home
last modified time | relevance | path

Searched refs:apu (Results 226 – 250 of 1349) sorted by relevance

12345678910>>...54

/dports/devel/apr1/apr-util-1.6.1/include/
H A Dapu.hnw18 * Note: This is a NetWare specific version of apu.h. It is renamed to
19 * apu.h at the start of a NetWare build.
21 /* @file apu.h
/dports/www/libapreq2/libapreq2-2.13/
H A DMakefile.am120 apr_tags: docs/apr.tag docs/apu.tag
127 docs/apu.tag:
129 echo GENERATE_TAGFILE=`pwd`/docs/apu.tag | $(APU_DOX)
H A DMakefile.PL21 with-apr-config with-apu-config apxs
61 with-apr-config with-apu-config);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fxa-client/src/
H A Dscoped_keys.rs107 let apu = protected_header["apu"].as_str().unwrap_or(""); in decrypt_keys_jwe() localVariable
144 buf.extend_from_slice(&to_32b_buf(apu.len() as u32)); in decrypt_keys_jwe()
145 buf.extend_from_slice(apu.as_bytes()); in decrypt_keys_jwe()
/dports/www/p5-libapreq2/libapreq2-2.16/
H A DMakefile.PL21 with-apr-config with-apu-config apxs
61 with-apr-config with-apu-config);
H A DMakefile.am123 apr_tags: docs/apr.tag docs/apu.tag
130 docs/apu.tag:
132 echo GENERATE_TAGFILE=`pwd`/docs/apu.tag | $(APU_DOX)
/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dmemory.c540 return ((gb->apu.is_active[GB_SQUARE_2] ? (gb->apu.samples[GB_SQUARE_2] << 4) : 0) | in read_high_memory()
541 …(gb->apu.is_active[GB_SQUARE_1] ? (gb->apu.samples[GB_SQUARE_1]) : 0)) & (gb->model <= GB_MODEL_CG… in read_high_memory()
544 return ((gb->apu.is_active[GB_NOISE] ? (gb->apu.samples[GB_NOISE] << 4) : 0) | in read_high_memory()
545 …(gb->apu.is_active[GB_WAVE] ? (gb->apu.samples[GB_WAVE]) : 0)) & (gb->model <= GB_MODEL_CGB_C? gb… in read_high_memory()
/dports/www/httest/httest-2.4.24/
H A Dconfigure.ac50 AC_ARG_WITH(apr-util,AS_HELP_STRING(--with-apr-util=PATH,path to apu-1-config script),
51 …st ! -x $withval/apu-1-config; then AC_MSG_ERROR($withval/apu-1-config do not exist or is not exec…
52 [APU_CONFIG="apu-1-config"])
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/
H A Dmeson.build9 includes = ['../apu/bapu', '../', 'src']
328 '../apu/apu.cpp',
329 '../apu/bapu/dsp/sdsp.cpp',
330 '../apu/bapu/smp/smp.cpp',
331 '../apu/bapu/smp/smp_state.cpp',
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/keyenc/
H A Dkeyenc.go260 …nAlgorithm, contentalg jwa.ContentEncryptionAlgorithm, pubkey interface{}, apu, apv []byte, privke… argument
264 apu: apu,
310 func DeriveECDHES(alg, apu, apv []byte, privkey interface{}, pubkey interface{}, keysize uint32) ([… argument
317 kdf := concatkdf.New(crypto.SHA256, alg, zBytes, apu, apv, pubinfo, []byte{})
353 key, err := DeriveECDHES(algBytes, kw.apu, kw.apv, kw.privkey, kw.pubkey, keysize)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/keyenc/
H A Dkeyenc.go260 …nAlgorithm, contentalg jwa.ContentEncryptionAlgorithm, pubkey interface{}, apu, apv []byte, privke… argument
264 apu: apu,
310 func DeriveECDHES(alg, apu, apv []byte, privkey interface{}, pubkey interface{}, keysize uint32) ([… argument
317 kdf := concatkdf.New(crypto.SHA256, alg, zBytes, apu, apv, pubinfo, []byte{})
353 key, err := DeriveECDHES(algBytes, kw.apu, kw.apv, kw.privkey, kw.pubkey, keysize)
/dports/lang/nim/nim-1.6.2/tests/destructor/
H A Dtcycle3.nim68 apu: APU
88 result.apu = initAPU(result)
/dports/www/apache24/httpd-2.4.53/modules/dav/main/
H A Dmod_dav.dep22 "..\..\..\srclib\apr-util\include\apu.h"\
76 "..\..\..\srclib\apr-util\include\apu.h"\
130 "..\..\..\srclib\apr-util\include\apu.h"\
174 "..\..\..\srclib\apr-util\include\apu.h"\
217 "..\..\..\srclib\apr-util\include\apu.h"\
267 "..\..\..\srclib\apr-util\include\apu.h"\
323 "..\..\..\srclib\apr-util\include\apu.h"\
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/
H A Dconfigure.ac519 AC_ARG_WITH(apu, optwith
520 AS_HELP_STRING([--with-apu=PATH],[where apu-config is installed]),
522 AC_MSG_CHECKING(for user-specified apu-config name/location)
531 AC_PATH_PROG(APU_CONFIG, apu-config,,[`$APXS2 -q SBINDIR`]:[$PATH])
538 AC_MSG_ERROR([Unable to locate apu-config, may need --with-apu option.])
642 AS_HELP_STRING([--with-apu1=PATH],[where apu-1-config is installed]),
644 AC_MSG_CHECKING(for user-specified apu-1-config name/location)
653 AC_PATH_PROG(APU1_CONFIG, apu-1-config,,[`$APXS22 -q SBINDIR`]:[$PATH])
660 AC_MSG_ERROR([Unable to locate apu-1-config, may need --with-apu1 option.])
765 AS_HELP_STRING([--with-apu1=PATH],[where apu-1-config is installed]),
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/build/
H A Dnw_export.inc50 /* Must include apu.h first so that we can undefine
53 #include "apu.h"
H A DprebuildNW.bat30 copy ..\..\apr-util\include\apu.hnw ..\..\apr-util\include\apu.h
/dports/www/apache24/httpd-2.4.53/support/
H A Dhtpasswd.dep7 "..\srclib\apr-util\include\apu.h"\
38 "..\srclib\apr-util\include\apu.h"\
H A Dhtdbm.dep8 "..\srclib\apr-util\include\apu.h"\
39 "..\srclib\apr-util\include\apu.h"\
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstApu.cpp1234 : apu(a) {} in Channel()
1238 if (apu.extChannel == this) in ~Channel()
1240 apu.extChannel = NULL; in ~Channel()
1241 apu.UpdateVolumes(); in ~Channel()
1250 apu.settings.audible = true; in Connect()
1252 apu.UpdateVolumes(); in Connect()
1254 apu.extChannel = this; in Connect()
1274 return apu.cpu.GetClockBase(); in GetCpuClockBase()
1289 return apu.settings.rate; in GetSampleRate()
1294 return apu.settings.muted; in IsMuted()
[all …]
H A DNstSoundPlayer.cpp60 Player* Player::Create(Apu& apu,const Chips& chips,wcstring const chip,Game game,uint maxSamples) in Create() argument
79 if (Player* const player = new (std::nothrow) Player(apu,maxSamples)) in Create()
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstApu.cpp1229 : apu(a) {} in Channel()
1233 if (apu.extChannel == this) in ~Channel()
1235 apu.extChannel = NULL; in ~Channel()
1236 apu.UpdateVolumes(); in ~Channel()
1245 apu.settings.audible = true; in Connect()
1247 apu.UpdateVolumes(); in Connect()
1249 apu.extChannel = this; in Connect()
1269 return apu.cpu.GetClockBase(); in GetCpuClockBase()
1284 return apu.settings.rate; in GetSampleRate()
1289 return apu.settings.muted; in IsMuted()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/jwkest/
H A Djwe.py539 apu = b64d(kwargs["apu"])
541 apu = b64d(Random.get_random_bytes(16))
554 "apu": b64e(apu),
566 cek = ecdh_derive_key(curve, eprivk, key, apu, apv, self.enc,
571 kek = ecdh_derive_key(curve, eprivk, key, apu, apv, _post, klen)
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSap_Emu.cc318 apu.osc_output( i, (info.stereo ? left : center) ); in set_voice()
437 apu.reset( &apu_impl ); in start_track_()
458 apu.write_data( time() & time_mask, addr, data ); in cpu_write_()
520 apu.end_frame( duration ); in run_clocks()
/dports/www/apache24/httpd-2.4.53/modules/dav/fs/
H A Dmod_dav_fs.dep28 "..\..\..\srclib\apr-util\include\apu.h"\
76 "..\..\..\srclib\apr-util\include\apu.h"\
122 "..\..\..\srclib\apr-util\include\apu.h"\
172 "..\..\..\srclib\apr-util\include\apu.h"\
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/target/yaz180/default/
H A D_am9511a_isr.asm1 ; compiles at address 0x0 get am9511a apu driver by default

12345678910>>...54