Home
last modified time | relevance | path

Searched defs:amd (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/dports/mail/mailutils/mailutils-3.13/libmailutils/base/
H A Damd.c215 _amd_prop_create (struct _amd_data *amd) in _amd_prop_create()
385 struct _amd_data *amd; in amd_init_mailbox() local
440 struct _amd_data *amd = mailbox->data; in amd_destroy() local
511 struct _amd_data *amd; in amd_close() local
1625 struct _amd_data *amd = (*ma)->amd; in msg_array_comp() local
1630 amd_sort (struct _amd_data *amd) in amd_sort()
1653 struct _amd_data *amd = mhm->amd; in amd_scan_message() local
1786 struct _amd_data *amd = mhm->amd; in amd_pool_lookup() local
1809 struct _amd_data *amd = mhm->amd; in amd_pool_open() local
1831 amd_pool_flush (struct _amd_data *amd) in amd_pool_flush()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_armature.c67 ArmatureModifierData *amd = (ArmatureModifierData *)md; in initData() local
97 ArmatureModifierData *amd = (ArmatureModifierData *)md; in isDisabled() local
109 ArmatureModifierData *amd = (ArmatureModifierData *)md; in foreachIDLink() local
116 ArmatureModifierData *amd = (ArmatureModifierData *)md; in updateDepsgraph() local
150 ArmatureModifierData *amd = (ArmatureModifierData *)md; in deformVerts() local
180 ArmatureModifierData *amd = (ArmatureModifierData *)md; in deformVertsEM() local
206 ArmatureModifierData *amd = (ArmatureModifierData *)md; in deformMatricesEM() local
226 ArmatureModifierData *amd = (ArmatureModifierData *)md; in deformMatrices() local
275 ArmatureModifierData *amd = (ArmatureModifierData *)md; in blendRead() local
/dports/mail/mailutils/mailutils-3.13/libproto/mh/
H A Dmh.c161 _mh_get_message_seq (struct _amd_data *amd, size_t seq) in _mh_get_message_seq()
178 struct _amd_data *amd = mailbox->data; in mh_scan0() local
296 mh_size_unlocked (struct _amd_data *amd, mu_off_t *psize) in mh_size_unlocked()
338 struct _amd_data *amd = mailbox->data; in mh_size() local
359 mh_qfetch (struct _amd_data *amd, mu_message_qid_t qid) in mh_qfetch()
398 _mh_msg_init (struct _amd_data *amd, struct _amd_message *amm) in _mh_msg_init()
405 _mh_msg_delete (struct _amd_data *amd, struct _amd_message *amm) in _mh_msg_delete()
437 mh_remove (struct _amd_data *amd) in mh_remove()
446 struct _amd_data *amd = mailbox->data; in mh_get_property() local
470 struct _amd_data *amd = mbox->data; in mh_translate() local
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, com.zeroc.Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, com.zeroc.Ice.SystemException ex, boolean amd); in systemException()
12 … void invokeException(int requestId, com.zeroc.Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, com.zeroc.Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, com.zeroc.Ice.SystemException ex, boolean amd); in systemException()
12 … void invokeException(int requestId, com.zeroc.Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DResponseHandler.cs12 void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd); in sendResponse()
14 bool systemException(int requestId, Ice.SystemException ex, bool amd); in systemException()
15 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd); in invokeException()
H A DCollocatedRequestHandler.cs84 public void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd) in sendResponse()
138 systemException(int requestId, Ice.SystemException ex, bool amd) in systemException()
146 invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd) in invokeException()
310 handleException(int requestId, Ice.Exception ex, bool amd) in handleException()
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, Ice.SystemException ex, boolean amd); in systemException()
12 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
H A DIncomingBase.java171 response(boolean amd) in response()
208 exception(java.lang.Throwable exc, boolean amd) in exception()
262 servantLocatorFinished(boolean amd) in servantLocatorFinished()
279 handleException(java.lang.Throwable exc, boolean amd) in handleException()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DResponseHandler.cs12 void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd); in sendResponse()
14 bool systemException(int requestId, Ice.SystemException ex, bool amd); in systemException()
15 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd); in invokeException()
H A DCollocatedRequestHandler.cs84 public void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd) in sendResponse()
138 systemException(int requestId, Ice.SystemException ex, bool amd) in systemException()
146 invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd) in invokeException()
310 handleException(int requestId, Ice.Exception ex, bool amd) in handleException()
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, com.zeroc.Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, com.zeroc.Ice.SystemException ex, boolean amd); in systemException()
12 … void invokeException(int requestId, com.zeroc.Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, Ice.SystemException ex, boolean amd); in systemException()
12 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
H A DIncomingBase.java171 response(boolean amd) in response()
208 exception(java.lang.Throwable exc, boolean amd) in exception()
262 servantLocatorFinished(boolean amd) in servantLocatorFinished()
279 handleException(java.lang.Throwable exc, boolean amd) in handleException()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DResponseHandler.cs12 void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd); in sendResponse()
14 bool systemException(int requestId, Ice.SystemException ex, bool amd); in systemException()
15 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd); in invokeException()
H A DCollocatedRequestHandler.cs84 public void sendResponse(int requestId, Ice.OutputStream os, byte status, bool amd) in sendResponse()
138 systemException(int requestId, Ice.SystemException ex, bool amd) in systemException()
146 invokeException(int requestId, Ice.LocalException ex, int invokeNum, bool amd) in invokeException()
310 handleException(int requestId, Ice.Exception ex, bool amd) in handleException()
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DResponseHandler.java9 void sendResponse(int requestId, Ice.OutputStream os, byte status, boolean amd); in sendResponse()
11 boolean systemException(int requestId, Ice.SystemException ex, boolean amd); in systemException()
12 void invokeException(int requestId, Ice.LocalException ex, int invokeNum, boolean amd); in invokeException()
H A DIncomingBase.java171 response(boolean amd) in response()
208 exception(java.lang.Throwable exc, boolean amd) in exception()
262 servantLocatorFinished(boolean amd) in servantLocatorFinished()
279 handleException(java.lang.Throwable exc, boolean amd) in handleException()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/model/Types/
H A DilStudyProgrammeAdvancedMetadataRecordTest.php20 public function test_type_id($amd)
30 public function test_rec_id($amd)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/sparc/
H A Damd7930.c382 static void __amd7930_write_map(struct snd_amd7930 *amd) in __amd7930_write_map()
476 static void __amd7930_update_map(struct snd_amd7930 *amd) in __amd7930_update_map()
496 struct snd_amd7930 *amd = dev_id; in snd_amd7930_interrupt() local
741 static int snd_amd7930_pcm(struct snd_amd7930 *amd) in snd_amd7930_pcm()
783 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_get_volume() local
807 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_put_volume() local
869 static int snd_amd7930_mixer(struct snd_amd7930 *amd) in snd_amd7930_mixer()
889 static int snd_amd7930_free(struct snd_amd7930 *amd) in snd_amd7930_free()
909 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free() local
923 struct snd_amd7930 *amd; in snd_amd7930_create() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/sparc/
H A Damd7930.c382 static void __amd7930_write_map(struct snd_amd7930 *amd) in __amd7930_write_map()
476 static void __amd7930_update_map(struct snd_amd7930 *amd) in __amd7930_update_map()
496 struct snd_amd7930 *amd = dev_id; in snd_amd7930_interrupt() local
741 static int snd_amd7930_pcm(struct snd_amd7930 *amd) in snd_amd7930_pcm()
783 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_get_volume() local
807 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_put_volume() local
869 static int snd_amd7930_mixer(struct snd_amd7930 *amd) in snd_amd7930_mixer()
889 static int snd_amd7930_free(struct snd_amd7930 *amd) in snd_amd7930_free()
909 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free() local
923 struct snd_amd7930 *amd; in snd_amd7930_create() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/sparc/
H A Damd7930.c382 static void __amd7930_write_map(struct snd_amd7930 *amd) in __amd7930_write_map()
476 static void __amd7930_update_map(struct snd_amd7930 *amd) in __amd7930_update_map()
496 struct snd_amd7930 *amd = dev_id; in snd_amd7930_interrupt() local
741 static int snd_amd7930_pcm(struct snd_amd7930 *amd) in snd_amd7930_pcm()
783 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_get_volume() local
807 struct snd_amd7930 *amd = snd_kcontrol_chip(kctl); in snd_amd7930_put_volume() local
869 static int snd_amd7930_mixer(struct snd_amd7930 *amd) in snd_amd7930_mixer()
889 static int snd_amd7930_free(struct snd_amd7930 *amd) in snd_amd7930_free()
909 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free() local
923 struct snd_amd7930 *amd; in snd_amd7930_create() local
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/autolinking/
H A Dcmark_trie_line_autolinking_preprocessor.cpp94 string& amd) in processProtectedBlock()
107 string& amd) in processAndAutolinkBlock()
124 string& amd) in process()
188 std::string& amd) in processLineByLine()
257 …id CmarkTrieLineAutolinkingPreprocessor::parseMarkdownLine(const std::string* md, std::string* amd) in parseMarkdownLine()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DIncoming.cpp153 IceInternal::IncomingBase::response(bool amd) in response()
183 IceInternal::IncomingBase::exception(const std::exception& exc, bool amd) in exception()
200 IceInternal::IncomingBase::exception(const string& msg, bool amd) in exception()
276 IceInternal::IncomingBase::servantLocatorFinished(bool amd) in servantLocatorFinished()
296 IceInternal::IncomingBase::handleException(const std::exception& exc, bool amd) in handleException()
519 IceInternal::IncomingBase::handleException(const string& msg, bool amd) in handleException()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DIncoming.cpp153 IceInternal::IncomingBase::response(bool amd) in response()
183 IceInternal::IncomingBase::exception(const std::exception& exc, bool amd) in exception()
200 IceInternal::IncomingBase::exception(const string& msg, bool amd) in exception()
276 IceInternal::IncomingBase::servantLocatorFinished(bool amd) in servantLocatorFinished()
296 IceInternal::IncomingBase::handleException(const std::exception& exc, bool amd) in handleException()
519 IceInternal::IncomingBase::handleException(const string& msg, bool amd) in handleException()

12345678910>>...21