Searched defs:pc_buff (Results 1 - 1 of 1) sorted by relevancy
fastlz_api.c 314 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, argument
319 int byte_r = read_from_buf(pc_buff->data, pc_buff->size,
320 &pc_buff->offset, buffer, 16);
340 int decompress_buffer(struct cudbg_buffer *pc_buff, argument
379 if (pc_buff->offset > pc_buff->size)
382 rc = read_chunk_header(pc_buff, &chunk_id, &chunk_options,
392 bytes_read = read_from_buf(pc_buff->data, pc_buff
[all...]
Completed in 8 milliseconds