HomeSort by relevance Sort by last modified time
    Searched refs:maplen (Results 1 - 16 of 16) sorted by null

  /external/syslinux/utils/
memdiskfind.c 114 size_t mapbase, maplen; local
146 maplen = 0xa0000 - mapbase;
147 map = mmap(NULL, maplen, PROT_READ, MAP_SHARED, memfd, mapbase);
165 munmap((void *)map, maplen);
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionutils.c 50 unsigned long maplen; local
113 maplen = alloc_data.len;
115 if (buffer_fd < 0 || maplen <= 0) {
117 __func__, buffer_fd, maplen);
122 map_buffer = (unsigned char *)mmap(NULL, maplen, PROT_READ|PROT_WRITE,
133 ion_info->buflen = maplen;
137 munmap(map_buffer, maplen);
  /external/syslinux/libinstaller/
syslxcom.c 186 uint64_t maplen; local
196 maplen = (uint64_t)nsectors << SECTOR_SHIFT;
197 if (maplen > (uint64_t)st.st_size)
198 maplen = st.st_size;
201 fm->fm_length = maplen;
  /external/libjpeg-turbo/
rdtarga.c 340 unsigned int width, height, maplen; local
356 maplen = GET_2B(5);
450 if (maplen > 0) {
451 if (maplen > 256 || GET_2B(3) != 0)
455 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) maplen, (JDIMENSION) 3);
457 read_colormap(source, (int) maplen, UCH(targaheader[7]));
  /prebuilts/go/darwin-x86/test/
indirect.go 50 println("wrong maplen")
  /prebuilts/go/linux-x86/test/
indirect.go 50 println("wrong maplen")
  /system/extras/ioshark/
compile_ioshark.c 449 lookup_map(char *s, struct flags_map_s *flags_map, int maplen)
456 for (i = 0 ; i < maplen ; i++) {
  /prebuilts/go/darwin-x86/src/reflect/
value.go 1047 return maplen(v.pointer())
2557 func maplen(m unsafe.Pointer) int func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 1047 return maplen(v.pointer())
2557 func maplen(m unsafe.Pointer) int func
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
sky2.h 2023 u32 maplen; member in struct:tx_ring_info
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 4126 Py_ssize_t maplen = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 4069 Py_ssize_t maplen = 0; local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 4133 Py_ssize_t maplen = 0; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 7796 Py_ssize_t maplen; local
    [all...]

Completed in 292 milliseconds