Searched refs:offset64 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_nv.c71 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, offse
148 UINT64 offset64; local
202 UINT64 offset64; local
[all...]
/netbsd-current/games/tetris/
H A Dscores.c117 uint32_t numbers[3], offset56, offset60, offset64; local
209 offset64 = numbers[2];
211 if (offset64 >= MINLEVEL && offset64 <= MAXLEVEL) {
223 offset64 = bswap32(offset64);
227 if (offset64 >= MINLEVEL && offset64 <= MAXLEVEL) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.c4765 ULONGEST offset64;
4817 offset64 = 0;
4823 &offset64);
4827 *addr += offset64;
4830 *addr = (uint32_t) (offset64 + *addr);
4835 &offset64);
4837 *addr += offset64 << scale;
4839 *addr = (uint32_t) (*addr + (offset64 << scale));
4884 &offset64);
4885 *addr = (uint32_t) (*addr + offset64);
4741 ULONGEST offset64; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.c4767 ULONGEST offset64;
4819 offset64 = 0;
4825 &offset64);
4829 *addr += offset64;
4832 *addr = (uint32_t) (offset64 + *addr);
4837 &offset64);
4839 *addr += offset64 << scale;
4841 *addr = (uint32_t) (*addr + (offset64 << scale));
4886 &offset64);
4887 *addr = (uint32_t) (*addr + offset64);
4743 ULONGEST offset64; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-x86-low.cc1934 LONGEST offset64;
1941 offset64 = fn - (buildaddr + 1 /* call op */ + 4 /* 32-bit offset */);
1945 if (offset64 > INT_MAX || offset64 < INT_MIN)
1959 int offset32 = offset64; /* we know we can't overflow here. */
1926 LONGEST offset64; local
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-x86-low.cc1944 LONGEST offset64;
1951 offset64 = fn - (buildaddr + 1 /* call op */ + 4 /* 32-bit offset */);
1955 if (offset64 > INT_MAX || offset64 < INT_MIN)
1969 int offset32 = offset64; /* we know we can't overflow here. */
1936 LONGEST offset64; local
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dunzip.c2096 ZPOS64_T offset64; local
2100 offset64 = unzGetOffset64(file);
2101 return (uLong)offset64;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dunzip.c2096 ZPOS64_T offset64; local
2100 offset64 = unzGetOffset64(file);
2101 return (uLong)offset64;
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dunzip.c2101 ZPOS64_T offset64; local
2105 offset64 = unzGetOffset64(file);
2106 return (uLong)offset64;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dunzip.c2099 ZPOS64_T offset64; local
2103 offset64 = unzGetOffset64(file);
2104 return (uLong)offset64;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.c2099 ZPOS64_T offset64; local
2103 offset64 = unzGetOffset64(file);
2104 return (uLong)offset64;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_cs.c1996 uint64_t offset64; local
2012 offset64 = reloc->gpu_offset + offset;
2013 ib[idx+1+(i*8)+0] = offset64;
2015 (upper_32_bits(offset64) & 0xff);
H A Dradeon_evergreen_cs.c2438 uint64_t offset64; local
2453 offset64 = reloc->gpu_offset + offset;
2454 ib[idx+1+(i*8)+0] = offset64;
2456 (upper_32_bits(offset64) & 0xff);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c95527 u64 offset64; /* 64-bit offset */ local
[all...]

Completed in 906 milliseconds