Home
last modified time | relevance | path

Searched refs:cache_i (Results 1 – 14 of 14) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/audio/codec/
H A DADPCM.cpp65 cache_c(0), cache_i(0), cache_l(NULL), cursor(0) { in CodecADPCM()
107 cache_c = cache_i = (u8)(sizeof(s16) << shift); in setHeader()
154 cache_i = 0; in setPosition()
214 if(cache_i < cache_c) { in read()
215 ((s8 *)buffer)[read++] = ((s8 *)cache_l)[cache_i++]; in read()
251 cache_i = 0; in read()
H A DADPCM.h93 u8 cache_c, cache_i; variable
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/ctypesgen/
H A Dlibraryloader.py292 cache_i = cache.setdefault(file, set())
293 cache_i.add(path)
299 cache_i = cache.setdefault(library, set())
300 cache_i.add(path)
/dports/multimedia/xanim/xanim2920/
H A Dxa_utils.c441 register xaULONG cache_i; local
445 if (cmap_cache[cache_i] == 0xffff)
448 cmap_cache[cache_i] = (xaSHORT)color_out;
450 else color_out = (xaULONG)cmap_cache[cache_i];
922 register xaULONG cache_i; local
929 if (cmap_cache[cache_i] == 0xffff)
933 cmap_cache[cache_i] = (xaUSHORT)color_out;
935 else color_out = (xaULONG)cmap_cache[cache_i];
1023 register xaULONG cache_i; local
1033 if (cmap_cache[cache_i] == 0xffff)
[all …]
H A Dxa_color.c274 { register xaULONG cache_i; local
286 cmap_cache[cache_i] = (xaUSHORT)clr;
313 { register xaULONG cache_i; local
325 cmap_cache[cache_i] = (xaUSHORT)clr;
343 if (cmap_cache[cache_i] == 0xffff) \
347 cmap_cache[cache_i] = (xaUSHORT)clr; \
371 if ( (clr=cmap_cache[cache_i]) == 0xffff) \
1194 if (cmap_cache[cache_i] == 0xffff) \
1197 cmap_cache[cache_i] = (xaUSHORT)clr; \
1219 if (cmap_cache[cache_i] == 0xffff) \
[all …]
H A Dxa_qt_decs.c1868 if (cmap_cache[cache_i] == 0xffff)
1872 cmap_cache[cache_i] = (xaUSHORT)clr;
1975 if (cmap_cache[cache_i] == 0xffff)
1979 cmap_cache[cache_i] = (xaUSHORT)clr;
1997 if (cmap_cache[cache_i] == 0xffff)
2001 cmap_cache[cache_i] = (xaUSHORT)clr;
2018 { register xaULONG cache_i; local
2020 if (cmap_cache[cache_i] == 0xffff)
2024 cmap_cache[cache_i] = (xaUSHORT)clr;
2041 { register xaULONG cache_i; local
[all …]
H A Dxa_movi.c1712 { register xaULONG cache_i = color & 0x7fff; local
1714 if (cmap_cache[cache_i] == 0xffff)
1718 cmap_cache[cache_i] = (xaUSHORT)clr;
1720 else clr = (xaULONG)cmap_cache[cache_i];
H A Dxa_avi.c1548 { register xaULONG cache_i = color & 0x7fff; local
1555 if (cmap_cache[cache_i] == 0xffff)
1559 cmap_cache[cache_i] = (xaUSHORT)clr;
1561 else clr = (xaULONG)cmap_cache[cache_i];
2474 { register xaULONG cache_i = ((lum << 8) | chrom) & 0x3fff; local
2481 if (cmap_cache[cache_i] == 0xffff)
2485 cmap_cache[cache_i] = (xaUSHORT)clr;
2487 else clr = (xaULONG)cmap_cache[cache_i];
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Ddsstats.php506 $cache_i = 1;
654 if ($cache_i == 1) {
706 $cache_i = 1;
709 $cache_i++;
720 if ($cache_i > 1) {
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/
H A Dcmn_ix86.c785 unsigned char cache_i; in __FillCPUInfo() local
802 cache_i = (__erx[i] >> (j*8)) & 0xFF; in __FillCPUInfo()
803 switch(cache_i) in __FillCPUInfo()
811 switch(cache_i) in __FillCPUInfo()
819 switch(cache_i) in __FillCPUInfo()
830 switch(cache_i) in __FillCPUInfo()
854 switch(cache_i) in __FillCPUInfo()
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/demo/
H A Dpydemolib.py742 cache_i = cache.setdefault(file, set())
743 cache_i.add(path)
749 cache_i = cache.setdefault(library, set())
750 cache_i.add(path)
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/opengl/
H A Drender_3d_opengl.cpp1259 auto cache_i = m_3dModelMap.find( sM.m_Filename ); in renderFootprint() local
1261 if( cache_i == m_3dModelMap.end() ) in renderFootprint()
1264 if( const MODEL_3D* modelPtr = cache_i->second ) in renderFootprint()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp204 …Node* string_indexOf(Node* string_object, ciTypeArray* target_array, jint offset, jint cache_i, ji…
1423 jint cache_i, jint md2_i) { in string_indexOf() argument
1449 Node* cache = __ ConI(cache_i); in string_indexOf()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp204 …Node* string_indexOf(Node* string_object, ciTypeArray* target_array, jint offset, jint cache_i, ji…
1423 jint cache_i, jint md2_i) { in string_indexOf() argument
1449 Node* cache = __ ConI(cache_i); in string_indexOf()