Searched defs:valid_length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dwebrtc_vad.c110 int valid_length; local
118 valid_length = (kValidRates[i] / 1000 * valid_length_ms);
119 if (frame_length == valid_length) {
/external/dhcpcd/
H A Dshowlease.c149 valid_length(uint8_t option, int dl, int *type) function
248 if (valid_length(o, bl, type) == -1) {
H A Ddhcp.c260 valid_length(uint8_t option, int dl, int *type) function
367 if (valid_length(opt, bl, type) == -1) {
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c59 static int valid_length = -1; variable
738 valid_length = atoi(param);

Completed in 157 milliseconds