Home
last modified time | relevance | path

Searched refs:code (Results 6001 - 6025 of 6839) sorted by relevance

1...<<241242243244245246247248249250>>...274

/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c1246 switch (fmt.format.code) { in rvin_mc_validate_format()
1276 vin->mbus_code = fmt.format.code; in rvin_mc_validate_format()
1332 if (fmt.format.code != vin->mbus_code) in rvin_mc_validate_format()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dmain.c32 * The initial developer of the original code is David A. Hinds
70 * spinlock. All code which touches the hardware should check the
872 wstats->discard.code++; in __orinoco_ev_rx()
1436 wstats->discard.code += in __orinoco_ev_info()
1439 wstats->discard.code += in __orinoco_ev_info()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Dwl3501_cs.c1390 wstats->discard.code += value; in wl3501_get_wireless_stats()
1393 wstats->discard.code += value; in wl3501_get_wireless_stats()
1396 wstats->discard.code += value; in wl3501_get_wireless_stats()
1525 /* FIXME: study the code to fill in more fields... */ in wl3501_get_range()
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/
H A Dzd1201.c415 int code; in zd1201_getconfig() local
429 code = le16_to_cpu(*(__le16*)(&zd->rxdata[4])); in zd1201_getconfig()
436 if ((code & ZD1201_ACCESSBIT) != ZD1201_ACCESSBIT || rid_fid != rid ) in zd1201_getconfig()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c95 * a lot more convenient, and where our shared code expect it. in nv50_pior_depth()
1423 u32 code = (addr & 0x00ff0000) >> 16; in nv50_disp_intr_error() local
1429 ec = nvkm_enum_find(nv50_disp_intr_error_code, code); in nv50_disp_intr_error()
1433 type, et ? et->name : "", code, ec ? ec->name : "", in nv50_disp_intr_error()
1503 /* The below segments of code copying values from one register to in nv50_disp_init()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83793.c1466 static int watchdog_notify_sys(struct notifier_block *this, unsigned long code, in watchdog_notify_sys() argument
1471 if (code == SYS_DOWN || code == SYS_HALT) { in watchdog_notify_sys()
1519 /* Tell the watchdog code the client is gone */ in w83793_remove()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c948 unsigned int code, int value) in applespi_event()
1117 static unsigned int applespi_code_to_key(u8 code, int fn_pressed) in applespi_code_to_key() argument
1119 unsigned int key = applespi_scancodes[code]; in applespi_code_to_key()
947 applespi_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) applespi_event() argument
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.c8 * 1. Redistributions of source code must retain the above copyright notice, this list of
577 content.outMsg->code = 0; in SendDeathMsg()
1128 if ((node->msg.code != content->outMsg->code) || in CheckReceivedMsg()
/kernel/linux/linux-6.6/drivers/scsi/
H A D3w-9xxx.c68 Serialize reset code.
1961 static char *twa_string_lookup(twa_message_type *table, unsigned int code) in twa_string_lookup() argument
1965 for (index = 0; ((code != table[index].code) && in twa_string_lookup()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_nvme.c945 uint32_t code, status, idx; in lpfc_nvme_io_cmd_cmpl() local
1006 code = bf_get(lpfc_wcqe_c_code, wcqe); in lpfc_nvme_io_cmd_cmpl()
1007 if (code == CQE_CODE_NVME_ERSP) { in lpfc_nvme_io_cmd_cmpl()
1013 * code is not needed in the next NVME Transport drop. in lpfc_nvme_io_cmd_cmpl()
/kernel/linux/linux-6.6/net/core/
H A Dflow_dissector.c176 key_icmp->code = ih->code; in skb_flow_get_icmp_tci()
1002 return hdr->ver == 1 && hdr->type == 1 && hdr->code == 0; in is_pppoe_ses_hdr_valid()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h734 __u16 code; member
755 __u16 code; member
759 __u16 code; member
1762 __u16 rc; /* Ultravisor return code */
1763 __u16 rrc; /* Ultravisor return reason code */
/third_party/backends/backend/
H A Depson2-ops.c1767 /* receive image data + error code */ in e2_ext_read()
1818 unsigned char code; member
1838 if (result->code != STX) { in read_info_block()
1839 DBG(1, "error: got %02x, expected STX\n", result->code); in read_info_block()
/third_party/libuv/include/
H A Duv.h203 #define XX(code, _) UV_ ## code = UV__ ## code,
/third_party/libuv/include/uv_ndk/
H A Duv.h187 #define XX(code, _) UV_ ## code = UV__ ## code,
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c606 * coordinate must use the quotient rule. The high level GLSL code is as in lower_gradient_cube_map()
648 * where L is the dimension of the cubemap. The code is: in lower_gradient_cube_map()
1184 nir_ssa_def *code = nir_channel(b, &tex_copy->dest.ssa, 4); in lower_tg4_offsets() local
1186 residency = nir_sparse_residency_code_and(b, residency, code); in lower_tg4_offsets()
1188 residency = code; in lower_tg4_offsets()
/third_party/node/src/crypto/
H A Dcrypto_common.cc213 const char* code = "UNSPECIFIED"; in X509ErrorCode() local
214 #define CASE_X509_ERR(CODE) case X509_V_ERR_##CODE: code = #CODE; break; in X509ErrorCode()
248 return code; in X509ErrorCode()
608 // but NOT for non-ASCII characters. Note that all bytes of any code in IsSafeAltName()
655 // code that might be splitting the string at commas (as Node.js itself in PrintAltName()
660 // Latin-1, which corresponds to the first 255 Unicode code points. in PrintAltName()
/third_party/lzma/Asm/x86/
H A DLzmaDecOpt.asm4 ; 3 - is the code compatibility version of LzmaDec_DecodeReal_*()
6 ; That code is tightly coupled with LzmaDec_TryDummy()
781 jmp short len_mid_2 ; we use short here for MASM that doesn't optimize that code as another assembler programs
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h2 // Use of this source code is governed by a BSD-style license that can be
130 // GetCode emits any pending (non-emitted) code and fills the descriptor desc.
137 // Convenience wrapper for code without safepoint or handler tables.
170 void bind(Label* L); // Binds an unbound label L to current code position.
183 // Returns the branch offset to the given label from the current code
213 // Read/Modify the code target address in the branch/call instruction at pc.
239 // This is for calls and branches within generated code. The serializer
242 Address instruction_payload, Code code, Address target);
257 // in the code, so the serializer should not step forwards in memory after
291 // Aligns code t
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc2 // Use of this source code is governed by a BSD-style license that can be
23 * - w19 : Used to temporarely store a value before a call to C code.
46 * registers need to be retained every time a call to C code
56 * in the code)
59 * native code, passed to match signature of
64 * - fp[8] lr Return from the RegExp code.
67 * - fp[-8] direct_call 1 => Direct call from JavaScript code.
88 * code and the remaining arguments are passed in registers, e.g. by calling the
89 * code entry as cast to a function with the signature:
129 __ B(&entry_label_); // We'll write the entry code late in RegExpMacroAssemblerARM64()
1193 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/objects/code-inl.h"
30 * - r9 : Unused, might be used by C code and expected unchanged.
42 * native code, passed to match signature of
45 * - fp[44] direct_call (if 1, direct call from JavaScript code,
75 * code and the remaining arguments are passed in registers, e.g. by calling the
76 * code entry as cast to a function with the signature:
111 __ jmp(&entry_label_); // We'll write the entry code later. in RegExpMacroAssemblerARM()
557 // The emitted code for generic character classes is good enough. in CheckSpecialCharacterClass()
689 // Finalize code in GetCode()
993 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/objects/code-inl.h"
44 * - fp[68] direct_call (if 1, direct call from JavaScript code,
78 * - fp[72] ra Return from RegExp code (ra). kReturnAddress
105 * code and the remaining arguments are passed in registers, e.g. by calling the
106 * code entry as cast to a function with the signature:
143 __ jmp(&entry_label_); // We'll write the entry code later. in RegExpMacroAssemblerMIPS()
144 // If the code gets too big or corrupted, an internal exception will be in RegExpMacroAssemblerMIPS()
570 // The emitted code for generic character classes is good enough. in CheckSpecialCharacterClass()
695 // If the code get in GetCode()
1009 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc2 // Use of this source code is governed by a BSD-style license that can be
12 #include "src/objects/code-inl.h"
42 * - fp[72] ra Return from RegExp code (ra). kReturnAddress
69 * code and the remaining arguments are passed in registers, e.g. by calling the
70 * code entry as cast to a function with the signature:
107 __ jmp(&entry_label_); // We'll write the entry code later. in RegExpMacroAssemblerLOONG64()
108 // If the code gets too big or corrupted, an internal exception will be in RegExpMacroAssemblerLOONG64()
521 // The emitted code for generic character classes is good enough. in CheckSpecialCharacterClass()
647 // If the code gets corrupted due to long regular expressions and lack of in GetCode()
652 // Finalize code in GetCode()
963 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc2 // Use of this source code is governed by a BSD-style license that can be
12 #include "src/objects/code-inl.h"
39 * - fp[52] direct_call (if 1, direct call from JavaScript code,
69 * code and the remaining arguments are passed in registers, e.g. by calling the
70 * code entry as cast to a function with the signature:
105 __ jmp(&entry_label_); // We'll write the entry code later. in RegExpMacroAssemblerMIPS()
106 // If the code gets too big or corrupted, an internal exception will be in RegExpMacroAssemblerMIPS()
538 // The emitted code for generic character classes is good enough. in CheckSpecialCharacterClass()
663 // If the code gets corrupted due to long regular expressions and lack of in GetCode()
668 // Finalize code in GetCode()
971 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc2 // Use of this source code is governed by a BSD-style license that can be
38 * native code, passed to match signature of
41 * - direct_call (if 1, direct call from JavaScript code, if 0
68 * code, by calling the code entry as cast to a function with the signature:
101 __ jmp(&entry_label_); // We'll write the entry code later. in RegExpMacroAssemblerIA32()
595 // The emitted code for generic character classes is good enough. in CheckSpecialCharacterClass()
734 // Finalize code - write the entry point code now we know how many in GetCode()
737 // Entry code in GetCode()
1047 Handle<Code> code = GetCode() local
[all...]

Completed in 64 milliseconds

1...<<241242243244245246247248249250>>...274