| /third_party/musl/Benchmark/musl/ |
| H A D | util.cpp | 53 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() argument 59 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) in GetAlignedPtr() argument 65 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() argument 72 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fillByte) in GetAlignedPtrFilled() argument [all...] |
| /third_party/musl/libc-test/src/functional/ |
| H A D | atexit_dlclose.c | 34 char buf[512]; in fork_main() local
|
| H A D | ipc_sem.c | 35 struct semid_ds *buf; in inc() member
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | picture_h264_enc.c | 33 vlVaHandleVAEncPictureParameterBufferTypeH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandleVAEncPictureParameterBufferTypeH264() argument 84 vlVaHandleVAEncSliceParameterBufferTypeH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandleVAEncSliceParameterBufferTypeH264() argument 151 vlVaHandleVAEncSequenceParameterBufferTypeH264(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in vlVaHandleVAEncSequenceParameterBufferTypeH264() argument
|
| /third_party/mesa3d/src/glx/ |
| H A D | render2.c | 92 GLubyte *buf; in __indirect_glMap1d() local 155 GLubyte *buf; in __indirect_glMap1f() local 230 GLdouble *buf; __indirect_glMap2d() local 306 GLfloat *buf; __indirect_glMap2f() local [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/stat/ |
| H A D | lstat.c | 90 struct stat buf[3]; in lstat_0300() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| H A D | asprintf.c | 30 char *buf = "d"; in asprintf_0100() local 46 char *buf = "o"; in asprintf_0200() local 62 char *buf = "x,X"; in asprintf_0300() local 78 char *buf = "u"; in asprintf_0400() local 94 char *buf = "f"; in asprintf_0500() local 110 char *buf = "e,E"; asprintf_0600() local 126 char *buf = "g,G"; asprintf_0700() local 142 char *buf = "c"; asprintf_0800() local 158 char *buf = "s"; asprintf_0900() local [all...] |
| H A D | rename.c | 86 char buf[10]; in rename_0300() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | readlinkat.c | 24 const char buf[] = "hello"; variable
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_print.c | 23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
|
| /third_party/node/deps/openssl/openssl/providers/common/ |
| H A D | provider_seeding.c | 56 void ossl_prov_cleanup_entropy(PROV_CTX *prov_ctx, unsigned char *buf, in ossl_prov_cleanup_entropy() argument 60 c_cleanup_entropy(ossl_prov_ctx_get0_handle(prov_ctx), buf, len); in ossl_prov_cleanup_entropy() local 73 void ossl_prov_cleanup_nonce(PROV_CTX *prov_ctx, unsigned char *buf, size_t len) in ossl_prov_cleanup_nonce() argument 76 c_cleanup_nonce(ossl_prov_ctx_get0_handle(prov_ctx), buf, len); in ossl_prov_cleanup_nonce() local
|
| /third_party/node/deps/openssl/openssl/fuzz/ |
| H A D | bignum.c | 30 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() argument [all...] |
| H A D | bndiv.c | 46 int FuzzerTestOneInput(const uint8_t *buf, size_t len) in FuzzerTestOneInput() argument
|
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | sha3.h | 39 unsigned char buf[KECCAK1600_WIDTH / 8 - 32]; member
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | params_from_text.c | 210 void *buf in OSSL_PARAM_allocate_from_text() local 137 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) construct_from_text() argument [all...] |
| H A D | param_build_set.c | 44 ossl_param_build_set_utf8_string(OSSL_PARAM_BLD *bld, OSSL_PARAM *p, const char *key, const char *buf) ossl_param_build_set_utf8_string() argument
|
| H A D | LPdir_win.c | 155 char *buf = _alloca(dirlen + 3); in LP_find_file() local
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bss_null.c | 75 static int null_gets(BIO *bp, char *buf, int size) in null_gets() argument
|
| /third_party/node/deps/openssl/openssl/crypto/chacha/ |
| H A D | chacha_enc.c | 76 chacha_buf buf; in ChaCha20_ctr32() local
|
| /third_party/node/deps/openssl/openssl/crypto/err/ |
| H A D | err_blocks.c | 52 char *buf = NULL; in ERR_vset_error() local [all...] |
| /third_party/openssl/test/ |
| H A D | cmactest.c | 110 unsigned char buf[AES_BLOCK_SIZE]; in test_cmac_run() local 172 unsigned char buf[AES_BLOCK_SIZE]; test_cmac_copy() local 202 static char buf[80]; pt() local [all...] |
| H A D | sslbuffertest.c | 53 char buf[sizeof(testdata)]; in test_func() local
|
| H A D | x509aux.c | 44 unsigned char *buf = NULL; in test_certs() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | stdin-util.h | 61 char buf[BUF_MAX]; member
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_print.c | 23 unsigned char *buf = NULL, *pbuf; in EC_POINT_point2hex() local
|