Searched defs:cbd (Results 1 – 14 of 14) sorted by relevance
/external/coreboot/src/security/vboot/ |
D | vboot_loader.c | 36 const struct cbfs_boot_device *cbd = vboot_get_cbfs_boot_device(); in after_verstage() local 96 static struct cbfs_boot_device cbd; in vboot_get_cbfs_boot_device() local
|
/external/coreboot/src/lib/ |
D | cbfs.c | 45 const struct cbfs_boot_device *cbd = cbfs_get_boot_device(force_ro); in _cbfs_boot_lookup() local 617 void cbfs_boot_device_find_mcache(struct cbfs_boot_device *cbd, uint32_t id) in cbfs_boot_device_find_mcache() 644 enum cb_err cbfs_init_boot_device(const struct cbfs_boot_device *cbd, in cbfs_init_boot_device() 705 static void mcache_to_cbmem(const struct cbfs_boot_device *cbd, u32 cbmem_id) in mcache_to_cbmem()
|
D | coreboot_table.c | 221 const struct cbfs_boot_device *cbd = cbfs_get_boot_device(false); in lb_boot_media_params() local
|
/external/libnl/python/examples/ |
D | iface.py | 87 cbd = test_class() variable
|
D | wiphy.py | 137 cbd = test_class() variable
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2EdgeUtil.java | 147 int cbd = -S2.robustCCW(c, d, b, cCrossD); in robustCrossingInternal() local 515 double cbd = -(cd.dotProd(b)); in simpleCrossing() local 563 int cbd = -S2.robustCCW(c, d, b, cCrossD); in robustCrossing() local
|
D | S2EdgeIndex.java | 459 double cbd = S2Point.crossProd(c, b).dotProd(d); in lenientCrossing() local
|
D | S2.java | 259 double cbd = -cd.dotProd(b); in simpleCrossing() local
|
/external/coreboot/tests/lib/ |
D | cbfs-verification-test.c | 13 static struct cbfs_boot_device cbd; variable
|
D | coreboot_table-test.c | 419 const struct cbfs_boot_device *cbd = cbfs_get_boot_device(false); in test_write_tables() local
|
D | cbfs-lookup-test.c | 13 static struct cbfs_boot_device cbd; variable
|
/external/coreboot/payloads/libpayload/libcbfs/ |
D | cbfs.c | 47 const struct cbfs_boot_device *cbd = cbfs_get_boot_device(force_ro); in _cbfs_boot_lookup() local
|
/external/libnl/python/netlink/ |
D | capi.i | 600 struct pynl_callback *cbd = arg; in nl_recv_msg_handler() local 641 struct pynl_callback *cbd = arg; in nl_recv_err_handler() local
|
/external/coreboot/payloads/libpayload/tests/libcbfs/ |
D | cbfs-lookup-test.c | 285 const struct cbfs_boot_device *cbd = NULL; in test_cbfs_boot_device_init() local
|