Searched refs:idcount (Results 1 - 3 of 3) sorted by relevance

/external/libmtp/examples/
H A Dnewplaylist.c40 int idcount = 0; local
55 idcount++;
56 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
61 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
84 if (idcount == 0) {
99 playlist->no_tracks = idcount;
H A Dalbumart.c46 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/
H A DCacheTokens.cpp189 uint32_t idcount; member in class:__anon1688::PTHWriter
241 : Out(out), PP(pp), idcount(0), CurStrOffset(0) {}
257 IM[II] = ++idcount; // Pre-increment since '0' is reserved for NULL.
258 return idcount;
659 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey));
669 assert(I->second-1 < idcount);
686 Emit32(idcount); // Emit the number of identifiers.
687 for (unsigned i = 0 ; i < idcount; ++i)

Completed in 192 milliseconds