Searched refs:stb__barrier_out_e (Results 1 – 1 of 1) sorted by relevance
3081 static unsigned char *stb__barrier_out_e, *stb__barrier_out_b; variable3087 IM_ASSERT(stb__dout + length <= stb__barrier_out_e); in stb__match()3088 if (stb__dout + length > stb__barrier_out_e) { stb__dout += length; return; } in stb__match()3089 if (data < stb__barrier_out_b) { stb__dout = stb__barrier_out_e+1; return; } in stb__match()3095 IM_ASSERT(stb__dout + length <= stb__barrier_out_e); in stb__lit()3096 if (stb__dout + length > stb__barrier_out_e) { stb__dout += length; return; } in stb__lit()3097 if (data < stb__barrier_in_b) { stb__dout = stb__barrier_out_e+1; return; } in stb__lit()3161 stb__barrier_out_e = output + olen; in stb_decompress()