Searched defs:version (Results 1 - 25 of 1603) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h11 * it under the terms of the GNU Lesser General Public License version 2.1 as
755 int version; member in struct:__anon34333
787 __u32 version; member in struct:__anon34335
/external/zlib/src/contrib/minizip/
H A Dmztools.c54 unsigned int version = READ_16(header + 4); local
153 WRITE_16(header + 4, version);
154 WRITE_16(header + 6, version);
H A Dunzip.h113 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info64_s
114 uLong version_needed; /* version needed to extract 2 bytes */
134 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info_s
135 uLong version_needed; /* version needed to extract 2 bytes */
313 This is the Central-header version of the extra field
410 This is the local-header version of the extra field (sometimes, there is
411 more info in the local-header version than in the central-header)
/external/zlib/src/contrib/untgz/
H A Duntgz.c80 char version[2]; /* 263 */ member in struct:tar_header
583 printf("untgz version 0.2.1\n"
584 " using zlib version %s\n\n",
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_version.c21 WebRtc_Word16 WebRtcSpl_get_version(char* version, WebRtc_Word16 length_in_bytes) argument
23 strncpy(version, "1.2.0", length_in_bytes);
/external/webrtc/src/common_audio/vad/
H A Dvad_unittest.cc93 char version[32]; local
94 EXPECT_EQ(-1, WebRtcVad_get_version(NULL, sizeof(version)));
95 EXPECT_EQ(-1, WebRtcVad_get_version(version, 1));
96 EXPECT_EQ(0, WebRtcVad_get_version(version, sizeof(version)));
H A Dwebrtc_vad.c25 WebRtc_Word16 WebRtcVad_get_version(char *version, size_t size_bytes) argument
29 if (version == NULL)
39 memcpy(version, my_version, sizeof(my_version));
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c1541 * This function returns the version number.
1544 * - version : Pointer to character string
1548 void WebRtcIsacfix_version(char *version) argument
1550 strcpy(version, "3.6.0");
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c2137 * This function returns the version number.
2140 * - version : Pointer to character string
2143 void WebRtcIsac_version(char* version) { argument
2144 strcpy(version, "4.3.0");
/external/webrtc/src/modules/audio_processing/aec/
H A Decho_cancellation.c871 const char version[] = "AEC 2.5.0"; local
872 const short versionLen = (short)strlen(version) + 1; // +1 for null-termination
882 strncpy(versionStr, version, versionLen);
/external/webrtc/src/modules/audio_processing/aecm/
H A Decho_control_mobile.c707 const char version[] = "AECM 1.2.0"; local
708 const short versionLen = (short)strlen(version) + 1; // +1 for null-termination
720 strncpy(versionStr, version, versionLen);
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c1698 const WebRtc_Word8 version[] = "AGC 1.7.0"; local
1699 const WebRtc_Word16 versionLen = (WebRtc_Word16)strlen(version) + 1;
1711 strncpy(versionStr, version, versionLen);
/external/webrtc/src/modules/audio_processing/
H A Decho_cancellation_impl.cc331 int EchoCancellationImpl::get_version(char* version, argument
333 if (WebRtcAec_get_version(version, version_len_bytes) != 0) {
H A Decho_control_mobile_impl.cc251 int EchoControlMobileImpl::get_version(char* version, argument
253 if (WebRtcAecm_get_version(version, version_len_bytes) != 0) {
H A Dgain_control_impl.cc336 int GainControlImpl::get_version(char* version, int version_len_bytes) const { argument
337 if (WebRtcAgc_Version(version, version_len_bytes) != 0) {
H A Dhigh_pass_filter_impl.cc146 int HighPassFilterImpl::get_version(char* version, argument
148 // An empty string is used to indicate no version information.
149 memset(version, 0, version_len_bytes);
H A Dlevel_estimator_impl.cc133 int LevelEstimatorImpl::get_version(char* version, argument
135 // An empty string is used to indicate no version information.
136 memset(version, 0, version_len_bytes);
H A Dnoise_suppression_impl.cc113 int NoiseSuppressionImpl::get_version(char* version, argument
116 if (WebRtcNs_get_version(version, version_len_bytes) != 0)
118 if (WebRtcNsx_get_version(version, version_len_bytes) != 0)
H A Dvoice_detection_impl.cc160 int VoiceDetectionImpl::get_version(char* version, argument
162 if (WebRtcVad_get_version(version, version_len_bytes) != 0) {
/external/webrtc/src/modules/audio_processing/ns/
H A Dnoise_suppression.c19 const char version[] = "NS 2.2.0"; local
20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
30 strncpy(versionStr, version, versionLen);
H A Dnoise_suppression_x.c19 const char version[] = "NS\t3.1.0"; local
20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
30 strncpy(versionStr, version, versionLen);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c58 u8 version; member in struct:iapp_hdr
189 hdr->version = IAPP_VERSION;
343 "RX: version=%d command=%d id=%d len=%d\n",
344 hdr->version, hdr->command,
346 if (hdr->version != IAPP_VERSION) {
347 wpa_printf(MSG_INFO, "Dropping IAPP frame with unknown version %d",
348 hdr->version);
H A Dwpa_auth.c1291 int version, pairwise; local
1297 version = force_version;
1299 version = WPA_KEY_INFO_TYPE_AKM_DEFINED;
1301 version = WPA_KEY_INFO_TYPE_AES_128_CMAC;
1303 version = WPA_KEY_INFO_TYPE_HMAC_SHA1_AES;
1305 version = WPA_KEY_INFO_TYPE_HMAC_MD5_RC4;
1309 wpa_printf(MSG_DEBUG, "WPA: Send EAPOL(version=%d secure=%d mic=%d "
1312 version,
1321 if ((version == WPA_KEY_INFO_TYPE_HMAC_SHA1_AES ||
1323 version
[all...]
H A Dwpa_auth_ie.c37 WPA_PUT_LE16(hdr->version, WPA_VERSION);
102 WPA_PUT_LE16(hdr->version, RSN_VERSION);
452 int ciphers, key_mgmt, res, version; local
464 version = WPA_PROTO_RSN;
466 version = WPA_PROTO_WPA;
468 if (!(wpa_auth->conf.wpa & version)) {
470 version, MAC2STR(sm->addr));
474 if (version == WPA_PROTO_RSN) {
581 if (version == WPA_PROTO_RSN)
588 version
[all...]

Completed in 4565 milliseconds

1234567891011>>