Home
last modified time | relevance | path

Searched refs:newlimit (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c63 unsigned int i, oldlimit, newlimit; in SDL_TLSSet() local
66 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()
/AliOS-Things-master/components/freetype/src/cid/
A Dcidload.c309 FT_Byte* newlimit; in cid_parse_dict() local
316 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