Searched refs:acode (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c944 ULong acode; local
995 acode = get_ULEB128( c );
996 if (acode == 0) break; /* end of the table */
997 if (acode == abbv_code) break; /* found it */
1001 // acode, pp_DW_TAG(atag), pp_DW_children(has_children));
1011 if (acode == 0) {
3696 ULong acode = get_ULEB128( &abbv ); local
3697 if (acode == 0) break; /* end of the table */
3701 acode, ML_(pp_DW_TAG)(atag),
H A Dreaddwarf.c901 static DiCursor lookup_abbrev( DiCursor p, ULong acode )
905 if (code == acode)
944 UInt acode, abcode; local
982 acode = step_leb128U( &p ); /* abbreviation code */
986 if ( acode != abcode ) {
992 acode );
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c4823 Bit8u acode, scode; local
4838 acode = read_byte(0x0040, buffer_head);
4840 write_byte(ss, ascii_code, acode);

Completed in 153 milliseconds