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

  /external/e2fsprogs/misc/
uuidd.c 146 char op_buf[8]; local
182 op_buf[0] = op;
185 memcpy(op_buf+1, num, sizeof(int));
189 ret = write_all(s, op_buf, op_len);
  /external/tensorflow/tensorflow/core/kernels/
slice_op.cc 355 T* op_buf = result->flat<T>().data(); local
363 T* op = op_buf + ((d0 - begin[0]) * out_strides[0]);
381 T* op = op_buf + ((d0 - begin[0]) * out_strides[0]);
  /toolchain/binutils/binutils-2.27/opcodes/
msp430-decode.c 326 unsigned char op_buf[20] = {0}; local
327 unsigned char *op = op_buf;
    [all...]
rl78-decode.c 172 unsigned char op_buf[20] = {0}; local
173 unsigned char *op = op_buf;
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 499 char op_buf[64]; local
539 op_buf[0] = op;
542 memcpy(op_buf+1, num, sizeof(*num));
547 ret = write(s, op_buf, op_len);
558 ret = read_all(s, op_buf, reply_len);
561 memcpy(op_buf+16, num, sizeof(int));
563 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 276 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/msm8996/videopp/inc/
omx_vdpp.h 361 struct vdpp_allocatorproperty op_buf; member in struct:video_vpu_context
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 278 struct vdec_allocatorproperty op_buf; member in struct:video_driver_context
    [all...]

Completed in 159 milliseconds