Searched refs:signmaplen (Results 1 – 3 of 3) sorted by relevance
536 short_u signmaplen; member3257 if (buf->signmapused == buf->signmaplen) in addsigntype()3259 if (buf->signmaplen == 0) // first allocation in addsigntype()3261 buf->signmaplen = 5; in addsigntype()3262 buf->signmap = ALLOC_CLEAR_MULT(int, buf->signmaplen); in addsigntype()3267 int oldlen = buf->signmaplen; in addsigntype()3270 buf->signmaplen *= 2; in addsigntype()3271 incr = buf->signmaplen - oldlen; in addsigntype()3273 buf->signmaplen * sizeof(int)); in addsigntype()3277 buf->signmaplen = 0; in addsigntype()
2095 unsigned short signmaplen;2131 unsigned short signmaplen;
7865 unsigned short signmaplen;7977 unsigned short signmaplen;