Home
last modified time | relevance | path

Searched refs:lol (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/post-process/
H A Dpost-process.c115 for (lol=d2->lol; lol != NULL; lol = lol->next) in contained_in()
117 for (lol=d1->lol; lol != NULL; lol = lol->next) in contained_in()
126 for (lol = d->lol; lol != NULL; lol = lol->next) in link_in_domain()
155 for (lol=d2->lol; lol != NULL; lol = lol->next) in check_domain_nesting()
158 for (lol=d1->lol; lol != NULL; lol = lol->next) in check_domain_nesting()
239 for (lol = pp_data->word_links[w]; lol != NULL; lol = lol->next) in connectivity_dfs()
418 for (lol = pp_data->word_links[w]; lol != NULL; lol = lol->next) in reachable_without_dfs()
445 for (lol = pp_data->word_links[w]; lol != NULL; lol = lol->next) in apply_must_form_a_cycle()
488 for (lol = pp_data->domain_array[d].lol; lol != NULL; lol = lol->next) in apply_bounded()
594 for (lol = pp_data->word_links[w]; lol != NULL; lol = lol->next) in depth_first_search()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/tests/
H A Dtest-list.c24 struct pouet_lol *lol; in thread() local
30 struct pouet_lol *lol; in thread() local
34 lol = malloc(sizeof(*lol)); in thread()
35 MT_LIST_INIT(&lol->list_elt); in thread()
36 MT_LIST_ADD(&pouet_list, &lol->list_elt); in thread()
39 lol = malloc(sizeof(*lol)); in thread()
40 MT_LIST_INIT(&lol->list_elt); in thread()
41 MT_LIST_ADDQ(&pouet_list, &lol->list_elt); in thread()
46 if (lol) in thread()
47 free(lol); in thread()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/tests/
H A Dtest-list.c24 struct pouet_lol *lol; in thread() local
30 struct pouet_lol *lol; in thread() local
34 lol = malloc(sizeof(*lol)); in thread()
35 MT_LIST_INIT(&lol->list_elt); in thread()
36 MT_LIST_TRY_ADD(&pouet_list, &lol->list_elt); in thread()
39 lol = malloc(sizeof(*lol)); in thread()
40 MT_LIST_INIT(&lol->list_elt); in thread()
41 MT_LIST_TRY_ADDQ(&pouet_list, &lol->list_elt); in thread()
46 if (lol) in thread()
47 free(lol); in thread()
[all …]
/dports/net/haproxy/haproxy-2.4.10/tests/unit/
H A Dtest-list.c24 struct pouet_lol *lol; in thread() local
30 struct pouet_lol *lol; in thread() local
34 lol = malloc(sizeof(*lol)); in thread()
35 MT_LIST_INIT(&lol->list_elt); in thread()
36 MT_LIST_TRY_INSERT(&pouet_list, &lol->list_elt); in thread()
39 lol = malloc(sizeof(*lol)); in thread()
40 MT_LIST_INIT(&lol->list_elt); in thread()
41 MT_LIST_TRY_APPEND(&pouet_list, &lol->list_elt); in thread()
46 if (lol) in thread()
47 free(lol); in thread()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/tests/
H A Dtest-list.c24 struct pouet_lol *lol; in thread() local
30 struct pouet_lol *lol; in thread() local
34 lol = malloc(sizeof(*lol)); in thread()
35 MT_LIST_INIT(&lol->list_elt); in thread()
36 MT_LIST_ADD(&pouet_list, &lol->list_elt); in thread()
39 lol = malloc(sizeof(*lol)); in thread()
40 MT_LIST_INIT(&lol->list_elt); in thread()
41 MT_LIST_ADDQ(&pouet_list, &lol->list_elt); in thread()
46 if (lol) in thread()
47 free(lol); in thread()
[all …]
/dports/net/nuster/nuster-5.0.4.21/tests/
H A Dtest-list.c24 struct pouet_lol *lol; in thread() local
30 struct pouet_lol *lol; in thread() local
34 lol = malloc(sizeof(*lol)); in thread()
35 MT_LIST_INIT(&lol->list_elt); in thread()
36 MT_LIST_ADD(&pouet_list, &lol->list_elt); in thread()
39 lol = malloc(sizeof(*lol)); in thread()
40 MT_LIST_INIT(&lol->list_elt); in thread()
41 MT_LIST_ADDQ(&pouet_list, &lol->list_elt); in thread()
46 if (lol) in thread()
47 free(lol); in thread()
[all …]
/dports/devel/jam/jam-2.6/
H A Dlists.c229 lol_init( LOL *lol ) in lol_init() argument
231 lol->count = 0; in lol_init()
240 LOL *lol, in lol_add() argument
243 if( lol->count < LOL_MAX ) in lol_add()
244 lol->list[ lol->count++ ] = l; in lol_add()
252 lol_free( LOL *lol ) in lol_free() argument
257 list_free( lol->list[i] ); in lol_free()
259 lol->count = 0; in lol_free()
268 LOL *lol, in lol_get() argument
271 return i < lol->count ? lol->list[i] : 0; in lol_get()
[all …]
H A Dheaders.c57 LOL lol; in headers() local
69 lol_init( &lol ); in headers()
71 lol_add( &lol, list_new( L0, t->name, 1 ) ); in headers()
72 lol_add( &lol, headers1( t->boundname, hdrscan ) ); in headers()
74 if( lol_get( &lol, 1 ) ) in headers()
75 list_free( evaluate_rule( 0, hdrrule->string, &lol, L0 ) ); in headers()
79 lol_free( &lol ); in headers()
/dports/devel/ftjam/ftjam-2.5.2/
H A Dlists.c229 lol_init( LOL *lol ) in lol_init() argument
231 lol->count = 0; in lol_init()
240 LOL *lol, in lol_add() argument
243 if( lol->count < LOL_MAX ) in lol_add()
244 lol->list[ lol->count++ ] = l; in lol_add()
252 lol_free( LOL *lol ) in lol_free() argument
257 list_free( lol->list[i] ); in lol_free()
259 lol->count = 0; in lol_free()
268 LOL *lol, in lol_get() argument
271 return i < lol->count ? lol->list[i] : 0; in lol_get()
[all …]
H A Dheaders.c56 LOL lol; in headers() local
68 lol_init( &lol ); in headers()
70 lol_add( &lol, list_new( L0, t->name, 1 ) ); in headers()
71 lol_add( &lol, headers1( t->boundname, hdrscan ) ); in headers()
73 if( lol_get( &lol, 1 ) ) in headers()
74 list_free( evaluate_rule( hdrrule->string, &lol, L0 ) ); in headers()
78 lol_free( &lol ); in headers()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/depslib/src/
H A Dlists.c257 lol_init( LOL *lol ) in lol_init() argument
259 lol->count = 0; in lol_init()
268 LOL *lol, in lol_add() argument
271 if( lol->count < LOL_MAX ) in lol_add()
272 lol->list[ lol->count++ ] = l; in lol_add()
280 lol_free( LOL *lol ) in lol_free() argument
285 list_free( lol->list[i] ); in lol_free()
287 lol->count = 0; in lol_free()
296 LOL *lol, in lol_get() argument
299 return i < lol->count ? lol->list[i] : 0; in lol_get()
[all …]
/dports/graphics/heimer/Heimer-3.0.0/src/unit_tests/layout_optimizer_test/
H A Dlayout_optimizer_test.cpp36 LayoutOptimizer lol { data, grid }; in testNoNodes_ShouldNotInitialize() local
47 LayoutOptimizer lol { data, grid }; in testSingleNode_ShouldNotDoAnything() local
49 if (lol.initialize(1.0, 50)) { in testSingleNode_ShouldNotDoAnything()
50 optimizationInfo = lol.optimize(); in testSingleNode_ShouldNotDoAnything()
51 lol.extract(); in testSingleNode_ShouldNotDoAnything()
76 LayoutOptimizer lol { data, grid }; in testMultipleNodes_NoEdges_ShouldSpread() local
77 if (lol.initialize(1.0, 50)) { in testMultipleNodes_NoEdges_ShouldSpread()
85 lol.extract(); in testMultipleNodes_NoEdges_ShouldSpread()
117 LayoutOptimizer lol { data, grid }; in testMultipleNodes_ShouldReduceCost() local
118 if (lol.initialize(1.0, 50)) { in testMultipleNodes_ShouldReduceCost()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/src/test/
H A Dload.cpp43 Setting<int> lol("/lol", 1); variable
45 REQUIRE(lol == 1);
49 REQUIRE(lol == 10);
58 Setting<int> lol("/lol", 1); variable
60 REQUIRE(lol == 1);
64 REQUIRE(lol == 10);
79 Setting<int> lol("/lol", 1); variable
81 REQUIRE(lol == 1);
85 REQUIRE(lol == 10);
/dports/devel/p5-Array-Group/Array-Group-4.2/lib/Array/
H A DGroup.pm36 my @lol;
38 push @lol, [splice @list, 0, $size] while @list;
40 return wantarray ? @lol : \@lol;
46 my @lol;
50 $lol[$i]->[$j] = $_;
54 return wantarray ? @lol : \@lol;
/dports/devel/py-munch/munch-2.5.0/tests/
H A Dtest_munch.py16 b.foo = Munch(lol=True)
17 assert b.foo.lol is True
58 assert b.lol is b['lol']
84 b = Munch(lol=42)
85 del b.lol
240 assert b.lol is b['lol']
262 b = DefaultMunch(lol=42)
263 del b.lol
265 assert b.lol is None
354 del b.lol
[all …]
/dports/devel/pecl-msgpack/msgpack-2.1.2/tests/
H A D008.phpt22 test('array("kek" => "lol", "lol" => "kek")', array("kek" => "lol", "lol" => "kek"));
46 array("kek" => "lol", "lol" => "kek")
50 string(3) "lol"
51 ["lol"]=>
/dports/editors/ted/Ted-2.23/docBase/
H A DdocListOverrideLevel.c16 void docInitListOverrideLevel( ListOverrideLevel * lol ) in docInitListOverrideLevel() argument
18 lol->lolOverrideStartAt= 0; in docInitListOverrideLevel()
19 lol->lolOverrideFormat= 0; in docInitListOverrideLevel()
21 docInitDocumentListLevel( &(lol->lolListLevel) ); in docInitListOverrideLevel()
26 void docCleanListOverrideLevel( ListOverrideLevel * lol ) in docCleanListOverrideLevel() argument
28 docCleanDocumentListLevel( &(lol->lolListLevel) ); in docCleanListOverrideLevel()
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfListOverrideTable.c24 ListOverrideLevel * lol= &(rrc->rrcListOverrideLevel); in docRtfRememberListOverrideLevelProperty() local
29 lol->lolOverrideStartAt= arg != 0; in docRtfRememberListOverrideLevelProperty()
33 lol->lolOverrideFormat= arg != 0; in docRtfRememberListOverrideLevelProperty()
203 const ListOverrideLevel * lol; in docRtfWriteListOverrideLevels() local
208 lol= lo->loLevels; in docRtfWriteListOverrideLevels()
209 for ( lev= 0; lev < lo->loLevelCount; lol++, lev++ ) in docRtfWriteListOverrideLevels()
213 if ( lol->lolOverrideStartAt && ! lol->lolOverrideFormat ) in docRtfWriteListOverrideLevels()
216 lol->lolListLevel.llStartAt ); in docRtfWriteListOverrideLevels()
219 if ( lol->lolOverrideFormat ) in docRtfWriteListOverrideLevels()
223 docRtfWriteListLevel( rwc, &(lol->lolListLevel) ); in docRtfWriteListOverrideLevels()
/dports/lang/nwcc/nwcc_0.8.3/tests/
H A Drofl.c3 int lol = 128; in main() local
9 c = lol / x; in main()
10 printf("%d %d %d\n", lol, x, c); in main()
11 printf("%d\n", lol/x); in main()
13 printf("%d\n", lol^x); in main()
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/1/
H A Dimmutable.sld56 (let lp ((lol (reverse o)) (res '()))
57 (if (pair? lol)
58 (lp (cdr lol) (append2 (car lol) res))
60 (define (map proc ls . lol)
65 (define (mapn proc lol res)
66 (if (every pair? lol)
68 (map1 cdr lol '())
69 (cons (apply proc (map1 car lol '())) res))
71 (if (null? lol)
73 (mapn proc (cons ls lol) '()))))
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dunspecified-self-in-trait-ref.rs10 let a = Foo::lol(); in main()
12 let b = Foo::<_>::lol(); in main()
14 let c = Bar::lol(); in main()
16 let d = Bar::<usize, _>::lol(); in main()
18 let e = Bar::<usize>::lol(); in main()
H A Dunspecified-self-in-trait-ref.stderr1 error[E0599]: no function or associated item named `lol` found for trait object `dyn Foo<_>` in the…
4 LL | let a = Foo::lol();
7 error[E0599]: no function or associated item named `lol` found for trait object `dyn Foo<_>` in the…
10 LL | let b = Foo::<_>::lol();
13 error[E0599]: no function or associated item named `lol` found for trait object `dyn Bar<_, _>` in …
16 LL | let c = Bar::lol();
19 error[E0599]: no function or associated item named `lol` found for trait object `dyn Bar<usize, _>`…
22 LL | let d = Bar::<usize, _>::lol();
33 LL | let e = Bar::<usize>::lol();
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D1.sld32 (define (any pred ls . lol)
37 (define (anyn pred lol)
38 (if (every pair? lol)
39 ((lambda (x) (if x x (anyn pred (map cdr lol))))
40 (apply pred (map car lol)))
42 (if (null? lol)
44 (anyn pred (cons ls lol))))
45 (define (every pred ls . lol)
50 (if (null? lol)
52 (not (apply any (lambda xs (not (apply pred xs))) ls lol))))
/dports/converters/pecl-igbinary/igbinary-3.2.6/tests/
H A Digbinary_008.phpt29 test('array("kek" => "lol", "lol" => "kek")', array("kek" => "lol", "lol" => "kek"));
40 array("kek" => "lol", "lol" => "kek")
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Dlists.cpp386 void lol_init( LOL * lol ) in lol_init() argument
388 lol->count = 0; in lol_init()
396 void lol_add( LOL * lol, LIST * l ) in lol_add() argument
398 if ( lol->count < LOL_MAX ) in lol_add()
399 lol->list[ lol->count++ ] = l; in lol_add()
407 void lol_free( LOL * lol ) in lol_free() argument
411 list_free( lol->list[ i ] ); in lol_free()
412 lol->count = 0; in lol_free()
420 LIST * lol_get( LOL * lol, int i ) in lol_get() argument
422 return i < lol->count ? lol->list[ i ] : L0; in lol_get()
[all …]

12345678910>>...86