Home
last modified time | relevance | path

Searched refs:p_key (Results 251 – 275 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dkeyhelp.c52 u_short *p_key, key; in build_key_data() local
94 p_key = key_data + offset + counters[ch1]; in build_key_data()
95 *p_key = key; in build_key_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dkeyhelp.c52 u_short *p_key, key; in build_key_data() local
94 p_key = key_data + offset + counters[ch1]; in build_key_data()
95 *p_key = key; in build_key_data()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dupdate.h183 const uint8_t *p_key_data, size_t i_key_len, public_key_t *p_key,
190 verify_signature(signature_packet_t *sign, public_key_packet_t *p_key,
/dports/security/p5-CryptX/CryptX-0.075/t/
H A Dcipher_idea_compat.t28 my ($p_key, $p_in, $p_out) = map { pack("H*", $_) } ($key, $in, $out);
31 my $cipher = Crypt::Cipher::IDEA->new($p_key);
/dports/devel/shmap/shmap-0.3.2/shmap/
H A Dshmap.c376 int shmap_add_value ( shmap * map, const char * p_key, const char * p_value ) in shmap_add_value() argument
389 key = sh_mem_strdup(map->mem_segm, p_key); in shmap_add_value()
419 int shmap_add_value_p ( shmap * map, const char * p_key, void * p_value ) in shmap_add_value_p() argument
428 key = sh_mem_strdup(map->mem_segm, p_key); in shmap_add_value_p()
455 int shmap_add_value_b ( shmap * map, const char * p_key, void * p_value, size_t value_size ) in shmap_add_value_b() argument
464 key = sh_mem_strdup(map->mem_segm, p_key); in shmap_add_value_b()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/Crypto/SelfTest/Cipher/
H A Dcommon.py312 p_key = _extract(p2, 'key')
323 description = "p=%s, k=%s" % (p_plaintext, p_key)
325 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
379 p_key = _extract(p2, 'key')
387 description = "p=%s, k=%s" % (p_plaintext, p_key)
389 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
/dports/security/py-pycrypto/pycrypto-2.6.1/lib/Crypto/SelfTest/Cipher/
H A Dcommon.py312 p_key = _extract(p2, 'key')
323 description = "p=%s, k=%s" % (p_plaintext, p_key)
325 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
379 p_key = _extract(p2, 'key')
387 description = "p=%s, k=%s" % (p_plaintext, p_key)
389 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dlayouter.hxx75 size_t operator()( const tMoveBwdLayoutInfoKey& p_key ) const in operator ()()
77 return p_key.mnFrameId; in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dlayouter.hxx75 size_t operator()( const tMoveBwdLayoutInfoKey& p_key ) const in operator ()()
77 return p_key.mnFrameId; in operator ()()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-simple.c141 size_t p_key = PTR_KEY (p); in tree_insert() local
142 pp = &p->sub[v_key < p_key]; in tree_insert()
157 size_t p_key = PTR_KEY (p); in tree_lookup() local
160 p = p->sub[v_key < p_key]; in tree_lookup()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dggc-simple.c141 size_t p_key = PTR_KEY (p); in tree_insert() local
142 pp = &p->sub[v_key < p_key]; in tree_insert()
157 size_t p_key = PTR_KEY (p); in tree_lookup() local
160 p = p->sub[v_key < p_key]; in tree_lookup()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dcommon.py428 p_key = _extract(p2, 'key')
437 description = "p=%s, k=%s" % (p_plaintext, p_key)
439 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
481 p_key = _extract(p2, 'key')
489 description = "p=%s, k=%s" % (p_plaintext, p_key)
491 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/Cipher/
H A Dcommon.py428 p_key = _extract(p2, 'key')
437 description = "p=%s, k=%s" % (p_plaintext, p_key)
439 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
481 p_key = _extract(p2, 'key')
489 description = "p=%s, k=%s" % (p_plaintext, p_key)
491 description = "p=%s, k=%s, %r" % (p_plaintext, p_key, p2)
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproject_export.h165 void _script_encryption_key_changed(const String &p_key);
166 bool _validate_script_encryption_key(const String &p_key);
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproject_export.h165 void _script_encryption_key_changed(const String &p_key);
166 bool _validate_script_encryption_key(const String &p_key);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/animation/
H A Dtween.cpp35 void Tween::_add_pending_command(StringName p_key, const Variant &p_arg1, const Variant &p_arg2, co… in _add_pending_command() argument
42 cmd.key = p_key; in _add_pending_command()
863 bool Tween::reset(Object *p_object, StringName p_key) { in reset() argument
874 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) { in reset()
905 bool Tween::stop(Object *p_object, StringName p_key) { in stop() argument
917 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) in stop()
940 bool Tween::resume(Object *p_object, StringName p_key) { in resume() argument
955 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) in resume()
978 bool Tween::remove(Object *p_object, StringName p_key) { in remove() argument
981 call_deferred("remove", p_object, p_key); in remove()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/animation/
H A Dtween.cpp35 void Tween::_add_pending_command(StringName p_key, const Variant &p_arg1, const Variant &p_arg2, co… in _add_pending_command() argument
42 cmd.key = p_key; in _add_pending_command()
863 bool Tween::reset(Object *p_object, StringName p_key) { in reset() argument
874 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) { in reset()
905 bool Tween::stop(Object *p_object, StringName p_key) { in stop() argument
917 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) in stop()
940 bool Tween::resume(Object *p_object, StringName p_key) { in resume() argument
955 if (object == p_object && (data.concatenated_key == p_key || p_key == "")) in resume()
978 bool Tween::remove(Object *p_object, StringName p_key) { in remove() argument
981 call_deferred("remove", p_object, p_key); in remove()
[all …]
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Dmenu.c148 gpointer p_key;
152 while (g_hash_table_iter_next(&iter, &p_key, &p_value)) {
154 char *key = (char*) p_key;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rlbox/include/
H A Drlbox_policy_types.hpp114 void* p_key) in sandbox_callback() argument
119 , key(p_key) in sandbox_callback()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/syscheckd/
H A Dwin-registry.c146 void os_winreg_querykey(HKEY hKey, char *p_key, char *full_key_name) in os_winreg_querykey() argument
204 if (p_key) { in os_winreg_querykey()
206 "%s\\%s", p_key, sub_key_name_b); in os_winreg_querykey()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/syscheckd/
H A Dwin-registry.c146 void os_winreg_querykey(HKEY hKey, char *p_key, char *full_key_name) in os_winreg_querykey() argument
204 if (p_key) { in os_winreg_querykey()
206 "%s\\%s", p_key, sub_key_name_b); in os_winreg_querykey()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/syscheckd/
H A Dwin-registry.c146 void os_winreg_querykey(HKEY hKey, char *p_key, char *full_key_name) in os_winreg_querykey() argument
204 if (p_key) { in os_winreg_querykey()
206 "%s\\%s", p_key, sub_key_name_b); in os_winreg_querykey()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/javascript/
H A Ddom_keys.inc34 int dom_code2godot_scancode(EM_UTF8 const p_code[32], EM_UTF8 const p_key[32]) {
74 uint8_t b0 = (uint8_t)p_key[0];
75 uint8_t b1 = (uint8_t)p_key[1];
76 uint8_t b2 = (uint8_t)p_key[2];
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dworld_2d.cpp69 bool operator==(const CellKey &p_key) const { return key == p_key.key; } in operator ==()
70 _FORCE_INLINE_ bool operator<(const CellKey &p_key) const { in operator <()
71 return key < p_key.key; in operator <()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dworld_2d.cpp69 bool operator==(const CellKey &p_key) const { return key == p_key.key; } in operator ==()
70 _FORCE_INLINE_ bool operator<(const CellKey &p_key) const { in operator <()
71 return key < p_key.key; in operator <()

1...<<11121314151617181920>>...25