/external/libmtp/examples/ |
newplaylist.c | 40 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;
|
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/ |
CacheTokens.cpp | 177 uint32_t idcount; member in class:__anon15860::PTHWriter 219 : Out(out), PP(pp), idcount(0), CurStrOffset(0) {} 235 IM[II] = ++idcount; // Pre-increment since '0' is reserved for NULL. 236 return idcount; 617 PTHIdKey *IIDMap = (PTHIdKey*)calloc(idcount, sizeof(PTHIdKey)); 627 assert(I->second-1 < idcount); 644 Emit32(idcount); // Emit the number of identifiers. 645 for (unsigned i = 0 ; i < idcount; ++i)
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_vfy.c | 264 int i, idcount; local 266 idcount = sk_OCSP_SINGLERESP_num(sresp); 267 if (idcount <= 0) 277 for (i = 1; i < idcount; i++)
|
/external/openssl/crypto/ocsp/ |
ocsp_vfy.c | 264 int i, idcount; local 266 idcount = sk_OCSP_SINGLERESP_num(sresp); 267 if (idcount <= 0) 277 for (i = 1; i < idcount; i++)
|