HomeSort by relevance Sort by last modified time
    Searched defs:stag (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 351 DWORD stag = SWAPL(tableTag); local
352 DWORD len = GetFontData(hdc, stag, 0, NULL, 0);
357 GetFontData(hdc, stag, 0, result, len);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic54x.c 59 static struct stag struct
61 symbolS *sym; /* Symbol for this stag; value is offset. */
71 struct stag *stag; /* If field is struct/union. */ member in struct:stag::stag_field
74 /* For nesting; used only in stag construction. */
75 struct stag *inner; /* Enclosed .struct. */
76 struct stag *outer; /* Enclosing .struct. */
539 stag_add_field_symbols (struct stag *stag,
546 struct stag_field *field = stag->field
773 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local
2696 struct stag *stag = (struct stag *) hash_find (stag_hash, name); local
    [all...]

Completed in 107 milliseconds