Home
last modified time | relevance | path

Searched defs:adata (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/generated/
H A Dpgm_sprite.h4 static INT32 zoom_draw_00(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_00()
18 static INT32 zoom_draw_01(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_01()
32 static INT32 zoom_draw_02(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_02()
46 static INT32 zoom_draw_03(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_03()
60 static INT32 zoom_draw_04(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_04()
74 static INT32 zoom_draw_05(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_05()
88 static INT32 zoom_draw_06(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_06()
102 static INT32 zoom_draw_07(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_07()
116 static INT32 zoom_draw_08(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_08()
130 static INT32 zoom_draw_09(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_09()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/generated/
H A Dpgm_sprite.h4 static INT32 zoom_draw_00(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_00()
18 static INT32 zoom_draw_01(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_01()
32 static INT32 zoom_draw_02(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_02()
46 static INT32 zoom_draw_03(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_03()
60 static INT32 zoom_draw_04(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_04()
74 static INT32 zoom_draw_05(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_05()
88 static INT32 zoom_draw_06(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_06()
102 static INT32 zoom_draw_07(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_07()
116 static INT32 zoom_draw_08(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_08()
130 static INT32 zoom_draw_09(UINT16 *dest, UINT8 *adata, INT32 pal) in zoom_draw_09()
[all …]
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dcommand.c93 static bool cmd_queue_full(struct ImapAccountData *adata) in cmd_queue_full()
107 static struct ImapCommand *cmd_new(struct ImapAccountData *adata) in cmd_new()
165 static void cmd_handle_fatal(struct ImapAccountData *adata) in cmd_handle_fatal()
398 static void cmd_parse_fetch(struct ImapAccountData *adata, char *s) in cmd_parse_fetch()
569 static void cmd_parse_list(struct ImapAccountData *adata, char *s) in cmd_parse_list()
664 static void cmd_parse_lsub(struct ImapAccountData *adata, char *s) in cmd_parse_lsub()
991 static int cmd_handle_untagged(struct ImapAccountData *adata) in cmd_handle_untagged()
1083 int imap_cmd_step(struct ImapAccountData *adata) in imap_cmd_step()
1217 const char *imap_cmd_trailer(struct ImapAccountData *adata) in imap_cmd_trailer()
1320 void imap_cmd_finish(struct ImapAccountData *adata) in imap_cmd_finish()
[all …]
H A Dsearch.c104 static bool compile_search_children(const struct ImapAccountData *adata, in compile_search_children()
143 static bool compile_search_self(const struct ImapAccountData *adata, in compile_search_self()
209 static bool compile_search(const struct ImapAccountData *adata, in compile_search()
246 struct ImapAccountData *adata = imap_adata_get(m); in imap_search() local
259 void cmd_parse_search(struct ImapAccountData *adata, const char *s) in cmd_parse_search()
H A Dimap.c205 struct ImapAccountData *adata = imap_adata_get(m); in make_msg_set() local
522 struct ImapAccountData *adata = imap_adata_get(m); in imap_delete_mailbox() local
572 struct ImapAccountData *adata = np->adata; in imap_logout_all() local
678 struct ImapAccountData *adata = imap_adata_get(m); in imap_expunge_mailbox() local
930 struct ImapAccountData *adata = imap_adata_get(m); in imap_exec_msgset() local
1007 struct ImapAccountData *adata = imap_adata_get(m); in imap_sync_message_for_copy() local
1288 struct ImapAccountData *adata = NULL; in imap_subscribe() local
1345 struct ImapAccountData *adata = NULL; in imap_complete() local
1750 struct ImapAccountData *adata = a->adata; in imap_ac_owns_path() local
1764 struct ImapAccountData *adata = a->adata; in imap_ac_add() local
[all …]
/dports/mail/neomutt/neomutt-20211029/notmuch/
H A Ddb.c176 struct NmAccountData *adata = nm_adata_get(m); in nm_db_get() local
200 struct NmAccountData *adata = nm_adata_get(m); in nm_db_release() local
233 struct NmAccountData *adata = nm_adata_get(m); in nm_db_trans_begin() local
255 struct NmAccountData *adata = nm_adata_get(m); in nm_db_trans_end() local
317 struct NmAccountData *adata = nm_adata_get(m); in nm_db_is_longrun() local
331 struct NmAccountData *adata = nm_adata_get(m); in nm_db_longrun_init() local
346 struct NmAccountData *adata = nm_adata_get(m); in nm_db_longrun_done() local
364 struct NmAccountData *adata = nm_adata_get(m); in nm_db_debug_check() local
/dports/mail/neomutt/neomutt-20211029/pop/
H A Dlib.c124 static void pop_error(struct PopAccountData *adata, char *msg) in pop_error()
150 struct PopAccountData *adata = data; in fetch_capa() local
177 struct PopAccountData *adata = data; in fetch_auth() local
196 static int pop_capabilities(struct PopAccountData *adata, int mode) in pop_capabilities()
275 int pop_connect(struct PopAccountData *adata) in pop_connect()
310 int pop_open_connection(struct PopAccountData *adata) in pop_open_connection()
422 struct PopAccountData *adata = pop_adata_get(m); in pop_logout() local
461 int pop_query_d(struct PopAccountData *adata, char *buf, size_t buflen, char *msg) in pop_query_d()
506 int pop_fetch_data(struct PopAccountData *adata, const char *query, in pop_fetch_data()
606 struct PopAccountData *adata = pop_adata_get(m); in pop_reconnect() local
H A Dpop.c203 struct PopAccountData *adata = pop_adata_get(m); in fetch_uidl() local
259 struct PopAccountData *adata = pop_adata_get(m); in msg_cache_check() local
327 struct PopAccountData *adata = pop_adata_get(m); in pop_fetch_headers() local
550 struct PopAccountData *adata = pop_adata_new(); in pop_fetch_mail() local
705 struct PopAccountData *adata = a->adata; in pop_ac_owns_path() local
723 struct PopAccountData *adata = pop_adata_new(); in pop_ac_add() local
827 struct PopAccountData *adata = pop_adata_get(m); in pop_mbox_check() local
869 struct PopAccountData *adata = pop_adata_get(m); in pop_mbox_sync() local
958 struct PopAccountData *adata = pop_adata_get(m); in pop_mbox_close() local
986 struct PopAccountData *adata = pop_adata_get(m); in pop_msg_open() local
[all …]
H A Dauth.c51 static enum PopAuthRes pop_auth_sasl(struct PopAccountData *adata, const char *method) in pop_auth_sasl()
207 void pop_apop_timestamp(struct PopAccountData *adata, char *buf) in pop_apop_timestamp()
223 static enum PopAuthRes pop_auth_apop(struct PopAccountData *adata, const char *method) in pop_auth_apop()
272 static enum PopAuthRes pop_auth_user(struct PopAccountData *adata, const char *method) in pop_auth_user()
330 static enum PopAuthRes pop_auth_oauth(struct PopAccountData *adata, const char *method) in pop_auth_oauth()
428 int pop_authenticate(struct PopAccountData *adata) in pop_authenticate()
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsmtp.c147 static int smtp_get_resp(struct SmtpAccountData *adata) in smtp_get_resp()
234 static int smtp_data(struct SmtpAccountData *adata, const char *msgfile) in smtp_data()
316 struct SmtpAccountData *adata = gf_data; in smtp_get_field() local
406 static int smtp_helo(struct SmtpAccountData *adata, bool esmtp) in smtp_helo()
443 static int smtp_auth_sasl(struct SmtpAccountData *adata, const char *mechlist) in smtp_auth_sasl()
591 static int smtp_auth_oauth(struct SmtpAccountData *adata, const char *method) in smtp_auth_oauth()
614 static int smtp_auth_plain(struct SmtpAccountData *adata, const char *method) in smtp_auth_plain()
660 static int smtp_auth_login(struct SmtpAccountData *adata, const char *method) in smtp_auth_login()
768 static int smtp_authenticate(struct SmtpAccountData *adata) in smtp_authenticate()
832 static int smtp_open(struct SmtpAccountData *adata, bool esmtp) in smtp_open()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/x3/
H A Doptional_ast_node.cpp25 struct adata struct
33 BOOST_FUSION_ADAPT_STRUCT(adata, a, b, c) in BOOST_FUSION_ADAPT_STRUCT() argument
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/x3/
H A Doptional_ast_node.cpp25 struct adata struct
33 BOOST_FUSION_ADAPT_STRUCT(adata, a, b, c) in BOOST_FUSION_ADAPT_STRUCT() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/x3/
H A Doptional_ast_node.cpp25 struct adata struct
33 BOOST_FUSION_ADAPT_STRUCT(adata, a, b, c) in BOOST_FUSION_ADAPT_STRUCT() argument
/dports/math/py-levmar/levmar-0.2.3/levmar/levmar-2.6/
H A Dlmbleic_core.c49 void *adata; member
54 static void LMBLEIC_FUNC(LM_REAL *pext, LM_REAL *hx, int mm, int n, void *adata) in LMBLEIC_FUNC()
65 static void LMBLEIC_JACF(LM_REAL *pext, LM_REAL *jacext, int mm, int n, void *adata) in LMBLEIC_JACF()
107 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DER()
269 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DIF()
427 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DER()
438 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DIF()
449 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DER()
460 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DIF()
471 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LIC_DER()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/foreign/levmar/
H A Dlmbleic_core.c49 void *adata; member
54 static void LMBLEIC_FUNC(LM_REAL *pext, LM_REAL *hx, int mm, int n, void *adata) in LMBLEIC_FUNC()
65 static void LMBLEIC_JACF(LM_REAL *pext, LM_REAL *jacext, int mm, int n, void *adata) in LMBLEIC_JACF()
107 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DER()
269 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DIF()
427 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DER()
438 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DIF()
449 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DER()
460 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DIF()
471 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LIC_DER()
[all …]
/dports/math/levmar/levmar-2.6/
H A Dlmbleic_core.c49 void *adata; member
54 static void LMBLEIC_FUNC(LM_REAL *pext, LM_REAL *hx, int mm, int n, void *adata) in LMBLEIC_FUNC()
65 static void LMBLEIC_JACF(LM_REAL *pext, LM_REAL *jacext, int mm, int n, void *adata) in LMBLEIC_JACF()
107 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DER()
269 …void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), /* functional relation describin… in LEVMAR_BLEIC_DIF()
427 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DER()
438 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_BLIC_DIF()
449 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DER()
460 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LEIC_DIF()
471 void (*func)(LM_REAL *p, LM_REAL *hx, int m, int n, void *adata), in LEVMAR_LIC_DER()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/amd/raven/
H A Dpci-acp3x.c25 static int acp3x_power_on(struct acp3x_dev_data *adata) in acp3x_power_on()
79 static int acp3x_init(struct acp3x_dev_data *adata) in acp3x_init()
115 struct acp3x_dev_data *adata; in snd_acp3x_probe() local
258 struct acp3x_dev_data *adata; in snd_acp3x_suspend() local
273 struct acp3x_dev_data *adata; in snd_acp3x_resume() local
292 struct acp3x_dev_data *adata; in snd_acp3x_remove() local
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/amd/raven/
H A Dpci-acp3x.c25 static int acp3x_power_on(struct acp3x_dev_data *adata) in acp3x_power_on()
79 static int acp3x_init(struct acp3x_dev_data *adata) in acp3x_init()
115 struct acp3x_dev_data *adata; in snd_acp3x_probe() local
258 struct acp3x_dev_data *adata; in snd_acp3x_suspend() local
273 struct acp3x_dev_data *adata; in snd_acp3x_resume() local
292 struct acp3x_dev_data *adata; in snd_acp3x_remove() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/amd/raven/
H A Dpci-acp3x.c25 static int acp3x_power_on(struct acp3x_dev_data *adata) in acp3x_power_on()
79 static int acp3x_init(struct acp3x_dev_data *adata) in acp3x_init()
115 struct acp3x_dev_data *adata; in snd_acp3x_probe() local
258 struct acp3x_dev_data *adata; in snd_acp3x_suspend() local
273 struct acp3x_dev_data *adata; in snd_acp3x_resume() local
292 struct acp3x_dev_data *adata; in snd_acp3x_remove() local
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/test/qi/
H A Doptional.cpp21 struct adata struct
28 adata, argument

12345678910>>...39