OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_offset
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/freetype/
fx_freetype.c
40
int
child_offset
= ft_adobe_glyph_list[table_offset + i * 2] * 256 + ft_adobe_glyph_list[table_offset + i * 2 + 1];
local
41
if (xyq_search_node(glyph_name, name_offset,
child_offset
, unicode))
176
int
child_offset
= ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3];
local
177
if (xyq_search_node(glyph_name, 0,
child_offset
, unicode))
/toolchain/binutils/binutils-2.25/gold/
gdb-index.cc
407
for (off_t die_offset = parent->
child_offset
();
507
for (off_t die_offset = parent->
child_offset
();
659
for (off_t
child_offset
= die->
child_offset
();
660
child_offset
!= 0;
661
child_offset
= next_offset)
663
Dwarf_die child(this,
child_offset
, die);
[
all
...]
dwarf_reader.cc
1163
Dwarf_die::
child_offset
()
function in class:gold::Dwarf_die
1198
off_t
child_offset
= this->
child_offset
();
local
[
all
...]
dwarf_reader.h
613
child_offset
();
[
all
...]
Completed in 840 milliseconds