HomeSort by relevance Sort by last modified time
    Searched refs:start_location (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 49 by the logical START_LOCATION. TO_LINE+L at column C is represented by
50 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
51 and the result_location is less than the next line_map's start_location.
64 source_location start_location; local
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
158 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
165 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
167 + (MAP)->start_location)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 48 by the logical START_LOCATION. TO_LINE+L at column C is represented by
49 START_LOCATION+(L*(1<<column_bits))+C, as long as C<(1<<column_bits),
50 and the result_location is less than the next line_map's start_location.
62 source_location start_location; variable
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 78 (long long)table_ptr[i].start_location,
94 if (table_ptr[j].start_location > map[i].location)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 1846 GdkRectangle start_location, end_location; local
    [all...]
  /external/v8/src/
preparser.cc 272 i::Scanner::Location start_location = scanner_->peek_location(); local
276 ReportMessageAt(start_location.beg_pos, end_location.end_pos,
    [all...]

Completed in 124 milliseconds