Home
last modified time | relevance | path

Searched refs:ul_end (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dxml-tdesc.c358 ULONGEST ul_end = * (ULONGEST *) attr->value.get (); in tdesc_start_field() local
360 if (ul_end > MAX_FIELD_BITSIZE) in tdesc_start_field()
364 pulongest (ul_end), MAX_FIELD_BITSIZE); in tdesc_start_field()
366 end = ul_end; in tdesc_start_field()
/dports/textproc/p5-HTML-Format/HTML-Format-2.12/lib/HTML/
H A DFormatter.pm576 sub ul_end { subroutine
605 sub menu_end { shift->ul_end(@_) }
607 sub dir_end { shift->ul_end(@_) }
/dports/textproc/py-grako/grako-3.99.9/grako/test/grammar/
H A Dstateful_test.py42 def ul_end(self, ast): member in StatefulTests.test_stateful.StatefulSemantics
/dports/devel/libubox/libubox-c83a84af/lua/
H A Duloop.c405 static int ul_end(lua_State *L) in ul_end() function
417 {"cancel", ul_end},