Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera-jtag.c590 int start_code = 0; in altera_irscan() local
600 start_code = 0; in altera_irscan()
611 start_code = 1; in altera_irscan()
622 start_code = 2; in altera_irscan()
663 start_code, in altera_irscan()
689 int start_code = 0; in altera_swap_ir() local
699 start_code = 0; in altera_swap_ir()
710 start_code = 1; in altera_swap_ir()
721 start_code = 2; in altera_swap_ir()
763 start_code, in altera_swap_ir()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.c122 static MPP_RET store_nalu(Avs2dCtx_t *p_dec, RK_U8 *p_start, RK_U32 len, RK_U32 start_code) in store_nalu() argument
130 if (AVS2_IS_SLICE_START_CODE(start_code)) { in store_nalu()
133 } else if (AVS2_IS_HEADER(start_code)) { in store_nalu()
432 RK_U32 start_code = 0; in avs2_split_nalu() local
439 start_code = avs2_find_start_code(buf_start, buf_end, &start_code_ptr); in avs2_split_nalu()
443 start_code, start_code_ptr - buf_start, p_dec->prev_start_code); in avs2_split_nalu()
445 if (start_code == AVS2_VIDEO_SEQUENCE_START_CODE) { in avs2_split_nalu()
457 if (start_code == AVS2_VIDEO_SEQUENCE_START_CODE) { in avs2_split_nalu()
468 … if (AVS2_IS_SLICE_START_CODE(p_dec->prev_start_code) && !AVS2_IS_SLICE_START_CODE(start_code)) { in avs2_split_nalu()
473 if (start_code != AVS2_USER_DATA_START_CODE) in avs2_split_nalu()
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_flat.c79 unsigned long start_code; /* Start of text segment */ member
326 unsigned long start_code; in calc_reloc() local
362 start_code = p->lib_list[id].start_code; in calc_reloc()
372 addr = r + start_code; in calc_reloc()
398 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
410 val += current->mm->start_code; in old_reloc()
465 unsigned long start_code, end_code; in load_flat_file() local
746 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
752 current->mm->start_code = start_code; in load_flat_file()
775 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c40 RK_U8 start_code = 0xff; in jpegd_find_marker() local
44 buf_ptr = memchr(*pbuf_ptr, start_code, buf_size); in jpegd_find_marker()
741 RK_S32 start_code = 0xffd8; in jpegd_decode_frame() local
749 if (buf_size < 8 || !memchr(buf_ptr, start_code, 8)) { in jpegd_decode_frame()
757 start_code = jpegd_find_marker(&buf_ptr, buf_end); in jpegd_decode_frame()
758 if (start_code <= 0) { in jpegd_decode_frame()
766 start_code, buf_end - buf_ptr); in jpegd_decode_frame()
767 ctx->start_code = start_code; in jpegd_decode_frame()
773 if (start_code >= RST0 && start_code <= RST7) { in jpegd_decode_frame()
775 jpegd_dbg_syntax("restart marker: %d\n", start_code & 0x0f); in jpegd_decode_frame()
[all …]
H A Djpegd_parser.h146 RK_S32 start_code; member
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Duser.h59 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Duser.h38 unsigned long start_code; /* text starting address */ member
49 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Duser.h39 unsigned long start_code; /* text starting address */ member
50 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Duser.h44 unsigned long start_code; /* text starting address */ member
55 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Duser.h58 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Duser.h45 unsigned long start_code; /* text starting address */ member
57 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Duser.h64 unsigned long start_code; /* Starting virtual address of text. */ member
82 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Duser.h69 unsigned long start_code; /* Starting virtual address of text. */ member
84 #define HOST_TEXT_START_ADDR (u.start_code)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duser_32.h113 unsigned long start_code; /* Starting virtual address of text. */ member
129 #define HOST_TEXT_START_ADDR (u.start_code)
H A Duser_64.h116 unsigned long start_code; /* Starting virtual address of text. */ member
135 #define HOST_TEXT_START_ADDR (u.start_code)
H A Duser32.h55 __u32 start_code; /* Starting virtual address of text. */ member
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dptrace.c96 val = child->mm->start_code; in arch_ptrace()
101 - child->mm->start_code; in arch_ptrace()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c237 .start_code = 1,
248 .start_code = 1,
257 .start_code = 0,
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c266 .start_code = 6,
281 .start_code = 6,
298 .start_code = 0x17,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Duser.h57 unsigned long start_code; /* Starting virtual address of text. */ member
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsetup.c77 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsetup.c77 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c376 static const RK_U8 start_code[] = {0, 0, 1 }; in h265d_syntax_fill_slice() local
377 static const RK_U32 start_code_size = sizeof(start_code); in h265d_syntax_fill_slice()
395 memcpy(current, start_code, start_code_size); in h265d_syntax_fill_slice()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h135 __u64 start_code; /* code section bounds */ member

123