Home
last modified time | relevance | path

Searched defs:out_buf (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp80 static void CopyStringToBuffer(const InternalScopedString &str, char *out_buf, in CopyStringToBuffer()
120 uptr StackTrace::PrintTo(char *out_buf, uptr out_buf_size) const { in PrintTo()
189 void __sanitizer_symbolize_pc(uptr pc, const char *fmt, char *out_buf, in __sanitizer_symbolize_pc()
207 char *out_buf, uptr out_buf_size) { in __sanitizer_symbolize_global()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc106 void __sanitizer_symbolize_pc(uptr pc, const char *fmt, char *out_buf, in __sanitizer_symbolize_pc()
140 char *out_buf, uptr out_buf_size) { in __sanitizer_symbolize_global()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc104 void __sanitizer_symbolize_pc(uptr pc, const char *fmt, char *out_buf, in __sanitizer_symbolize_pc()
138 char *out_buf, uptr out_buf_size) { in __sanitizer_symbolize_global()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_sil164.c78 u8 out_buf[2]; in sil164_readb() local
115 u8 out_buf[2]; in sil164_writeb() local
H A Ddvo_tfp410.c103 u8 out_buf[2]; in tfp410_readb() local
140 u8 out_buf[2]; in tfp410_writeb() local
H A Ddvo_ivch.c201 u8 out_buf[1]; in ivch_read() local
244 u8 out_buf[3]; in ivch_write() local
H A Ddvo_ch7xxx.c145 u8 out_buf[2]; in ch7xxx_readb() local
183 u8 out_buf[2]; in ch7xxx_writeb() local
H A Ddvo_ns2501.c402 u8 out_buf[2]; in ns2501_readb() local
447 u8 out_buf[2]; in ns2501_writeb() local
/netbsd-src/external/public-domain/xz/dist/doc/examples_old/
H A Dxz_pipe_decomp.c41 uint8_t out_buf [OUT_BUF_MAX]; in xz_decompress() local
H A Dxz_pipe_comp.c53 uint8_t out_buf [OUT_BUF_MAX]; in xz_compress() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_i2c.c297 u8 out_buf[2]; in amdgpu_i2c_get_byte() local
331 uint8_t out_buf[2]; in amdgpu_i2c_put_byte() local
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbyte_mask.c281 VSTRING *out_buf = vstring_alloc(1); in main() local
H A Dname_mask.c491 VSTRING *out_buf = vstring_alloc(1); in main() local
/netbsd-src/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c165 uint8_t out_buf[BUFSIZ]; in uncompress() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c216 static char out_buf[20]; variable
234 char out_buf[sizeof (out_buf)]; member
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c317 static char out_buf[6 + 9 + 24 + 2]; in md5crypt() local
510 static char out_buf[3 + 17 + 17 + 86 + 1]; in shacrypt() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dpasswd.c314 static char out_buf[6 + 9 + 24 + 2]; in md5crypt() local
507 static char out_buf[3 + 17 + 17 + 86 + 1]; in shacrypt() local
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c216 static char out_buf[20]; variable
234 char out_buf[sizeof (out_buf)]; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_i2c.c1062 u8 out_buf[2]; in radeon_i2c_get_byte() local
1096 uint8_t out_buf[2]; in radeon_i2c_put_byte() local
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dcoder.c40 static io_buf out_buf; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource.c338 struct vmw_buffer_object **out_buf) in vmw_user_lookup_handle()
H A Dvmwgfx_bo.c1097 struct vmw_buffer_object *out_buf; in vmw_dumb_map_offset() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dumac.c188 UINT8 out_buf[AES_BLOCK_LEN]; in kdf() local
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2801 local unsigned char out_buf[OUTSIZE]; variable