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

  /external/e2fsprogs/e2fsck/
recovery.c 183 char * tagp; local
188 tagp = &bh->b_data[sizeof(journal_header_t)];
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
191 tag = (journal_block_tag_t *) tagp;
194 tagp += tag_bytes;
196 tagp += 16;
389 char * tagp; local
476 tagp = &bh->b_data[sizeof(journal_header_t)];
477 while ((tagp - bh->b_data + tag_bytes)
481 tag = (journal_block_tag_t *) tagp;
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 471 char *tagp; local
493 tagp = &buf[offset];
494 tag = (journal_block_tag_t *) tagp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 931 extern double __cdecl nan(const char *tagp);
932 extern float __cdecl nanf(const char *tagp);
933 extern long double __cdecl nanl(const char *tagp);

Completed in 166 milliseconds