Home
last modified time | relevance | path

Searched refs:source_c (Results 1 – 25 of 110) sorted by relevance

12345

/dports/multimedia/libva-utils/libva-utils-2.13.0/common/
H A DMakefile.am33 source_c = va_display.c macro
37 source_c += va_display_x11.c
43 source_c += va_display_drm.c
49 source_c += va_display_wayland.c
54 libva_display_la_SOURCES= $(source_c)
/dports/emulators/mednafen/mednafen/src/quicklz/
H A Dquicklz.c166 const unsigned char *source_c = (const unsigned char*)source; in qlz_compress_core() local
168 const unsigned char *last_byte = source_c + size - 1; in qlz_compress_core()
169 const unsigned char *src = source_c; in qlz_compress_core()
184 while(src < source_c + 4 && src < guarantee_uncompressed) in qlz_compress_core()
209 if (dst - prev_dst > src - prev_src && src > source_c + 1000) in qlz_compress_core()
485 if (src < last_byte - 2 && src > source_c + 3) in qlz_compress_core()
511 const unsigned char *source_c = (const unsigned char*)source; in qlz_decompress_core() local
513 const unsigned char *src = source_c; in qlz_decompress_core()
551 fetch = fast_read_safe(src, 4, source_c + source_size); in qlz_decompress_core()
654 matchlen = fast_read_safe(src + 4, 4, source_c + source_size); in qlz_decompress_core()
[all …]
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/
H A Dprobe_f08ts.f9023 integer(c_int) :: source_c local
36 source_c = source
40 ierror_c = MPIR_Probe_c(source_c, tag_c, comm_c, MPIR_C_MPI_STATUS_IGNORE)
42 ierror_c = MPIR_Probe_c(source_c, tag_c, comm_c, c_loc(status_c))
H A Diprobe_f08ts.f9024 integer(c_int) :: source_c local
38 source_c = source
42 ierror_c = MPIR_Iprobe_c(source_c, tag_c, comm_c, flag_c, MPIR_C_MPI_STATUS_IGNORE)
44 ierror_c = MPIR_Iprobe_c(source_c, tag_c, comm_c, flag_c, c_loc(status_c))
H A Dmprobe_f08ts.f9024 integer(c_int) :: source_c local
38 source_c = source
42 ierror_c = MPIR_Mprobe_c(source_c, tag_c, comm_c, message_c, MPIR_C_MPI_STATUS_IGNORE)
44 ierror_c = MPIR_Mprobe_c(source_c, tag_c, comm_c, message_c, c_loc(status_c))
H A Drecv_f08ts.f9027 integer(c_int) :: source_c local
43 source_c = source
47 …ierror_c = MPIR_Recv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, MPIR_C_MPI_STATUS_IG…
49 … ierror_c = MPIR_Recv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, c_loc(status_c))
H A Dimprobe_f08ts.f9025 integer(c_int) :: source_c local
40 source_c = source
44 … ierror_c = MPIR_Improbe_c(source_c, tag_c, comm_c, flag_c, message_c, MPIR_C_MPI_STATUS_IGNORE)
46 ierror_c = MPIR_Improbe_c(source_c, tag_c, comm_c, flag_c, message_c, c_loc(status_c))
H A Dsendrecv_replace_f08ts.f9032 integer(c_int) :: source_c local
52 source_c = source
56 … ierror_c = MPIR_Sendrecv_replace_cdesc(buf, count_c, datatype_c, dest_c, sendtag_c, source_c, &
59 … ierror_c = MPIR_Sendrecv_replace_cdesc(buf, count_c, datatype_c, dest_c, sendtag_c, source_c, &
H A Dsendrecv_f08ts.f9036 integer(c_int) :: source_c local
59 source_c = source
64 recvcount_c, recvtype_c, source_c, recvtag_c, comm_c, MPIR_C_MPI_STATUS_IGNORE)
67 recvcount_c, recvtype_c, source_c, recvtag_c, comm_c, c_loc(status_c))
H A Direcv_f08ts.f9024 integer(c_int) :: source_c local
36 source_c = source
39 ierror_c = MPIR_Irecv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, request_c)
H A Drecv_init_f08ts.f9024 integer(c_int) :: source_c local
36 source_c = source
39 … ierror_c = MPIR_Recv_init_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, request_c)
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dpprobe_f08ts.f9023 integer(c_int) :: source_c local
36 source_c = source
40 ierror_c = MPIR_Probe_c(source_c, tag_c, comm_c, MPIR_C_MPI_STATUS_IGNORE)
42 ierror_c = MPIR_Probe_c(source_c, tag_c, comm_c, c_loc(status_c))
H A Dpiprobe_f08ts.f9024 integer(c_int) :: source_c local
38 source_c = source
42 ierror_c = MPIR_Iprobe_c(source_c, tag_c, comm_c, flag_c, MPIR_C_MPI_STATUS_IGNORE)
44 ierror_c = MPIR_Iprobe_c(source_c, tag_c, comm_c, flag_c, c_loc(status_c))
H A Dpmprobe_f08ts.f9024 integer(c_int) :: source_c local
38 source_c = source
42 ierror_c = MPIR_Mprobe_c(source_c, tag_c, comm_c, message_c, MPIR_C_MPI_STATUS_IGNORE)
44 ierror_c = MPIR_Mprobe_c(source_c, tag_c, comm_c, message_c, c_loc(status_c))
H A Dpimprobe_f08ts.f9025 integer(c_int) :: source_c local
40 source_c = source
44 … ierror_c = MPIR_Improbe_c(source_c, tag_c, comm_c, flag_c, message_c, MPIR_C_MPI_STATUS_IGNORE)
46 ierror_c = MPIR_Improbe_c(source_c, tag_c, comm_c, flag_c, message_c, c_loc(status_c))
H A Dprecv_f08ts.f9027 integer(c_int) :: source_c local
43 source_c = source
47 …ierror_c = MPIR_Recv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, MPIR_C_MPI_STATUS_IG…
49 … ierror_c = MPIR_Recv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, c_loc(status_c))
H A Dpsendrecv_replace_f08ts.f9032 integer(c_int) :: source_c local
52 source_c = source
56 … ierror_c = MPIR_Sendrecv_replace_cdesc(buf, count_c, datatype_c, dest_c, sendtag_c, source_c, &
59 … ierror_c = MPIR_Sendrecv_replace_cdesc(buf, count_c, datatype_c, dest_c, sendtag_c, source_c, &
H A Dpsendrecv_f08ts.f9036 integer(c_int) :: source_c local
59 source_c = source
64 recvcount_c, recvtype_c, source_c, recvtag_c, comm_c, MPIR_C_MPI_STATUS_IGNORE)
67 recvcount_c, recvtype_c, source_c, recvtag_c, comm_c, c_loc(status_c))
H A Dpirecv_f08ts.f9024 integer(c_int) :: source_c local
36 source_c = source
39 ierror_c = MPIR_Irecv_cdesc(buf, count_c, datatype_c, source_c, tag_c, comm_c, request_c)
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dc2f77.c63 void astStringExport_( const char *source_c, char *dest_f, int dest_len ) { in astStringExport_() argument
119 for ( i = 0; source_c[ i ] && ( i < dest_len ); i++ ) { in astStringExport_()
120 dest_f[ i ] = source_c[ i ]; in astStringExport_()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gamegui/
H A Dsystem.c149 gg_rect_t source_c; in gg_system_draw_image() local
161 source_c.x = source.x + x_offset / x_mag; in gg_system_draw_image()
162 source_c.width = dest_c.width / x_mag; in gg_system_draw_image()
164 source_c.x = source.x + x_offset % source.width; in gg_system_draw_image()
172 source_c.y = source.y + y_offset / y_mag; in gg_system_draw_image()
173 source_c.height = dest_c.height / y_mag; in gg_system_draw_image()
175 source_c.y = source.y + y_offset % source.height; in gg_system_draw_image()
179 driver->draw_image(image, source_c, dest_c, mode_h, mode_v, colour); in gg_system_draw_image()
/dports/multimedia/libva-glx/libva-2.13.0/va/drm/
H A DMakefile.am29 source_c = \ macro
46 source_c += va_drm_auth_x11.c
54 libva_drm_la_SOURCES = $(source_c)
/dports/multimedia/libva-utils/libva-utils-2.13.0/vendor/intel/sfcsample/
H A DMakefile.am44 source_c = TestMain.cpp macro
45 source_c += VDecAccelVA.cpp
47 sfcsample_SOURCES = $(source_c)
/dports/multimedia/libva/libva-2.13.0/va/drm/
H A DMakefile.am29 source_c = \ macro
46 source_c += va_drm_auth_x11.c
54 libva_drm_la_SOURCES = $(source_c)
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/examples/library/
H A DMakefile.am5 source_c = \ macro
14 libgi_sample_la_SOURCES = $(source_c) $(source_h)
28 GISample_1_0_gir_FILES = $(source_c) $(source_h)

12345