Home
last modified time | relevance | path

Searched refs:ver_major (Results 1 – 6 of 6) sorted by relevance

/external/curl/tests/
Dsecureserver.pl52 my $ver_major;
196 $ver_major = $1;
205 last if($ver_major);
207 if((!$ver_major) || (!$ver_minor)) {
216 $stunnel_version = (100*$ver_major) + $ver_minor;
222 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n";
249 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
300 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
/external/vboot_reference/scripts/
Dgetversion.sh15 ver_major="${vernum[0]}"
19 ver_major="v0"
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
/external/libmtp/src/
Dplaylist-spl.c73 …ks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t …
205 uint32_t ver_major; in playlist_t_to_spl() local
208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2; in playlist_t_to_spl()
209 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1() in playlist_t_to_spl()
212 IF_DEBUG() printf(".spl version %d.%02d\n", ver_major, ver_minor); in playlist_t_to_spl()
215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files); in playlist_t_to_spl()
594 const uint32_t ver_major, in spl_text_t_from_tracks() argument
607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor); in spl_text_t_from_tracks()
630 if(ver_major == 2) { in spl_text_t_from_tracks()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c436 …nfc_hal_cb.nvm_cb.flags, nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor, nvm_patch_prese… in nfc_hal_prm_spd_check_version()
470 else if ( (nfc_hal_cb.nvm_cb.ver_major == patchfile_ver_major) in nfc_hal_prm_spd_check_version()
475 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor); in nfc_hal_prm_spd_check_version()
486 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor); in nfc_hal_prm_spd_check_version()
503 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor); in nfc_hal_prm_spd_check_version()
530 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor); in nfc_hal_prm_spd_check_version()
Dnfc_hal_dm.c760 STREAM_TO_UINT16 (nfc_hal_cb.nvm_cb.ver_major, p); in nfc_hal_dm_proc_msg_during_init()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h343 UINT16 ver_major; /* Current major version of patch in nvm */ member