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

  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.c 472 uint32_t pba = 0; local
485 pba = E1000_PBA_48K;
491 pba = E1000_PBA_48K;
495 pba = E1000_PBA_30K;
500 pba = E1000_PBA_38K;
503 pba = E1000_PBA_20K;
506 pba = E1000_PBA_64K;
509 pba = E1000_PBA_8K;
515 E1000_WRITE_REG ( &adapter->hw, PBA, pba );
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 327 void initializeImage(Context& ctx, VkImage im, const ConstPixelBufferAccess* pba, ImageViewParameters imParams)
372 const IVec3 curLevelSize = pba[level].getSize();
379 deMemcpy(bufCurPtr, pba[level].getDataPtr(), copySize);
507 std::vector<ConstPixelBufferAccess> pba; member in struct:vkt::texture::__anon16789::TestCaseData
699 , m_levels (testCaseData.pba)
1241 std::vector<ConstPixelBufferAccess> pba; local
1247 pba.push_back(m_tex->getLevel(levelNdx));
1250 return pba;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 126 pab, pba = x*y, y*x
127 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]
  /external/python/cpython2/Lib/test/
test_long.py 134 pab, pba = x*y, y*x
135 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 128 pab, pba = x*y, y*x
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 128 pab, pba = x*y, y*x
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 128 pab, pba = x*y, y*x
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 128 pab, pba = x*y, y*x
129 eq(pab, pba, Frm("multiplication does not commute for %r and %r", x, y))
    [all...]

Completed in 1140 milliseconds