Searched refs:idcount (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/examples/ |
D | newplaylist.c | 40 int idcount = 0; in main() local 55 idcount++; in main() 56 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { in main() 61 ids[(idcount-1)] = strtoul(optarg, &rest, 0); in main() 84 if (idcount == 0) { in main() 99 playlist->no_tracks = idcount; in main()
|
D | albumart.c | 46 int idcount = 0; local 70 idcount++; 71 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { 76 ids[(idcount-1)] = strtoul(optarg, &rest, 0); 104 if (idcount == 0) { 147 album->no_tracks = idcount;
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 189 uint32_t idcount; member in __anon67da98f30411::PTHWriter 241 : Out(out), PP(pp), idcount(0), CurStrOffset(0) {} in PTHWriter() 257 IM[II] = ++idcount; // Pre-increment since '0' is reserved for NULL. in ResolveID() 258 return idcount; in ResolveID() 659 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey)); in EmitIdentifierTable() 669 assert(I->second-1 < idcount); in EmitIdentifierTable() 686 Emit32(idcount); // Emit the number of identifiers. in EmitIdentifierTable() 687 for (unsigned i = 0 ; i < idcount; ++i) in EmitIdentifierTable()
|