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

  /external/u-boot/arch/x86/lib/
bios.c 140 unsigned char *codeptr; local
142 codeptr = (unsigned char *)target;
143 memcpy(codeptr, &__idt_handler, __idt_handler_size);
144 codeptr[3] = intnum; /* modify int# in the code stub. */
  /external/libcups/filter/
interpret.c 517 *codeptr; /* Pointer into copy of code */ local
544 codeptr = codecopy;
546 while ((obj = scan_ps(st, &codeptr)) != NULL)
    [all...]

Completed in 124 milliseconds