Searched refs:optbuf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c163 char optbuf[100], optopt[100]; local
172 optbuf[0] = 0;
177 sprintf(optbuf, "-%c <%s>", options[i].sopt,
180 shortopt_len = strlen(optbuf);
183 strcat(optbuf, ", ");
188 strcat(optbuf, optopt);
189 longopt_len = strlen(optbuf);
193 sprintf(optbuf, "-%c", options[i].sopt);
194 shortopt_len = strlen(optbuf);
197 strcat(optbuf, ", ");
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c105 char optbuf[100], optopt[100]; local
111 optbuf[0] = 0;
116 sprintf(optbuf, "/%s <%s>", options[i].opt,
121 sprintf(optbuf, "/%s", options[i].opt);
124 printf(" %-22s %s\n", optbuf, gettext(options[i].description));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m59 s.optbuf=s.optbuf(ix);
93 s.optbuf(start_ix:end_ix)=s.optbuf(start_ix:end_ix)/s.fs(k)*1000;
113 if any(s.optbuf~=0)
114 peak_ix=find(s.optbuf(cng_ix)<0); % peak mode is labeled with negative values
115 no_peak_ix=find(s.optbuf(cng_ix)>0); %setdiff(1:length(cng_ix),peak_ix);
117 s.arrival(cng_ix(peak_ix))+abs(s.optbuf(cng_ix(peak_ix)))-send_t(cng_ix(peak_ix)),...
120 s.arrival(cng_ix(no_peak_ix))+abs(s.optbuf(cng_ix(no_peak_ix)))-send_t(cng_ix(no_peak_ix)),...
H A Dparse_delay_file.m37 optbuf = zeros(Npackets, 1);
148 optbuf(last_decode_k) = fread(fid, 1, 'int32');
191 'optbuf', optbuf);

Completed in 682 milliseconds