HomeSort by relevance Sort by last modified time
    Searched refs:cmdsize (Results 1 - 3 of 3) sorted by null

  /system/core/fastboot/
protocol.c 107 int cmdsize = strlen(cmd); local
114 if(cmdsize > 64) {
119 if(usb_write(usb, cmd, cmdsize) != cmdsize) {
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
1204 for (j = 0; j < mh->ncmds; j++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 120 if (sc.cmdsize != sizeof(struct symtab_command))
145 buf += lc.cmdsize;

Completed in 80 milliseconds