HomeSort by relevance Sort by last modified time
    Searched refs:orig_buf (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c 32 struct msqid_ds orig_buf; variable in typeref:struct:msqid_ds
36 struct msqid_ds buf = orig_buf;
52 if (buf.msg_qbytes == orig_buf.msg_qbytes - 1) {
58 (unsigned long)orig_buf.msg_qbytes - 1);
61 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf);
70 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf);
  /external/elfutils/tests/
elfputzdata.c 108 char *orig_buf = malloc (d->d_size); local
109 if (orig_size > 0 && orig_buf == NULL)
115 memcpy (orig_buf, d->d_buf, orig_size);
178 && memcmp (orig_buf, d->d_buf, orig_size) == 0)
214 && memcmp (orig_buf, d->d_buf, orig_size) != 0)
219 free (orig_buf);
  /external/u-boot/test/
compression.c 305 void *orig_buf; member in struct:buf_state
320 errcheck(compress(uts, buf->orig_buf, buf->orig_size,
336 errcheck(memcmp(buf->orig_buf, buf->uncompressed_buf,
345 errcheck(memcmp(buf->orig_buf, buf->uncompressed_buf,
351 ret = compress(uts, buf->orig_buf, buf->orig_size,
382 buf->orig_buf = (void *)plain;
383 buf->orig_size = strlen(buf->orig_buf); /* Trailing NUL not included */
  /external/mksh/src/
shf.c 495 char *orig_buf = buf; local
512 return (buf == orig_buf ? NULL : buf);
526 if (end && buf > orig_buf + 1 && buf[-2] == '\r') {
  /external/libaom/libaom/av1/encoder/
global_motion.c 263 uint16_t *orig_buf = CONVERT_TO_SHORTPTR(frm->y_buffer); local
270 orig_buf[i * frm->y_stride + j] >> (bit_depth - 8);
    [all...]

Completed in 478 milliseconds