Home
last modified time | relevance | path

Searched refs:ibase (Results 1 – 15 of 15) sorted by relevance

/external/libpng/contrib/tools/
DmakesRGB.c77 unsigned int i, i16, ibase; in main() local
211 for (ibase=0; ibase<65536; ibase+=128) in main()
213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base; in main()
214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; in main()
219 png_sRGB_base[ibase >> 7] = trybase; in main()
220 png_sRGB_delta[ibase >> 7] = trydelta; in main()
224 for (i16=ibase; i16 < ibase+128; ++i16) in main()
289 png_sRGB_base[ibase >> 7] = base; in main()
290 png_sRGB_delta[ibase >> 7] = delta; in main()
294 ibase>>7, ob, od, base, delta, eco, ecbase); in main()
[all …]
/external/toybox/tests/files/bc/
Dmisc1.txt16 ibase
35 (ibase)
60 ++ibase
61 --ibase
Dparse.txt1 ibase = A; ibase = 2
1030 ibase = A; ibase = 3
2059 ibase = A; ibase = 4
3088 ibase = A; ibase = 5
4117 ibase = A; ibase = 6
5146 ibase = A; ibase = 7
6175 ibase = A; ibase = 8
7204 ibase = A; ibase = 9
8233 ibase = A; ibase = 11
9262 ibase = A; ibase = 12
[all …]
/external/u-boot/arch/x86/cpu/
Dirq.c86 pirq = readb((uintptr_t)priv->ibase + in pirq_check_irq_routed()
117 writeb(irq, (uintptr_t)priv->ibase + in pirq_assign_irq()
239 dm_pci_read_config32(dev->parent, ibase_off, &priv->ibase); in create_pirq_routing_table()
240 priv->ibase &= ~0xf; in create_pirq_routing_table()
330 writel(0, (uintptr_t)priv->ibase + priv->actl_addr); in irq_enable_sci()
/external/brotli/
Dbootstrap15 BROTLI_ABI_INT=`echo "ibase=16;$BROTLI_ABI_HEX" | bc`
22 BROTLI_VERSION_INT=`echo "ibase=16;$BROTLI_VERSION_HEX" | bc`
/external/u-boot/doc/device-tree-bindings/misc/
Dintel,irq-router.txt14 "ibase": IRQ routing is in the memory-mapped IBASE register block
15 - intel,ibase-offset : IBASE register offset in the interrupt router's PCI
16 configuration space, required only if intel,pirq-config = "ibase".
/external/u-boot/arch/x86/include/asm/
Dirq.h54 u32 ibase; member
/external/u-boot/arch/x86/dts/
Dcherryhill.dts81 intel,pirq-config = "ibase";
82 intel,ibase-offset = <0x50>;
Dbayleybay.dts106 intel,pirq-config = "ibase";
107 intel,ibase-offset = <0x50>;
Dbaytrail_som-db5800-som-6867.dts129 intel,pirq-config = "ibase";
130 intel,ibase-offset = <0x50>;
Ddfi-bt700.dtsi127 intel,pirq-config = "ibase";
128 intel,ibase-offset = <0x50>;
Dconga-qeval20-qa3-e3845.dts116 intel,pirq-config = "ibase";
117 intel,ibase-offset = <0x50>;
Dminnowmax.dts130 intel,pirq-config = "ibase";
131 intel,ibase-offset = <0x50>;
/external/blktrace/btreplay/
Dbtreplay.c138 static char *ibase = "replay"; // Input base name variable
807 sprintf(fn, "%s/%s.%s.%d.rep", idir, tip->devnm, ibase, in tip_init()
984 sprintf(full_name, "%s/%s.%s.%d", idir, dip->devnm, ibase, cpu); in __find_input_files()
1525 ibase = optarg; in handle_args()
/external/u-boot/
DMakefile987 …/_image_binary_end/ {end = $$1} END {if (start != "" && end != "") print "ibase=16; " toupper(end)…