HomeSort by relevance Sort by last modified time
    Searched defs:product (Results 76 - 100 of 296) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/native/
cbigint.cpp 197 uint64_t product; local
201 product = 0;
205 product =
206 HIGH_IN_U64 (product) + arg2 * LOW_U32_FROM_PTR (arg1 + index);
207 LOW_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
208 product =
209 HIGH_IN_U64 (product) + arg2 * HIGH_U32_FROM_PTR (arg1 + index);
210 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
214 return HIGH_U32_FROM_VAR (product);
221 /* Assumes result can hold the product and arg2 only holds 32 bit
223 uint64_t product; local
259 uint64_t product = 0; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 777 FILE_TIMESTAMP product = (FILE_TIMESTAMP) s << FILE_TIMESTAMP_LO_BITS;
778 FILE_TIMESTAMP ts = product + offset;
781 && product <= ts && ts <= ORDINARY_MTIME_MAX))
772 FILE_TIMESTAMP product = (FILE_TIMESTAMP) s << FILE_TIMESTAMP_LO_BITS; local
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
130 UInt16 product; local
197 kr = (*dev)->GetDeviceProduct(dev, &product);
255 DBG("INFO: Found vid=%04x pid=%04x serial=%s\n", vendor, product,
259 vendor, product);
304 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product)
337 if (!is_adb_interface(vendor, product, interfaceClass,
adb.h 200 char *product; member in struct:atransport
  /bionic/libc/kernel/uapi/linux/
hiddev.h 35 __s16 product; member in struct:hiddev_devinfo
  /bootable/recovery/minadbd/
adb.h 187 char *product; member in struct:atransport
  /development/ndk/platforms/android-L/include/linux/
hiddev.h 35 __s16 product; member in struct:hiddev_devinfo
  /external/aac/libFDK/src/
fixpoint_math.cpp 521 INT product = 0; local
533 product = fMult(f1, f2);
536 return (FIXP_DBL)product;
  /external/bluetooth/bluedroid/stack/include/
sdp_api.h 169 UINT16 product; member in struct:t_sdp_di_record
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 46 #include "chrome/installer/util/product.h"
89 // First collect the list of DLLs to be registered from each product.
98 // TODO(robertshield): If we ever remove a DLL from a product, this will
203 const Product& product,
214 GetRegCommandKey(product.distribution(), command_key));
237 const Product& product,
239 DCHECK(product.is_chrome_app_host());
241 product, kCmdInstallApp
944 const Product& product = **it; local
1234 const Product* product = products[i]; local
1304 const Product& product = **it; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 354 int product = (quotient) * 28; local
356 year += product;
357 ASSERT((year >= minYear && year <= maxYear) || (product - year == static_cast<int>(std::numeric_limits<double>::quiet_NaN())));
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 355 int product = (c * a + 255); local
356 int expected_ceiling = (product + (product >> 8)) >> 8;
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 57 static inline T product (const tcu::Vector<T, Size>& v) function in namespace:deqp::gles31::Functional
119 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
130 << " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
194 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
198 groupVarInfo.arraySize == product(m_numWorkGroups));
211 for (deUint32 valNdx = 0; valNdx < product(m_numWorkGroups); valNdx++)
270 const int workGroupSize = (int)product(m_workGroupSize);
360 const int workGroupSize = (int)product(m_workGroupSize)
    [all...]
  /external/kernel-headers/original/uapi/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 81 char product[256]; /* name of product */ member in struct:joystick_hwdata
442 /* get product name */
445 refCF = CFDictionaryGetValue (usbProperties, CFSTR("USB Product Name"));
448 if (!CFStringGetCString (refCF, pDevice->product, 256, CFStringGetSystemEncoding ()))
449 SDL_SetError ("CFStringGetCString error retrieving pDevice->product.");
690 return device->product;
707 joystick->name = device->product;
  /external/skia/tests/
MathTest.cpp 355 int product = (c * a + 255); local
356 int expected_ceiling = (product + (product >> 8)) >> 8;
  /libcore/luni/src/main/java/java/math/
BigInt.java 277 static BigInt product(BigInt a, BigInt b) { method in class:BigInt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hiddev.h 47 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
hiddev.h 35 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
hiddev.h 35 __s16 product; member in struct:hiddev_devinfo
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
hiddev.h 35 __s16 product; member in struct:hiddev_devinfo
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 193 __u16 product; member in struct:input_device_id
  /external/aac/libAACenc/src/
metadata_compressor.cpp 399 FIXP_DBL f, product; local
409 /* product = t*f */
410 product = fMultNorm(t, f, &e_res);
411 product = scaleValue(product, e_res+METADATA_INT_BITS); /* convert to METADATA_FRACT */
414 exponent = fDivNorm(METADATA_FRACT_SCALE, product, &e_res);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 604 int product = 0; local
731 product = parse_hid_attribute(value_line, line_size, 4);
740 btif_config_set_int("Remote", bd_addr, "HidProductId", product);
745 //debug("HidSubClass: %02x, app_id = %d, vendor = %04x, product = %04x, product_ver = %04x"
747 // HidSubClass, app_id, vendor, product, product_ver, countrycode, ssr_min_timeout,
    [all...]

Completed in 1155 milliseconds

1 2 34 5 6 7 8 91011>>