| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.c | 590 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 D | avs2d_parse.c | 122 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 D | binfmt_flat.c | 79 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 D | jpegd_parser.c | 40 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 D | jpegd_parser.h | 146 RK_S32 start_code; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | user.h | 59 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 D | user.h | 38 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 D | user.h | 39 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 D | user.h | 44 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 D | user.h | 58 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 D | user.h | 45 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 D | user.h | 64 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 D | user.h | 69 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 D | user_32.h | 113 unsigned long start_code; /* Starting virtual address of text. */ member 129 #define HOST_TEXT_START_ADDR (u.start_code)
|
| H A D | user_64.h | 116 unsigned long start_code; /* Starting virtual address of text. */ member 135 #define HOST_TEXT_START_ADDR (u.start_code)
|
| H A D | user32.h | 55 __u32 start_code; /* Starting virtual address of text. */ member
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | ptrace.c | 96 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 D | hw_data.c | 237 .start_code = 1, 248 .start_code = 1, 257 .start_code = 0,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | hw_data.c | 266 .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 D | user.h | 57 unsigned long start_code; /* Starting virtual address of text. */ member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | compat_ptrace.h | 45 u32 start_code; /* Starting virtual address of text. */ member
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | setup.c | 77 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | setup.c | 77 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser2_syntax.c | 376 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 D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|