Home
last modified time | relevance | path

Searched refs:highsize (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/rsyncrypto/rsyncrypto-1.14/win32/
H A Dautommap.h71 DWORD highsize; in mapfile() local
72 length=GetFileSize( fd, &highsize ); in mapfile()
73 if( highsize!=0 ) in mapfile()
/dports/news/nzbget/nzbget-21.1/daemon/postprocess/
H A DRarReader.cpp320 uint32 highsize; in ReadRar3File() local
321 if (!Read32(file, &block, &highsize)) return false; in ReadRar3File()
322 block.trailsize += (uint64)highsize << 32; in ReadRar3File()
324 if (!Read32(file, &block, &highsize)) return false; in ReadRar3File()
325 innerFile.m_size += (uint64)highsize << 32; in ReadRar3File()
/dports/security/nmap/nmap-7.91/
H A Dutils.cc598 DWORD lowsize, highsize; in mmapfile() local
625 lowsize = GetFileSize (fd, &highsize); in mmapfile()
629 *length = lowsize + highsize << sizeof(DWORD); in mmapfile()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dspk_types.h66 unsigned int highsize[8]; member
H A Dmain.c1573 hi = speakup_console[vc_num]->ht.highsize[bi]; in update_color_buffer()
1576 if (speakup_console[vc_num]->ht.highsize[bi] == 0) { in update_color_buffer()
1595 speakup_console[vc_num]->ht.highsize[bi] = hi; in update_color_buffer()
1604 speakup_console[vc_num]->ht.highsize[i] = 0; in reset_highlight_buffers()
1654 if (speakup_console[vc_num]->ht.highsize[cptr[i]] > 0) in get_highlight_color()
1675 speakup_console[vc_num]->ht.highsize[hc]); in speak_highlight()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dspk_types.h66 unsigned int highsize[8]; member
H A Dmain.c1573 hi = speakup_console[vc_num]->ht.highsize[bi]; in update_color_buffer()
1576 if (speakup_console[vc_num]->ht.highsize[bi] == 0) { in update_color_buffer()
1595 speakup_console[vc_num]->ht.highsize[bi] = hi; in update_color_buffer()
1604 speakup_console[vc_num]->ht.highsize[i] = 0; in reset_highlight_buffers()
1654 if (speakup_console[vc_num]->ht.highsize[cptr[i]] > 0) in get_highlight_color()
1675 speakup_console[vc_num]->ht.highsize[hc]); in speak_highlight()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/accessibility/speakup/
H A Dspk_types.h66 unsigned int highsize[8]; member
H A Dmain.c1573 hi = speakup_console[vc_num]->ht.highsize[bi]; in update_color_buffer()
1576 if (speakup_console[vc_num]->ht.highsize[bi] == 0) { in update_color_buffer()
1595 speakup_console[vc_num]->ht.highsize[bi] = hi; in update_color_buffer()
1604 speakup_console[vc_num]->ht.highsize[i] = 0; in reset_highlight_buffers()
1654 if (speakup_console[vc_num]->ht.highsize[cptr[i]] > 0) in get_highlight_color()
1675 speakup_console[vc_num]->ht.highsize[hc]); in speak_highlight()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32file-unix.c1320 static guint32 file_getfilesize(FileHandle *filehandle, guint32 *highsize) in file_getfilesize() argument
1365 if (highsize != NULL) { in file_getfilesize()
1366 *highsize = bigsize>>32; in file_getfilesize()
1370 __func__, size, *highsize); in file_getfilesize()
1378 if (highsize != NULL) { in file_getfilesize()
1379 *highsize = statbuf.st_size>>32; in file_getfilesize()
1382 if (highsize != NULL) { in file_getfilesize()
1384 *highsize = 0; in file_getfilesize()
1389 …ER_FILE, "%s: Returning size %" G_GUINT32_FORMAT "/%" G_GUINT32_FORMAT, __func__, size, *highsize); in file_getfilesize()
2807 GetFileSize(gpointer handle, guint32 *highsize) in GetFileSize() argument
[all …]