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

  /external/icu/icu4c/source/layout/
OpenTypeTables.h 23 typedef le_uint8 ATag[4];
29 #define SWAPT(atag) ((LETag) (((atag[0]) << 24) + ((atag[1]) << 16) + ((atag[2]) << 8) + (atag[3])))
33 ATag tag;
  /system/core/fastbootd/commands/
boot.c 73 struct atag { struct
149 struct atag *current_tag = (struct atag *) atags_position;
159 // copy tags from current atag file
172 current_tag = (struct atag *) current_tag_raw;
183 *((struct atag *) natags_raw_buff) = (struct atag) {
204 *((struct atag *) natags_raw_buff) = (struct atag) {
212 memcpy(((struct atag *) natags_raw_buff)->data.cmdline.cmdline
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1parse.c 71 FT_UShort *atag,
79 *atag = 0;
90 *atag = tag;
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 511 char *atag; local
539 atag = allocString(&tagBlock, tag, tagLen);
543 path, lineNum, atag);
548 path, lineNum, atag);
552 tags[tagCount].tag = GET_TAG_NUM(atag);
566 char *atag; local
594 atag = allocString(&tagBlock, tag, -1);
597 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 521 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);
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 3357 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3374 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3416 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
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/
readdwarf3.c 3449 ULong atag, abbv_code; local
3694 ULong atag; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-231.js 65 'atag.aa.aaaarsaaraa.aa.gaaax_aratag.aa.aaaDGgaDGga.aynaaaaaaaaacaaa' +
  /external/chromium_org/third_party/ots/src/
ots.cc 59 const uint32_t atag = ntohl(a.tag); local
61 return atag < btag;

Completed in 894 milliseconds