HomeSort by relevance Sort by last modified time
    Searched defs:load_image (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
start_eltorito.S 98 load_image: label
boot.c 34 * The next two functions, 'load_image' and 'load_module', are the building
40 load_image (char *kernel, char *arg, kernel_t suggested_type, function
  /external/opencv/cxcore/src/
cximage.cpp 52 static CvLoadImageFunc load_image = 0; variable
131 if( load_image )
132 img = load_image( filename, color );
370 load_image = _load_image;
  /external/qemu/
loader.c 67 int load_image(const char *filename, uint8_t *addr) function

Completed in 100 milliseconds