Searched defs:bzero (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/string/ |
D | bzero.c | 5 void bzero(void *s, size_t n) in bzero() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | bzero.c | 5 void bzero(void *s, size_t n) in bzero() function
|
/third_party/ffmpeg/libavformat/ |
D | fitsenc.c | 80 int bitpix, naxis, naxis3 = 1, bzero = 0, rgb = 0, lines_written = 0, lines_left; in write_image_header() local
|
/third_party/ffmpeg/libavcodec/ |
D | fits.h | 57 double bzero; member
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | yadif.c | 267 const void *ORC_RESTRICT bzero, const void *ORC_RESTRICT mone, in filter_line_c_planar() 303 const void *ORC_RESTRICT tzero, const void *ORC_RESTRICT bzero, in filter_line_c_planar_mode0() 316 const void *ORC_RESTRICT tzero, const void *ORC_RESTRICT bzero, in filter_line_c_planar_mode2()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 218 #define bzero(buf, len) memset(buf, 0, len) macro
|