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

  /external/libvncserver/libvncserver/
tabletranstemplate.c 43 #define OUT_T CONCAT3E(uint,OUT,_t)
62 OUT_T *op = (OUT_T *)optr;
64 OUT_T *opLineEnd;
65 OUT_T *t = (OUT_T *)table;
93 OUT_T *op = (OUT_T *)optr;
95 OUT_T *opLineEnd;
96 OUT_T *redTable = (OUT_T *)table
    [all...]
tableinitcmtemplate.c 40 #define OUT_T CONCAT3E(uint,OUT,_t)
50 OUT_T *t;
55 *table = (char *)malloc(nEntries * sizeof(OUT_T));
56 t = (OUT_T *)*table;
82 #undef OUT_T
tableinittctemplate.c 42 #define OUT_T CONCAT3E(uint,OUT,_t)
50 rfbInitOneRGBTableOUT (OUT_T *table, int inMax, int outMax, int outShift,
65 OUT_T *t;
69 *table = (char *)malloc(nEntries * sizeof(OUT_T));
70 t = (OUT_T *)*table;
102 OUT_T *redTable;
103 OUT_T *greenTable;
104 OUT_T *blueTable;
108 * sizeof(OUT_T));
109 redTable = (OUT_T *)*table
    [all...]
tabletrans24template.c 125 #define OUT_T CONCAT3E(uint,BPP,_t)
148 OUT_T *op = (OUT_T *)optr;
150 OUT_T *opLineEnd;
151 OUT_T *t = (OUT_T *)table;
181 OUT_T *op = (OUT_T *)optr;
183 OUT_T *opLineEnd;
184 OUT_T *redTable = (OUT_T *)table
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
reduction_ops.h 29 template <typename Device, typename OUT_T, typename IN_T,
31 void ReduceEigenImpl(const Device& d, OUT_T out, IN_T in,
63 template <typename Device, typename OUT_T, typename Reducer>
64 void FillIdentityEigenImpl(const Device& d, OUT_T out, const Reducer& reducer) {
70 template <typename OUT_T, typename IN_T, typename ReductionAxes>
71 static void Reduce(OpKernelContext* ctx, OUT_T out, IN_T in,
75 template <typename OUT_T>
76 static void FillIdentity(const Device& d, OUT_T out, const Reducer& reducer);
reduction_gpu_kernels.cu.h 448 template <typename T, typename Op, typename OUT_T, typename IN_T>
449 void LaunchScalarReduction(OpKernelContext* ctx, OUT_T out, IN_T in,
456 BlockReduceKernel<IN_T, OUT_T, num_threads>
512 template <typename T, typename Op, typename OUT_T, typename IN_T>
513 void LaunchRowReduction(OpKernelContext* ctx, OUT_T out, IN_T in, int num_rows,
553 template <typename T, typename Op, typename OUT_T, typename IN_T>
554 void LaunchColumnReduction_LTE16Cols(OpKernelContext* ctx, OUT_T out, IN_T in,
593 template <typename T, typename Op, typename OUT_T, typename IN_T>
594 void LaunchColumnReduction_LTE4096Cols(OpKernelContext* ctx, OUT_T out, IN_T in,
630 template <typename T, typename Op, typename OUT_T, typename IN_T
    [all...]
reduction_ops_common.h 254 template <typename OUT_T, typename IN_T, typename ReductionAxes>
255 static void Reduce(OpKernelContext* ctx, OUT_T out, IN_T in,
262 template <typename OUT_T>
263 static void FillIdentity(const Device& d, OUT_T out, const Reducer& reducer) {
  /external/libvncserver/examples/
rotatetemplate.c 1 #define OUT_T CONCAT3E(uint,OUTBITS,_t)
6 OUT_T* buffer = (OUT_T*)screen->frameBuffer;
8 OUT_T* newBuffer = (OUT_T*)malloc(w * h * sizeof(OUT_T));
14 memcpy(buffer, newBuffer, w * h * sizeof(OUT_T));

Completed in 286 milliseconds