Home
last modified time | relevance | path

Searched refs:SMR (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/devel/asl/asl-current/include/z8/
H A Dz86cxx.inc25 SMR sfr 0bh ; [ERF Bank F] Stop Mode Recovery Register
26 TCLK16 __z8bit SMR,0 ; SCLK->TCLK Divide by 16
27 SCLK2 __z8bit SMR,1 ; XTAL->SCLK Divide by 2
28 SM_REC_SRC __z8bfield SMR,2,3 ; Stop Mode Recovery Source
29 STOP_DELAY __z8bit SMR,5 ; Stop Delay
30 STOP_REC_LEVEL __z8bit SMR,6 ; Stop Recovery Level
31 STOP_FLAG __z8bit SMR,7 ; Stop Flag
/dports/emulators/qemu/qemu-6.2.0/hw/char/
H A Drenesas_sci.c34 REG8(SMR, 0)
35 FIELD(SMR, CKS, 0, 2)
36 FIELD(SMR, MP, 2, 1)
37 FIELD(SMR, STOP, 3, 1)
38 FIELD(SMR, PM, 4, 1)
39 FIELD(SMR, PE, 5, 1)
40 FIELD(SMR, CHR, 6, 1)
41 FIELD(SMR, CM, 7, 1)
130 sci->trtime = 8 - FIELD_EX8(sci->smr, SMR, CHR); in update_trtime()
131 sci->trtime += FIELD_EX8(sci->smr, SMR, PE); in update_trtime()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/char/
H A Drenesas_sci.c34 REG8(SMR, 0)
35 FIELD(SMR, CKS, 0, 2)
36 FIELD(SMR, MP, 2, 1)
37 FIELD(SMR, STOP, 3, 1)
38 FIELD(SMR, PM, 4, 1)
39 FIELD(SMR, PE, 5, 1)
40 FIELD(SMR, CHR, 6, 1)
41 FIELD(SMR, CM, 7, 1)
130 sci->trtime = 8 - FIELD_EX8(sci->smr, SMR, CHR); in update_trtime()
131 sci->trtime += FIELD_EX8(sci->smr, SMR, PE); in update_trtime()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/char/
H A Drenesas_sci.c33 REG8(SMR, 0)
34 FIELD(SMR, CKS, 0, 2)
35 FIELD(SMR, MP, 2, 1)
36 FIELD(SMR, STOP, 3, 1)
37 FIELD(SMR, PM, 4, 1)
38 FIELD(SMR, PE, 5, 1)
39 FIELD(SMR, CHR, 6, 1)
40 FIELD(SMR, CM, 7, 1)
129 sci->trtime = 8 - FIELD_EX8(sci->smr, SMR, CHR); in update_trtime()
130 sci->trtime += FIELD_EX8(sci->smr, SMR, PE); in update_trtime()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/char/
H A Drenesas_sci.c34 REG8(SMR, 0)
35 FIELD(SMR, CKS, 0, 2)
36 FIELD(SMR, MP, 2, 1)
37 FIELD(SMR, STOP, 3, 1)
38 FIELD(SMR, PM, 4, 1)
39 FIELD(SMR, PE, 5, 1)
40 FIELD(SMR, CHR, 6, 1)
41 FIELD(SMR, CM, 7, 1)
130 sci->trtime = 8 - FIELD_EX8(sci->smr, SMR, CHR); in update_trtime()
131 sci->trtime += FIELD_EX8(sci->smr, SMR, PE); in update_trtime()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dencode.h70 int bits_for_nonoise(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
76 void main_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
80 int vbr_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
84 int a_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
H A Dencode.c728 FLOAT SMR[2][SBLIMIT], in bits_for_nonoise()
771 if ((SNR[thisstep_index] - SMR[ch][sb]) >= min_mnr) in bits_for_nonoise()
777 if ((SNR[thisstep_index] - SMR[1 - ch][sb]) >= min_mnr) in bits_for_nonoise()
891 FLOAT SMR[2][SBLIMIT], in main_bit_allocation()
914 rq_db = bits_for_nonoise(glopts, SMR, scfsi, 0, bit_alloc); in main_bit_allocation()
924 noisy_sbs = a_bit_allocation(glopts, SMR, scfsi, bit_alloc, adb); in main_bit_allocation()
979 noisy_sbs = vbr_bit_allocation(glopts, SMR, scfsi, bit_alloc, adb); in main_bit_allocation()
1034 FLOAT SMR[2][SBLIMIT], in vbr_bit_allocation()
1066 mnr[ch][sb] = SNR[0] - SMR[ch][sb]; in vbr_bit_allocation()
1185 int a_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], in a_bit_allocation()
[all …]
H A Dpsycho_0.c78 void psycho_0(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], unsigned int scalar[2][3][SBLIMIT]) in psycho_0()
118 SMR[ch][sb] = 2.0 * (30.0 - minscaleindex[ch][sb]) - mem->ath_min[sb]; in psycho_0()
H A Dpsycho_0.h28 void psycho_0(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], unsigned int scalar[2][3][SBLIMIT]);
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dencode.h68 int twolame_bits_for_nonoise(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
74 void twolame_main_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
78 int twolame_vbr_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
82 int twolame_a_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT],
H A Dencode.c728 FLOAT SMR[2][SBLIMIT], in twolame_bits_for_nonoise()
771 if ((SNR[thisstep_index] - SMR[ch][sb]) >= min_mnr) in twolame_bits_for_nonoise()
777 if ((SNR[thisstep_index] - SMR[1 - ch][sb]) >= min_mnr) in twolame_bits_for_nonoise()
901 FLOAT SMR[2][SBLIMIT], in twolame_main_bit_allocation()
932 twolame_a_bit_allocation(glopts, SMR, scfsi, bit_alloc, adb); in twolame_main_bit_allocation()
984 twolame_vbr_bit_allocation(glopts, SMR, scfsi, bit_alloc, adb); in twolame_main_bit_allocation()
1039 FLOAT SMR[2][SBLIMIT], in twolame_vbr_bit_allocation()
1071 mnr[ch][sb] = SNR[0] - SMR[ch][sb]; in twolame_vbr_bit_allocation()
1119 mnr[min_ch][min_sb] = SNR[thisstep_index] - SMR[min_ch][min_sb]; in twolame_vbr_bit_allocation()
1191 int twolame_a_bit_allocation(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], in twolame_a_bit_allocation()
[all …]
H A Dpsycho_0.c76 void twolame_psycho_0(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], unsigned int scalar[2][3][SB… in twolame_psycho_0()
116 SMR[ch][sb] = 2.0 * (30.0 - minscaleindex[ch][sb]) - mem->ath_min[sb]; in twolame_psycho_0()
H A Dpsycho_0.h26 void twolame_psycho_0(twolame_options * glopts, FLOAT SMR[2][SBLIMIT], unsigned int scalar[2][3][SB…
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/smrse/
H A DSMRSE.asn4 SMR-Bind ::= SEQUENCE {
42 SMR-Bind-Confirm ::= SEQUENCE {
46 SMR-Bind-Failure ::= SEQUENCE {
60 SMR-Unbind ::= SEQUENCE {
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/smrse/
H A DSMRSE.asn4 SMR-Bind ::= SEQUENCE {
42 SMR-Bind-Confirm ::= SEQUENCE {
46 SMR-Bind-Failure ::= SEQUENCE {
60 SMR-Unbind ::= SEQUENCE {
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/smrse/
H A DSMRSE.asn4 SMR-Bind ::= SEQUENCE {
42 SMR-Bind-Confirm ::= SEQUENCE {
46 SMR-Bind-Failure ::= SEQUENCE {
60 SMR-Unbind ::= SEQUENCE {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/smrse/
H A DSMRSE.asn4 SMR-Bind ::= SEQUENCE {
42 SMR-Bind-Confirm ::= SEQUENCE {
46 SMR-Bind-Failure ::= SEQUENCE {
60 SMR-Unbind ::= SEQUENCE {
/dports/lang/spidermonkey60/firefox-60.9.0/tools/fuzzing/libfuzzer/
H A DFuzzerLoop.cpp46 SharedMemoryRegion SMR; variable
445 if (SMR.IsClient()) in ExecuteCallback()
446 SMR.WriteByteArray(Data, Size); in ExecuteCallback()
647 if (SMR.IsServer()) { in AnnounceOutput()
648 SMR.WriteByteArray(Data, Size); in AnnounceOutput()
649 } else if (SMR.IsClient()) { in AnnounceOutput()
650 SMR.PostClient(); in AnnounceOutput()
651 SMR.WaitServer(); in AnnounceOutput()
652 size_t OtherSize = SMR.ReadByteArraySize(); in AnnounceOutput()
653 uint8_t *OtherData = SMR.GetByteArray(); in AnnounceOutput()
H A DFuzzerDriver.cpp649 SMR.Destroy(Name); in FuzzerDriver()
650 if (!SMR.Create(Name)) { in FuzzerDriver()
656 SMR.WaitClient(); in FuzzerDriver()
657 size_t Size = SMR.ReadByteArraySize(); in FuzzerDriver()
658 SMR.WriteByteArray(nullptr, 0); in FuzzerDriver()
659 const Unit tmp(SMR.GetByteArray(), SMR.GetByteArray() + Size); in FuzzerDriver()
661 SMR.PostServer(); in FuzzerDriver()
667 if (!SMR.Open(Name)) { in FuzzerDriver()
/dports/science/R-cran-DCluster/DCluster/man/
H A Dgearyc.stat.Rd19 gearyc.stat(data, applyto="SMR", ...)
43 or \emph{SMR}.}
62 gearyc.stat(data=sids, applyto="SMR", listw=col.W, n=length(ncCR85.nb),
66 applyto="SMR", listw=col.W, n=length(ncCR85.nb),
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp44 SharedMemoryRegion SMR; variable
516 if (SMR.IsClient()) in ExecuteCallback()
517 SMR.WriteByteArray(Data, Size); in ExecuteCallback()
828 if (SMR.IsServer()) { in AnnounceOutput()
829 SMR.WriteByteArray(Data, Size); in AnnounceOutput()
830 } else if (SMR.IsClient()) { in AnnounceOutput()
831 SMR.PostClient(); in AnnounceOutput()
832 SMR.WaitServer(); in AnnounceOutput()
833 size_t OtherSize = SMR.ReadByteArraySize(); in AnnounceOutput()
834 uint8_t *OtherData = SMR.GetByteArray(); in AnnounceOutput()
H A DFuzzerDriver.cpp674 SMR.Destroy(Name); in FuzzerDriver()
675 if (!SMR.Create(Name)) { in FuzzerDriver()
681 SMR.WaitClient(); in FuzzerDriver()
682 size_t Size = SMR.ReadByteArraySize(); in FuzzerDriver()
683 SMR.WriteByteArray(nullptr, 0); in FuzzerDriver()
684 const Unit tmp(SMR.GetByteArray(), SMR.GetByteArray() + Size); in FuzzerDriver()
686 SMR.PostServer(); in FuzzerDriver()
692 if (!SMR.Open(Name)) { in FuzzerDriver()
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D3smr_np7.sdf3 Coordinates from PDB:3SMR:A:1000 Model:1 without hydrogens
120 3SMR
/dports/astro/stellarium/stellarium-0.21.3/po/stellarium-metainfo/
H A Dfa.po4 # SMR Shahim <shahim.hjafr@gmail.com>, 2020
11 "Last-Translator: SMR Shahim <shahim.hjafr@gmail.com>, 2020\n"
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/zonefs/
H A DKconfig9 device (e.g. host-managed or host-aware SMR disk drives) as files.

12345678910>>...20