/third_party/elfutils/libdw/ |
H A D | dwarf_getabbrevattr.c | 52 Dwarf_Word data; in dwarf_getabbrevattr_data() local
|
/third_party/elfutils/tests/ |
H A D | update3.c | 45 Elf_Data *data; in main() local
|
/third_party/elfio/elfio/ |
H A D | elfio_strings.hpp | 46 const char* data = string_section->get_data(); in get_string() local
|
/third_party/elfutils/libelf/ |
H A D | elf32_checksum.c | 94 Elf_Data *data; in elfw2() local [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib1517.c | 28 static char data[]="this is what we post to the silly web server\n"; variable
|
H A D | lib1526.c | 34 static char data [] = "Hello Cloud!\n"; variable
|
H A D | lib1525.c | 35 static char data [] = "Hello Cloud!\n"; variable
|
H A D | lib1514.c | 33 static char data[]="dummy"; variable
|
H A D | lib1940.c | 79 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument
|
H A D | lib1945.c | 45 static size_t write_cb(char *data, size_t n, size_t l, void *userp) in write_cb() argument
|
H A D | lib510.c | 44 const char *data; in read_callback() local
|
H A D | lib508.c | 28 static char data[]="this is what we post to the silly web server\n"; variable
|
/third_party/curl/tests/unit/ |
H A D | unit1604.c | 79 struct data { struct 88 struct data data[] = { variable [all...] |
/third_party/elfutils/libebl/ |
H A D | libeblP.h | 46 uint_fast8_t data; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | lavfutils.c | 34 int ff_load_image(uint8_t *data[4], int linesize[4], in ff_load_image() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9_parser.c | 28 parse(AVCodecParserContext *ctx, AVCodecContext *avctx, const uint8_t **out_data, int *out_size, const uint8_t *data, int size) parse() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lpc.c | 34 static void lpc_apply_welch_window_sse2(const int32_t *data, int len, in lpc_apply_welch_window_sse2() argument 82 static void lpc_compute_autocorr_sse2(const double *data, int len, int lag, in lpc_compute_autocorr_sse2() argument
|
/third_party/ffmpeg/libavfilter/cuda/ |
H A D | load_helper.c | 34 ff_cuda_load_module(void *avctx, AVCUDADeviceContext *hwctx, CUmodule *cu_module, const unsigned char *data, const unsigned int length) ff_cuda_load_module() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | lfg.c | 64 int av_lfg_init_from_data(AVLFG *c, const uint8_t *data, unsigned int length) { in av_lfg_init_from_data() argument
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | imgutils.c | 38 uint8_t *data[4]; in main() local
|
H A D | des.c | 82 union word_byte key[3], data, ct; in main() local
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_ilbc.c | 26 ilbc_parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) ilbc_parse_fmtp() argument 47 ilbc_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) ilbc_parse_sdp_line() argument
|
H A D | rtpdec_mpeg12.c | 26 static int mpeg_parse_packet(AVFormatContext *ctx, PayloadContext *data, in mpeg_parse_packet() argument
|
/third_party/curl/lib/ |
H A D | share.c | 259 Curl_share_lock(struct Curl_easy *data, curl_lock_data type, in Curl_share_lock() argument 277 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock() argument
|
H A D | slist.c | 61 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data) in Curl_slist_append_nodup() argument 91 curl_slist_append(struct curl_slist *list, const char *data) curl_slist_append() argument
|