HomeSort by: relevance | last modified time | path
    Searched defs:v_size (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/sys/
vnode.h 146 voff_t v_size; /* i+u size of file */ member in struct:vnode
vnode.h 146 voff_t v_size; /* i+u size of file */ member in struct:vnode
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 445 uint64_t v_size; member in struct:vnode
zfs_context.h 445 uint64_t v_size; member in struct:vnode
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_zip.c 254 unsigned v_size; member in struct:zip
2846 ts = zip->v_size;
2847 zip->v_size = archive_le16dec(p);
2849 if ((zip->v_size & 0x0f) != 0 ||
2850 (zip->erd_size + zip->v_size + 16) > remaining_size ||
2851 (zip->erd_size + zip->v_size + 16) < (zip->erd_size + zip->v_size))
2853 if (ts < zip->v_size) {
2857 p = __archive_read_ahead(a, zip->v_size, NULL);
2861 zip->v_data = malloc(zip->v_size);
    [all...]
archive_read_support_format_zip.c 254 unsigned v_size; member in struct:zip
2846 ts = zip->v_size;
2847 zip->v_size = archive_le16dec(p);
2849 if ((zip->v_size & 0x0f) != 0 ||
2850 (zip->erd_size + zip->v_size + 16) > remaining_size ||
2851 (zip->erd_size + zip->v_size + 16) < (zip->erd_size + zip->v_size))
2853 if (ts < zip->v_size) {
2857 p = __archive_read_ahead(a, zip->v_size, NULL);
2861 zip->v_data = malloc(zip->v_size);
    [all...]
archive_read_support_format_rar5.c 1022 uint64_t v_size = 0; local
1024 const int ret = pvalue_len ? read_var(a, &v, &v_size)
1033 *pvalue_len = (size_t) v_size;
archive_read_support_format_rar5.c 1022 uint64_t v_size = 0; local
1024 const int ret = pvalue_len ? read_var(a, &v, &v_size)
1033 *pvalue_len = (size_t) v_size;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 6468 unsigned HOST_WIDE_INT v_size = el_size * nunits.to_constant (); local
6470 for (unsigned HOST_WIDE_INT off = 0; off < v_size; off += el_size)
6492 if (off != v_size - el_size)
tree-vect-loop.cc 6468 unsigned HOST_WIDE_INT v_size = el_size * nunits.to_constant (); local
6470 for (unsigned HOST_WIDE_INT off = 0; off < v_size; off += el_size)
6492 if (off != v_size - el_size)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 5662 unsigned HOST_WIDE_INT v_size = el_size * nunits.to_constant (); local
5664 for (unsigned HOST_WIDE_INT off = 0; off < v_size; off += el_size)
5686 if (off != v_size - el_size)
tree-vect-loop.cc 5662 unsigned HOST_WIDE_INT v_size = el_size * nunits.to_constant (); local
5664 for (unsigned HOST_WIDE_INT off = 0; off < v_size; off += el_size)
5686 if (off != v_size - el_size)
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 2820 uint16_t v_size; member in struct:set_crtc_using_dtd_timing_parameters
atomfirmware.h 2820 uint16_t v_size; member in struct:set_crtc_using_dtd_timing_parameters

Completed in 114 milliseconds