| /third_party/libcoap/examples/contiki/ |
| H A D | server.c | 74 unsigned char buf[40]; in hnd_get_time() local
|
| /third_party/libcoap/tests/ |
| H A D | test_encode.c | 114 uint8_t buf[16]; in t_encode1() local 127 uint8_t buf[16]; in t_encode2() local 140 uint8_t buf[16]; in t_encode3() local 156 uint8_t buf[16]; t_encode4() local 164 uint8_t buf[16]; t_encode5() local 177 uint8_t buf[16]; t_encode6() local 190 uint8_t buf[16]; t_encode7() local 206 uint8_t buf[16]; t_encode8() local [all...] |
| H A D | test_wellknown.c | 36 unsigned char buf[40]; in t_wellknown1() local 85 unsigned char buf[10]; /* smaller than teststr */ in t_wellknown2() local 141 unsigned char buf[40]; t_wellknown3() local 170 unsigned char buf[40]; t_wellknown4() local [all...] |
| /third_party/mbedtls/programs/fuzz/ |
| H A D | fuzz_server.c | 47 unsigned char buf[4096]; in LLVMFuzzerTestOneInput() local
|
| /third_party/mbedtls/programs/pkey/ |
| H A D | dh_server.c | 58 unsigned char buf[2048]; in main() local [all...] |
| H A D | ecdsa.c | 46 static void dump_buf(const char *title, unsigned char *buf, size_t len) in dump_buf() argument 60 unsigned char buf[300]; in dump_pubkey() local
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | ssl_fork_server.c | 77 unsigned char buf[1024]; in main() local
|
| H A D | ssl_server.c | 70 unsigned char buf[1024]; in main() local
|
| H A D | ssl_client1.c | 61 unsigned char buf[1024]; in main() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-arraybuffer-object.c | 59 lit_utf8_byte_t *buf = (lit_utf8_byte_t *) (ext_object_p + 1); in ecma_arraybuffer_new_object() local
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | InOutTempBuffer.cpp | 62 void *buf = _bufs[index];
in GetBuf() local 96 void *buf = GetBuf(index);
in Write_HRESULT() local 188 void *buf in WriteToStream() local [all...] |
| H A D | InBuffer.h | 55 void SetBuf(Byte *buf, size_t bufSize, size_t end, size_t pos)
in SetBuf() argument
|
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | buffers.c | 69 const struct buffer *buf = (const struct buffer *)node; in buffer_search_cmp() local 88 buffer_contains_hostptr(struct buffer *buf, void *hostptr) in buffer_contains_hostptr() argument 106 struct buffer *buf = get_buffer(gpuaddr); gpubaseaddr() local 116 struct buffer *buf = get_buffer(gpuaddr); hostptr() local 126 struct buffer *buf = get_buffer(gpuaddr); hostlen() local 186 struct buffer *buf = get_buffer(gpuaddr); add_buffer() local [all...] |
| /third_party/mesa3d/src/freedreno/drm/msm/ |
| H A D | msm_bo.c | 135 char buf[32]; in msm_bo_set_name() local
|
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android_mapper.cpp | 96 mapper_metadata_get_buffer_info(struct ANativeWindowBuffer *buf, in mapper_metadata_get_buffer_info() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | shader_cache.cpp | 162 char *buf = ralloc_strdup(NULL, "vb: "); in shader_cache_read_program_metadata() local [all...] |
| /third_party/libwebsockets/lib/plat/unix/ |
| H A D | unix-file.c | 47 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument 67 lws_plat_read_file(const char *filename, void *buf, size_t len) in lws_plat_read_file() argument 148 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument 168 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_write() argument
|
| H A D | unix-misc.c | 63 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument 97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert() argument
|
| /third_party/libwebsockets/lib/secure-streams/system/fetch-policy/ |
| H A D | fetch-policy.c | 42 ss_fetch_policy_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_fetch_policy_rx() argument 63 ss_fetch_policy_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, in ss_fetch_policy_tx() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
| H A D | minimal-http-client-certinfo.c | 26 uint8_t buf[1280]; in callback_http() local
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
| H A D | minimal-raw-vhost.c | 43 uint8_t buf[4096]; member
|
| /third_party/ltp/lib/ |
| H A D | tst_uid.c | 40 void tst_get_uids(uid_t *buf, unsigned int start, unsigned int count) in tst_get_uids() argument 56 void tst_get_gids(gid_t *buf, unsigned int start, unsigned int count) in tst_get_gids() argument
|
| /third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| H A D | test_VIDIOC_QUERYBUF.c | 38 struct v4l2_buffer buf; in do_VIDIOC_QUERYBUF() local [all...] |
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
| H A D | minimal-raw-netcat.c | 35 static uint8_t buf[LWS_PRE + 4096]; variable
|
| /third_party/ltp/testcases/kernel/connectors/pec/ |
| H A D | event_generator.c | 59 char buf[10]; in gen_exec() local
|