Home
last modified time | relevance | path

Searched defs:as (Results 176 – 200 of 12705) sorted by relevance

12345678910>>...509

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmpeg4_animstream.c44 M_AnimationStream *as = (M_AnimationStream *)node; in animationstream_destroy() local
60 static void animationstream_check_url(AnimationStreamStack *stack, M_AnimationStream *as) in animationstream_check_url()
96 static Fixed animationstream_get_speed(AnimationStreamStack *stack, M_AnimationStream *as) in animationstream_get_speed()
100 static Bool animationstream_get_loop(AnimationStreamStack *stack, M_AnimationStream *as) in animationstream_get_loop()
105 static void animationstream_activate(AnimationStreamStack *stack, M_AnimationStream *as) in animationstream_activate()
115 static void animationstream_deactivate(AnimationStreamStack *stack, M_AnimationStream *as) in animationstream_deactivate()
133 M_AnimationStream *as = (M_AnimationStream *)st->udta; in animationstream_update_time() local
188 M_AnimationStream *as = (M_AnimationStream *)node; in compositor_animationstream_modified() local
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/
H A Darchive_string.c51 __archive_string_append(struct archive_string *as, const char *p, size_t s) in __archive_string_append()
88 __archive_string_free(struct archive_string *as) in __archive_string_free()
100 __archive_string_ensure(struct archive_string *as, size_t s) in __archive_string_ensure()
153 __archive_strncat(struct archive_string *as, const void *_p, size_t n) in __archive_strncat()
171 __archive_strappend_char(struct archive_string *as, char c) in __archive_strappend_char()
182 __archive_strappend_w_utf8(struct archive_string *as, const wchar_t *w) in __archive_strappend_w_utf8()
296 __archive_string_utf8_w(struct archive_string *as) in __archive_string_utf8_w()
371 __archive_strappend_w_mbs(struct archive_string *as, const wchar_t *w) in __archive_strappend_w_mbs()
410 __archive_strappend_w_mbs(struct archive_string *as, const wchar_t *w) in __archive_strappend_w_mbs()
/dports/dns/libasr-devel/libasr-201602131606/src/
H A Dres_send_async.c58 struct asr_query *as; in res_send_async() local
109 struct asr_query *as; in res_query_async() local
123 struct asr_query *as; in _res_query_async_ctx() local
147 res_send_async_run(struct asr_query *as, struct asr_result *ar) in res_send_async_run()
421 udp_send(struct asr_query *as) in udp_send()
454 udp_recv(struct asr_query *as) in udp_recv()
492 tcp_write(struct asr_query *as) in tcp_write()
582 tcp_read(struct asr_query *as) in tcp_read()
661 ensure_ibuf(struct asr_query *as, size_t n) in ensure_ibuf()
690 validate_packet(struct asr_query *as) in validate_packet()
[all …]
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/libasr/
H A Dres_send_async.c61 struct asr_query *as; in res_send_async() local
113 struct asr_query *as; in res_query_async() local
128 struct asr_query *as; in _res_query_async_ctx() local
152 res_send_async_run(struct asr_query *as, struct asr_result *ar) in res_send_async_run()
435 udp_send(struct asr_query *as) in udp_send()
468 udp_recv(struct asr_query *as) in udp_recv()
506 tcp_write(struct asr_query *as) in tcp_write()
596 tcp_read(struct asr_query *as) in tcp_read()
682 ensure_ibuf(struct asr_query *as, size_t n) in ensure_ibuf()
703 validate_packet(struct asr_query *as) in validate_packet()
[all …]
/dports/dns/libasr/libasr-1.0.4/src/
H A Dres_send_async.c61 struct asr_query *as; in res_send_async() local
113 struct asr_query *as; in res_query_async() local
128 struct asr_query *as; in _res_query_async_ctx() local
152 res_send_async_run(struct asr_query *as, struct asr_result *ar) in res_send_async_run()
435 udp_send(struct asr_query *as) in udp_send()
468 udp_recv(struct asr_query *as) in udp_recv()
506 tcp_write(struct asr_query *as) in tcp_write()
596 tcp_read(struct asr_query *as) in tcp_read()
682 ensure_ibuf(struct asr_query *as, size_t n) in ensure_ibuf()
703 validate_packet(struct asr_query *as) in validate_packet()
[all …]
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/tests/libsignon-qt-tests/
H A Dtestauthsession.cpp72 AuthSession *as; in queryMechanisms_existing_method() local
146 AuthSession *as; in queryMechanisms_nonexisting_method() local
166 AuthSession *as; in process_with_new_identity() local
228 AuthSession *as; in process_with_existing_identity() local
287 AuthSession *as; in process_with_nonexisting_type() local
410 AuthSession *as; in process_many_times_after_auth() local
463 AuthSession *as; in process_many_times_before_auth() local
494 AuthSession *as; in process_with_big_session_data() local
526 AuthSession *as; in process_after_timeout() local
570 AuthSession *as; in cancel_immediately() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/tests/testthat/
H A Dtest-Array.R191 expect_array_roundtrip(c("itsy", "bitsy", "spider"), large_utf8(), as = large_utf8()) nameattr
195 expect_array_roundtrip(c("itsy", NA, "spider"), large_utf8(), as = large_utf8()) nameattr
545 expect_array_roundtrip(list(NA), large_list_of(bool()), as = large_list_of(bool())) nameattr
546 expect_array_roundtrip(list(logical(0)), large_list_of(bool()), as = large_list_of(bool())) nameattr
551 expect_array_roundtrip(list(NA_integer_), large_list_of(int32()), as = large_list_of(int32())) nameattr
552 expect_array_roundtrip(list(integer(0)), large_list_of(int32()), as = large_list_of(int32())) nameattr
553 expect_array_roundtrip(list(1:2, 3:4, 12:18), large_list_of(int32()), as = large_list_of(int32())) nameattr
557 expect_array_roundtrip(list(NA_real_), large_list_of(float64()), as = large_list_of(float64())) nameattr
558 expect_array_roundtrip(list(numeric(0)), large_list_of(float64()), as = large_list_of(float64())) nameattr
563 expect_array_roundtrip(list(NA_character_), large_list_of(utf8()), as = large_list_of(utf8())) nameattr
[all …]
/dports/security/outguess/outguess/
H A Darc.c54 arc4_init(struct arc4_stream *as) in arc4_init()
65 arc4_getbyte(struct arc4_stream *as) in arc4_getbyte()
79 arc4_getword(as) in arc4_getword() argument
91 arc4_addrandom(struct arc4_stream *as, u_char *dat, int datlen) in arc4_addrandom()
107 arc4_initkey(struct arc4_stream *as, char *type, u_char *key, int keylen) in arc4_initkey()
/dports/net/fort/FORT-validator-1.5.3/test/rtr/db/
H A Drtr_db_impersonator.c25 add_v4(struct validation_handler *handler, uint32_t as) in add_v4()
35 add_v6(struct validation_handler *handler, uint32_t as) in add_v6()
45 add_rk(struct validation_handler *handler, uint32_t as) in add_rk()
52 __handle_roa_v4(uint32_t as, struct ipv4_prefix const *prefix, in __handle_roa_v4()
59 __handle_roa_v6(uint32_t as, struct ipv6_prefix const *prefix, in __handle_roa_v6()
66 __handle_router_key(unsigned char const *ski, uint32_t as, in __handle_router_key()
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_mesh_anim.cpp35 static inline void R_AnimAdd (animState_t* as, const model_t* mod, const mAliasAnim_t* anim) in R_AnimAdd()
47 #define R_AnimGetAliasAnim(mod, as) ((mod)->alias.animdata + (as)->list[(as)->lcur]) argument
84 void R_AnimAppend (animState_t* as, const model_t* mod, const char* name) in R_AnimAppend()
134 void R_AnimChange (animState_t* as, const model_t* mod, const char* name) in R_AnimChange()
192 void R_AnimRun (animState_t* as, const model_t* mod, int msec) in R_AnimRun()
242 const char* R_AnimGetName (const animState_t* as, const model_t* mod) in R_AnimGetName()
/dports/audio/rtmidi/rtmidi-4.0.0/cmake/
H A DRtMidiConfigUninstall.cmake.in8 message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"")
13 RETURN_VALUE rm_retval
15 if(NOT "${rm_retval}" STREQUAL 0)
17 endif(NOT "${rm_retval}" STREQUAL 0)
/dports/devel/libunwind/libunwind-1.5.0/include/
H A Ddwarf_i.h15 # define dwarf_addr_size(as) (sizeof (unw_word_t)) argument
46 dwarf_reads8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads8()
57 dwarf_reads16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads16()
68 dwarf_reads32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads32()
79 dwarf_reads64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads64()
90 dwarf_readu8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu8()
101 dwarf_readu16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu16()
112 dwarf_readu32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu32()
123 dwarf_readu64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu64()
136 dwarf_readu8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu8()
[all …]
H A Dremote.h11 fetch8 (unw_addr_space_t as, unw_accessors_t *a, in fetch8()
20 fetch16 (unw_addr_space_t as, unw_accessors_t *a, in fetch16()
29 fetch32 (unw_addr_space_t as, unw_accessors_t *a, in fetch32()
38 fetchw (unw_addr_space_t as, unw_accessors_t *a, in fetchw()
51 fetch8 (unw_addr_space_t as, unw_accessors_t *a, in fetch8()
71 fetch16 (unw_addr_space_t as, unw_accessors_t *a, in fetch16()
94 fetch32 (unw_addr_space_t as, unw_accessors_t *a, in fetch32()
117 fetchw (unw_addr_space_t as, unw_accessors_t *a, in fetchw()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlAudioSample.cpp31 CtlAudioSample::CtlAudioSample(CtlRegistry *src, LSPAudioSample *as): in CtlAudioSample()
56 LSPAudioSample *as = widget_cast<LSPAudioSample>(pWidget); in init() local
67 LSPAudioSample *as = widget_cast<LSPAudioSample>(pWidget); in set() local
148 LSPAudioSample *as = widget_cast<LSPAudioSample>(pWidget); in sync_status() local
199 LSPAudioSample *as = widget_cast<LSPAudioSample>(pWidget); in sync_mesh() local
232 LSPAudioSample *as = widget_cast<LSPAudioSample>(pWidget); in sync_fades() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/cheri/
H A Dcheri-addrof-member.c23 struct as { struct
27 struct astruct structmember; argument
28 struct as *structptr; argument
29 struct as *__capability structcap; argument
30 struct as *structptrarray[10]; argument
31 struct as *__capability structcaparray[10]; argument
/dports/devel/goffice/goffice-0.10.50/goffice/gtk/
H A Dgo-arrow-sel.c54 set_actives (GOArrowSel *as) in set_actives()
67 cb_changed (GOArrowSel *as) in cb_changed()
83 cb_draw_arrow (GtkWidget *widget, cairo_t *cr, GOArrowSel *as) in cb_draw_arrow()
111 GOArrowSel *as = (GOArrowSel *) in go_arrow_sel_constructor() local
146 GOArrowSel *as = GO_ARROW_SEL (obj); in go_arrow_sel_dispose() local
157 GOArrowSel *as = GO_ARROW_SEL (object); in go_arrow_sel_get_property() local
176 GOArrowSel *as = GO_ARROW_SEL (object); in go_arrow_sel_set_property() local
192 GOArrowSel *as = GO_ARROW_SEL (object); in go_arrow_sel_init() local
234 go_arrow_sel_get_arrow (GOArrowSel const *as) in go_arrow_sel_get_arrow()
242 go_arrow_sel_set_arrow (GOArrowSel *as, GOArrow const *arrow) in go_arrow_sel_set_arrow()
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-assistant.c71 GtrAssistant *as = GTR_ASSISTANT (assistant); in on_assistant_apply() local
121 GtrAssistant *as = GTR_ASSISTANT (assistant); in on_assistant_prepare() local
159 create_start_page (GtrAssistant * as) in create_start_page()
179 on_profile1_entry_changed (GtkWidget * widget, GtrAssistant * as) in on_profile1_entry_changed()
239 create_profiles_page1 (GtrAssistant * as) in create_profiles_page1()
349 on_profile2_entry_changed (GtkWidget * widget, GtrAssistant * as) in on_profile2_entry_changed()
417 create_profiles_page2 (GtrAssistant * as) in create_profiles_page2()
433 create_finish_page (GtrAssistant * as) in create_finish_page()
454 gtr_assistant_init (GtrAssistant * as) in gtr_assistant_init()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/framework/
H A DAopProxyUtilsTests.java41 AdvisedSupport as = new AdvisedSupport(); in testCompleteProxiedInterfacesWorksWithNull() local
51 AdvisedSupport as = new AdvisedSupport(); in testCompleteProxiedInterfacesWorksWithNullOpaque() local
59 AdvisedSupport as = new AdvisedSupport(); in testCompleteProxiedInterfacesAdvisedNotIncluded() local
74 AdvisedSupport as = new AdvisedSupport(); in testCompleteProxiedInterfacesAdvisedIncluded() local
90 AdvisedSupport as = new AdvisedSupport(); in testCompleteProxiedInterfacesAdvisedNotIncludedOpaque() local
/dports/graphics/libmng/libmng-1.0.10/contrib/bcb/mngdump/
H A DCHUNKS.CPP154 bool __fastcall TMainForm::Info_BACK( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_BACK()
197 bool __fastcall TMainForm::Info_BASI( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_BASI()
244 bool __fastcall TMainForm::Info_CLIP( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_CLIP()
279 bool __fastcall TMainForm::Info_CLON( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_CLON()
330 bool __fastcall TMainForm::Info_DBYK( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_DBYK()
357 bool __fastcall TMainForm::Info_DEFI( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_DEFI()
411 bool __fastcall TMainForm::Info_DHDR( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_DHDR()
462 bool __fastcall TMainForm::Info_DISC( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_DISC()
476 bool __fastcall TMainForm::Info_DROP( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_DROP()
490 bool __fastcall TMainForm::Info_ENDL( mng_handle hMNG, mng_handle hChunk, String &as ) in Info_ENDL()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/m68k/
H A Dbootinfo.h15 #define BOOTINFO0(as, base, id) \ argument
23 #define BOOTINFO1(as, base, id, value) \ argument
33 #define BOOTINFO2(as, base, id, value1, value2) \ argument
45 #define BOOTINFOSTR(as, base, id, string) \ argument
/dports/emulators/qemu60/qemu-6.0.0/hw/m68k/
H A Dbootinfo.h15 #define BOOTINFO0(as, base, id) \ argument
23 #define BOOTINFO1(as, base, id, value) \ argument
33 #define BOOTINFO2(as, base, id, value1, value2) \ argument
45 #define BOOTINFOSTR(as, base, id, string) \ argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/m68k/
H A Dbootinfo.h15 #define BOOTINFO0(as, base, id) \ argument
23 #define BOOTINFO1(as, base, id, value) \ argument
33 #define BOOTINFO2(as, base, id, value1, value2) \ argument
45 #define BOOTINFOSTR(as, base, id, string) \ argument
/dports/devel/libunwind/libunwind-1.5.0/src/mi/
H A DGfind_dynamic_proc_info.c31 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info()
40 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in local_find_proc_info()
66 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info()
75 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in remote_find_proc_info()
84 unwi_find_dynamic_proc_info (unw_addr_space_t as, unw_word_t ip, in unwi_find_dynamic_proc_info()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/spi/
H A Datmel_spi.c41 struct atmel_spi_slave *as; in spi_setup_slave() local
103 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_free_slave() local
110 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_claim_bus() local
126 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_release_bus() local
135 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_xfer() local
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/spi/
H A Datmel_spi.c41 struct atmel_spi_slave *as; in spi_setup_slave() local
103 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_free_slave() local
110 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_claim_bus() local
126 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_release_bus() local
135 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_xfer() local

12345678910>>...509