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

  /external/e2fsprogs/misc/
uuidd.c 144 char op_buf[8]; local
180 op_buf[0] = op;
183 memcpy(op_buf+1, num, sizeof(int));
187 ret = write_all(s, op_buf, op_len);
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.c 326 unsigned char op_buf[20] = {0}; local
327 unsigned char *op = op_buf;
    [all...]
rl78-decode.c 171 unsigned char op_buf[20] = {0}; local
172 unsigned char *op = op_buf;
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 483 char op_buf[64]; local
523 op_buf[0] = op;
526 memcpy(op_buf+1, num, sizeof(*num));
531 ret = write(s, op_buf, op_len);
542 ret = read_all(s, op_buf, reply_len);
545 memcpy(op_buf+16, num, sizeof(int));
547 memcpy(out, op_buf, 16);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 236 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 232 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec.h 268 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 233 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec.h 271 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec_hevc_swvdec.h 257 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 235 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec.h 274 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
omx_vdec_hevc_swvdec.h 259 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 361 struct vdpp_allocatorproperty op_buf; member in struct:video_vpu_context
  /hardware/qcom/media/msmcobalt/videopp/inc/
omx_vdpp.h 361 struct vdpp_allocatorproperty op_buf; member in struct:video_vpu_context

Completed in 526 milliseconds