Searched refs:atag (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
H A DOpenTypeTables.h29 #define SWAPT(atag) ((LETag) (((atag[0]) << 24) + ((atag[1]) << 16) + ((atag[2]) << 8) + (atag[3])))
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1parse.c71 FT_UShort *atag,
79 *atag = 0;
90 *atag = tag;
70 read_pfb_tag( FT_Stream stream, FT_UShort *atag, FT_ULong *asize ) argument
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c521 char *atag; local
549 atag = allocString(&tagBlock, tag, tagLen);
553 path, lineNum, atag);
558 path, lineNum, atag);
562 tags[tagCount].tag = GET_TAG_NUM(atag);
576 char *atag; local
604 atag = allocString(&tagBlock, tag, -1);
607 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c521 char *atag; local
549 atag = allocString(&tagBlock, tag, tagLen);
553 path, lineNum, atag);
558 path, lineNum, atag);
562 tags[tagCount].tag = GET_TAG_NUM(atag);
576 char *atag; local
604 atag = allocString(&tagBlock, tag, -1);
607 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3357 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3360 UWord loff = (a - atag) / 8;
3363 if (LIKELY( fi->tags[lineno] == atag )) {
3374 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3377 UWord loff = (a - atag) / 8;
3378 if (LIKELY( fi->tags[lineno] == atag )) {
3416 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3419 UWord loff = (a - atag) / 8;
3421 if (LIKELY( fi->tags[lineno] == atag )) {
3430 fi->tags[lineno] = atag;
3444 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3472 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3499 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3531 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3559 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3587 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
3614 Addr atag = FI_GET_TAG(a); /* tag of 'a' */ local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c993 //ULong atag;
998 /*atag = */ get_ULEB128( c );
1001 // acode, pp_DW_TAG(atag), pp_DW_children(has_children));
3449 ULong atag, abbv_code; local
3459 atag = get_ULEB128( &abbv );
3462 level, posn, abbv_code, ML_(pp_DW_TAG)( atag ) );
3464 if (atag == 0)
3501 (DW_TAG)atag,
3516 (DW_TAG)atag,
3531 atag
3694 ULong atag; local
[all...]
/external/chromium_org/third_party/ots/src/
H A Dots.cc59 const uint32_t atag = ntohl(a.tag); local
61 return atag < btag;

Completed in 713 milliseconds