Home
last modified time | relevance | path

Searched refs:last_defined (Results 1 – 12 of 12) sorted by relevance

/dports/math/p5-Math-Sequence/Math-Sequence-1.00/lib/Math/
H A DSequence.pm269 my $last_defined = $index;
270 while ( not defined $self->{cache}[$last_defined]
271 and $last_defined >= 0 )
273 $last_defined--;
275 die "Sanity check!" if $last_defined < 0;
277 $self->{current} = $last_defined;
278 $self->{current_value} = $self->{cache}[$last_defined];
279 $self->next() for 1 .. $index - $last_defined;
/dports/math/p5-Math-Series/Math-Series-1.01/lib/Math/
H A DSeries.pm332 my $last_defined = $index;
333 while ( not defined $self->{cache}[ $last_defined - $start_index ]
334 and $last_defined >= $start_index )
336 $last_defined--;
338 die "Sanity check!" if $last_defined < $start_index;
340 $self->{current} = $last_defined;
342 $self->{cache}[ $last_defined - $start_index ];
343 $self->next() for 1 .. $index - $last_defined;
/dports/math/gap/gap-4.11.0/pkg/digraphs-1.1.1/src/
H A Dhomos.c828 uint16_t const last_defined, in graph_embed_update_conditions() argument
971 uint16_t last_defined = UNDEFINED; in init_partial_map_and_find_graph_homos() local
1053 last_defined = next; in init_partial_map_and_find_graph_homos()
1060 last_defined, in init_partial_map_and_find_graph_homos()
1069 last_defined, in init_partial_map_and_find_graph_homos()
1076 last_defined, in init_partial_map_and_find_graph_homos()
1498 uint16_t last_defined = UNDEFINED; in init_partial_map_and_find_digraph_homos() local
1550 last_defined = next; in init_partial_map_and_find_digraph_homos()
1557 last_defined, in init_partial_map_and_find_digraph_homos()
1566 last_defined, in init_partial_map_and_find_digraph_homos()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Doutieee.c127 } *fpubhead, **fpubtail, *last_defined; variable
1423 if (!last_defined) in dbgls_typevalue()
1428 last_defined->type = 1; /* uint8_t */ in dbgls_typevalue()
1431 last_defined->type = 3; /* unsigned word */ in dbgls_typevalue()
1434 last_defined->type = 5; /* unsigned dword */ in dbgls_typevalue()
1437 last_defined->type = 9; /* float */ in dbgls_typevalue()
1440 last_defined->type = 10; /* qword */ in dbgls_typevalue()
1443 last_defined->type = 11; /* TBYTE */ in dbgls_typevalue()
1452 int vtype = last_defined->type; in dbgls_typevalue()
1456 last_defined->type = arrindex++ + 0x100; in dbgls_typevalue()
[all …]
H A Doutobj.c546 } *fpubhead, **fpubtail, *last_defined; variable
2600 last_defined = *seg->loctail = loc;
2613 if (!last_defined)
2618 last_defined->type = 8; /* uint8_t */
2630 last_defined->type = 14; /* float */
2634 last_defined->type = 15; /* qword */
2638 last_defined->type = 16; /* TBYTE */
2642 last_defined->type = 0x19; /* label */
2649 int vtype = last_defined->type;
2653 last_defined->type = arrindex++;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutieee.c124 } *fpubhead, **fpubtail, *last_defined; variable
1417 if (!last_defined) in dbgls_typevalue()
1422 last_defined->type = 1; /* uint8_t */ in dbgls_typevalue()
1425 last_defined->type = 3; /* unsigned word */ in dbgls_typevalue()
1428 last_defined->type = 5; /* unsigned dword */ in dbgls_typevalue()
1431 last_defined->type = 9; /* float */ in dbgls_typevalue()
1434 last_defined->type = 10; /* qword */ in dbgls_typevalue()
1437 last_defined->type = 11; /* TBYTE */ in dbgls_typevalue()
1446 int vtype = last_defined->type; in dbgls_typevalue()
1450 last_defined->type = arrindex++ + 0x100; in dbgls_typevalue()
[all …]
H A Doutobj.c543 } *fpubhead, **fpubtail, *last_defined; variable
2583 last_defined = *seg->loctail = loc;
2596 if (!last_defined)
2601 last_defined->type = 8; /* uint8_t */
2613 last_defined->type = 14; /* float */
2617 last_defined->type = 15; /* qword */
2621 last_defined->type = 16; /* TBYTE */
2625 last_defined->type = 0x19; /* label */
2632 int vtype = last_defined->type;
2636 last_defined->type = arrindex++;
[all …]
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutieee.c124 } *fpubhead, **fpubtail, *last_defined; variable
1417 if (!last_defined) in dbgls_typevalue()
1422 last_defined->type = 1; /* uint8_t */ in dbgls_typevalue()
1425 last_defined->type = 3; /* unsigned word */ in dbgls_typevalue()
1428 last_defined->type = 5; /* unsigned dword */ in dbgls_typevalue()
1431 last_defined->type = 9; /* float */ in dbgls_typevalue()
1434 last_defined->type = 10; /* qword */ in dbgls_typevalue()
1437 last_defined->type = 11; /* TBYTE */ in dbgls_typevalue()
1446 int vtype = last_defined->type; in dbgls_typevalue()
1450 last_defined->type = arrindex++ + 0x100; in dbgls_typevalue()
[all …]
H A Doutobj.c549 } *fpubhead, **fpubtail, *last_defined; variable
2589 last_defined = *seg->loctail = loc;
2602 if (!last_defined)
2607 last_defined->type = 8; /* uint8_t */
2619 last_defined->type = 14; /* float */
2623 last_defined->type = 15; /* qword */
2627 last_defined->type = 16; /* TBYTE */
2631 last_defined->type = 0x19; /* label */
2638 int vtype = last_defined->type;
2642 last_defined->type = arrindex++;
[all …]
/dports/news/nn/nn-6.7.3/
H A Dmacro.c434 static char *last_defined = NULL; local
440 return last_defined;
446 return last_defined = m_define("-1", f);
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_access_object.eo117 last_defined, [[Last enum entry sentinel]]
164 last_defined, [[Last enum entry sentinel]]
189 last_defined, [[Last enum entry sentinel]]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_BaseDatabaseIO.C2770 int last_defined = 0; in check_attribute_index_order() local
2773 last_defined = i; in check_attribute_index_order()
2782 if (last_defined < first_undefined) { in check_attribute_index_order()