Searched refs:size_in (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_clip_gpu.cu.cc | 27 __global__ void UnaryClipCustomKernel(const int32 size_in, const T *in0, in UnaryClipCustomKernel() argument 29 CUDA_1D_KERNEL_LOOP(i, size_in) { in UnaryClipCustomKernel() 36 __global__ void BinaryRightClipCustomKernel(const int32 size_in, const T *in0, in BinaryRightClipCustomKernel() argument 39 CUDA_1D_KERNEL_LOOP(i, size_in) { in BinaryRightClipCustomKernel() 46 __global__ void BinaryLeftClipCustomKernel(const int32 size_in, const T *in0, in BinaryLeftClipCustomKernel() argument 48 CUDA_1D_KERNEL_LOOP(i, size_in) { in BinaryLeftClipCustomKernel()
|
D | bucketize_op_gpu.cu.cc | 38 const int32 size_in, const T* in, const int32 size_boundaries, in BucketizeCustomKernel() argument 58 CUDA_1D_KERNEL_LOOP(i, size_in) { in BucketizeCustomKernel()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 213 __libelf_decompress (void *buf_in, size_t size_in, size_t size_out) in __libelf_decompress() argument 218 if (unlikely (size_out / 1032 > size_in)) in __libelf_decompress() 238 .avail_in = size_in, in __libelf_decompress() 300 size_t size_in = data->d_size - hsize; in __libelf_decompress_elf() local 302 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf()
|
D | elf_compress_gnu.c | 179 size_t size_in = data->d_size - hsize; in elf_compress_gnu() local 181 void *buf_out = __libelf_decompress (buf_in, size_in, size); in elf_compress_gnu()
|
D | libelfP.h | 580 extern void * __libelf_decompress (void *buf_in, size_t size_in,
|
/external/lz4/examples/ |
D | frameCompress.c | 52 unsigned long long size_in; member 115 result.size_in = count_in; in compress_file_internal() 360 …(size_t)ret.size_in, (size_t)ret.size_out, /* might overflow is size_t is 32 bits and size_{in,ou… in main() 361 (double)ret.size_out / ret.size_in * 100); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | vboxguest.h | 29 __u32 size_in; member
|