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

/external/libmtp/examples/
H A Dnewplaylist.c40 int idcount = 0; local
53 idcount++;
54 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
59 ids[(idcount-1)] = strtoul(optarg, &rest, 0);
76 if (idcount == 0) {
91 playlist->no_tracks = idcount;
H A Dalbumart.c46 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/
H A DCacheTokens.cpp188 uint32_t idcount; member in class:__anon17913::PTHWriter
240 : Out(out), PP(pp), idcount(0), CurStrOffset(0) {}
256 IM[II] = ++idcount; // Pre-increment since '0' is reserved for NULL.
257 return idcount;
647 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey));
657 assert(I->second-1 < idcount);
674 Emit32(idcount); // Emit the number of identifiers.
675 for (unsigned i = 0 ; i < idcount; ++i)
/external/openssl/crypto/ocsp/
H A Docsp_vfy.c264 int i, idcount; local
266 idcount = sk_OCSP_SINGLERESP_num(sresp);
267 if (idcount <= 0)
277 for (i = 1; i < idcount; i++)

Completed in 412 milliseconds