HomeSort by relevance Sort by last modified time
    Searched refs:buf_size (Results 151 - 175 of 276) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/
loader.c 145 void pstrcpy_targphys(target_phys_addr_t dest, int buf_size,
151 if (buf_size <= 0) return;
152 nulp = memchr(source, 0, buf_size);
157 cpu_physical_memory_write_rom(dest, (uint8_t *)source, buf_size - 1);
qemu-common.h 158 void pstrcpy(char *buf, int buf_size, const char *str);
159 char *pstrcat(char *buf, int buf_size, const char *s);
savevm.c 177 int buf_size; /* 0 when writing */ member in struct:QEMUFile
472 f->buf_size = len;
540 l = f->buf_size - f->buf_index;
543 l = f->buf_size - f->buf_index;
562 if (f->buf_index >= f->buf_size) {
564 if (f->buf_index >= f->buf_size)
603 return f->buf_offset - f->buf_size + f->buf_index;
622 f->buf_size = 0;
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 51 typedef camera_memory_t* (*camera_request_memory)(int fd, size_t buf_size, unsigned int num_bufs,
  /external/blktrace/
blktrace.c 60 #define BUF_SIZE (512 * 1024)
153 unsigned long buf_size, buf_nr; member in struct:mmap_info
189 u32 buf_size; /* client buf_size for this trace */ member in struct:blktrace_net_hdr
288 static unsigned long buf_size = BUF_SIZE; variable
582 mip->buf_size = buf_size;
744 mip->fs_buf_len = (nr * mip->buf_size) - mip->fs_off;
869 hdr.buf_size = buf_size
    [all...]
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.cc 115 net::IOBuffer** buf, int* buf_size,
119 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
  /external/chromium/net/url_request/
url_request_job_tracker_unittest.cc 86 bool ReadRawData(IOBuffer* buf, int buf_size,
89 response_data_.size(), static_cast<size_t>(buf_size));
  /external/opencv/cv/src/
cvtemplmatch.cpp 63 cn, templ_cn, corr_cn, buf_size = 0, local
140 buf_size = templ->cols*templ->rows*CV_ELEM_SIZE(templ_depth);
143 buf_size = MAX( buf_size, (blocksize.width + templ->cols - 1)*
147 buf_size = MAX( buf_size, blocksize.width*blocksize.height*CV_ELEM_SIZE(corr_depth));
149 if( buf_size > 0 )
152 CV_CALL( buf[k] = cvAlloc(buf_size) );
cvcorner.cpp 212 int buf_size = 1 << 12; local
276 CV_CALL( tempsrc = icvIPPFilterInit( src, buf_size,
291 max_dy = buf_size / src->cols;
509 int buf_size = 1 << 12; local
580 CV_CALL( tempsrc = icvIPPFilterInit( src, buf_size, el_size ));
596 max_dy = buf_size / src->cols;
  /external/qemu/block/
bochs.c 93 static int bochs_probe(const uint8_t *buf, int buf_size, const char *filename)
97 if (buf_size < HEADER_SIZE)
cow.c 48 static int cow_probe(const uint8_t *buf, int buf_size, const char *filename)
52 if (buf_size >= sizeof(struct cow_header_v2) &&
  /external/strace/
block.c 44 uint32_t buf_size; /* input */ member in struct:blk_user_trace_setup
252 tprintf(", {act_mask=%hu, buf_size=%u, "
255 buts.act_mask, buts.buf_size,
  /external/opencv/cxcore/src/
cxarithm.cpp 425 int buf_size, elem_size; local
445 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
446 if( buf_size > CV_MAX_LOCAL_SIZE )
448 CV_CALL( buffer = (uchar*)cvAlloc( buf_size ));
452 buffer = (uchar*)cvStackAlloc( buf_size );
669 int buf_size, elem_size; local
689 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
690 if( buf_size > CV_MAX_LOCAL_SIZE )
692 CV_CALL( buffer = (uchar*)cvAlloc( buf_size ));
696 buffer = (uchar*)cvStackAlloc( buf_size );
897 int buf_size, elem_size; local
1141 int buf_size, elem_size; local
    [all...]
cxmatrix.cpp 849 int buf_size = size.width*size.height*CV_ELEM_SIZE(worktype); local
1104 int buf_size = size.width*size.height*CV_ELEM_SIZE(worktype); local
1403 int buf_size = size.width*size.height*CV_ELEM_SIZE(worktype); local
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 113 int buf_size; local
118 buf_size = width * height * 2;
122 buf_size = width * height * 3 / 2;
126 buf_size = width * height * 2;
129 buf_size = 0;
133 buf_size = 0;
136 return buf_size;
    [all...]
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 64 int* buf_size,
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 44 int* buf_size,
  /external/harfbuzz_ng/src/
hb-buffer.h 306 unsigned int buf_size,
  /external/compiler-rt/lib/asan/
asan_mac.cc 142 uint32_t buf_size = sizeof(program_name); local
143 _NSGetExecutablePath(program_name, &buf_size);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 96 void WriteMemoryProfile(char *buf, uptr buf_size) {
133 char *buf_end = buf + buf_size;
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 343 NJ_EXTERN NJ_INT16 njx_get_stroke(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *buf, NJ_UINT16 buf_size);
344 NJ_EXTERN NJ_INT16 njx_get_candidate(NJ_CLASS *iwnn, NJ_RESULT *result, NJ_CHAR *buf, NJ_UINT16 buf_size);
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 478 int buf_size = 0; local
518 buf_size += os_strlen(format_head);
519 buf_size += 50 + 2 * os_strlen("WLANEvent");
521 buf_size += os_strlen(sm->wlanevent);
522 buf_size += os_strlen(format_tail);
524 buf = wpabuf_alloc(buf_size);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 244 int buf_size = 0; local
266 buf_size = sizeof(OMX_TI_CONFIG_EXIF_TAGS) +
272 buf_size = ((buf_size+4095)/4096)*4096;
273 sharedBuffer.nSharedBuffSize = buf_size;
275 memmgr_buf_array = (OMX_U8 **)memMgr.allocateBuffer(0, 0, NULL, buf_size, 1);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 2045 UINT16 buf_size; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 527 __u32 buf_size, start_data_sect, next, root_start, root_dir_entries; local
566 buf_size = root_dir_entries * sizeof(struct vfat_dir_entry);
568 buf_size);
580 buf_size = vs->vs_cluster_size * sector_size;
594 get_buffer(probe, next_off, buf_size);
598 count = buf_size / sizeof(struct vfat_dir_entry);
607 buf = get_buffer(probe, fat_entry_off, buf_size);
    [all...]

Completed in 632 milliseconds

1 2 3 4 5 67 8 91011>>