/external/icu/icu4c/source/tools/tzcode/ |
D | scheck.c | 21 register char * fbuf; local 31 fbuf = imalloc((int) (2 * strlen(format) + 4)); 32 if (fbuf == NULL) 35 tp = fbuf; 59 if (sscanf(string, fbuf, &dummy) != 1) 61 ifree(fbuf);
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | scheck.c | 21 register char * fbuf; local 31 fbuf = imalloc((int) (2 * strlen(format) + 4)); 32 if (fbuf == NULL) 35 tp = fbuf; 59 if (sscanf(string, fbuf, &dummy) != 1) 61 ifree(fbuf);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ |
D | audio_buffer.cc | 85 ChannelBuffer<float>* fbuf() { return fbuf(false); } in fbuf() function in webrtc::IFChannelBuffer 87 const ChannelBuffer<float>* fbuf_const() { return fbuf(true); } in fbuf_const() 96 ChannelBuffer<float>* fbuf(bool readonly) { in fbuf() function in webrtc::IFChannelBuffer 289 return channels_->fbuf()->channel(channel); in data_f() 314 ? split_channels_low_->fbuf()->channel(channel) in low_pass_split_data_f() 338 ? split_channels_high_->fbuf()->channel(channel) in high_pass_split_data_f()
|
/external/fio/ |
D | gclient.c | 717 char fbuf[32]; local 720 sprintf(fbuf, "0.0%%"); 722 sprintf(fbuf, "%3.1f%%", io_u_dist[j]); 726 gtk_list_store_set(model, &iter, i, fbuf, -1); 762 char fbuf[32]; local 765 sprintf(fbuf, "0.0%%"); 767 sprintf(fbuf, "%3.1f%%", io_u_dist[j]); 771 gtk_list_store_set(model, &iter, i, fbuf, -1); 888 char fbuf[32]; local 891 sprintf(fbuf, "0.00"); [all …]
|
D | stat.c | 212 char fbuf[16], *ptr = fbuf; in show_clat_percentiles() local 222 ptr += sprintf(fbuf, " "); in show_clat_percentiles() 224 snprintf(ptr, sizeof(fbuf), fmt, plist[j].u.f); in show_clat_percentiles() 229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ','); in show_clat_percentiles()
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
D | NanoHTTPD.java | 991 …ByteBuffer fbuf = randomAccessFile.getChannel().map(FileChannel.MapMode.READ_ONLY, 0, randomAccess… in parseBody() local 1025 decodeMultipartData(boundary, fbuf, in, parms, files); in parseBody() 1046 files.put("content", saveTmpFile(fbuf, 0, fbuf.limit())); in parseBody() 1111 …private void decodeMultipartData(String boundary, ByteBuffer fbuf, BufferedReader in, Map<String, … in decodeMultipartData() argument 1114 int[] bpositions = getBoundaryPositions(fbuf, boundary.getBytes()); in decodeMultipartData() 1165 int offset = stripMultipartHeaders(fbuf, bpositions[boundarycount - 2]); in decodeMultipartData() 1166 … String path = saveTmpFile(fbuf, offset, bpositions[boundarycount - 1] - offset - 4); in decodeMultipartData()
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_api.c | 91 float fbuf[960*2]; in test_dec_api() local 318 VG_UNDEF(fbuf,sizeof(fbuf)); in test_dec_api() 319 if(opus_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_dec_api() 351 float fbuf[960*2]; in test_msdec_api() local 668 VG_UNDEF(fbuf,sizeof(fbuf)); in test_msdec_api() 669 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_msdec_api() 1074 float fbuf[960*2]; in test_enc_api() local 1413 memset(fbuf,0,sizeof(float)*2*960); in test_enc_api() 1415 i=opus_encode_float(enc, fbuf, 960, packet, sizeof(packet)); in test_enc_api() 1427 if(opus_encode_float(0,fbuf,960,packet,sizeof(packet))!=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
|
/external/libopus/tests/ |
D | test_opus_api.c | 91 float fbuf[960*2]; in test_dec_api() local 318 VG_UNDEF(fbuf,sizeof(fbuf)); in test_dec_api() 319 if(opus_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_dec_api() 351 float fbuf[960*2]; in test_msdec_api() local 668 VG_UNDEF(fbuf,sizeof(fbuf)); in test_msdec_api() 669 if(opus_multistream_decode_float(dec, packet, 3, fbuf, 960, 0)!=960)test_failed(); in test_msdec_api() 1074 float fbuf[960*2]; in test_enc_api() local 1413 memset(fbuf,0,sizeof(float)*2*960); in test_enc_api() 1415 i=opus_encode_float(enc, fbuf, 960, packet, sizeof(packet)); in test_enc_api() 1427 if(opus_encode_float(0,fbuf,960,packet,sizeof(packet))!=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
|