Searched refs:idcount (Results 1 – 3 of 3) sorted by relevance
/external/libmtp/examples/ |
D | newplaylist.c | 40 int idcount = 0; in main() local 53 idcount++; in main() 54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { in main() 59 ids[(idcount-1)] = strtoul(optarg, &rest, 0); in main() 76 if (idcount == 0) { in main() 91 playlist->no_tracks = idcount; in main()
|
D | albumart.c | 46 int idcount = 0; local 64 idcount++; 65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) { 70 ids[(idcount-1)] = strtoul(optarg, &rest, 0); 92 if (idcount == 0) { 134 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()
|