HomeSort by: relevance | last modified time | path
    Searched refs:map_len (Results 1 - 25 of 197) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/mpl/bind/dist/lib/dns/rdata/in_1/
wks_11.h 24 uint16_t map_len; member in struct:dns_rdata_in_wks
wks_11.c 287 REQUIRE((wks->map != NULL && wks->map_len <= 8 * 1024) ||
288 wks->map_len == 0);
296 return mem_tobuffer(target, wks->map, wks->map_len);
318 wks->map_len = region.length;
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
wks_11.h 25 uint16_t map_len; member in struct:dns_rdata_in_wks
wks_11.c 330 REQUIRE((wks->map != NULL && wks->map_len <= 8 * 1024) ||
331 wks->map_len == 0);
339 return (mem_tobuffer(target, wks->map, wks->map_len));
363 wks->map_len = region.length;
  /src/external/gpl2/groff/dist/src/libs/libbib/
index.cpp 62 int map_len; member in class:index_search_item
113 map_len(0), key_buffer(0), filename_buffer(0), filename_buflen(0),
123 if (unmap(map_addr, map_len) < 0)
169 map_len = size;
  /src/external/gpl3/binutils/dist/bfd/
bfdio.c 300 . MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
301 . MAP_LEN to unmap. *}
304 . void **map_addr, size_t *map_len);
730 void **map_addr, size_t *map_len)
736 address and length are written to MAP_ADDR and MAP_LEN.
744 void **map_addr, size_t *map_len)
762 map_addr, map_len);
910 size_t *map_len ATTRIBUTE_UNUSED)
cache.c 506 size_t *map_len ATTRIBUTE_UNUSED)
539 *map_len = pg_len;
libbfd.h 999 MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
1000 MAP_LEN to unmap. */
1003 void **map_addr, size_t *map_len);
opncls.c 640 size_t *map_len ATTRIBUTE_UNUSED)
  /src/external/gpl3/binutils.old/dist/bfd/
bfdio.c 298 . MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
299 . MAP_LEN to unmap. *}
302 . void **map_addr, size_t *map_len);
721 void **map_addr, size_t *map_len)
727 address and length are written to MAP_ADDR and MAP_LEN.
734 void **map_addr, size_t *map_len)
751 map_addr, map_len);
899 size_t *map_len ATTRIBUTE_UNUSED)
cache.c 505 size_t *map_len ATTRIBUTE_UNUSED)
538 *map_len = pg_len;
libbfd.h 1018 MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
1019 MAP_LEN to unmap. */
1022 void **map_addr, size_t *map_len);
opncls.c 642 size_t *map_len ATTRIBUTE_UNUSED)
  /src/external/gpl3/gdb.old/dist/bfd/
bfdio.c 298 . MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
299 . MAP_LEN to unmap. *}
302 . void **map_addr, size_t *map_len);
721 void **map_addr, size_t *map_len)
727 address and length are written to MAP_ADDR and MAP_LEN.
734 void **map_addr, size_t *map_len)
751 map_addr, map_len);
899 size_t *map_len ATTRIBUTE_UNUSED)
cache.c 505 size_t *map_len ATTRIBUTE_UNUSED)
538 *map_len = pg_len;
libbfd.h 1029 MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
1030 MAP_LEN to unmap. */
1033 void **map_addr, size_t *map_len);
  /src/external/gpl3/gdb/dist/bfd/
bfdio.c 298 . MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
299 . MAP_LEN to unmap. *}
302 . void **map_addr, size_t *map_len);
721 void **map_addr, size_t *map_len)
727 address and length are written to MAP_ADDR and MAP_LEN.
735 void **map_addr, size_t *map_len)
752 map_addr, map_len);
900 size_t *map_len ATTRIBUTE_UNUSED)
cache.c 505 size_t *map_len ATTRIBUTE_UNUSED)
538 *map_len = pg_len;
libbfd.h 1018 MAP_LEN the size mapped (a page multiple). Use unmap with MAP_ADDR and
1019 MAP_LEN to unmap. */
1022 void **map_addr, size_t *map_len);
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_bfd.c 77 size_t map_len; member in struct:gdb_bfd_section_data
633 res = munmap (sect->map_addr, sect->map_len);
804 &descriptor->map_len);
809 posix_madvise (descriptor->map_addr, descriptor->map_len,
  /src/external/gpl3/gdb/dist/gdb/
gdb_bfd.c 77 size_t map_len; member in struct:gdb_bfd_section_data
640 res = munmap (sect->map_addr, sect->map_len);
811 &descriptor->map_len);
816 posix_madvise (descriptor->map_addr, descriptor->map_len,
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_eht.c 292 const u8 *sta_mcs, u8 mcs_count, u8 map_len)
300 for (j = 0; j < map_len; j++) {
  /src/external/mpl/bind/include/dns/
rdatastruct.h 337 uint16_t map_len; member in struct:dns_rdata_in_wks
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 375 uint16_t map_len; member in struct:dns_rdata_in_wks
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 4091 u8 map_len = cea_db_payload_len(db) - 1; local
4095 if (map_len == 0) {
4114 if (WARN_ON_ONCE(map_len > 8))
4115 map_len = 8;
4117 for (count = 0; count < map_len; count++)

Completed in 93 milliseconds

1 2 3 4 5 6 7 8