Home
last modified time | relevance | path

Searched defs:code (Results 5901 - 5925 of 6039) sorted by relevance

1...<<231232233234235236237238239240>>...242

/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h148 u32 code; member
992 u8 code[6]; /* dword 2 */ member
1008 u8 code[6]; /* dword 2 */ member
1021 u8 code[6]; /* dword 2 */ member
1050 u8 code[6]; /* DWORD 2 */ member
1061 u8 code[6]; /* DWORD 2 */ member
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c4481 static int ip6_pkt_drop(struct sk_buff *skb, u8 code, int ipstats_mib_noroutes) in ip6_pkt_drop() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dbpf.h46 __u8 code; member
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp185 napi_value code = nullptr; in throwExistingError() local
205 napi_value code = nullptr; in throwError() local
223 napi_value code = nullptr; in throwTypeError() local
242 napi_value code = nullptr; throwRangeError() local
276 napi_value code = nullptr; createError() local
293 napi_value code = nullptr; createTypeError() local
308 napi_value code = nullptr; createRangeError() local
324 napi_value code = nullptr; getAndClearLastException() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c676 int32_t code; in writer_open() local
782 uint32_t code; in validate_string() local
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c1273 int code, value, ofs = 0; in mxf_read_pixel_layout() local
/third_party/glfw/src/
H A Dinternal.h367 int code; member
/third_party/NuttX/include/nuttx/
H A Dscsi.h626 uint8_t code; /* 0: Response code See SCSIRESP_SENSEDATA_*FIXED defns */ member
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c2648 LLVMValueRef code = NULL; in visit_image_load() local
4968 LLVMValueRef code = NULL; in visit_tex() local
H A Dac_llvm_build.c417 char code[16]; in ac_build_optimization_barrier() local
1351 char code[25 in ac_build_buffer_load_format() local
2320 LLVMValueRef code = LLVMBuildExtractValue(ctx->builder, result, 1, ""); ac_build_image_opcode() local
2369 LLVMValueRef code = LLVMConstInlineAsm(calltype, ac_build_cvt_pknorm_i16_f16() local
2382 LLVMValueRef code = LLVMConstInlineAsm(calltype, ac_build_cvt_pknorm_u16_f16() local
4576 LLVMValueRef code = LLVMConstInlineAsm(calltype, "s_endpgm", "", true, false); ac_build_s_endpgm() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7106 ir_variable *code = in_var(glsl_type::int_type, "code"); in _is_sparse_texels_resident() local
7121 ir_variable *code = in_var(glsl_type::int_type, "code"); in _is_sparse_texels_resident_intrinsic() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c343 pvr_cmd_buffer_upload_usc(struct pvr_cmd_buffer *const cmd_buffer, const void *const code, const size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_upload_usc() argument
370 pvr_cmd_buffer_upload_pds(struct pvr_cmd_buffer *const cmd_buffer, const uint32_t *data, uint32_t data_size_dwords, uint32_t data_alignment, const uint32_t *code, uint32_t code_size_dwords, uint32_t code_alignment, uint64_t min_alignment, struct pvr_pds_upload *const pds_upload_out) pvr_cmd_buffer_upload_pds() argument
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1088 ValidateSingleFunction(const WasmModule* module, int func_index, base::Vector<const uint8_t> code, Counters* counters, AccountingAllocator* allocator, WasmFeatures enabled_features) ValidateSingleFunction() argument
1127 base::Vector<const uint8_t> code = wire_bytes.GetFunctionBytes(func); ValidateSequentially() local
1196 base::Vector<const uint8_t> code = CompileLazy() local
1217 WasmCode* code; CompileLazy() local
1428 RecordStats(const Code code, Counters* counters) RecordStats() argument
2517 base::Vector<const uint8_t> code = global() variable
3478 Handle<Code> code = unit->Finalize(); FinalizeJSToWasmWrappers() local
3525 WasmCode* code = code_vector[i]; OnFinishedUnits() local
3718 PublishCode( base::Vector<std::unique_ptr<WasmCode>> code) PublishCode() argument
3937 Handle<Code> code = unit->Finalize(); CompileJsToWasmWrappers() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c125 emit_record_no_abbrev(struct dxil_buffer *b, unsigned code, in emit_record_no_abbrev() argument
141 emit_record(struct dxil_module *m, unsigned code, in emit_record() argument
148 emit_record_int(struct dxil_module *m, unsigned code, int value) in emit_record_int() argument
/third_party/libinput/src/
H A Dlibinput.c232 uint32_t code; member
3341 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code) in libinput_device_pointer_has_button() argument
3347 libinput_device_keyboard_has_key(struct libinput_device *device, uint32_t code) in libinput_device_keyboard_has_key() argument
3366 libinput_device_tablet_pad_has_key(struct libinput_device *device, uint32_t code) in libinput_device_tablet_pad_has_key() argument
1714 libinput_tablet_tool_has_button(struct libinput_tablet_tool *tool, uint32_t code) libinput_tablet_tool_has_button() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c1670 code = *(e + 1); in litest_create() local
1797 unsigned int code; in litest_add_device_with_overrides() local
1953 litest_event(struct litest_device *d, unsigned int type, unsigned int code, int value) litest_event() argument
2447 litest_tablet_set_tool_type(struct litest_device *d, unsigned int code) litest_tablet_set_tool_type() argument
2829 unsigned int code; litest_switch_action() local
3400 int type, code; litest_create_uinput() local
3534 int type, code; litest_create_uinput_abs_device_v() local
4450 litest_filter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_filter_event() argument
4458 litest_unfilter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_unfilter_event() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc44 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock() argument
49 Instruction* GetLastInstruction(InstructionSequence* code, in GetLastInstruction() argument
1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
1896 const InstructionSequence* code = data->code(); ComputeLiveOut() local
2173 int code = config()->GetAllocatableGeneralCode(i); ProcessInstructions() local
2184 int code = config()->GetAllocatableDoubleCode(i); ProcessInstructions() local
2197 int code = config()->GetAllocatableFloatCode(i); ProcessInstructions() local
2207 int code = config()->GetAllocatableSimd128Code(i); ProcessInstructions() local
2218 int code = config()->GetAllocatableSimd128Code(i); ProcessInstructions() local
4171 int code = codes[i]; PickRegisterThatIsAvailableLongest() local
5107 InstructionSequence* code = data()->code(); CommitSpillsInDeferredBlocks() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc4036 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); LowerStringFromSingleCharCode() local
4154 Node* code = value; LowerStringFromSingleCodePoint() local
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc387 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() argument
445 void TurboAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode, in Call() argument
1779 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
2005 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
2428 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc2234 hint(SystemHint code) hint() argument
3676 hlt(int code) hlt() argument
3681 brk(int code) brk() argument
3697 debug(const char* message, uint32_t code, Instr params) debug() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc2355 break_(uint32_t code, bool break_as_stop) break_() argument
2367 stop(uint32_t code) stop() argument
2377 tge(Register rs, Register rt, uint16_t code) tge() argument
2384 tgeu(Register rs, Register rt, uint16_t code) tgeu() argument
2391 tlt(Register rs, Register rt, uint16_t code) tlt() argument
2398 tltu(Register rs, Register rt, uint16_t code) tltu() argument
2405 teq(Register rs, Register rt, uint16_t code) teq() argument
2412 tne(Register rs, Register rt, uint16_t code) tne() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc3730 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3872 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4472 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
4657 Handle<Code> code = CallRecordWriteStub() local
4676 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
5537 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
H A Dassembler-mips.cc2216 break_(uint32_t code, bool break_as_stop) break_() argument
2228 stop(uint32_t code) stop() argument
2238 tge(Register rs, Register rt, uint16_t code) tge() argument
2245 tgeu(Register rs, Register rt, uint16_t code) tgeu() argument
2252 tlt(Register rs, Register rt, uint16_t code) tlt() argument
2259 tltu(Register rs, Register rt, uint16_t code) tltu() argument
2266 teq(Register rs, Register rt, uint16_t code) teq() argument
2273 tne(Register rs, Register rt, uint16_t code) tne() argument
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc688 static void AssertCodeTIsBaseline(MacroAssembler* masm, Register code, in AssertCodeTIsBaseline() argument
679 AssertCodeTIsBaselineAllowClobber(MacroAssembler* masm, Register code, Register scratch) AssertCodeTIsBaselineAllowClobber() argument
1838 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local
2167 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<CodeT> code) Generate_CallOrConstructVarargs() argument
2237 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument
4834 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
4976 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3235 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Jump() argument
3316 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Call() argument
3846 Register code = kJavaScriptCallCodeStartRegister; InvokeFunctionCode() local
4154 Handle<Code> code = CallRuntime() local
4173 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, JumpToExternalReference() local
4959 int code = config->GetAllocatableGeneralCode(i); GetRegisterThatIsNotOneOf() local
[all...]

Completed in 136 milliseconds

1...<<231232233234235236237238239240>>...242