HomeSort by relevance Sort by last modified time
    Searched refs:d_buf (Results 126 - 129 of 129) sorted by null

1 2 3 4 56

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/u-boot/lib/zlib/
deflate.c 226 /* We overlay pending_buf and d_buf+l_buf. This works since the average
300 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
    [all...]
  /external/elfutils/src/
elfcompress.c 1013 namesbuf = data->d_buf;
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 577 appSection->data = data->d_buf;
    [all...]

Completed in 805 milliseconds

1 2 3 4 56