Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp54 gboolean need_copy = FALSE; in utf16_to_utf8() local
59 need_copy = TRUE; in utf16_to_utf8()
66 need_copy = TRUE; in utf16_to_utf8()
72 if (need_copy) { in utf16_to_utf8()
98 if (need_copy) in utf16_to_utf8()
/external/bluetooth/glib/gobject/
Dgboxed.c582 gboolean need_copy, in value_set_boxed_internal() argument
608 value->data[0].v_pointer = need_copy ? node->copy (boxed) : boxed; in value_set_boxed_internal()
618 value->data[0].v_pointer = need_copy ? g_boxed_copy (G_VALUE_TYPE (value), boxed) : boxed; in value_set_boxed_internal()
/external/elfutils/src/
Di386_ld.c544 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations()
546 sym->need_copy = 1; in elf_i386_count_relocations()
735 if (unlikely (symref[idx]->need_copy)) in elf_i386_create_relocations()
778 symref[idx]->need_copy = 0; in elf_i386_create_relocations()
Dld.h435 unsigned int need_copy:1; member
Dldgeneric.c1392 newp->need_copy = 0; in add_relocatable_file()
2547 if (runp->need_copy) in compute_copy_reloc_offset()