Home
last modified time | relevance | path

Searched refs:_sl (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/games/openttd/openttd-12.1/src/saveload/
H A Dsaveload.cpp730 …if ((_sl.block_mode == CH_TABLE || _sl.block_mode == CH_SPARSE_TABLE) && _sl.expect_table_header) { in SlSetLength()
746 assert(_sl.last_array_index <= _sl.array_index); in SlSetLength()
747 while (++_sl.last_array_index <= _sl.array_index) { in SlSetLength()
2108 offs = _sl.dumper->GetSize() + _sl.obj_len; in SlAutolength()
2147 _sl.expect_table_header = (_sl.block_mode == CH_TABLE || _sl.block_mode == CH_SPARSE_TABLE); in SlLoadChunk()
2197 _sl.expect_table_header = (_sl.block_mode == CH_TABLE || _sl.block_mode == CH_SPARSE_TABLE); in SlLoadCheckChunk()
2245 _sl.expect_table_header = (_sl.block_mode == CH_TABLE || _sl.block_mode == CH_SPARSE_TABLE); in SlSaveChunk()
2982 _sl.sf = fmt->init_write(_sl.sf, compression); in SaveFileToDisk()
2983 _sl.dumper->Flush(_sl.sf); in SaveFileToDisk()
3142 _sl.lf = fmt->init_load(_sl.lf); in DoLoad()
[all …]
/dports/textproc/google-translate-cli/translate-shell-0.9.6.12/include/Translators/
H A DBingTranslator.awk128 _sl = sl; _tl = tl
129 if (_sl == "bs") _sl = "bs-Latn" # 'bs' is not recognized as valid code
130 if (_sl == "zh") _sl = "zh-CHS" # still old format
131 if (_sl == "zh-CN") _sl = "zh-CHS"
132 if (_sl == "zh-TW") _sl = "zh-CHT"
198 _sl = getCode(sl); if (!_sl) _sl = sl
206 if (_sl == "auto") _sl = "auto-detect"
207 if (_sl == "bs") _sl = "bs-Latn" # 'bs' is not recognized as valid code
208 if (_sl == "no") _sl = "nb" # Bing uses Norwegian Bokmål
210 if (_sl == "zh-CN") _sl = "zh-Hans"
[all …]
H A DApertium.awk34 _sl, _tl, _hl, il,
46 _sl = getCode(sl); if (!_sl) _sl = sl
51 _sl = "auto" == _sl ? "en" : _sl
53 content = getResponse(text, _sl, _tl, _hl)
70 returnIl[0] = il = _sl
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Dstrings_utf8-t.cc213 auto pat = "?x"_sl; in TEST_F()
220 auto pat = "x?"_sl; in TEST_F()
249 auto pat = "*x"_sl; in TEST_F()
256 auto pat = "x*"_sl; in TEST_F()
292 pat = "*a"_sl; in TEST_F()
302 input = "zz"_sl; in TEST_F()
312 pat = "a*"_sl; in TEST_F()
332 test_cmp_vs_compare(1, 1, 0, "my\\_1"_sl, "my\\_1"_sl, '_', '%'); in TEST_F()
336 test_cmp_vs_compare(0, 0, 1, "my_1"_sl, "my\\_1"_sl, '_', '%'); in TEST_F()
357 pat = "xa%"_sl; in TEST_F()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dtlsf.cc213 static __inline__ void MAPPING_INSERT(size_t _r, int *_fl, int *_sl);
278 *_sl = *_r / (SMALL_BLOCK / MAX_SLI); in MAPPING_SEARCH()
283 *_sl = (*_r >> (*_fl - MAX_LOG2_SLI)) - MAX_SLI; in MAPPING_SEARCH()
292 static __inline__ void MAPPING_INSERT(size_t _r, int *_fl, int *_sl) in MAPPING_INSERT() argument
296 *_sl = _r / (SMALL_BLOCK / MAX_SLI); in MAPPING_INSERT()
299 *_sl = (_r >> (*_fl - MAX_LOG2_SLI)) - MAX_SLI; in MAPPING_INSERT()
307 u32_t _tmp = _tlsf->sl_bitmap[*_fl] & (~0 << *_sl); in FIND_SUITABLE_BLOCK()
311 *_sl = ls_bit(_tmp); in FIND_SUITABLE_BLOCK()
312 _b = _tlsf->matrix[*_fl][*_sl]; in FIND_SUITABLE_BLOCK()
316 *_sl = ls_bit(_tlsf->sl_bitmap[*_fl]); in FIND_SUITABLE_BLOCK()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dcollisionengine.h76 ItemMap _sl; variable
80 if (i!=_sl.end()) { in erase()
81 _sl.erase(i); in erase()
113 typename ItemMap::iterator i=_sl.find(c); in add()
115 if (i!=_sl.end()) { in add()
119 _sl[c]=d; in add()
122 if (i==_sl.end()) { in add()
131 for (typename ItemMap::iterator i=_sl.begin();i!=_sl.end();i++) delete i->second; in ~CollisionEngine()
132 _sl.clear(); in ~CollisionEngine()
160 for (typename ItemMap::iterator i=_sl.begin();i!=_sl.end();i++) in step()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c340 *_sl = *_r / (SMALL_BLOCK / MAX_SLI); in MAPPING_SEARCH()
358 *_sl = _r / (SMALL_BLOCK / MAX_SLI); in MAPPING_INSERT()
373 *_sl = ls_bit(_tmp); in FIND_SUITABLE_BLOCK()
374 _b = _tlsf->matrix[*_fl][*_sl]; in FIND_SUITABLE_BLOCK()
379 *_sl = ls_bit(_tlsf->sl_bitmap[*_fl]); in FIND_SUITABLE_BLOCK()
380 _b = _tlsf->matrix[*_fl][*_sl]; in FIND_SUITABLE_BLOCK()
389 if (_tlsf -> matrix[_fl][_sl]) \
406 if (_tlsf -> matrix [_fl][_sl] == _b) { \
408 if (!_tlsf -> matrix [_fl][_sl]) { \
421 if (_tlsf -> matrix [_fl][_sl]) \
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c340 *_sl = *_r / (SMALL_BLOCK / MAX_SLI);
358 *_sl = _r / (SMALL_BLOCK / MAX_SLI);
373 *_sl = ls_bit(_tmp);
374 _b = _tlsf->matrix[*_fl][*_sl];
379 *_sl = ls_bit(_tlsf->sl_bitmap[*_fl]);
380 _b = _tlsf->matrix[*_fl][*_sl];
389 if (_tlsf -> matrix[_fl][_sl]) \
406 if (_tlsf -> matrix [_fl][_sl] == _b) { \
408 if (!_tlsf -> matrix [_fl][_sl]) { \
421 if (_tlsf -> matrix [_fl][_sl]) \
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsactcg_stretch.c62 BYTE *_sl, *_dl; \ in stretch()
71 _sl = _dl; \ in stretch()
73 memcpy(_dl, _sl, dw * sizeof(type)); \ in stretch()
94 BYTE *_sl, *_dl; in stretch() local
105 _sl = _dl; in stretch()
107 memcpy(_dl, _sl, dw); in stretch()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsactcg_stretch.c62 BYTE *_sl, *_dl; \ in stretch()
71 _sl = _dl; \ in stretch()
73 memcpy(_dl, _sl, dw * sizeof(type)); \ in stretch()
94 BYTE *_sl, *_dl; in stretch() local
105 _sl = _dl; in stretch()
107 memcpy(_dl, _sl, dw); in stretch()
/dports/devel/umbrello/umbrello-21.12.3/unittests/
H A Dtestpackage.h16 SetLoading *_sl;
21 _sl = new SetLoading; in initTestCase()
26 delete _sl; in cleanupTestCase() local
H A Dtestassociation.h16 SetLoading *_sl;
21 _sl = new SetLoading; in initTestCase()
26 delete _sl; in cleanupTestCase() local
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/x86/
H A Dconvolution_pack8to1_int8.h74 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack8to1_int8_sse() local
76 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
77 __m128i _s1 = _mm_unpackhi_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
H A Dconvolution_pack1to4_int8.h73 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack1to4_int8_sse() local
75 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack1to4_int8_sse()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/x86/
H A Dconvolution_pack8to1_int8.h74 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack8to1_int8_sse() local
76 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
77 __m128i _s1 = _mm_unpackhi_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
H A Dconvolution_pack1to4_int8.h73 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack1to4_int8_sse() local
75 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack1to4_int8_sse()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/x86/
H A Dconvolution_pack8to1_int8.h74 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack8to1_int8_sse() local
76 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
77 __m128i _s1 = _mm_unpackhi_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
H A Dconvolution_pack1to4_int8.h73 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack1to4_int8_sse() local
75 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack1to4_int8_sse()
/dports/misc/ncnn/ncnn-20211208/src/layer/x86/
H A Dconvolution_pack8to1_int8.h74 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack8to1_int8_sse() local
76 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
77 __m128i _s1 = _mm_unpackhi_epi16(_sl, _sh); in convolution_pack8to1_int8_sse()
H A Dconvolution_pack1to4_int8.h73 __m128i _sl = _mm_mullo_epi16(_val, _w); in convolution_pack1to4_int8_sse() local
75 __m128i _s0 = _mm_unpacklo_epi16(_sl, _sh); in convolution_pack1to4_int8_sse()
/dports/lang/racket/racket-8.3/src/bc/src/lightning/i386/
H A Dasm-common.h88 typedef intptr_t _sl; typedef
96 #define _jit_SL(X) ((_sl )(X))
103 # define _PSL(X) ((_sl *)(X))
/dports/lang/smalltalk/smalltalk-3.2.5/lightning/
H A Dasm-common.h92 typedef long _sl; typedef
98 #define _jit_SL(X) ((_sl )(X))
103 # define _PSL(X) ((_sl *)(X))
/dports/lang/racket-minimal/racket-8.3/src/bc/src/lightning/i386/
H A Dasm-common.h88 typedef intptr_t _sl; typedef
96 #define _jit_SL(X) ((_sl )(X))
103 # define _PSL(X) ((_sl *)(X))
/dports/lang/racket/racket-8.3/src/bc/src/lightning/ppc/
H A Dasm-common.h88 typedef long _sl; typedef
94 #define _jit_SL(X) ((_sl )(X))
99 # define _PSL(X) ((_sl *)(X))
/dports/lang/racket-minimal/racket-8.3/src/bc/src/lightning/ppc/
H A Dasm-common.h88 typedef long _sl; typedef
94 #define _jit_SL(X) ((_sl )(X))
99 # define _PSL(X) ((_sl *)(X))

12345678910>>...13