Home
last modified time | relevance | path

Searched refs:test_shifts (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/mach-exynos/
Ddmc_init_ddr3.c351 void test_shifts(struct exynos5420_phy_control *phy_ctrl, int ch, in test_shifts() function
424 test_shifts(phy_ctrl, ch, left_limit, right_limit, left); in software_find_read_offset()
425 test_shifts(phy_ctrl, ch, right_limit, left_limit, right); in software_find_read_offset()
/external/python/cpython2/Demo/parser/
Dtest_unparse.py96 def test_shifts(self): member in UnparseTestCase
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbitfield.ll83 define void @test_shifts(i32 %val32, i64 %val64) {
84 ; CHECK-LABEL: test_shifts:
/external/llvm/test/CodeGen/AArch64/
Dbitfield.ll83 define void @test_shifts(i32 %val32, i64 %val64) {
84 ; CHECK-LABEL: test_shifts:
/external/python/cpython3/Lib/test/test_tools/
Dtest_unparse.py145 def test_shifts(self): member in UnparseTestCase