Home
last modified time | relevance | path

Searched refs:extendData (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/CRC/
H A DUSB5.hs34 extendData :: SWord11 -> SWord16
35 extendData (S11 w) = w `shiftL` 5 function
38 mkFrame w = extendData w .|. crc_11_16 w
45 crc16 = pMod (extendData msg) divisor
H A DCCITT.hs32 extendData :: SWord 48 -> SWord 64
33 extendData msg = fromBitsBE $ blastBE msg ++ replicate 16 sFalse function
41 msg64 = extendData msg
H A DCCITT_Unidir.hs32 extendData :: SWord 48 -> SWord 64
33 extendData msg = msg # 0 function
41 msg64 = extendData msg
H A DGenPoly.hs38 extendData :: SWord 48 -> SWord 64
39 extendData msg = msg # 0 function
46 where msg64 = extendData msg
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtspi_pcr_extend.c37 BYTE *extendData; in Tspi_TPM_PcrExtend() local
63 extendData = (BYTE *)&digest.digest; in Tspi_TPM_PcrExtend()
68 extendData = pbPcrData; in Tspi_TPM_PcrExtend()
71 if ((result = TCS_API(tspContext)->Extend(tspContext, ulPcrIndex, *(TPM_DIGEST *)extendData, in Tspi_TPM_PcrExtend()
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drdatafields.cc80 extendData(); in writeName()
100 extendData(); in getFields()
107 void extendData() { in extendData() function in isc::dns::rdata::__anond12fd1440111::RdataFieldComposer
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dcheat.c656 UINT32 extendData; member
3846 …action->extendData = (action->extendData & 0xFFFF00FF) | ((action->extendData - 0x00000100) & 0x00… in EditCheatMenu()
3850 …action->extendData = (action->extendData & 0xFFFFFF00) | ((action->extendData - 0x00000001) & 0x00… in EditCheatMenu()
4125 …action->extendData = (action->extendData & 0xFFFF00FF) | ((action->extendData + 0x00000100) & 0x00… in EditCheatMenu()
4129 …action->extendData = (action->extendData & 0xFFFFFF00) | ((action->extendData + 0x00000001) & 0x00… in EditCheatMenu()
4412 action->extendData = DoEditHexField(action->extendData); in EditCheatMenu()
4418 action->extendData = DoEditHexField(action->extendData); in EditCheatMenu()
4441 action->extendData = (action->extendData & 0xFF00) | (temp & 0x00FF); in EditCheatMenu()
8114 *extendData = 0; in ConvertOldCode()
8262 int extendData; in LoadCheatFile() local
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dcheat.c656 UINT32 extendData; member
3846 …action->extendData = (action->extendData & 0xFFFF00FF) | ((action->extendData - 0x00000100) & 0x00… in EditCheatMenu()
3850 …action->extendData = (action->extendData & 0xFFFFFF00) | ((action->extendData - 0x00000001) & 0x00… in EditCheatMenu()
4125 …action->extendData = (action->extendData & 0xFFFF00FF) | ((action->extendData + 0x00000100) & 0x00… in EditCheatMenu()
4129 …action->extendData = (action->extendData & 0xFFFFFF00) | ((action->extendData + 0x00000001) & 0x00… in EditCheatMenu()
4412 action->extendData = DoEditHexField(action->extendData); in EditCheatMenu()
4418 action->extendData = DoEditHexField(action->extendData); in EditCheatMenu()
4441 action->extendData = (action->extendData & 0xFF00) | (temp & 0x00FF); in EditCheatMenu()
8114 *extendData = 0; in ConvertOldCode()
8262 int extendData; in LoadCheatFile() local
[all …]
/dports/www/nextcloud-deck/deck/lib/Service/
H A DAttachmentService.php129 $service->extendData($attachment);
210 $service->extendData($attachment);
313 $service->extendData($attachment);
339 $service->extendData($attachment);
H A DIAttachmentService.php45 public function extendData(Attachment $attachment); function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DMemoryPager.actor.cpp122 void extendData();
162 extendData(); in MemoryPager()
301 extendData(); in allocatePage()
311 void MemoryPager::extendData() { in extendData() function in MemoryPager
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerLatestViewRefresh.php89 $this->extendData($prepared_data, $filter['show_without_data']);
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerLatestViewRefresh.php89 $this->extendData($prepared_data, $filter['show_without_data']);
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerLatestViewRefresh.php89 $this->extendData($prepared_data, $filter['show_without_data']);
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerLatestViewRefresh.php89 $this->extendData($prepared_data, $filter['show_without_data']);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerLatestViewRefresh.php89 $this->extendData($prepared_data, $filter['show_without_data']);
/dports/textproc/xp/com/jclark/xml/tok/
H A DISO8859_1Encoding.java69 int extendData(final byte[] buf, int off, final int end) { in extendData() method in ISO8859_1Encoding
H A DASCIIEncoding.java71 int extendData(final byte[] buf, int off, final int end) { in extendData() method in ASCIIEncoding
H A DSingleByteEncoding.java80 int extendData(final byte[] buf, int off, final int end) { in extendData() method in SingleByteEncoding
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerLatestViewRefresh.php100 $this->extendData($prepared_data);
H A DCControllerLatest.php148 protected function extendData(array &$prepared_data) { function in CControllerLatest
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerLatestViewRefresh.php100 $this->extendData($prepared_data);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerLatestViewRefresh.php100 $this->extendData($prepared_data);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerLatestViewRefresh.php100 $this->extendData($prepared_data);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerLatestViewRefresh.php100 $this->extendData($prepared_data);

123