Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dbios.c140 unsigned char *codeptr; in write_idt_stub() local
142 codeptr = (unsigned char *)target; in write_idt_stub()
143 memcpy(codeptr, &__idt_handler, __idt_handler_size); in write_idt_stub()
144 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.c4911 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_branch() argument
4933 PCRE2_UCHAR *code = *codeptr; in compile_branch()
5094 *codeptr = code; in compile_branch()
7519 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() argument
7524 PCRE2_UCHAR *code = *codeptr; in compile_regex()
7739 *codeptr = code; in compile_regex()
7768 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()