Searched refs:orig_data (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/board/gdsys/common/ |
D | phy.c | 126 u16 orig_data; in process_setupcmd() local 133 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 136 debug("is %04x. (value %04x mask %04x) ", orig_data, data, in process_setupcmd() 138 data = (orig_data & ~mask) | (data & mask); in process_setupcmd() 145 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 148 if ((orig_data & mask) != (data & mask)) in process_setupcmd() 151 orig_data, res ? "FAIL" : "PASS"); in process_setupcmd() 157 res = miiphy_read(bus, addr, reg, &orig_data); in process_setupcmd() 160 if ((orig_data & mask) != (data & mask)) in process_setupcmd() 164 mask, orig_data, res ? "FAIL" : "PASS", in process_setupcmd()
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_decompress_symbolic.cpp | 107 blk->orig_data[4 * i] = 1.0f; in decompress_symbolic_block() 108 blk->orig_data[4 * i + 1] = 0.0f; in decompress_symbolic_block() 109 blk->orig_data[4 * i + 2] = 1.0f; in decompress_symbolic_block() 110 blk->orig_data[4 * i + 3] = 1.0f; in decompress_symbolic_block() 120 blk->orig_data[4 * i] = 0.0f; in decompress_symbolic_block() 121 blk->orig_data[4 * i + 1] = 0.0f; in decompress_symbolic_block() 122 blk->orig_data[4 * i + 2] = 0.0f; in decompress_symbolic_block() 123 blk->orig_data[4 * i + 3] = 0.0f; in decompress_symbolic_block() 187 blk->orig_data[4 * i] = red; in decompress_symbolic_block() 188 blk->orig_data[4 * i + 1] = green; in decompress_symbolic_block() [all …]
|
D | astc_image_load_store.cpp | 108 float *fptr = pb->orig_data; in imageblock_initialize_work_from_orig() 143 float *fptr = pb->orig_data; in imageblock_initialize_orig_from_work()
|
D | astc_codec_internals.h | 145 float orig_data[MAX_TEXELS_PER_BLOCK * 4]; // original input data member
|
/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/crosvm/sys_util/src/ |
D | write_zeroes.rs | 80 let orig_data = [0x55u8; 5678]; in simple_test() localVariable 82 f.write(&orig_data).unwrap(); in simple_test() 146 let orig_data = [0x55u8; 0x20000]; in large_write_zeroes() localVariable 148 f.write(&orig_data).unwrap(); in large_write_zeroes()
|
/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/u-boot/tools/binman/etype/ |
D | intel_ifwi.py | 107 orig_data = self.data 109 same = orig_data == self.data
|
D | cbfs.py | 280 return cfile.data if decomp else cfile.orig_data
|
/external/u-boot/tools/binman/ |
D | cbfs_util.py | 230 self.orig_data = data 364 orig_data = data 366 data = tools.Compress(orig_data, 'lz4', with_header=False) 368 data = tools.Compress(orig_data, 'lzma', with_header=False) 369 self.memlen = len(orig_data)
|
/external/swiftshader/src/Device/ |
D | ASTC_Decoder.cpp | 41 const float *fptr = pb->orig_data; in write_imageblock()
|
/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()
|