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

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_tag.c 155 uint8_t *atag, uint32_t len)
161 tag_dump(" af_alg result: ", atag, len);
171 uint8_t ftag[8], atag[sizeof(ftag)]; local
175 tag_from_alg(i, atag, sizeof(atag));
176 if (memcmp(ftag, atag, sizeof(ftag)))
177 tag_exit_report(i, fd_map, ftag, atag, sizeof(ftag));
  /development/vndk/tools/sourcedr/sourcedr/static/js/
main.js 55 let atag = document.createElement('a');
56 atag.innerText = text;
58 atag.className = 'list-group-item list-group-item-success';
60 atag.className = 'list-group-item list-group-item-danger';
63 pretag.appendChild(atag);
  /external/freetype/src/type1/
t1parse.c 71 FT_UShort *atag,
79 *atag = 0;
90 *atag = tag;
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 531 char *atag; local
559 atag = allocString(&tagBlock, tag, tagLen);
563 path, lineNum, atag);
568 path, lineNum, atag);
572 tags[tagCount].tag = GET_TAG_NUM(atag);
586 char *atag; local
614 atag = allocString(&tagBlock, tag, -1);
617 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 3567 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3584 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3774 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3802 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3830 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3857 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3889 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3917 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3945 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
3972 Addr atag = FI_GET_TAG(a); \/* tag of 'a' *\/ local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 410 ULong atag; member in struct:_g_abbv
921 ta->atag = get_ULEB128( &c )
2580 ULong atag, abbv_code; local
4166 ULong atag, abbv_code; local
4439 ULong atag; local
    [all...]

Completed in 769 milliseconds