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

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_nv.c 71 UINT64 offset64; local
86 offset64 = 0;
87 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
88 Trspi_LoadBlob_UINT32(&offset64, offset, data);
89 Trspi_LoadBlob_UINT32(&offset64, ulDataLength, data);
90 Trspi_LoadBlob(&offset64, ulDataLength, data, rgbDataToWrite);
109 UINT64 offset64; local
124 offset64 = 0;
125 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
126 Trspi_LoadBlob_UINT32(&offset64, offset, data)
148 UINT64 offset64; local
202 UINT64 offset64; local
    [all...]
  /src/games/tetris/
scores.c 118 uint32_t numbers[3], offset56, offset60, offset64; local
210 offset64 = numbers[2];
212 if (offset64 >= MINLEVEL && offset64 <= MAXLEVEL) {
224 offset64 = bswap32(offset64);
228 if (offset64 >= MINLEVEL && offset64 <= MAXLEVEL) {
  /src/common/dist/zlib/contrib/minizip/
unzip.c 1958 ZPOS64_T offset64; local
1962 offset64 = unzGetOffset64(file);
1963 return (uLong)offset64;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 2438 uint64_t offset64; local
2453 offset64 = reloc->gpu_offset + offset;
2454 ib[idx+1+(i*8)+0] = offset64;
2456 (upper_32_bits(offset64) & 0xff);
radeon_r600_cs.c 1996 uint64_t offset64; local
2012 offset64 = reloc->gpu_offset + offset;
2013 ib[idx+1+(i*8)+0] = offset64;
2015 (upper_32_bits(offset64) & 0xff);
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
unzip.c 1958 ZPOS64_T offset64; local
1962 offset64 = unzGetOffset64(file);
1963 return (uLong)offset64;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
unzip.c 2099 ZPOS64_T offset64; local
2103 offset64 = unzGetOffset64(file);
2104 return (uLong)offset64;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
unzip.c 2099 ZPOS64_T offset64; local
2103 offset64 = unzGetOffset64(file);
2104 return (uLong)offset64;
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
unzip.c 1958 ZPOS64_T offset64; local
1962 offset64 = unzGetOffset64(file);
1963 return (uLong)offset64;
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-x86-low.cc 1860 LONGEST offset64;
1867 offset64 = fn - (buildaddr + 1 /* call op */ + 4 /* 32-bit offset */);
1871 if (offset64 > INT_MAX || offset64 < INT_MIN)
1885 int offset32 = offset64; /* we know we can't overflow here. */
1852 LONGEST offset64; local
  /src/external/gpl3/gdb/dist/gdbserver/
linux-x86-low.cc 1891 LONGEST offset64;
1898 offset64 = fn - (buildaddr + 1 /* call op */ + 4 /* 32-bit offset */);
1902 if (offset64 > INT_MAX || offset64 < INT_MIN)
1916 int offset32 = offset64; /* we know we can't overflow here. */
1883 LONGEST offset64; local
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c 4514 ULONGEST offset64;
4566 offset64 = 0;
4572 &offset64);
4576 *addr += offset64;
4579 *addr = (uint32_t) (offset64 + *addr);
4584 &offset64);
4586 *addr += offset64 << scale;
4588 *addr = (uint32_t) (*addr + (offset64 << scale));
4633 &offset64);
4634 *addr = (uint32_t) (*addr + offset64);
4490 ULONGEST offset64; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.c 4528 ULONGEST offset64;
4580 offset64 = 0;
4586 &offset64);
4590 *addr += offset64;
4593 *addr = (uint32_t) (offset64 + *addr);
4598 &offset64);
4600 *addr += offset64 << scale;
4602 *addr = (uint32_t) (*addr + (offset64 << scale));
4647 &offset64);
4648 *addr = (uint32_t) (*addr + offset64);
4504 ULONGEST offset64; local
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 99433 u64 offset64; \/* 64-bit offset *\/ local
    [all...]

Completed in 72 milliseconds