Searched refs:buff_size (Results 1 - 6 of 6) sorted by relevance

/external/qemu/telephony/
H A Dremote_call.c108 int buff_size; member in struct:RemoteCallRec
123 call->buff_size = (int) sizeof(call->buff0);
162 rcall->buff_size = sizeof(rcall->buff0);
166 end = p + rcall->buff_size;
221 if (msg2len > call->buff_size) {
229 call->buff_size = msg2len;
233 end = p + call->buff_size;
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/
H A DSDL_umsaudio.c65 static UMSAudioDevice_ReturnCode UADWriteBuffSize(_THIS, long* buff_size );
66 static UMSAudioDevice_ReturnCode UADWriteBuffRemain(_THIS, long* buff_size );
67 static UMSAudioDevice_ReturnCode UADWriteBuffUsed(_THIS, long* buff_size );
422 static UMSAudioDevice_ReturnCode UADWriteBuffSize(_THIS, long* buff_size )
429 buff_size );
432 static UMSAudioDevice_ReturnCode UADWriteBuffRemain(_THIS, long* buff_size )
440 buff_size );
443 static UMSAudioDevice_ReturnCode UADWriteBuffUsed(_THIS, long* buff_size )
451 buff_size );
/external/srec/srec/include/
H A Dfront.h87 int buff_size; member in struct:__anon5991
/external/srec/srec/cfront/
H A Dfrontobj.c174 channel->buff_size = freqobj->window_length + 1;
240 channel->buff_size = 0;
256 memset(channel->prebuff, 0x00, channel->buff_size * sizeof(fftdata));
257 memset(channel->prerefbuff, 0x00, channel->buff_size * sizeof(fftdata));
/external/chromium/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5282 int32_t rules_length, target_cap, bytes_needed, buff_size; local
5301 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv);
5302 buff = malloc(buff_size);
5308 if(target_cap >= buff_size) {
5309 log_err("wanted %d bytes, only %d available\n", target_cap, buff_size);
/external/icu4c/test/cintltst/
H A Dnucnvtst.c5369 int32_t rules_length, target_cap, bytes_needed, buff_size; local
5388 buff_size = rules_length * ucnv_getMaxCharSize(utf8cnv);
5389 buff = malloc(buff_size);
5395 if(target_cap >= buff_size) {
5396 log_err("wanted %d bytes, only %d available\n", target_cap, buff_size);

Completed in 116 milliseconds