Home
last modified time | relevance | path

Searched refs:READSIZE (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DMMU_timing.h203 template<int READSIZE, MMU_ACCESS_DIRECTION DIRECTION, bool TIMING>
218 (address == (m_lastAddress + (READSIZE>>3))) in Fetch()
331 DebugEventData.size = READSIZE; in _MMU_accesstime()
376 …urn MMU_timing.armDataFetch<PROCNUM>().template Fetch<READSIZE,DIRECTION,true>((addr)&(~((READSIZE in MMU_memAccessCycles()
377 …urn MMU_timing.armDataFetch<PROCNUM>().template Fetch<READSIZE,DIRECTION,false>((addr)&(~((READSIZ… in MMU_memAccessCycles()
380 template<int PROCNUM, int READSIZE, MMU_ACCESS_DIRECTION DIRECTION>
384 return MMU_memAccessCycles<PROCNUM,READSIZE,DIRECTION,true>(addr); in MMU_memAccessCycles()
391 template<int PROCNUM, int READSIZE>
395 …rn MMU_timing.armCodeFetch<PROCNUM>().template Fetch<READSIZE,MMU_AD_READ,true>((addr)&(~((READSIZ… in MMU_codeFetchCycles()
396 …rn MMU_timing.armCodeFetch<PROCNUM>().template Fetch<READSIZE,MMU_AD_READ,false>((addr)&(~((READSI… in MMU_codeFetchCycles()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/examples/cpp/encode/file/
H A Dmain.cpp43 #define READSIZE 1024 macro
46 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
47 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
48 static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
135 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/examples/cpp/encode/file/
H A Dmain.cpp43 #define READSIZE 1024 macro
46 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
47 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
48 static FLAC__int32 *pcm_[2] = { pcm, pcm+READSIZE };
135 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/examples/cpp/encode/file/
H A Dmain.cpp49 #define READSIZE 1024 macro
52 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
53 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
140 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/examples/cpp/encode/file/
H A Dmain.cpp49 #define READSIZE 1024 macro
52 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
53 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
140 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/examples/c/encode/file/
H A Dmain.c41 #define READSIZE 1024 macro
44 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
45 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
132 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/examples/c/encode/file/
H A Dmain.c39 #define READSIZE 1024 macro
42 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
43 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
130 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/audio/flac/flac-1.3.4/examples/c/encode/file/
H A Dmain.c41 #define READSIZE 1024 macro
44 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
45 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
134 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/audio/flac/flac-1.3.4/examples/cpp/encode/file/
H A Dmain.cpp49 #define READSIZE 1024 macro
52 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
53 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
142 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/examples/c/encode/file/
H A Dmain.c39 #define READSIZE 1024 macro
42 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
43 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
130 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/examples/c/encode/file/
H A Dmain.c41 #define READSIZE 1024 macro
44 static FLAC__byte buffer[READSIZE/*samples*/ * 2/*bytes_per_sample*/ * 2/*channels*/]; /* we read t…
45 static FLAC__int32 pcm[READSIZE/*samples*/ * 2/*channels*/];
132 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); in main()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/security/impl/
H A DSecurityHelper.cpp73 const int READSIZE = 1; in guessEncodingFormat() local
74 char buf[READSIZE]; in guessEncodingFormat()
81 if (BIO_read(in, buf, READSIZE) <= 0) in guessEncodingFormat()
133 const int READSIZE = 1; in loadKeyFromFile() local
134 char buf[READSIZE]; in loadKeyFromFile()
141 if (BIO_read(in, buf, READSIZE) <= 0) in loadKeyFromFile()
248 const int READSIZE = 1; in loadCertificatesFromFile() local
249 char buf[READSIZE]; in loadCertificatesFromFile()
256 if (BIO_read(in, buf, READSIZE) <= 0) in loadCertificatesFromFile()
353 const int READSIZE = 1; in loadCRLsFromFile() local
[all …]
/dports/lang/lci/lci-0.11.2/
H A Dmain.c121 #define READSIZE 512 macro
258 size += READSIZE; in main()
260 length += fread((buffer + size) - READSIZE, in main()
262 READSIZE, in main()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dfile.cpp261 static const ssize_t READSIZE = 4096; in ReadAll() local
276 ssize_t nread = Read(p, length > READSIZE ? READSIZE : length); in ReadAll()
312 if ( !buf.extend(len + READSIZE) ) in ReadAll()
315 ssize_t nread = Read(buf.data() + len, READSIZE); in ReadAll()
319 if ( nread < READSIZE ) in ReadAll()
/dports/news/cnews/cnews-cr.g_18/batch/
H A Dbatcher.c31 #ifndef READSIZE
32 #define READSIZE 8192 /* allows for even 4.2 worst case file systems */ macro
34 char buffer[READSIZE];
/dports/biology/p5-AcePerl/AcePerl-1.92/Ace/
H A DLocal.pm24 use constant READSIZE => 1024 * 4; # read 4k units constant
158 sysread($rdr,$data,READSIZE);
175 READSIZE, $len);
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dfindsep.c38 #define READSIZE 2000 macro
283 long espnextpos = ds->mpgpos+READSIZE; in input()
299 if (frameoffset == READSIZE) { in input()
326 READSIZE); in input()
327 ds->mpgpos += READSIZE - frameoffset; in input()
H A Dfindsep2.c36 #define READSIZE 2000
282 long espnextpos = ds->mpgpos+READSIZE;
298 if (frameoffset == READSIZE) {
325 READSIZE);
326 ds->mpgpos += READSIZE - frameoffset;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/cfread/
H A Dmtread.cpp206 READSIZE in main() enumerator
222 {"rsize", required_argument, NULL, READSIZE}, in main()
245 case READSIZE: in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/cfread/
H A Dmtread.cpp206 READSIZE in main() enumerator
222 {"rsize", required_argument, NULL, READSIZE}, in main()
245 case READSIZE: in main()
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dfile.c25 # define READSIZE 128 /* Read buffer size */ macro
41 uint8_t read_buffer[READSIZE];
329 bytes_read = gzread(fp->gz, fp->read_buffer, READSIZE); in zipread()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dfile.cpp304 static const ssize_t READSIZE = 4096; in ReadAll() local
306 ssize_t nread = Read(p, length > READSIZE ? READSIZE : length); in ReadAll()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dfile.cpp304 static const ssize_t READSIZE = 4096; in ReadAll() local
306 ssize_t nread = Read(p, length > READSIZE ? READSIZE : length); in ReadAll()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Djp2.h47 #define READSIZE 8192 /* used when reading text chunks */ macro
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/parser/
H A DAvroLex.ll65 %x READSIZE
125 <READSIZE>{integer} yy_pop_state(); return AVRO_LEX_SIZE;
154 <INOBJECT>\"size\"{delim} yy_push_state(READSIZE);

1234