/third_party/lz4/examples/ |
D | frameCompress.c | 57 compress_file_internal(FILE* f_in, FILE* f_out, in compress_file_internal() argument 65 assert(f_in != NULL); assert(f_out != NULL); in compress_file_internal() 84 size_t const readSize = fread(inBuff, 1, IN_CHUNK_SIZE, f_in); in compress_file_internal() 123 compress_file(FILE* f_in, FILE* f_out) in compress_file() argument 125 assert(f_in != NULL); in compress_file() 137 result = compress_file_internal(f_in, f_out, in compress_file() 171 decompress_file_internal(FILE* f_in, FILE* f_out, in decompress_file_internal() argument 179 assert(f_in != NULL); assert(f_out != NULL); in decompress_file_internal() 187 size_t readSize = firstChunk ? filled : fread(src, 1, srcCapacity, f_in); firstChunk=0; in decompress_file_internal() 190 if (readSize == 0 || ferror(f_in)) { in decompress_file_internal() [all …]
|
/third_party/boost/libs/gil/test/legacy/ |
D | performance.cpp | 154 for_each_gil_t(const View& v_in,const F& f_in) : _v(v_in), _f(f_in) {} in for_each_gil_t() 165 for_each_nongil_t(const View& v_in,const F& f_in) : _v(v_in), _f(f_in) {} in for_each_nongil_t() 184 for_each_nongil_t(const View& v_in,const F& f_in) : _v(v_in), _f(f_in) {} in for_each_nongil_t() 337 …form_gil_t(const View1& v1_in,const View2& v2_in,const F& f_in) : _v1(v1_in),_v2(v2_in),_f(f_in) {} in transform_gil_t() 349 …m_nongil_t(const View1& v1_in,const View2& v2_in,const F& f_in) : _v1(v1_in),_v2(v2_in),_f(f_in) {} in transform_nongil_t() 370 …m_nongil_t(const View1& v1_in,const View2& v2_in,const F& f_in) : _v1(v1_in),_v2(v2_in),_f(f_in) {} in transform_nongil_t() 394 …m_nongil_t(const View1& v1_in,const View2& v2_in,const F& f_in) : _v1(v1_in),_v2(v2_in),_f(f_in) {} in transform_nongil_t() 417 …m_nongil_t(const View1& v1_in,const View2& v2_in,const F& f_in) : _v1(v1_in),_v2(v2_in),_f(f_in) {} in transform_nongil_t()
|
/third_party/python/Tools/scripts/ |
D | mkreal.py | 21 with open(name, 'rb') as f_in: # This ensures it's a file 25 buf = f_in.read(BUFSIZE)
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | speex.c | 33 float f_out = -1.0f, f_in = 1.0f; in pa_speex_is_fixed_point() local 41 pa_assert_se(speex_resampler_process_float(s, 0, &f_in, &in_len, in pa_speex_is_fixed_point()
|
/third_party/grpc/templates/src/objective-c/ |
D | BoringSSL-GRPC.podspec.template | 22 …with open('src/boringssl/boringssl_prefix_symbols.h', 'rb') as f_in, gzip.GzipFile('src/boringssl/… 23 shutil.copyfileobj(f_in, f_out) 24 with open('src/boringssl/boringssl_prefix_symbols.h.gz', 'rb') as f_in: 25 prefix_gz = f_in.read()
|
/third_party/python/Doc/library/ |
D | gzip.rst | 213 with open('/home/joe/file.txt', 'rb') as f_in: 215 shutil.copyfileobj(f_in, f_out)
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.c | 2923 pa_format_info *f_source, *f_in; in pa_source_check_formats() local 2934 PA_IDXSET_FOREACH(f_in, in_formats, j) { in pa_source_check_formats() 2935 if (pa_format_info_is_compatible(f_source, f_in)) in pa_source_check_formats() 2936 pa_idxset_put(out_formats, pa_format_info_copy(f_in), NULL); in pa_source_check_formats()
|
D | sink.c | 3867 pa_format_info *f_sink, *f_in; in pa_sink_check_formats() local 3878 PA_IDXSET_FOREACH(f_in, in_formats, j) { in pa_sink_check_formats() 3879 if (pa_format_info_is_compatible(f_sink, f_in)) in pa_sink_check_formats() 3880 pa_idxset_put(out_formats, pa_format_info_copy(f_in), NULL); in pa_sink_check_formats()
|