Home
last modified time | relevance | path

Searched refs:codeptr (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/x86/lib/
Dbios.c141 unsigned char *codeptr; in write_idt_stub() local
143 codeptr = (unsigned char *)target; in write_idt_stub()
144 memcpy(codeptr, &__idt_handler, __idt_handler_size); in write_idt_stub()
145 codeptr[3] = intnum; /* modify int# in the code stub. */ in write_idt_stub()
/external/libcups/filter/
Dinterpret.c517 *codeptr; /* Pointer into copy of code */ in _cupsRasterExecPS() local
544 codeptr = codecopy; in _cupsRasterExecPS()
546 while ((obj = scan_ps(st, &codeptr)) != NULL) in _cupsRasterExecPS()
/external/pcre/dist2/src/
Dpcre2_compile.c5195 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument
5217 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5378 *codeptr = code; in compile_branch()
7827 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument
7832 PCRE2_UCHAR *code = *codeptr; in compile_regex()
8047 *codeptr = code; in compile_regex()
8076 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()