HomeSort by relevance Sort by last modified time
    Searched refs:ver (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /external/libvpx/build/make/
gen_msvs_sln.sh 28 --ver=version Version (7,8,9) of visual studio to generate for
222 --ver=*) vs_ver="$optval"
230 --ver=*) vs_ver="$optval"
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 228 int ver, const u8 *dest, u16 proto,
232 int ver, const u8 *nonce,
237 u16 ver, u16 key_info,
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 46 Version(const Version& ver);
47 bool operator<(const Version& ver) const;
48 Version& operator=(const Version& ver);
  /external/bluetooth/bluez/test/
bdaddr.c 319 struct hci_version ver; local
369 if (hci_read_local_version(dd, &ver, 1000) < 0) {
387 bt_compidtostr(ver.manufacturer), ver.manufacturer);
413 if (ver.manufacturer == vendor[i].compid) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 67 OSVERSIONINFO ver; local
68 ver.dwOSVersionInfoSize = sizeof (OSVERSIONINFO);
69 GetVersionEx(&ver);
70 switch (ver.dwPlatformId) {
72 if ( ver.dwMajorVersion > 4 ) {
  /external/openssl/ssl/
s23_clnt.c 119 static const SSL_METHOD *ssl23_get_client_method(int ver);
122 static const SSL_METHOD *ssl23_get_client_method(int ver)
125 if (ver == SSL2_VERSION)
128 if (ver == SSL3_VERSION)
130 else if (ver == TLS1_VERSION)
132 else if (ver == TLS1_1_VERSION)
134 else if (ver == TLS1_2_VERSION)
  /external/bluetooth/bluez/tools/
hciconfig.c 1123 struct hci_version ver; local
1134 if (hci_read_local_version(dd, &ver, 1000) < 0) {
1140 hciver = hci_vertostr(ver.hci_ver);
1141 lmpver = lmp_vertostr(ver.lmp_ver);
1147 hciver ? hciver : "n/a", ver.hci_ver, ver.hci_rev,
1148 lmpver ? lmpver : "n/a", ver.lmp_ver, ver.lmp_subver,
1149 bt_compidtostr(ver.manufacturer), ver.manufacturer)
1741 struct hci_version ver; local
    [all...]
  /external/libvpx/
libs.mk 142 --ver=$(CONFIG_VS_VERSION) \
168 --ver=$(CONFIG_VS_VERSION) \
186 $(BUILD_PFX)$(LIBVPX_SO): $(LIBVPX_OBJS) libvpx.ver
189 $(BUILD_PFX)$(LIBVPX_SO): SO_VERSION_SCRIPT = libvpx.ver
194 libvpx.ver: $(call enabled,CODEC_EXPORTS)
199 CLEAN-OBJS += libvpx.ver
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_dev_attr.c 329 int wps_process_os_version(struct wps_device_data *dev, const u8 *ver)
331 if (ver == NULL) {
336 dev->os_version = WPA_GET_BE32(ver);
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 303 int ver, const u8 *dest, u16 proto,
307 int ver, const u8 *nonce,
312 u16 ver, u16 key_info,
  /external/icu4c/common/
uresimp.h 227 * @param ver fillin for the version number
233 UVersionInfo ver,
  /external/libvpx/vpx/
vpx_encoder.h 570 * \param[in] ver ABI version number. Must be set to
581 int ver);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ipw.c 402 int ver; local
414 ver = wpa_driver_wext_get_version(drv->wext);
415 if (ver >= 18) {
417 "detected.", ver);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 120 i16 ver; member in struct:__anon16696
h264bsd_deblocking.c 340 mv3 = mb1->mv[ind1].ver;
341 mv4 = mb1->mv[ind2].ver;
372 tmp3 = mb1->mv[ind1].ver;
373 tmp4 = mb1->mv[ind2].ver;
404 (ABS(mb1->mv[ind1].ver - mb2->mv[ind2].ver) >= 4))
438 (ABS(mb1->mv[0].ver - mb2->mv[10].ver) >= 4) ||
450 (ABS(mb1->mv[1].ver - mb2->mv[11].ver) >= 4) |
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 380 char ver[40]; local
417 sprintf (ver, "%4.2f", VERSION);
418 dest = cb->data + 320 + 320*186 - 11 - 8*strlen(ver);
419 for (x=0 ; x< (int) strlen(ver) ; x++)
420 Draw_CharToConback (ver[x], dest+(x<<3));
801 char ver[80]; local
816 sprintf (ver, "LinuxGL (%4.2f) QuakeWorld", LINUX_VERSION);
818 sprintf (ver, "GL (%4.2f) QuakeWorld", GLQUAKE_VERSION);
820 x = vid.conwidth - (strlen(ver)*8 + 11) - (vid.conwidth*8/320)*7;
821 for (i=0 ; i< (int) strlen(ver) ; i++
    [all...]
draw.c 652 char ver[100]; local
659 //sprintf (ver, "start commands with a \\ character %4.2f", VERSION);
662 sprintf (ver, "%4.2f", VERSION);
663 dest = conback->data + 320 + 320*186 - 11 - 8*strlen(ver);
666 sprintf (ver, "Linux (%4.2f) QuakeWorld %4.2f", LINUX_VERSION, VERSION);
668 sprintf (ver, "QuakeWorld %4.2f", VERSION);
670 dest = conback->data + 320 - (strlen(ver)*8 + 11) + 320*186;
674 for (x=0 ; x<strlen(ver) ; x++)
675 Draw_CharToConback (ver[x], dest+(x<<3));
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 185 std::string ver = caps->Attr(QN_VER); local
192 s->set_version(ver);
  /external/grub/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libffi/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libvpx/vpx/src/
vpx_decoder.c 25 int ver)
29 if (ver != VPX_DECODER_ABI_VERSION)
  /external/llvm/autoconf/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 210 unsigned int ver:4; /* PPPoE Version (must be 1) */ member in struct:PPPoEPacketStruct
212 unsigned int ver:4; /* PPPoE Version (must be 1) */ member in struct:PPPoEPacketStruct
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 145 int ver; local
166 ver = fc & WLAN_FC_PVER;
171 if (ver == 3) {
180 } else if (ver == 1 || ver == 2) {
181 handle_tx_callback(drv, buf, data_len, ver == 2 ? 1 : 0);
183 } else if (ver != 0) {
184 printf("unknown protocol version %d\n", ver);
  /hardware/invensense/mlsdk/mllite/
mldl_cfg.h 80 #define MPL_PROD_KEY(ver, rev) (ver * 100 + rev)

Completed in 369 milliseconds

1 2 3 45 6 7 8 91011