HomeSort by relevance Sort by last modified time
    Searched defs:zbuffer (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-bpf.c 147 * zbufsize is the true size. zbuffer tracks the current zbuf
151 u_char *zbuf1, *zbuf2, *zbuffer; member in struct:pcap_bpf
278 if (pb->zbuffer == pb->zbuf2 || pb->zbuffer == NULL) {
283 pb->zbuffer = (u_char *)pb->zbuf1;
284 p->buffer = pb->zbuffer + sizeof(*bzh);
288 } else if (pb->zbuffer == pb->zbuf1) {
293 pb->zbuffer = (u_char *)pb->zbuf2;
294 p->buffer = pb->zbuffer + sizeof(*bzh);
405 * Notify kernel that we are done with the buffer. We don't reset zbuffer s
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 3547 stbi_uc *zbuffer, *zbuffer_end; member in struct:__anon16454
    [all...]

Completed in 96 milliseconds