Searched refs:orig_data (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/board/gdsys/common/ |
D | phy.c | 128 u16 orig_data; in process_setupcmd() local 135 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 138 debug("is %04x. (value %04x mask %04x) ", orig_data, data, in process_setupcmd() 140 data = (orig_data & ~mask) | (data & mask); in process_setupcmd() 147 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 150 if ((orig_data & mask) != (data & mask)) in process_setupcmd() 153 orig_data, res ? "FAIL" : "PASS"); in process_setupcmd() 159 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 162 if ((orig_data & mask) != (data & mask)) in process_setupcmd() 166 mask, orig_data, res ? "FAIL" : "PASS", in process_setupcmd()
|
/external/vboot_reference/firmware/lib/ |
D | region-kernel.c | 137 void *orig_data; in VbGbbReadImage() local 149 orig_data = VbExMalloc(image_info->original_size); in VbGbbReadImage() 153 orig_data, &inoutsize); in VbGbbReadImage() 156 data = orig_data; in VbGbbReadImage()
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_assign.cpp | 195 int* orig_data = orig_tensor.data(); in test_same_type() local 198 VERIFY_IS_EQUAL(orig_tensor.data(), orig_data); in test_same_type() 208 orig_data = orig_array.data(); in test_same_type() 211 VERIFY_IS_EQUAL(orig_array.data(), orig_data); in test_same_type() 221 orig_data = orig_map.data(); in test_same_type() 224 VERIFY_IS_EQUAL(orig_map.data(), orig_data); in test_same_type()
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 2173 void *orig_data; in DB_get_both() local 2192 orig_data = data.data; in DB_get_both() 2216 if (data.data != orig_data) in DB_get_both()
|