Home
last modified time | relevance | path

Searched refs:p_dest (Results 226 – 250 of 468) sorted by relevance

12345678910>>...19

/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libopenjpeg20/
H A Dtcd.h303 OPJ_BYTE *p_dest,
330 OPJ_BYTE * p_dest,
/dports/devel/godot/godot-3.2.3-stable/core/bind/
H A Dcore_bind.h538 void store_8(uint8_t p_dest); // Store a byte.
539 void store_16(uint16_t p_dest); // Store 16 bits uint.
540 void store_32(uint32_t p_dest); // Store 32 bits uint.
541 void store_64(uint64_t p_dest); // Store 64 bits uint.
543 void store_float(float p_dest);
544 void store_double(double p_dest);
/dports/devel/godot-tools/godot-3.2.3-stable/core/bind/
H A Dcore_bind.h538 void store_8(uint8_t p_dest); // Store a byte.
539 void store_16(uint16_t p_dest); // Store 16 bits uint.
540 void store_32(uint32_t p_dest); // Store 32 bits uint.
541 void store_64(uint64_t p_dest); // Store 64 bits uint.
543 void store_float(float p_dest);
544 void store_double(double p_dest);
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/spudec/
H A Dparse.c614 uint16_t *p_dest = p_pixeldata; in ParseRLE() local
701 *p_dest++ = i_code; in ParseRLE()
708 *p_dest++ = i_code; in ParseRLE()
717 *p_dest++ = i_code; in ParseRLE()
748 *p_dest++ = i_width << 2; in ParseRLE()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dattributes.h28 CK_ATTRIBUTE_PTR *p_dest, CK_ULONG *p_dest_len);
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dimage.cpp2092 if (p_dest.x < 0) in blit_rect()
2093 clipped_src_rect.position.x = ABS(p_dest.x); in blit_rect()
2094 if (p_dest.y < 0) in blit_rect()
2095 clipped_src_rect.position.y = ABS(p_dest.y); in blit_rect()
2147 if (p_dest.x < 0) in blit_rect_mask()
2148 clipped_src_rect.position.x = ABS(p_dest.x); in blit_rect_mask()
2149 if (p_dest.y < 0) in blit_rect_mask()
2205 if (p_dest.x < 0) in blend_rect()
2207 if (p_dest.y < 0) in blend_rect()
2259 if (p_dest.x < 0) in blend_rect_mask()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dimage.cpp2092 if (p_dest.x < 0) in blit_rect()
2093 clipped_src_rect.position.x = ABS(p_dest.x); in blit_rect()
2094 if (p_dest.y < 0) in blit_rect()
2095 clipped_src_rect.position.y = ABS(p_dest.y); in blit_rect()
2147 if (p_dest.x < 0) in blit_rect_mask()
2148 clipped_src_rect.position.x = ABS(p_dest.x); in blit_rect_mask()
2149 if (p_dest.y < 0) in blit_rect_mask()
2205 if (p_dest.x < 0) in blend_rect()
2207 if (p_dest.y < 0) in blend_rect()
2259 if (p_dest.x < 0) in blend_rect_mask()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/backendsupport/
H A Dswiftdescr.c266 AB_SWIFT_DESCR_LIST *p_dest; in AB_SwiftDescr_List_dup() local
270 p_dest=AB_SwiftDescr_List_new(); in AB_SwiftDescr_List_dup()
276 AB_SwiftDescr_List_Add(p_cpy, p_dest); in AB_SwiftDescr_List_dup()
280 return p_dest; in AB_SwiftDescr_List_dup()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/parser/
H A Djobdef.c391 AQFINTS_JOBDEF_LIST *p_dest; in AQFINTS_JobDef_List_dup() local
395 p_dest=AQFINTS_JobDef_List_new(); in AQFINTS_JobDef_List_dup()
401 AQFINTS_JobDef_List_Add(p_cpy, p_dest); in AQFINTS_JobDef_List_dup()
405 return p_dest; in AQFINTS_JobDef_List_dup()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Den50221.c1073 const system_ids_t *p_ids, uint8_t *p_dest ) in CopyDescriptors() argument
1146 uint8_t *p_dest = &p_data[ i_capmt_size ]; in CAPMTES() local
1148 p_dest[0] = p_es->i_stream_type; in CAPMTES()
1149 p_dest[1] = p_es->i_es_pid >> 8; in CAPMTES()
1150 p_dest[2] = p_es->i_es_pid & 0xff; in CAPMTES()
1154 p_dest[3] = (i_size + 1) >> 8; in CAPMTES()
1155 p_dest[4] = (i_size + 1) & 0xff; in CAPMTES()
1156 p_dest[5] = i_cmd; in CAPMTES()
1160 p_ids, &p_dest[6] ); in CAPMTES()
1164 p_dest[3] = 0; in CAPMTES()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/access/linsys/
H A Dlinsys_sdi.c1075 uint8_t *p_dest ) in UnpackVBI() argument
1081 *p_dest++ = (U + 2) / 4; in UnpackVBI()
1082 *p_dest++ = (Y1 + 2) / 4; in UnpackVBI()
1083 *p_dest++ = (V + 2) / 4; in UnpackVBI()
1084 *p_dest++ = (Y2 + 2) / 4; in UnpackVBI()
1158 uint16_t *p_dest ) in UnpackAnc() argument
1164 *p_dest++ = A0; in UnpackAnc()
1165 *p_dest++ = A1; in UnpackAnc()
1166 *p_dest++ = A2; in UnpackAnc()
1167 *p_dest++ = A3; in UnpackAnc()
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dprivsock.h110 void priv_sock_get_str(int fd, struct mystr* p_dest);
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dprivsock.h110 void priv_sock_get_str(int fd, struct mystr* p_dest);
/dports/devel/godot/godot-3.2.3-stable/drivers/unix/
H A Dfile_access_unix.cpp269 void FileAccessUnix::store_8(uint8_t p_dest) { in store_8() argument
272 ERR_FAIL_COND(fwrite(&p_dest, 1, 1, f) != 1); in store_8()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/unix/
H A Dfile_access_unix.cpp269 void FileAccessUnix::store_8(uint8_t p_dest) { in store_8() argument
272 ERR_FAIL_COND(fwrite(&p_dest, 1, 1, f) != 1); in store_8()
/dports/devel/godot2/godot-2.1.6-stable/drivers/windows/
H A Dfile_access_windows.h67 virtual void store_8(uint8_t p_dest); ///< store a byte
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/windows/
H A Dfile_access_windows.h67 virtual void store_8(uint8_t p_dest); ///< store a byte
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Dfile_access_android.h66 virtual void store_8(uint8_t p_dest); ///< store a byte
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Dfile_access_android.h66 virtual void store_8(uint8_t p_dest); ///< store a byte
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_buffered.h69 virtual int read_data_block(int p_offset, int p_size, uint8_t *p_dest = 0) const = 0;
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_buffered.h69 virtual int read_data_block(int p_offset, int p_size, uint8_t *p_dest = 0) const = 0;
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/service/bpd/
H A Dbpd.c343 AQFINTS_BPD_LIST *p_dest; in AQFINTS_Bpd_List_dup() local
347 p_dest=AQFINTS_Bpd_List_new(); in AQFINTS_Bpd_List_dup()
353 AQFINTS_Bpd_List_Add(p_cpy, p_dest); in AQFINTS_Bpd_List_dup()
357 return p_dest; in AQFINTS_Bpd_List_dup()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqofxconnect/libofxhome/
H A Doh_institute_data.c480 OH_INSTITUTE_DATA_LIST *p_dest; in OH_InstituteData_List_dup() local
484 p_dest=OH_InstituteData_List_new(); in OH_InstituteData_List_dup()
490 OH_InstituteData_List_Add(p_cpy, p_dest); in OH_InstituteData_List_dup()
494 return p_dest; in OH_InstituteData_List_dup()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcvdsub.c578 uint8_t *p_dest = p_region->p_picture->Y_PIXELS; in RenderImage() local
600 memset( &p_dest[i_row * p_region->p_picture->Y_PITCH + in RenderImage()
614 memset( &p_dest[i_row * p_region->p_picture->Y_PITCH + in RenderImage()
H A Dsvcdsub.c530 uint8_t *p_dest = p_region->p_picture->Y_PIXELS; in SVCDSubRenderImage() local
549 memset( &p_dest[i_row * p_region->p_picture->Y_PITCH + in SVCDSubRenderImage()
555 p_dest[i_row * p_region->p_picture->Y_PITCH + i_column] = i_color; in SVCDSubRenderImage()

12345678910>>...19