Home
last modified time | relevance | path

Searched defs:outbuffer (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcris-dis.c560 char *outbuffer, in format_hex()
580 format_dec (long number, char *outbuffer, int signedp) in format_dec()
599 char *outbuffer = outbuffer_start; in format_reg() local
633 char *outbuffer = outbuffer_start; in format_sup_reg() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcris-dis.c560 char *outbuffer, in format_hex()
578 format_dec (long number, char *outbuffer, int signedp) in format_dec()
589 char *outbuffer, in format_reg()
621 char *outbuffer, in format_sup_reg()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c308 uint8_t outbuffer[BLAKE2B_OUTBYTES] = {0}; in ossl_blake2b_final() local
H A Dblake2s_prov.c299 uint8_t outbuffer[BLAKE2S_OUTBYTES] = {0}; in ossl_blake2s_final() local
/netbsd-src/sys/arch/x68k/x68k/
H A Dkgdb_stub.c314 static u_char outbuffer[SL_RPCSIZE]; variable