/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 922 BlockInnerIterator itb(m, j); 923 for(; itb; ++itb) 925 s << "("<<itb.row() << ", " << itb.col() << ")\n"; 926 s << itb.value() <<"\n"; 1025 itb(mat, mat.outerToBlock(outer)), 1028 if (itb) 1030 m_id = m_mat.blockInnerIndex(itb.index()); 1032 m_end = m_mat.blockInnerIndex(itb.index()+1); 1040 ++itb; 1041 if (itb) [all …]
|
/external/u-boot/doc/uImage.FIT/ |
D | howto.txt | 29 process is a binary file (by convention with the ".itb" extension) that 83 $ mkimage -f kernel.its kernel.itb 86 $ mkimage -l kernel.itb 108 The resulting image file kernel.itb can be now transferred to the target, 119 => tftp 900000 /path/to/tftp/location/kernel.itb 122 Filename '/path/to/tftp/location/kernel.itb'. 193 $ mkimage -f kernel_fdt.its kernel_fdt.itb 196 $ mkimage -l kernel_fdt.itb 229 The resulting image file kernel_fdt.itb can be now transferred to the target, 233 => tftp 900000 /path/to/tftp/location/kernel_fdt.itb [all …]
|
D | source_file_format.txt | 59 .itb - flattened image tree blob 66 compiler) to produce image tree blob (.itb). Resulting .itb file is the 73 eldk-4.2-ramdisk --------------> tqm5200.itb --------------> bootm 80 - mkimage calls dtc to create .itb image and assures that 82 - .itb (new uImage) is uploaded onto the target and used therein
|
/external/u-boot/doc/ |
D | README.update | 71 following command will create the actual update file 'update_uboot.itb': 73 mkimage -f update_uboot.its update_uboot.itb 75 Place 'update_uboot.itb' on a TFTP server, for example as 76 '/tftpboot/update_uboot.itb', and set the 'updatefile' variable 79 setenv updatefile /tftpboot/update_uboot.itb
|
D | README.nvme | 64 => tftp 80000000 /tftpboot/kernel.itb 70 32376967 kernel.itb 75 => fatload nvme 0:1 a0000000 /kernel.itb
|
D | README.odroid | 127 - Image.itb 153 - boot_fit - for binary file: "Image.itb" 157 - boot_fit - if "Image.itb" exists
|
D | README.sdp | 73 full.itb:load 0x12100000
|
/external/u-boot/board/theobroma-systems/puma_rk3399/ |
D | README | 63 > make CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb 75 > dd if=u-boot.itb of=/dev/sdb seek=512 89 > ./rkdeveloptool wl 512 ../u-boot.itb 102 > load mmc 1:1 ${kernel_addr_r} u-boot.itb
|
/external/u-boot/board/theobroma-systems/lion_rk3368/ |
D | README | 27 > make CROSS_COMPILE=aarch64-unknown-elf- ARCH=arm u-boot.itb 39 > dd if=u-boot.itb of=/dev/sdb seek=512 53 > ./rkdeveloptool wl 512 ../u-boot.itb
|
/external/u-boot/configs/ |
D | ls1046ardb_qspi_SECURE_BOOT_defconfig | 14 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 23 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
D | ls1046ardb_qspi_defconfig | 13 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 22 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
D | ls1046ardb_sdcard_defconfig | 15 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 27 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
D | ls1046ardb_emmc_defconfig | 15 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 28 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
D | ls1046ardb_sdcard_SECURE_BOOT_defconfig | 16 …250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flash:16m… 29 CONFIG_MTDPARTS_DEFAULT="mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(kernel.itb);7e800000.flas…
|
/external/u-boot/board/samsung/common/bootscripts/ |
D | autoboot.cmd | 44 setenv kernelname Image.itb; 77 if test -e mmc 0:${mmcbootpart} Image.itb; then 78 echo Found kernel image: Image.itb;
|
/external/u-boot/board/rockchip/evb_rk3399/ |
D | README | 61 > make u-boot.itb 63 Get spl/u-boot-spl.bin and u-boot.itb in this step. 106 > rkdeveloptool wl 0x4000 u-boot/u-boot.itb
|
/external/libchrome/base/ |
D | observer_list_unittest.cc | 341 It itb = it; in TEST() local 342 EXPECT_EQ(itb, it); in TEST() 347 EXPECT_EQ(&*itb, &b); in TEST() 352 EXPECT_EQ(&*itb, &b); in TEST() 362 ita = itb; in TEST() 363 itb = It(); in TEST()
|
/external/u-boot/board/freescale/ls2080ardb/ |
D | README | 100 Kernel.itb 0x01000000 124 Kernel.itb 0x01000000
|
/external/u-boot/test/image/ |
D | test-imagetools.sh | 19 IMAGE_FIT_ITB=linux.itb
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | FlexibleDateTime.java | 456 Iterator<String> itb = b.iterator(); 459 String bb = itb.next();
|
/external/u-boot/board/freescale/ls2080aqds/ |
D | README | 103 Kernel.itb 0x01000000 116 Kernel.itb 0x01000000 0x08000
|
/external/u-boot/board/sunxi/ |
D | README.sunxi64 | 61 This will build the SPL in spl/sunxi-spl.bin and a FIT image called u-boot.itb, 99 # dd if=u-boot.itb of=/dev/sdx bs=8k seek=5 127 $ ./sunxi-fel spiflash-write 32768 u-boot.itb
|
/external/u-boot/board/freescale/ls1088a/ |
D | README | 145 Kernel.itb 0x01000000
|
/external/u-boot/ |
D | Makefile | 1106 u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE 1235 u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.itb FORCE
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.lsch3 | 361 => tftp a0000000 kernel.itb
|