Home
last modified time | relevance | path

Searched refs:expand (Results 76 – 100 of 28016) sorted by relevance

12345678910>>...1121

/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dpixelformat.h38 static inline uint expand(uint value) {
45 static inline uint expand(uint value) {
60 static inline uint expand(uint value) {
71 static inline uint expand(uint value) {
81 static inline uint expand(uint value) {
90 static inline uint expand(uint value) {
99 static inline uint expand(uint value) {
108 static inline uint expand(uint value) {
117 static inline uint expand(uint value) {
186 r = expand(rBits(), color >> rShift);
[all …]
/dports/net-p2p/shx/shx-0.2.4/src/hope/
H A Dsha.c102 #define expand(W,i) ( W[ i & 15 ] = \ macro
176 subRound( E, A, B, C, D, f1, K1, expand( data, 16 ) ); in sha_transform()
177 subRound( D, E, A, B, C, f1, K1, expand( data, 17 ) ); in sha_transform()
178 subRound( C, D, E, A, B, f1, K1, expand( data, 18 ) ); in sha_transform()
179 subRound( B, C, D, E, A, f1, K1, expand( data, 19 ) ); in sha_transform()
181 subRound( A, B, C, D, E, f2, K2, expand( data, 20 ) ); in sha_transform()
182 subRound( E, A, B, C, D, f2, K2, expand( data, 21 ) ); in sha_transform()
183 subRound( D, E, A, B, C, f2, K2, expand( data, 22 ) ); in sha_transform()
184 subRound( C, D, E, A, B, f2, K2, expand( data, 23 ) ); in sha_transform()
185 subRound( B, C, D, E, A, f2, K2, expand( data, 24 ) ); in sha_transform()
[all …]
/dports/net-p2p/torrentcheck/torrentcheck-1.00_1/
H A Dsha1.c224 subRound( E, A, B, C, D, f1, K1, expand( eData, 16 ) );
225 subRound( D, E, A, B, C, f1, K1, expand( eData, 17 ) );
226 subRound( C, D, E, A, B, f1, K1, expand( eData, 18 ) );
227 subRound( B, C, D, E, A, f1, K1, expand( eData, 19 ) );
229 subRound( A, B, C, D, E, f2, K2, expand( eData, 20 ) );
230 subRound( E, A, B, C, D, f2, K2, expand( eData, 21 ) );
231 subRound( D, E, A, B, C, f2, K2, expand( eData, 22 ) );
232 subRound( C, D, E, A, B, f2, K2, expand( eData, 23 ) );
233 subRound( B, C, D, E, A, f2, K2, expand( eData, 24 ) );
234 subRound( A, B, C, D, E, f2, K2, expand( eData, 25 ) );
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dpixelformat.h38 static inline uint expand(uint value) {
45 static inline uint expand(uint value) {
60 static inline uint expand(uint value) {
71 static inline uint expand(uint value) {
81 static inline uint expand(uint value) {
90 static inline uint expand(uint value) {
99 static inline uint expand(uint value) {
108 static inline uint expand(uint value) {
117 static inline uint expand(uint value) {
200 r = expand(rBits(), color >> rShift);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/
H A Dexpand-to-derive.stdout9 span: $DIR/expand-to-derive.rs:16:9: 16:15 (#4),
13 span: $DIR/expand-to-derive.rs:16:16: 16:19 (#4),
20 span: $DIR/expand-to-derive.rs:18:13: 18:18 (#4),
25 span: $DIR/expand-to-derive.rs:18:18: 18:19 (#4),
32 span: $DIR/expand-to-derive.rs:18:21: 18:25 (#4),
37 span: $DIR/expand-to-derive.rs:18:25: 18:26 (#4),
45 span: $DIR/expand-to-derive.rs:27:5: 27:6 (#0),
55 span: $DIR/expand-to-derive.rs:27:5: 27:6 (#0),
96 span: $DIR/expand-to-derive.rs:18:27: 21:14 (#4),
99 span: $DIR/expand-to-derive.rs:18:20: 21:15 (#4),
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dmesh.c440 expand[i][k] = expand[i][k-2]; in SubdivideMesh()
493 expand[k][i] = expand[k-2][i]; in SubdivideMesh()
584 expand [ i ][ k ] = expand[ i ][ k - 2 ]; in SubdivideMesh2()
608 expand[ k ][ i ] = expand[ k - 2 ][ i ]; in SubdivideMesh2()
674 ProjectPointOntoVector(expand[i][j].xyz, expand[i][j-1].xyz, expand[i][j+1].xyz, proj); in RemoveLinearMeshColumnsRows()
686 expand[i][k] = expand[i][k+1]; in RemoveLinearMeshColumnsRows()
695 ProjectPointOntoVector(expand[j][i].xyz, expand[j-1][i].xyz, expand[j+1][i].xyz, proj); in RemoveLinearMeshColumnsRows()
707 expand[k][i] = expand[k+1][i]; in RemoveLinearMeshColumnsRows()
775 expand[i][k] = expand[i][k-subdivisions]; in SubdivideMeshQuads()
780 LerpDrawVertAmount(&expand[i][j], &expand[i][j+subdivisions+1], amount, &expand[i][j+k]); in SubdivideMeshQuads()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dmesh.c439 expand[i][k] = expand[i][k - 2]; in SubdivideMesh()
492 expand[k][i] = expand[k - 2][i]; in SubdivideMesh()
583 expand [ i ][ k ] = expand[ i ][ k - 2 ]; in SubdivideMesh2()
608 expand[ k ][ i ] = expand[ k - 2 ][ i ]; in SubdivideMesh2()
673 ProjectPointOntoVector( expand[i][j].xyz, expand[i][j - 1].xyz, expand[i][j + 1].xyz, proj ); in RemoveLinearMeshColumnsRows()
684 expand[i][k] = expand[i][k + 1]; in RemoveLinearMeshColumnsRows()
693 ProjectPointOntoVector( expand[j][i].xyz, expand[j - 1][i].xyz, expand[j + 1][i].xyz, proj ); in RemoveLinearMeshColumnsRows()
704 expand[k][i] = expand[k + 1][i]; in RemoveLinearMeshColumnsRows()
774 expand[i][k] = expand[i][k - subdivisions]; in SubdivideMeshQuads()
779 … LerpDrawVertAmount( &expand[i][j], &expand[i][j + subdivisions + 1], amount, &expand[i][j + k] ); in SubdivideMeshQuads()
[all …]
/dports/sysutils/heirloom/heirloom-070715/expand/
H A DMakefile.mk1 all: expand unexpand
3 expand: expand.o tablist.o
4 $(LD) $(LDFLAGS) expand.o tablist.o $(LCOMMON) $(LWCHAR) $(LIBS) -o expand
6 expand.o: expand.c
7 $(CC) $(CFLAGS) $(CPPFLAGS) $(XO6FL) $(IWCHAR) $(ICOMMON) $(LARGEF) -c expand.c
19 $(UCBINST) -c expand $(ROOT)$(DEFBIN)/expand
20 $(STRIP) $(ROOT)$(DEFBIN)/expand
23 $(MANINST) -c -m 644 expand.1 $(ROOT)$(MANDIR)/man1/expand.1
27 rm -f expand expand.o unexpand unexpand.o tablist.o core log *~
29 expand.c: tablist.h
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bnlib/test/
H A Dsha.c161 subRound( E, A, B, C, D, f1, K1, expand(sha->data, 16) ); in shaTransform()
162 subRound( D, E, A, B, C, f1, K1, expand(sha->data, 17) ); in shaTransform()
163 subRound( C, D, E, A, B, f1, K1, expand(sha->data, 18) ); in shaTransform()
164 subRound( B, C, D, E, A, f1, K1, expand(sha->data, 19) ); in shaTransform()
166 subRound( A, B, C, D, E, f2, K2, expand(sha->data, 20) ); in shaTransform()
167 subRound( E, A, B, C, D, f2, K2, expand(sha->data, 21) ); in shaTransform()
168 subRound( D, E, A, B, C, f2, K2, expand(sha->data, 22) ); in shaTransform()
169 subRound( C, D, E, A, B, f2, K2, expand(sha->data, 23) ); in shaTransform()
170 subRound( B, C, D, E, A, f2, K2, expand(sha->data, 24) ); in shaTransform()
171 subRound( A, B, C, D, E, f2, K2, expand(sha->data, 25) ); in shaTransform()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/about/changes/
H A Dchanges-16.en.ptm1 <expand|section|More context dependent interface (1.0.7.8)>
3 The interface of the new version of <expand|TeXmacs> is
5 have been reorganized. Several items from the <expand|menu|Insert> menu
6 have been moved to the <expand|menu|Format> menu, whereas the
7 context dependent menus <expand|menu|Text>, <expand|menu|Mathematics>,
8 <expand|menu|Table>, <expand|menu|Session>, <expand|abbr|etc.>
10 the <expand|menu|Insert> menu.
12 On the other hand, a new top-level <expand|menu|Focus> menu
14 determined as a function of the <expand|em|current focus>.
15 Similarly, a third <expand|em|focus toolbar> has been introduced.
[all …]
/dports/net/gnet2/gnet-2.0.8/src/
H A Dsha.c238 subRound( E, A, B, C, D, f1, K1, expand( eData, 16 ) ); in SHATransform()
239 subRound( D, E, A, B, C, f1, K1, expand( eData, 17 ) ); in SHATransform()
240 subRound( C, D, E, A, B, f1, K1, expand( eData, 18 ) ); in SHATransform()
241 subRound( B, C, D, E, A, f1, K1, expand( eData, 19 ) ); in SHATransform()
243 subRound( A, B, C, D, E, f2, K2, expand( eData, 20 ) ); in SHATransform()
244 subRound( E, A, B, C, D, f2, K2, expand( eData, 21 ) ); in SHATransform()
245 subRound( D, E, A, B, C, f2, K2, expand( eData, 22 ) ); in SHATransform()
246 subRound( C, D, E, A, B, f2, K2, expand( eData, 23 ) ); in SHATransform()
247 subRound( B, C, D, E, A, f2, K2, expand( eData, 24 ) ); in SHATransform()
248 subRound( A, B, C, D, E, f2, K2, expand( eData, 25 ) ); in SHATransform()
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dmodule_utils_test.py34 expand = file_utils.expand_path variable
47 mod = module_utils.infer_module(expand("foo/bar.py"), [expand("foo")])
48 self.assert_module_equal(mod, expand("foo"), "bar.py", "bar")
51 mod = module_utils.infer_module(expand("foo/bar/baz.py"), [expand("foo")])
52 self.assert_module_equal(mod, expand("foo"), "bar/baz.py", "bar.baz")
55 pythonpath = [expand("foo"), expand("bar/baz"), expand("bar")]
57 self.assert_module_equal(mod, expand("bar/baz"), "qux.py", "qux")
58 mod = module_utils.infer_module(expand("bar/qux.py"), pythonpath)
59 self.assert_module_equal(mod, expand("bar"), "qux.py", "qux")
62 mod = module_utils.infer_module(expand("bar/baz.py"), ["foo"])
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/kernel/
H A Dexpansion_test.exs175 expand(code)
562 expand(code)
699 expand(
1115 expand(code)
1226 expand(code)
1379 expand(code)
2726 expand(code)
2739 expand(code)
2768 expand(code)
2781 expand(code)
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ra/installer/
H A Dcounterstrike.yaml7 ^Content/ra/v2/expand/2nd_hand.aud:
10 ^Content/ra/v2/expand/araziod.aud:
13 ^Content/ra/v2/expand/backstab.aud:
16 ^Content/ra/v2/expand/chaos2.aud:
19 ^Content/ra/v2/expand/shut_it.aud:
22 ^Content/ra/v2/expand/twinmix1.aud:
25 ^Content/ra/v2/expand/under3.aud:
28 ^Content/ra/v2/expand/vr2.aud:
46 ^Content/ra/v2/expand/chaos2.aud:
55 ^Content/ra/v2/expand/under3.aud:
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/kernel/
H A Dexpansion_test.exs167 expand(code)
545 expand(code)
691 expand(
971 expand(code)
1088 expand(code)
1241 expand(code)
2587 expand(code)
2600 expand(code)
2629 expand(code)
2642 expand(code)
[all …]
/dports/textproc/p5-Text-Hatena/Text-Hatena-0.20/lib/Text/
H A DHatena.pm82 sub expand { subroutine
89 my $c = $class->expand($item);
103 return $class->expand($items);
144 my $body = $class->expand($items->[3]);
163 return $class->expand($items->[0]);
176 my $dt = $class->expand($items->[1]);
177 my $dd = $class->expand($items->[3]);
184 my $dt = $class->expand($items->[1]);
203 my $li = $class->expand($items->[2]);
234 my $trs = $class->expand($items->[0]);
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/expand/
H A Dinterface.hpp54 struct expand struct
61 dispatch::expand<Box, Geometry>::apply(box, geometry, strategy); in apply()
66 struct expand<Strategy, false> struct
73 using strategies::expand::services::strategy_converter; in apply()
74 dispatch::expand in apply()
82 struct expand<default_strategy, false> struct
89 typedef typename strategies::expand::services::default_strategy in apply()
105 struct expand struct
121 struct expand<Geometry, dynamic_geometry_tag> struct
155 resolve_dynamic::expand<Geometry>::apply(box, geometry, strategy); in expand()
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/ui/
H A Dlayout.py17 expand=False, argument
29 expand=expand,
39 def expand(self): member in Column
40 return self.spacer(0, expand=True)
51 def spacer(self, size, expand=False): argument
52 self.add_spacer(1, size, expand=expand)
68 expand=False, argument
80 expand=expand,
95 def expand(self): member in Row
102 def spacer(self, size, expand=False): argument
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_expand_func.vim1 " Tests for expand()
5 let s:sfile = expand('<sfile>')
6 let s:slnum = str2nr(expand('<slnum>'))
7 let s:sflnum = str2nr(expand('<sflnum>'))
10 return expand('<sfile>')
14 return str2nr(expand('<slnum>'))
18 return str2nr(expand('<sflnum>'))
29 \ str2nr(expand('<sflnum>')))
35 command Flnum echo expand('<sflnum>')
69 \ str2nr(expand('<slnum>')))
[all …]
/dports/deskutils/egroupware/egroupware/api/src/Etemplate/Widget/
H A DPassword.php45 * @param array $expand values for keys 'c', 'row', 'c_', 'row_', 'cont'
47 public function beforeSendToClient($cname, array $expand=null) argument
49 $form_name = self::form_name($cname, $this->id, $expand);
51 …f::expand_name($this->attrs['plaintext'],$expand['c'], $expand['row'], $expand['c_'], $expand['row…
74 * @param array $expand values for keys 'c', 'row', 'c_', 'row_', 'cont'
77 * @param array $expand=array values for keys 'c', 'row', 'c_', 'row_', 'cont'
79 public function validate($cname, array $expand, array $content, &$validated=array()) argument
81 $form_name = self::form_name($cname, $this->id, $expand);
82 …f::expand_name($this->attrs['plaintext'],$expand['c'], $expand['row'], $expand['c_'], $expand['row…
/dports/editors/neovim/neovim-0.6.1/runtime/plugin/
H A DtarPlugin.vim25 au BufReadCmd tarfile::* call tar#Read(expand("<amatch>"), 1)
27 au BufWriteCmd tarfile::* call tar#Write(expand("<amatch>"))
28 au FileWriteCmd tarfile::* call tar#Write(expand("<amatch>"))
37 au BufReadCmd *.tar.gz call tar#Browse(expand("<amatch>"))
38 au BufReadCmd *.tar call tar#Browse(expand("<amatch>"))
39 au BufReadCmd *.lrp call tar#Browse(expand("<amatch>"))
41 au BufReadCmd *.tar.Z call tar#Browse(expand("<amatch>"))
42 au BufReadCmd *.tbz call tar#Browse(expand("<amatch>"))
43 au BufReadCmd *.tgz call tar#Browse(expand("<amatch>"))
46 au BufReadCmd *.txz call tar#Browse(expand("<amatch>"))
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/plugin/
H A DtarPlugin.vim25 au BufReadCmd tarfile::* call tar#Read(expand("<amatch>"), 1)
27 au BufWriteCmd tarfile::* call tar#Write(expand("<amatch>"))
28 au FileWriteCmd tarfile::* call tar#Write(expand("<amatch>"))
37 au BufReadCmd *.tar.gz call tar#Browse(expand("<amatch>"))
38 au BufReadCmd *.tar call tar#Browse(expand("<amatch>"))
39 au BufReadCmd *.lrp call tar#Browse(expand("<amatch>"))
41 au BufReadCmd *.tar.Z call tar#Browse(expand("<amatch>"))
42 au BufReadCmd *.tbz call tar#Browse(expand("<amatch>"))
43 au BufReadCmd *.tgz call tar#Browse(expand("<amatch>"))
46 au BufReadCmd *.txz call tar#Browse(expand("<amatch>"))
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/expand/
H A Dinterface.hpp54 struct expand struct
61 dispatch::expand<Box, Geometry>::apply(box, geometry, strategy); in apply()
66 struct expand<Strategy, false> struct
73 using strategies::expand::services::strategy_converter; in apply()
74 dispatch::expand in apply()
82 struct expand<default_strategy, false> struct
89 typedef typename strategies::expand::services::default_strategy in apply()
105 struct expand struct
121 struct expand<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
199 resolve_variant::expand<Geometry>::apply(box, geometry, strategy); in expand()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/expand/
H A Dinterface.hpp54 struct expand in apply()
61 dispatch::expand<Box, Geometry>::apply(box, geometry, strategy); in apply()
66 struct expand<Strategy, false>
73 using strategies::expand::services::strategy_converter;
74 dispatch::expand
82 struct expand<default_strategy, false>
89 typedef typename strategies::expand::services::default_strategy
105 struct expand in apply()
121 struct expand<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > in apply()
199 resolve_variant::expand<Geometry>::apply(box, geometry, strategy);
[all …]
/dports/deskutils/egroupware/egroupware/doc/ldap/
H A Dacl_egw_addressbook.conf12 by dn.exact,expand="cn=egwadmin,ou=$2,dc=localdomain" write
20 by dn.exact,expand="cn=egwadmin,ou=$1,dc=localdomain" write
28 by dn.children,expand="ou=accounts,ou=$1,dc=localdomain" read
36 by dn.exact,expand="cn=egwadmin,ou=$1,dc=localdomain" write
50 by dn.exact,expand="cn=egwadmin,ou=$1,dc=localdomain" write
57 by dn.exact,expand="cn=egwadmin,ou=$2,dc=localdomain" write
70 by dn.exact,expand="cn=egwadmin,ou=$1,dc=localdomain" write
78 by dn.exact,expand="cn=egwadmin,ou=$2,dc=localdomain" write
84 by dn.exact,expand="cn=egwadmin,ou=$2,dc=localdomain" write
96 by dn.exact,expand="cn=egwadmin,ou=$1,dc=localdomain" write
[all …]

12345678910>>...1121