HomeSort by relevance Sort by last modified time
    Searched defs:in_size (Results 1 - 25 of 29) sorted by null

1 2

  /external/xz-embedded/userspace/
boottest.c 42 size_t in_size; local
44 in_size = fread(in, 1, sizeof(in), stdin);
45 ret = decompress(in, in_size, NULL, NULL, out, NULL, &error);
52 size_t in_size; local
55 in_size = fread(in, 1, sizeof(in), stdin);
56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error);
  /external/brotli/java/org/brotli/wrapper/dec/
decoder_jni.cc 125 size_t in_size = handle->input_length - handle->input_offset; local
128 handle->state, &in_size, &in, &out_size, nullptr, nullptr);
129 handle->input_offset = handle->input_length - in_size;
  /external/brotli/java/org/brotli/wrapper/enc/
encoder_jni.cc 139 size_t in_size = handle->input_last - handle->input_offset; local
142 handle->state, op, &in_size, &in, &out_size, nullptr, nullptr);
143 handle->input_offset = handle->input_last - in_size;
  /external/xz-embedded/linux/include/linux/
xz.h 127 * if in_pos is equal to in_size.
129 * in_size.
130 * @in_size: Size of the input buffer
143 size_t in_size; member in struct:xz_buf
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 93 int in_size; local
95 bool ok = sub_stream_->Next(&in, &in_size);
102 zcontext_.avail_in = in_size;
zero_copy_stream_unittest.cc 139 int in_size = size; local
150 if (in_size <= out_size) {
151 memcpy(out, in, in_size);
152 output->BackUp(out_size - in_size);
158 in_size -= out_size;
169 int in_size = 0; local
174 if (!input->Next(&in, &in_size)) {
177 EXPECT_GT(in_size, -1);
178 if (in_size == 0) {
185 if (out_size <= in_size) {
    [all...]
  /tools/dexter/dexter/
dexter.cc 333 size_t in_size = ftell(in_file); local
336 std::unique_ptr<dex::u1[]> in_buff(new dex::u1[in_size]);
340 SLICER_CHECK(fread(in_buff.get(), 1, in_size, in_file) == in_size);
343 dex::Reader reader(in_buff.get(), in_size);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_resize_ops.cc 68 // from in_size to out_size.
77 gtl::ArraySlice<int64> in_size, gtl::ArraySlice<int64> out_size) {
78 CHECK_EQ(in_size.size(), out_size.size());
79 int num_spatial_dims = in_size.size();
84 if (in_size[i] == 1) {
89 // If in_size[i] > 1 but out_size[i] == 1, then we slice out the first
93 int64 gcd = MathUtil::GCD(static_cast<uint64>(in_size[i] - 1),
95 dims.stride[i] = (in_size[i] - 1) / gcd;
144 const int num_spatial_dims, std::vector<int64> in_size,
170 ComputeResizeConvolutionParameters(in_size, out_size)
268 std::vector<int64> in_size = {input_shape.dim_size(1), variable
379 std::vector<int64> in_size = {input_shape.dim_size(1), variable
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ops_util_test.cc 57 int in_size; // Size of the dimension. member in struct:tensorflow::__anon39856::OpsUtilTest::bcast_struct::__anon39859
127 bcast.input.index, bcast.input.in_size, bcast.input.ksize,
135 GetBroadcastSize(bcast.input.index, bcast.input.in_size,
176 // Test index * stride > in_size fails with INVALID_ARGUMENT.
182 // in_size = 3, ksize = 3, stride = 1, pad_size = 0
194 // in_size = 3, ksize = 3, stride = 1, pad_size = 1
206 // in_size = 3, ksize = 3, stride = 1, pad_size = 2
218 // in_size = 3, ksize = 3, stride = 2, pad_size = 0
229 // in_size = 3, ksize = 3, stride = 2, pad_size = 1
240 // in_size = 3, ksize = 3, stride = 2, pad_size =
    [all...]
reduction_gpu_kernels.cu.h 450 int in_size, Op op, T init,
453 if (in_size <= 4096) {
457 <<<num_blocks, num_threads, 0, cu_stream>>>(in, out, in_size, op, init);
459 } else if (in_size <= 1 << 19) {
461 const int num_blocks = std::min(32, Eigen::divup(in_size, num_threads));
478 in, (T*)temp_storage.flat<int8_t>().data(), in_size, op, init);
497 temp_storage_bytes, in, out, in_size, op, init, cu_stream);
789 const int in_size = in_dim0 * in_dim1 * in_dim2; local
790 LaunchScalarReduction(ctx, out, in, in_size, op, init, cu_stream);
    [all...]
  /external/libxcam/tests/
test-image-blend.cpp 294 uint32_t in_size = input_buf_info0.aligned_width * input_buf_info0.aligned_height * 3 / 2; local
312 display, dma_fd0, input_width0, input_height, in_size,
315 display, dma_fd1, input_width0, input_height, in_size,
  /external/webp/src/demux/
anim_decode.c 348 const size_t in_size = iter.fragment.size; local
357 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) {
  /external/tensorflow/tensorflow/core/framework/
tensor.cc 644 int in_size = DataTypeSize(other.dtype()); local
646 CHECK_NE(in_size, 0);
649 other.shape().num_elements() * in_size);
    [all...]
  /external/webp/src/enc/
histogram_enc.c 932 const int in_size = in->size; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fuse.h 535 __u32 in_size; member in struct:fuse_ioctl_in
coda.h 713 u_short in_size; /* Size of input buffer <= 2K */ member in struct:ViceIoctl
  /bionic/libc/kernel/uapi/linux/
coda.h 499 u_short in_size; member in struct:ViceIoctl
fuse.h 379 uint32_t in_size; member in struct:fuse_ioctl_in
  /external/kernel-headers/original/uapi/linux/
coda.h 718 u_short in_size; /* Size of input buffer <= 2K */ member in struct:ViceIoctl
fuse.h 651 uint32_t in_size; member in struct:fuse_ioctl_in
  /external/toybox/toys/pending/
xzcat.c 77 * if in_pos is equal to in_size.
79 * in_size.
80 * @in_size: Size of the input buffer
93 size_t in_size; member in struct:xz_buf
230 b.in_size = 0;
236 if (b.in_pos == b.in_size) {
237 b.in_size = read(fd, in, sizeof(in));
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
fuse.h 449 uint32_t in_size; member in struct:fuse_ioctl_in
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 612 uint32_t in_size; member in struct:fuse_ioctl_in
  /hardware/qcom/msm8996/kernel-headers/linux/
fuse.h 469 uint32_t in_size; member in struct:fuse_ioctl_in
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 638 uint32_t in_size; member in struct:fuse_ioctl_in

Completed in 5639 milliseconds

1 2