Home
last modified time | relevance | path

Searched defs:code_len (Results 1 – 25 of 25) sorted by relevance

/external/capstone/bindings/ocaml/
Docaml.c28 CAMLprim value _cs_disasm(cs_arch arch, csh handle, const uint8_t * code, size_t code_len, uint64_t… in _cs_disasm()
632 size_t count, code_len; in ocaml_cs_disasm() local
741 uint64_t addr, count, code_len; in ocaml_cs_disasm_internal() local
/external/u-boot/board/gdsys/p1022/
Dsdhc_boot.c38 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local
Dcontrolcenterd-id.c396 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local
769 u32 code_len, code_offset; in load_sd_key_program() local
/external/u-boot/board/freescale/common/
Dsdhc_boot.c23 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local
/external/libhevc/encoder/
Dihevce_encode_header.h48 #define PUT_BITS(ps_bitstrm, code_val, code_len, ret_val) \ argument
Dihevce_bitstream.c132 IHEVCE_ERROR_T ihevce_put_bits(bitstrm_t *ps_bitstrm, UWORD32 u4_code_val, WORD32 code_len) in ihevce_put_bits()
/external/u-boot/drivers/mtd/spi/
Dfsl_espi_spl.c36 u32 offset, code_len, copy_len = 0; in fsl_spi_boot() local
/external/libavc/encoder/
Dih264e_encode_header.h52 #define PUT_BITS(ps_bitstrm, code_val, code_len, ret_val, syntax_string) \ argument
Dih264e_bitstream.c142 WORD32 code_len) in ih264e_put_bits()
/external/u-boot/drivers/mmc/
Dfsl_esdhc_spl.c64 u32 offset, code_len; in mmc_boot() local
/external/capstone/arch/PowerPC/
DPPCDisassembler.c331 const uint8_t *code, size_t code_len, in getInstruction()
368 bool PPC_getInstruction(csh ud, const uint8_t *code, size_t code_len, in PPC_getInstruction()
/external/capstone/arch/XCore/
DXCoreDisassembler.c35 static bool readInstruction16(const uint8_t *code, size_t code_len, uint16_t *insn) in readInstruction16()
46 static bool readInstruction32(const uint8_t *code, size_t code_len, uint32_t *insn) in readInstruction32()
729 bool XCore_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *MI, in XCore_getInstruction()
/external/capstone/arch/Mips/
DMipsDisassembler.c321 const uint8_t *code, size_t code_len, in MipsDisassembler_getInstruction()
393 bool Mips_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, in Mips_getInstruction()
407 const uint8_t *code, size_t code_len, in Mips64Disassembler_getInstruction()
447 bool Mips64_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, in Mips64_getInstruction()
/external/brotli/c/dec/
Ddecode.c513 static BROTLI_INLINE void ProcessSingleCodeLength(uint32_t code_len, in ProcessSingleCodeLength()
540 static BROTLI_INLINE void ProcessRepeatedCodeLength(uint32_t code_len, in ProcessRepeatedCodeLength()
604 uint32_t code_len; in ReadSymbolCodeLengths() local
643 uint32_t code_len; in SafeReadSymbolCodeLengths() local
/external/capstone/arch/X86/
DX86Disassembler.c786 bool X86_getInstruction(csh ud, const uint8_t *code, size_t code_len, in X86_getInstruction()
/external/u-boot/arch/x86/cpu/
Dmp_init.c223 int code_len; in load_sipi_vector() local
/external/python/cpython2/Objects/
Dframeobject.c103 Py_ssize_t code_len = 0; /* ...and its length */ in frame_setlineno() local
/external/capstone/arch/Sparc/
DSparcDisassembler.c224 bool Sparc_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *MI, in Sparc_getInstruction()
/external/python/cpython3/Objects/
Dframeobject.c75 Py_ssize_t code_len = 0; /* ...and its length */ in frame_setlineno() local
/external/capstone/arch/AArch64/
DAArch64Disassembler.c221 const uint8_t *code, size_t code_len, in _getInstruction()
260 bool AArch64_getInstruction(csh ud, const uint8_t *code, size_t code_len, in AArch64_getInstruction()
/external/capstone/arch/SystemZ/
DSystemZDisassembler.c300 bool SystemZ_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *MI, in SystemZ_getInstruction()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c764 uint32 code_len) in vmw_ioctl_shader_create()
/external/capstone/bindings/java/capstone/
DCapstone.java255 public NativeLong cs_disasm(NativeLong handle, byte[] code, NativeLong code_len, in cs_disasm()
/external/capstone/arch/ARM/
DARMDisassembler.c446 …c DecodeStatus _ARM_getInstruction(cs_struct *ud, MCInst *MI, const uint8_t *code, size_t code_len, in _ARM_getInstruction()
683 …DecodeStatus _Thumb_getInstruction(cs_struct *ud, MCInst *MI, const uint8_t *code, size_t code_len, in _Thumb_getInstruction()
877 bool Thumb_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, in Thumb_getInstruction()
886 bool ARM_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, in ARM_getInstruction()
/external/webp/src/dec/
Dvp8l_dec.c277 int code_len; in ReadHuffmanCodeLengths() local