Searched refs:get_length (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-spellcheck.h32 static size_t get_length (cpp_hashnode *hashnode) function in struct:edit_distance_traits
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-spellcheck.h32 static size_t get_length (cpp_hashnode *hashnode) function in struct:edit_distance_traits
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck-tree.h38 static size_t get_length (tree id) function in struct:edit_distance_traits
H A Dspellcheck.h42 static size_t get_length (TYPE);
56 static size_t get_length (const char *str) function in struct:edit_distance_traits
80 edit_distance_traits<T>::get_length. */
96 m_goal_len (goal_traits::get_length (goal)),
106 size_t candidate_len = candidate_traits::get_length (candidate);
H A Ddiagnostic-show-locus.c1847 for (size_t i = 0; i < hint->get_length () - 1; i++)
2011 hint->get_length ());
2216 = old_byte_len + between_byte_len + hint->get_length ();
2225 hint->get_length ()));
2246 hint->get_length ()));
H A Dedit-context.c312 hint->get_length ());
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dspellcheck-tree.h38 static size_t get_length (tree id) function in struct:edit_distance_traits
H A Dspellcheck.h42 static size_t get_length (TYPE);
56 static size_t get_length (const char *str) function in struct:edit_distance_traits
80 edit_distance_traits<T>::get_length. */
96 m_goal_len (goal_traits::get_length (goal)),
106 size_t candidate_len = candidate_traits::get_length (candidate);
H A Ddiagnostic-show-locus.cc2092 for (size_t i = 0; i < hint->get_length () - 1; i++)
2257 int hint_width = cpp_display_width (hint->get_string (), hint->get_length (),
2470 = old_byte_len + between_byte_len + hint->get_length ();
2479 hint->get_length ()));
2500 hint->get_length (),
H A Dedit-context.cc312 hint->get_length ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dcomp-unit.h70 unsigned int get_length () const function in struct:comp_unit_head
79 sect_offset top = sect_off + get_length ();
H A Dcomp-unit.c193 if (((ULONGEST) header->sect_off + header->get_length ())
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcomp-unit-head.h69 unsigned int get_length () const function in struct:comp_unit_head
78 sect_offset top = sect_off + get_length ();
H A Dcomp-unit-head.c165 if (((ULONGEST) header->sect_off + header->get_length ())
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Doutput.cpp137 * get_length - returns the number of characters buffered
140 int word_list::get_length (void) function in class:word_list
224 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
238 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
240 if (last_word.get_length() > 0) {
246 if (last_word.get_length() != 0) {
351 int len=last_word.get_length();
H A Dhtml.h43 int get_length (void);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0;
H A DDIALineNumber.cpp59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0;
H A DDIASectionContrib.cpp59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length);
H A DDIARawSymbol.cpp922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length);
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtables.c1115 dhcp_universe.get_length = getUChar;
1156 nwip_universe.get_length = getUChar;
1202 fqdn_universe.get_length = getUChar;
1250 vendor_class_universe.get_length = getUChar;
1297 vendor_universe.get_length = getUChar;
1344 isc_universe.get_length = getUShort;
1390 dhcpv6_universe.get_length = getUShort;
1431 vsio_universe.get_length = NULL;
1472 isc6_universe.get_length = NULL;
1516 fqdn6_universe.get_length
[all...]
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dtree.h334 u_int32_t (*get_length) (const unsigned char *); member in struct:universe
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dstables.c480 agent_universe.get_length = getUChar;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1863 size_t get_length () const { return m_len; }
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1935 size_t get_length () const { return m_len; }

Completed in 487 milliseconds

12