Searched refs:toc (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/ |
D | main.css | 111 .toc code, .toc kbd, .toc samp { 204 /* The #toc id refers to the single global table of contents, while the .toc 207 .toc code, .toc kbd, .toc samp { font-size: 100%; } 208 .toc li { font-weight: bold; } 209 .toc li li { font-weight: normal; }
|
/hardware/intel/bootstub/ |
D | bootstub.c | 334 static void load_imr_toc(u32 imr, u32 imrsize, imr_toc_t *toc, u32 tocsize) in load_imr_toc() argument 336 if (imr == 0 || imrsize == 0 || toc == NULL || tocsize == 0 || imrsize < tocsize ) in load_imr_toc() 341 memcpy((u8 *)imr, (u8 *)toc, tocsize); in load_imr_toc()
|