Searched refs:fbase (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/board/freescale/m5253demo/ |
D | flash.c | 40 ulong fbase = 0; in flash_init() local 42 fbase = (ulong) CONFIG_SYS_FLASH_BASE; in flash_init() 43 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init() 44 flash_get_offsets((ulong) fbase, &flash_info[0]); in flash_init() 45 fbase += flash_info[0].size; in flash_init()
|
/external/tremolo/Tremolo/ |
D | floor0.c | 167 int fbase=nyq/fdx; in vorbis_lsp_to_curve() local 169 int fdy=nyq-fbase*fdx; in vorbis_lsp_to_curve() 326 f+=fbase; in vorbis_lsp_to_curve()
|
/external/testng/src/test/java/test/testng285/ |
D | BugBase.java | 22 public void fbase() { in fbase() method in BugBase
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 576 fbase = AnyTypeGenerator() 578 makeGenerator(fbase, None, None, False, False, True) 582 makeGenerator(n, base, fbase, True, True, False) 583 makeGenerator(fn, base, fbase, True, True, True) 585 fbase = fn 587 makeGenerator(atg, base, fbase, True, False, False)
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 1414 static const int fbase[] = { variable 2233 freq = fbase[(cmd.response[0] & 0x7)]; in mmc_startup()
|