Home
last modified time | relevance | path

Searched refs:counter_4 (Results 1 – 7 of 7) sorted by relevance

/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dchacha20-ppc.c291 vector4x_u32 counter_4 = { 4, 0, 0, 0 }; in _gcry_chacha20_ppc8_blocks4() local
304 __asm__ ("": "+v" (counter_4) :: "memory"); in _gcry_chacha20_ppc8_blocks4()
363 ADD_U64(state3, counter_4); /* update counter */ in _gcry_chacha20_ppc8_blocks4()
479 vector4x_u32 counter_4 = { 4, 0, 0, 0 }; in _gcry_chacha20_poly1305_ppc8_blocks4() local
506 __asm__ ("": "+v" (counter_4) :: "memory"); in _gcry_chacha20_poly1305_ppc8_blocks4()
578 ADD_U64(state3, counter_4); /* update counter */ in _gcry_chacha20_poly1305_ppc8_blocks4()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dchacha20-ppc.c291 vector4x_u32 counter_4 = { 4, 0, 0, 0 }; in _gcry_chacha20_ppc8_blocks4() local
304 __asm__ ("": "+v" (counter_4) :: "memory"); in _gcry_chacha20_ppc8_blocks4()
363 ADD_U64(state3, counter_4); /* update counter */ in _gcry_chacha20_ppc8_blocks4()
479 vector4x_u32 counter_4 = { 4, 0, 0, 0 }; in _gcry_chacha20_poly1305_ppc8_blocks4() local
506 __asm__ ("": "+v" (counter_4) :: "memory"); in _gcry_chacha20_poly1305_ppc8_blocks4()
578 ADD_U64(state3, counter_4); /* update counter */ in _gcry_chacha20_poly1305_ppc8_blocks4()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-skinny.c4185 guint32 counter_4 = 0;
4188 for (counter_4 = 0; counter_4 < 4; counter_4++) {
4189 …SUBTREE_UNDEFINED_LENGTH, ett_skinny_tree, "levelPreference [%d / %d]", counter_4 + 1, levelPrefer…
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-skinny.c4185 guint32 counter_4 = 0; in handle_CapabilitiesV3ResMessage() local
4188 for (counter_4 = 0; counter_4 < 4; counter_4++) { in handle_CapabilitiesV3ResMessage()
4189 …SUBTREE_UNDEFINED_LENGTH, ett_skinny_tree, "levelPreference [%d / %d]", counter_4 + 1, levelPrefer… in handle_CapabilitiesV3ResMessage()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-skinny.c4185 guint32 counter_4 = 0;
4188 for (counter_4 = 0; counter_4 < 4; counter_4++) {
4189 …SUBTREE_UNDEFINED_LENGTH, ett_skinny_tree, "levelPreference [%d / %d]", counter_4 + 1, levelPrefer…
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-skinny.c4185 guint32 counter_4 = 0; in handle_CapabilitiesV3ResMessage() local
4188 for (counter_4 = 0; counter_4 < 4; counter_4++) { in handle_CapabilitiesV3ResMessage()
4189 …SUBTREE_UNDEFINED_LENGTH, ett_skinny_tree, "levelPreference [%d / %d]", counter_4 + 1, levelPrefer… in handle_CapabilitiesV3ResMessage()
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp15873 double counter_4 = std::stod(sd[8]); in RType_HandleGraph() local
15924 if (counter_4 != 0) in RType_HandleGraph()
15926 sprintf(szTmp, "%.3f", (counter_4 - fDeliv_2) / divider); in RType_HandleGraph()