Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 1390) sorted by relevance

12345678910>>...56

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dassembler.h55 #define PLD(code...) code argument
57 #define PLD(code...) argument
81 #define CALGN(code...) argument
/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dcr.c240 unsigned long code[] = in cpu_post_test_cr() local
263 unsigned long code[] = in cpu_post_test_cr() local
288 unsigned long code[] = in cpu_post_test_cr() local
311 unsigned long code[] = in cpu_post_test_cr() local
H A Db.c41 unsigned long code[] = in cpu_post_test_bc() local
86 ulong code[] = in cpu_post_test_b() local
109 ulong code[] = in cpu_post_test_b() local
H A Dstring.c40 ulong code[] = in cpu_post_test_string() local
62 ulong code[] = in cpu_post_test_string() local
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Ddis.h14 static inline int insn_length(unsigned char code) in insn_length()
25 static inline int is_known_insn(unsigned char *code) in is_known_insn()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c63 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
79 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
90 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap()
133 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error()
146 #define DO_ERROR_INFO(name, signo, code, str) \ argument
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dfault.c65 static inline void bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long add… in bad_area()
81 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault()
197 int code = SEGV_MAPERR; in do_page_fault() local
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dirq.c216 u16 code; member
222 static inline int ext_hash(u16 code) in ext_hash()
229 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq()
249 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Derror_private.h44 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
46 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) in ERR_getErrorCode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffer_inserter.hpp544 geometry::strategy::buffer::result_code code = geometry::strategy::buffer::result_no_output; in apply() local
615 geometry::strategy::buffer::result_code const code in apply() local
673 geometry::strategy::buffer::result_code code in iterate() local
728 geometry::strategy::buffer::result_code code = geometry::strategy::buffer::result_no_output; in apply() local
807 geometry::strategy::buffer::result_code const code in iterate() local
870 geometry::strategy::buffer::result_code const code in apply() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe_tmpl.h7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw()
29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield()
72 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dicmp.c283 static bool icmpv4_mask_allow(struct net *net, int type, int code) in icmpv4_mask_allow()
299 static bool icmpv4_global_allow(struct net *net, int type, int code) in icmpv4_global_allow()
315 struct flowi4 *fl4, int type, int code) in icmpv4_xrlim_allow()
414 int code = icmp_param->data.icmph.code; in icmp_reply() local
487 int type, int code, in icmp_route_lookup()
593 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, in __icmp_send()
784 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send()
1216 int code = icmp_hdr(skb)->code; in icmp_err() local
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsigreturn_codes.S33 #define ARM_OK(code...) code argument
35 #define ARM_OK(code...) argument
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dio_ionsp.h446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument
448 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument
449 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument
450 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-thumb.c28 #define TEST_ITBLOCK(code) \ argument
244 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument
277 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple-fold.h73 enum tree_code code, tree type, tree op0) in gimple_build()
81 enum tree_code code, tree type, tree op0, tree op1) in gimple_build()
89 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple-fold.h73 enum tree_code code, tree type, tree op0) in gimple_build()
81 enum tree_code code, tree type, tree op0, tree op1) in gimple_build()
89 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build()
/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_cmd.c273 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status()
315 enum fcp_resp_rsp_codes code) in ft_send_resp_code()
327 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free()
385 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_af_module.cpp172 int code; in sample_add_zoom_position() local
191 int code; in sample_sub_zoom_position() local
210 short code; in sample_add_focus_position() local
227 short code; in sample_sub_focus_position() local
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dassembler.h170 #define CPU_BE(code...) code argument
179 #define CPU_LE(code...) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcompression.cpp49 int code; in compress() local
84 int code; in decompress() local
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dfault.c137 int code, struct pt_regs *regs) in __do_user_fault()
244 int sig, code; in do_page_fault() local
490 int code; member
503 int sig, int code, const char *name) in hook_fault_code()
536 int sig, int code, const char *name) in hook_ifault_code()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c25 u32 code; member
130 static const struct vimc_deb_pix_map *vimc_deb_pix_map_by_code(u32 code) in vimc_deb_pix_map_by_code()
141 static bool vimc_deb_src_code_is_valid(u32 code) in vimc_deb_src_code_is_valid()
173 struct v4l2_subdev_mbus_code_enum *code) in vimc_deb_enum_mbus_code()
278 u32 code = fmt->format.code; in vimc_deb_set_fmt() local
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_seqnum.c50 s32 code; in krb5_make_seq_num() local
77 s32 code; in krb5_get_seq_num() local

12345678910>>...56