Searched refs:newlimit (Results 1 – 2 of 2) sorted by relevance
63 unsigned int i, oldlimit, newlimit; in SDL_TLSSet() local66 newlimit = (id + TLS_ALLOC_CHUNKSIZE); in SDL_TLSSet()67 …storage = (SDL_TLSData *)SDL_realloc(storage, sizeof(*storage)+(newlimit-1)*sizeof(storage->array[… in SDL_TLSSet()71 storage->limit = newlimit; in SDL_TLSSet()72 for (i = oldlimit; i < newlimit; ++i) { in SDL_TLSSet()
309 FT_Byte* newlimit; in cid_parse_dict() local316 newlimit = limit - 1 - 17; in cid_parse_dict()318 newlimit = parser->root.cursor - 17; in cid_parse_dict()321 for ( ; cur < newlimit; cur++ ) in cid_parse_dict()
Completed in 4 milliseconds