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

  /toolchain/binutils/binutils-2.25/gas/
flonum-copy.c 26 unsigned int in_length; /* 0 origin */ local
30 in_length = in->leader - in->low;
41 if (in_length <= out_length)
47 if (in_length < out_length)
49 memset ((char *) (out->low + in_length + 1), '\0',
50 out_length - in_length);
54 ((in_length + 1) * sizeof (LITTLENUM_TYPE)));
62 shorten = in_length - out_length;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc 34 size_t in_length = in_freq_hz * num_audio_channels / 100; local
36 if (out_capacity_samples < in_length) {
40 memcpy(out_audio, in_audio, in_length * sizeof(int16_t));
41 return static_cast<int>(in_length / num_audio_channels);
52 resampler_.Resample(in_audio, in_length, out_audio, out_capacity_samples);
54 LOG(LS_ERROR) << "Resample(" << in_audio << ", " << in_length << ", "
  /external/webrtc/webrtc/common_audio/resampler/
resampler_unittest.cc 101 size_t in_length = static_cast<size_t>(kRates[i] / 100); local
104 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
123 size_t in_length = static_cast<size_t>(kChannels * kRates[i] / 100); local
127 EXPECT_EQ(0, rs_.Push(data_in_, in_length, data_out_, kDataSize,
  /build/make/tools/ijar/
ijar.cc 36 void StripClass(u1 *&classdata_out, const u1 *classdata_in, size_t in_length);
121 size_t in_length = in->GetSize(); local
126 static_cast<int>(100.0 * out_length / in_length));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
trees.c 1049 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/pdfium/third_party/zlib_v128/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/python/cpython2/Modules/zlib/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/syslinux/com32/lib/zlib/
trees.c 1053 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /external/zlib/src/
trees.c 1037 ulg in_length = (ulg)((long)s->strstart - s->block_start); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ndctl.h 76 __u32 in_length; member in struct:nd_cmd_get_config_data_hdr
82 __u32 in_length; member in struct:nd_cmd_set_config_hdr
87 __u32 in_length; member in struct:nd_cmd_vendor_hdr
  /external/kernel-headers/original/uapi/linux/
ndctl.h 79 __u32 in_length; member in struct:nd_cmd_get_config_data_hdr
86 __u32 in_length; member in struct:nd_cmd_set_config_hdr
92 __u32 in_length; member in struct:nd_cmd_vendor_hdr
  /art/dex2oat/
dex2oat.cc 2206 int64_t in_length = in->GetLength(); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 366 milliseconds