HomeSort by relevance Sort by last modified time
    Searched refs:ver_major (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/scripts/
getversion.sh 15 ver_major="${vernum[0]}"
19 ver_major="v0"
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
  /device/google/dragon/recovery/updater/
fmap.h 42 uint8_t ver_major; /* major version */ member in struct:fmap
fwtool.cpp 63 fmap->name, fmap->ver_major, fmap->ver_minor,
  /external/curl/tests/
secureserver.pl 52 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/libmtp/src/
playlist-spl.c 73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
205 uint32_t ver_major; local
208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2;
209 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1()
212 IF_DEBUG() printf(".spl version %d.%02d\n", ver_major, ver_minor);
215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files);
594 const uint32_t ver_major,
607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor);
630 if(ver_major == 2) {
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 436 nfc_hal_cb.nvm_cb.flags, nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor, nvm_patch_present_mask );
470 else if ( (nfc_hal_cb.nvm_cb.ver_major == patchfile_ver_major)
475 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
486 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
503 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
530 nfc_hal_cb.nvm_cb.ver_major, nfc_hal_cb.nvm_cb.ver_minor);
    [all...]
nfc_hal_dm.c 760 STREAM_TO_UINT16 (nfc_hal_cb.nvm_cb.ver_major, p);
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 343 UINT16 ver_major; /* Current major version of patch in nvm */ member in struct:__anon16119

Completed in 199 milliseconds