Home
last modified time | relevance | path

Searched refs:code (Results 2751 - 2775 of 6521) sorted by relevance

1...<<111112113114115116117118119120>>...261

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c403 prog->code = info_out.bin.code; in nv50_program_translate()
491 /* Out of space: evict everything to compactify the code segment, hoping in nv50_program_upload_code()
499 debug_printf("WARNING: out of code space, evicting all shaders.\n"); in nv50_program_upload_code()
502 NOUVEAU_ERR("shader too large (0x%x) to fit in code space ?\n", size); in nv50_program_upload_code()
508 /* CP code must be uploaded in FP code segment. */ in nv50_program_upload_code()
524 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code()
526 nv50_ir_apply_fixups(prog->interps, prog->code, in nv50_program_upload_code()
532 nv50_sifc_linear_u8(&nv50->base, nv50->screen->code, in nv50_program_upload_code()
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc2 // Use of this source code is governed by a BSD-style license that can be
71 // eliminate dead code. in IsLiveAtTarget()
151 // For all blocks, find the list of jumps that jump over code unreachable from in ComputePostDominatingHoles()
455 reg.code()); in DropRegisterValue()
458 target_reg.code()); in DropRegisterValue()
699 reg.code()); in ForceAllocate()
708 MachineRepresentation::kTagged, reg.code()); in ForceAllocate()
714 register_values_[reg.code()] = node; in SetRegister()
727 MachineRepresentation::kTagged, reg.code()); in TryAllocateRegister()
820 reg.code()}; in MergeRegisterValues()
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
H A Dmain.go332 switch result.code {
345 fmt.Fprintf(row, alignCenter(result.code, columnWidth))
478 code statusCode
556 return status{code: pass, timeTaken: timeTaken}
564 return status{code: skip, timeTaken: timeTaken}
567 // Compiler returned non-zero exit code
572 return status{code: fail, err: err, timeTaken: timeTaken}
575 // Compiler returned zero exit code, or output was not as expected
600 return status{code: fail, err: err, timeTaken: timeTaken}
620 // large corpora of tests for which the generated code i
[all...]
/kernel/linux/linux-6.6/drivers/input/
H A Dinput-core-private.h14 unsigned int type, unsigned int code, int value);
/third_party/elfutils/libdw/
H A Ddwarf_getabbrevcode.c1 /* Get abbreviation code.
42 return abbrev == NULL ? 0 : abbrev->code; in dwarf_getabbrevcode()
H A Ddwarf_whatattr.c1 /* Return attribute code of given attribute.
41 return attr == NULL ? 0 : attr->code; in dwarf_whatattr()
/third_party/node/test/parallel/
H A Dtest-buffer-no-negative-allocation.js8 code: 'ERR_INVALID_ARG_VALUE',
H A Dtest-buffer-tostring-rangeerror.js13 code: 'ERR_INVALID_ARG_VALUE',
H A Dtest-zlib-invalid-arg-value-brotli-compress.js19 code: 'ERR_INVALID_ARG_TYPE'
H A Dtest-buffer-over-max-length.js11 code: 'ERR_INVALID_ARG_VALUE',
H A Dtest-http-client-headers-host-array.js21 code: /ERR_INVALID_ARG_TYPE/
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc2 // Use of this source code is governed by a BSD-style license that can be
13 #include "src/codegen/code-factory.h"
29 #include "src/wasm/wasm-code-manager.h"
175 // Clobber clobbered input registers when running with the debug-code flag in RecordWriteField()
331 // Clobber clobbered registers when running with the debug-code flag in CallRecordWriteStub()
1228 FPURegister nextfpreg = FPURegister::from_code(fd.code() + 1); in CallRecordWriteStub()
1256 FPURegister nextfpreg = FPURegister::from_code(fd.code() + 1); in CallRecordWriteStub()
1316 // non-isolate-independent code. In many cases it might be cheaper than in CallRecordWriteStub()
1327 // non-isolate-independent code. In many cases it might be cheaper than in CallRecordWriteStub()
1369 // this code t in CallRecordWriteStub()
3730 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...]
/kernel/linux/linux-5.10/include/linux/
H A Dtca6416_keypad.h17 int code; /* input event code (KEY_*, SW_*) */ member
/kernel/linux/linux-6.6/include/linux/
H A Dtca6416_keypad.h17 int code; /* input event code (KEY_*, SW_*) */ member
/third_party/jerryscript/jerry-port/default/include/
H A Djerryscript-port-default.h40 typedef void (* fatal_handler_t)(int code);
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DOpenSLESUtilities.h25 const char *getSLErrStr(SLresult code);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dvmlinux.lds.S41 code : {
118 * Initialization code and data:
216 code : {
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dwrt350n-v2-setup.c74 .code = KEY_RESTART,
79 .code = KEY_WPS_BUTTON,
H A Dts209-setup.c205 .code = KEY_COPY,
210 .code = KEY_RESTART,
H A Dts409-setup.c211 .code = KEY_RESTART,
216 .code = KEY_COPY,
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dirq_alpha.c3 * Alpha specific irq code.
155 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%x\n", in process_mcheck_info()
156 machine, vector, get_irq_regs()->pc, mchk_header->code); in process_mcheck_info()
158 switch (mchk_header->code) { in process_mcheck_info()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dvmlinux.lds.S41 code : {
117 * Initialization code and data:
215 code : {
/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip_attach.c125 uint16_t code = OP_REP_IMPORT; in query_import_device() local
149 rc = usbip_net_recv_op_common(sockfd, &code, &status); in query_import_device()

Completed in 17 milliseconds

1...<<111112113114115116117118119120>>...261