HomeSort by relevance Sort by last modified time
    Searched refs:buf_end (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/include/
leb128.h 54 read_uleb128_to_uint64 (const unsigned char *buf, const unsigned char *buf_end,
64 if (p >= buf_end)
87 read_sleb128_to_int64 (const unsigned char *buf, const unsigned char *buf_end,
97 if (p >= buf_end)
114 If the end isn't found before reaching BUF_END, return zero.
120 skip_leb128 (const unsigned char *buf, const unsigned char *buf_end)
127 if (p == buf_end)
  /external/libunwind/src/
os-linux.h 38 char *buf_end; member in struct:map_iterator
93 mi->buf = mi->buf_end = cp + mi->buf_size;
218 ssize_t bytes_left = mi->buf_end - mi->buf;
235 memmove (mi->buf_end - mi->buf_size, mi->buf, bytes_left);
237 mi->buf = mi->buf_end - mi->buf_size;
246 mi->buf and mi->buf_end are valid. */
247 memmove (mi->buf_end - nread - bytes_left, mi->buf,
249 mi->buf = mi->buf_end - nread - bytes_left;
311 munmap (mi->buf_end - mi->buf_size, mi->buf_size);
312 mi->buf = mi->buf_end = NULL
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 37 int buf_start, buf_end; // pbi->tile_buffers to decode, inclusive member in struct:TileWorkerData
vp9_decodeframe.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_bstream.h 19 uint32_t buf_end; /* first invalid byte in buf */ member in struct:__anon47339
  /external/syslinux/gpxe/src/net/infiniband/
ib_srp.c 82 char *buf_end; local
97 *bytes = strtoul ( buf, &buf_end, 16 );
98 if ( buf_end != &buf[2] )
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c 18 return (cxt->buf_end - cxt->buf_index);
62 last_byte_offset_plus_one = cxt->au_pos + (cxt->bstrm_buf.buf_end - cxt->bstrm_buf.buf_st);
189 if((bstream->buf_index + *act_bytes -1) >= bstream->buf_end)
322 bstream->buf_end = data_left + cxt->scratch.size + bstream->buf_st;
342 cxt->bstrm_buf.buf_st = cxt->bstrm_buf.buf_end = cxt->bstrm_buf.buf_index = cxt->bstrm_buf.buf_bitoff = 0;
vbp_utils.c 332 cxt->getbits.bstrm_buf.buf_end = cxt->list.data[i].edpos;
  /external/wpa_supplicant_8/hs20/client/
est.c 535 char *pos, *end, *buf_end; local
547 buf_end = pos + ptr->length;
550 while (pos < buf_end && *pos != '\n')
552 if (pos == buf_end) {
559 while (end < buf_end && *end != '-')
  /system/core/libnetutils/
dhcpclient.c 241 char *buf_end = buf + buf_size; local
243 cp += snprintf(cp, buf_end - cp, " %02x ", array[i]);
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 615 at or beyond BUF_END will not be read. Returns NULL if there was a
621 bfd_byte * buf_end,
626 if (buf >= buf_end)
638 while (buf < buf_end)
653 at or beyond BUF_END will not be read from BUF. Returns NULL if there was
660 bfd_byte * buf_end,
667 if (buf + unit->offset_size > buf_end)
674 offset = read_4_bytes (unit->abfd, buf, buf_end);
676 offset = read_8_bytes (unit->abfd, buf, buf_end);
700 bfd_byte * buf_end,
    [all...]
  /external/webp/src/dec/
vp8_dec.c 202 const uint8_t* buf_end = buf + size; local
225 return (part_start < buf_end) ? VP8_STATUS_OK :
  /external/opencv/cv/include/
cv.hpp 122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvmorph.cpp 315 buf_end -= buf_step;
334 uchar* trow = is_separable ? buf_end : buf_tail;
369 if( buf_tail >= buf_end )
    [all...]
cvfilter.cpp 226 buf_end = buf_start + buf_max_count*buf_step;
232 uchar* trow = buf_end;
233 const_row = buf_end + (is_separable ? 1 : 0)*tr_step;
351 uchar* trow = is_separable ? buf_end : buf_tail;
404 if( buf_tail >= buf_end )
556 if( bptr >= buf_end )
583 if( buf_head >= buf_end )
    [all...]
cvsmooth.cpp 178 buf_end -= buf_step;
181 s = sum = buf_end + cvAlign((width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c 1087 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
floatobject.c 1086 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; local
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 281 sljit_ins *buf_end; local
304 buf_end = buf_ptr + (buf->used_size >> 2);
333 } while (buf_ptr < buf_end);
    [all...]
sljitNativeARM_32.c 562 sljit_uw *buf_end; local
618 buf_end = buf_ptr + (buf->used_size >> 2);
698 } while (buf_ptr < buf_end);
715 buf_end = buf_ptr + compiler->cpool_fill;
717 while (buf_ptr < buf_end) {
    [all...]
sljitNativeARM_64.c 212 sljit_ins *buf_end; local
237 buf_end = buf_ptr + (buf->used_size >> 2);
260 } while (buf_ptr < buf_end);
    [all...]
sljitNativeARM_T2_32.c 348 sljit_u16 *buf_end; local
371 buf_end = buf_ptr + (buf->used_size >> 1);
394 } while (buf_ptr < buf_end);
    [all...]
sljitNativeX86_common.c 477 sljit_u8 *buf_end; local
499 buf_end = buf_ptr + buf->used_size;
540 } while (buf_ptr < buf_end);
541 SLJIT_ASSERT(buf_ptr == buf_end);
    [all...]
  /external/python/cpython2/Objects/
floatobject.c 1096 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; local
    [all...]
  /external/python/cpython3/Objects/
floatobject.c 919 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; local
926 buf = _Py_dg_dtoa(x, 3, ndigits, &decpt, &sign, &buf_end);
933 /* Get new buffer if shortbuf is too small. Space needed <= buf_end -
935 buflen = buf_end - buf;
    [all...]

Completed in 575 milliseconds

1 2