HomeSort by relevance Sort by last modified time
    Searched refs:Interval (Results 151 - 175 of 231) sorted by null

1 2 3 4 5 67 8 910

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 410 for (Index = 0; Index < EHC_FRAME_LEN; Index += Qh->Interval) {
421 // 1. Find a queue head with the same poll interval, just insert
425 // Previous head's interval is bigger than Qh's
426 // Next head's interval is less than Qh's
429 while (Next->Interval > Qh->Interval) {
438 // For example: if insert a Qh with Qh.Interval == 4, and there is a Qh
439 // with Qh.Interval == 8 on the frame. If so, we are done with this frame.
440 // It isn't necessary to compare all the QH with the same interval to
441 // Qh. This is because if there is other QH with the same interval, Qh
    [all...]
EhciDebug.c 142 DEBUG ((EFI_D_VERBOSE, "Queue head @ 0x%p, interval %ld, next qh %p\n",
143 Qh, (UINT64)Qh->Interval, Qh->NextQh));
  /frameworks/base/cmds/statsd/tests/metrics/
ValueMetricProducer_test.cpp 85 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
163 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
237 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
324 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
535 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
573 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
729 ValueMetricProducer::Interval curInterval = valueProducer.mCurrentSlicedBucket.begin()->second;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 314 PollingInterval = UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.Interval;
447 UsbMouseAbsolutePointerDevice->IntEndpointDescriptor.Interval,
986 with interval of EFI_USB_INTERRUPT_DELAY. EFI_USB_INTERRUPT_DELAY
1014 UsbMouseAbsolutePointerDev->IntEndpointDescriptor.Interval,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 314 PollingInterval = UsbMouseDevice->IntEndpointDescriptor.Interval;
447 UsbMouseDevice->IntEndpointDescriptor.Interval,
967 with interval of EFI_USB_INTERRUPT_DELAY. EFI_USB_INTERRUPT_DELAY
995 UsbMouseDev->IntEndpointDescriptor.Interval,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java 102 // walk set and add each interval
104 Interval I = (Interval) iter.next();
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 268 info->polling_interval = pipe_info.Interval;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 226 UINT8 Interval;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 167 UINT8 Interval;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h 549 /// Indicates the measurement pilot interval in TU.
551 UINT8 Interval;
703 /// Specifies the timeout interval type.
707 /// Specifies the timeout interval value.
745 /// Specifies the timeout interval when the result code is AssociateRefusedTemporarily.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrUtil.hpp 145 tcu::Interval getChannel (const tcu::FloatFormat& conversionFormat,
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 147 IN PLARGE_INTEGER Interval
450 LARGE_INTEGER Interval;
451 Interval.QuadPart = -5000000; // 0.5 sec. from now
453 NtDelayExecution(FALSE, &Interval);
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 493 const tcu::Interval forwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValueForward[c], -0.5f, numVaryingSampleBits), minExponent, numBits),
495 const tcu::Interval backwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValueBackward[c], -0.5f, numVaryingSampleBits), minExponent, numBits),
503 const tcu::Interval numerator (forwardComponent - backwardComponent);
511 const tcu::Interval numeratorRange (convertFloatFlushToZeroRtn((float)numerator.lo(), minExponent, numeratorLoBits),
514 const tcu::Interval divisionRange = numeratorRange / 3.0f; // legal sample area is anywhere within this and neighboring pixels (i.e. size = 3)
515 const tcu::Interval divisionResultRange (convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), minExponent, numBits),
517 const tcu::Interval finalResultRange (divisionResultRange.lo() - surfaceThreshold[c], divisionResultRange.hi() + surfaceThreshold[c]);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 635 UINT32 Interval:8;
664 UINT32 Interval:8;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
EfiKey.c 383 PollingInterval = UsbKeyboardDevice->IntEndpointDescriptor.Interval;
536 UsbKeyboardDevice->IntEndpointDescriptor.Interval,
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 91 ATTRIBUTE Acct-Interim-Interval 85 integer
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 103 byte Interval; // Polling interval in frames.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 229 UINT32 Interval:8; // set to 0
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.c 179 UINT32 Interval = PcdGet8(PcdEccScrubInterval) & SCRUB_CFG_INTERVAL_MASK;
181 if( MrcData->ecc_enables == 0 || MrcData->boot_mode == bmS3 || Interval == 0) {
193 Interval << SCRUB_CFG_INTERVAL_SHIFT |
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 457 const tcu::Interval forwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValueForward[c], -0.5f, numVaryingSampleBits), minExponent, numBits),
459 const tcu::Interval backwardComponent (convertFloatFlushToZeroRtn(addErrorUlp((float)functionValueBackward[c], -0.5f, numVaryingSampleBits), minExponent, numBits),
467 const tcu::Interval numerator (forwardComponent - backwardComponent);
475 const tcu::Interval numeratorRange (convertFloatFlushToZeroRtn((float)numerator.lo(), minExponent, numeratorLoBits),
478 const tcu::Interval divisionRange = numeratorRange / 3.0f; // legal sample area is anywhere within this and neighboring pixels (i.e. size = 3)
479 const tcu::Interval divisionResultRange (convertFloatFlushToZeroRtn(addErrorUlp((float)divisionRange.lo(), -divisionErrorUlps, numBits), minExponent, numBits),
481 const tcu::Interval finalResultRange (divisionResultRange.lo() - surfaceThreshold[c], divisionResultRange.hi() + surfaceThreshold[c]);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 34 import org.antlr.misc.Interval;
  /frameworks/base/cmds/statsd/src/metrics/
ValueMetricProducer.cpp 378 Interval& interval = mCurrentSlicedBucket[eventKey]; local
388 if (!interval.startUpdated) {
389 interval.start = value;
390 interval.startUpdated = true;
398 if (interval.startUpdated) {
399 if (value >= interval.start) {
400 interval.sum += (value - interval.start);
401 interval.hasValue = true
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/
software-and-algorithms-1.0.jar 

Completed in 1448 milliseconds

1 2 3 4 5 67 8 910