Home
last modified time | relevance | path

Searched refs:size (Results 21751 - 21775 of 53573) sorted by relevance

1...<<871872873874875876877878879880>>...2143

/test/xts/hats/kernel/syscalls/fileio/syncfilerange/
H A DSyncFileRangeApiTest.cpp62 * @tc.size : MediumTest
85 * @tc.size : MediumTest
101 * @tc.size : MediumTest
124 * @tc.size : MediumTest
132 ssize_t size = write(fd, TEST_DATA, TEST_DATA_LEN); in HWTEST_F() local
133 EXPECT_EQ(size, TEST_DATA_LEN); in HWTEST_F()
/third_party/curl/tests/libtest/
H A Dlib579.c69 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
74 if(size*nmemb < 1) in read_callback()
H A Dlib1507.c41 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
44 (void)size; in read_callback()
H A Dlib1662.c32 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
37 if(size*nmemb < len) in read_callback()
H A Dlib668.c35 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
40 (void) size; /* Always 1.*/ in read_callback()
89 /* Early end of data detection can be done because the data size is known. */ in test()
100 the file size is known. In addition, and EOF test is performed. */ in test()
H A Dlib667.c36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument
41 if(size*nmemb < 1) in read_callback()
H A Dlib652.c40 int size = (int)sizeof(buffer) / 10; in test() local
42 for(i = 0; i < size ; i++) in test()
H A Dlib1527.c36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dlib547.c37 size_t size, in readcallback()
50 if(size * nmemb > strlen(UPLOADTHIS)) { in readcallback()
109 /* We CANNOT do the POST fine without setting the size (or choose in test()
36 readcallback(char *ptr, size_t size, size_t nmemb, void *clientp) readcallback() argument
H A Dlib1526.c36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
38 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dlib1525.c37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
39 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
H A Dlib1591.c37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument
39 size_t amount = nmemb * size; /* Total bytes curl wants */ in read_callback()
/third_party/ffmpeg/libavcodec/
H A Dlibwebpenc.c62 ret = ff_get_encode_buffer(avctx, pkt, mw.size, 0); in libwebp_encode_frame()
65 memcpy(pkt->data, mw.mem, mw.size); in libwebp_encode_frame()
H A Dv408dec.c42 if (avpkt->size < 4 * avctx->height * avctx->width) { in v408_decode_frame()
81 return avpkt->size; in v408_decode_frame()
H A Dv308dec.c43 if (avpkt->size < 3 * avctx->height * avctx->width) { in v308_decode_frame()
72 return avpkt->size; in v308_decode_frame()
H A Dy41pdec.c46 if (avpkt->size < 3LL * avctx->height * FFALIGN(avctx->width, 8) / 2) { in y41p_decode_frame()
81 return avpkt->size; in y41p_decode_frame()
H A Dyuv4dec.c41 if (avpkt->size < 6 * (avctx->width + 1 >> 1) * (avctx->height + 1 >> 1)) { in yuv4_decode_frame()
73 return avpkt->size; in yuv4_decode_frame()
H A Dptx.c33 const uint8_t *buf_end = avpkt->data + avpkt->size; in ptx_decode_frame()
83 return avpkt->size; in ptx_decode_frame()
H A Dzlib_wrapper.c30 static void *alloc_wrapper(void *opaque, uInt items, uInt size) in alloc_wrapper() argument
32 return av_malloc_array(items, size); in alloc_wrapper()
H A Dwebvttdec.c92 if (ptr && avpkt->size > 0 && !webvtt_event_to_ass(&buf, ptr)) in webvtt_decode_frame()
98 return avpkt->size; in webvtt_decode_frame()
H A Dtarga_y216dec.c42 if (avpkt->size < 4 * avctx->height * aligned_width) { in y216_decode_frame()
73 return avpkt->size; in y216_decode_frame()
H A Dtmv.c52 if (avpkt->size < 2*char_rows*char_cols) { in tmv_decode_frame()
80 return avpkt->size; in tmv_decode_frame()
/third_party/elfio/elfio/
H A Delfio_modinfo.hpp43 Elf_Word get_attribute_num() const { return (Elf_Word)content.size(); } in get_attribute_num()
49 if ( no < content.size() ) { in get_attribute()
/third_party/ffmpeg/libavformat/
H A Dadp.c71 int ret, size = 1024; in adp_read_packet() local
76 ret = av_get_packet(s->pb, pkt, size); in adp_read_packet()
H A Divfdec.c42 avio_rl16(s->pb); // header size in read_header()
73 int ret, size = avio_rl32(s->pb); in read_packet() local
76 ret = av_get_packet(s->pb, pkt, size); in read_packet()

Completed in 25 milliseconds

1...<<871872873874875876877878879880>>...2143