/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 // A Disassembler object is used to disassemble a block of code instruction by 9 // The example below will disassemble a block of code and print it to stdout. 22 // of code into a FILE*, meaning that the above functionality could also be 441 int32_t code = instr->Bits(25, 6); in PrintCode() local 443 "0x%05x (%d)", code, code); in PrintCode() 452 int32_t code = instr->Bits(15, 6); in PrintCode() local 454 base::SNPrintF(out_buffer_ + out_buffer_pos_, "0x%03x", code); in PrintCode() 703 case 'c': { // 'code fo in FormatOption() [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 22 # and improvement coefficients relative to gcc-generated code. 81 $code.=<<___; 557 $code.=<<___; 591 $code.=<<___; 631 $code.=<<___; 666 $code.=<<___ if (!$LITTLE_ENDIAN); 670 $code.=<<___; 678 $code.=<<___ if ($LITTLE_ENDIAN); 684 $code.=<<___ if (!$LITTLE_ENDIAN); 693 $code [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 22 # and improvement coefficients relative to gcc-generated code. 81 $code.=<<___; 557 $code.=<<___; 591 $code.=<<___; 631 $code.=<<___; 666 $code.=<<___ if (!$LITTLE_ENDIAN); 670 $code.=<<___; 678 $code.=<<___ if ($LITTLE_ENDIAN); 684 $code.=<<___ if (!$LITTLE_ENDIAN); 693 $code [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.c | 2 * WPA Supplicant - test code 8 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 201 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && in ieee802_1x_encapsulate_radius() 288 radius_msg_get_hdr(e->last_recv_radius)->code == in ieee802_1x_encapsulate_radius() 709 eap->code = EAP_CODE_REQUEST; in send_eap_request_identity() 788 switch (hdr->code) { in ieee802_1x_decapsulate_radius() 811 os_strlcpy(buf, "unknown EAP code", sizeof(buf)); in ieee802_1x_decapsulate_radius() 815 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d " in ieee802_1x_decapsulate_radius() 817 hdr->code, hdr->identifier, ntohs(hdr->length), buf); in ieee802_1x_decapsulate_radius() 909 if (hdr->code in ieee802_1x_receive_auth() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.c | 2 * WPA Supplicant - test code 8 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c. 201 if (len > sizeof(*hdr) && hdr->code == EAP_CODE_RESPONSE && in ieee802_1x_encapsulate_radius() 288 radius_msg_get_hdr(e->last_recv_radius)->code == in ieee802_1x_encapsulate_radius() 707 eap->code = EAP_CODE_REQUEST; in send_eap_request_identity() 786 switch (hdr->code) { in ieee802_1x_decapsulate_radius() 809 os_strlcpy(buf, "unknown EAP code", sizeof(buf)); in ieee802_1x_decapsulate_radius() 813 wpa_printf(MSG_DEBUG, "decapsulated EAP packet (code=%d " in ieee802_1x_decapsulate_radius() 815 hdr->code, hdr->identifier, ntohs(hdr->length), buf); in ieee802_1x_decapsulate_radius() 907 if (hdr->code in ieee802_1x_receive_auth() [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 10 * This code is partly based on hid-egalax.c: 16 * This code is partly based on hid-3m-pct.c: 487 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() argument 493 input_set_abs_params(input, code, fmin, fmax, fuzz, 0); in set_abs() 494 input_abs_set_res(input, code, hidinput_calc_abs_res(field, code)); in set_abs() 692 int code; in mt_touch_input_mapping() local 717 code = ABS_MT_TOOL_X; in mt_touch_input_mapping() 720 code = ABS_MT_POSITION_X; in mt_touch_input_mapping() 724 set_abs(hi->input, code, fiel in mt_touch_input_mapping() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | hi846.c | 1141 u32 code; member 1184 static const struct hi846_datafmt *hi846_find_datafmt(u32 code) in hi846_find_datafmt() argument 1189 if (hi846_colour_fmts[i].code == code) in hi846_find_datafmt() 1723 const struct hi846_datafmt *fmt = hi846_find_datafmt(mf->code); in hi846_set_format() 1728 mf->code = hi846_colour_fmts[0].code; in hi846_set_format() 1773 mf->code = HI846_MEDIA_BUS_FORMAT; in hi846_set_format() 1794 dev_dbg(&client->dev, "Set fmt w=%d h=%d code=0x%x colorspace=0x%x\n", in hi846_set_format() 1796 fmt->code, fm in hi846_set_format() 1832 hi846_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) hi846_enum_mbus_code() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 10 * This code is partly based on hid-egalax.c: 16 * This code is partly based on hid-3m-pct.c: 517 static void set_abs(struct input_dev *input, unsigned int code, in set_abs() argument 523 input_set_abs_params(input, code, fmin, fmax, fuzz, 0); in set_abs() 524 input_abs_set_res(input, code, hidinput_calc_abs_res(field, code)); in set_abs() 722 int code; in mt_touch_input_mapping() local 747 code = ABS_MT_TOOL_X; in mt_touch_input_mapping() 750 code = ABS_MT_POSITION_X; in mt_touch_input_mapping() 754 set_abs(hi->input, code, fiel in mt_touch_input_mapping() [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aesni-gcm-x86_64.pl | 89 $code=<<___; 411 $code.=<<___; 436 $code.=<<___ if ($win64); 450 $code.=<<___; 512 $code.=<<___ if ($win64); 524 $code.=<<___; 546 $code.=<<___; 664 $code.=<<___ if ($win64); 678 $code.=<<___; 749 $code [all...] |
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 430 assert(err.code !== 'ERR_TLS_CERT_ALTNAME_INVALID') 437 function onHttp2FrameError (type, code, id) { 438 const err = new InformationalError(`HTTP/2: "frameError" received - type ${type}, code ${code}`) 451 function onHTTP2GoAway (code) { 453 const err = new InformationalError(`HTTP/2: "GOAWAY" frame received with code ${code}`) 670 // The return value is an error code or `constants.ERROR.OK`. 1070 assert(err.code !== 'ERR_TLS_CERT_ALTNAME_INVALID') 1075 if (err.code [all...] |
/third_party/openssl/crypto/modes/asm/ |
H A D | aesni-gcm-x86_64.pl | 89 $code=<<___; 411 $code.=<<___; 436 $code.=<<___ if ($win64); 450 $code.=<<___; 512 $code.=<<___ if ($win64); 524 $code.=<<___; 546 $code.=<<___; 664 $code.=<<___ if ($win64); 678 $code.=<<___; 749 $code [all...] |
/third_party/python/Lib/test/ |
H A D | test_coroutines.py | 402 for code in samples: 403 with self.subTest(code=code), self.assertRaises(SyntaxError): 404 compile(code, "<test>", "exec") 441 for code in samples: 442 with self.subTest(code=code), self.assertRaises(SyntaxError): 443 compile(code, "<test>", "exec") 495 for code in samples: 496 with self.subTest(code [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-ppc64.pl | 51 $code.=<<___; 75 $code.=<<___; 93 $code.=".byte\t"; 94 $code.=join(',',map { sprintf "0x%02x",$_} @line); 95 $code.="\n"; 99 $code.=<<___; 489 $code.=<<___; 512 $code.=<<___ if ($i<3); 515 $code.=<<___; 526 $code [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-ppc64.pl | 51 $code.=<<___; 75 $code.=<<___; 93 $code.=".byte\t"; 94 $code.=join(',',map { sprintf "0x%02x",$_} @line); 95 $code.="\n"; 99 $code.=<<___; 489 $code.=<<___; 512 $code.=<<___ if ($i<3); 515 $code.=<<___; 526 $code [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ls.js | 433 t.equal(process.exitCode, 1, 'should exit with error code 1') 564 t.equal(err.code, 'ELSPROBLEMS', 'should have error code') 597 await t.rejects(ls.exec([]), { code: 'ELSPROBLEMS' }, 'should have error code') 810 await t.rejects(ls.exec([]), { code: 'EJSONPARSE' }, 'should throw EJSONPARSE error') 919 { code: 'ELSPROBLEMS', message: /missing: b@\^1.0.0/ }, 943 { code: 'ELSPROBLEMS', message: 'missing: peer-dep@*, required by test-npm-ls@1.0.0' }, 978 { code: 'ELSPROBLEMS', message: /invalid: optional-dep@1.0.0/ }, 2010 await t.rejects(ls.exec([]), { code [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-ppc.pl | 20 # 128-bit key, which is ~40% better than 64-bit code generated by gcc 72 while(defined($i=shift)) { $code.=sprintf"\t.long\t0x%08x,0x%08x\n",$i,$i; } 119 $code.=<<___; 210 $code.=<<___; 309 $code.=<<___; 378 $code.=<<___ if (!$LITTLE_ENDIAN); 384 $code.=<<___ if ($LITTLE_ENDIAN); 402 $code.=<<___; 407 $code.=<<___ if ($LITTLE_ENDIAN); 425 $code [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-ppc.pl | 20 # 128-bit key, which is ~40% better than 64-bit code generated by gcc 72 while(defined($i=shift)) { $code.=sprintf"\t.long\t0x%08x,0x%08x\n",$i,$i; } 119 $code.=<<___; 210 $code.=<<___; 309 $code.=<<___; 378 $code.=<<___ if (!$LITTLE_ENDIAN); 384 $code.=<<___ if ($LITTLE_ENDIAN); 402 $code.=<<___; 407 $code.=<<___ if ($LITTLE_ENDIAN); 425 $code [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
H A D | Makefile | 66 $(OBJCOPY) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/ |
H A D | Makefile | 62 $(OBJCOPY) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/ |
H A D | Makefile | 66 $(OBJCOPY) -Obinary -R .rom.text -R .rom.code.text -R .u_boot_cmd -R .rom.data -R .rom.code.data -R .rom.bss -R .rom.code.bss -S $(BOOT_ELF) $(BOOT_BIN)
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | fault.c | 68 int signal = SIGSEGV, code = SEGV_MAPERR; in ia64_do_page_fault() local 92 * and go directly to the exception handling code. in ia64_do_page_fault() 129 code = SEGV_ACCERR; in ia64_do_page_fault() 231 force_sig_fault(signal, code, (void __user *) address, in ia64_do_page_fault()
|
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | net2big-setup.c | 305 .code = NET2BIG_SWITCH_POWER_OFF, 312 .code = NET2BIG_SWITCH_POWER_ON, 319 .code = KEY_POWER,
|
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/ |
H A D | net2big-setup.c | 302 .code = NET2BIG_SWITCH_POWER_OFF, 309 .code = NET2BIG_SWITCH_POWER_ON, 316 .code = KEY_POWER,
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | goldfish_events.c | 39 unsigned int type, code, value; in events_interrupt() local 42 code = __raw_readl(edev->addr + REG_READ); in events_interrupt() 45 input_event(edev->input, type, code, value); in events_interrupt()
|
H A D | mcs_touchkey.c | 157 unsigned int code = MCS_KEY_CODE(pdata->keymap[i]); in mcs_touchkey_probe() local 159 data->keycodes[val] = code; in mcs_touchkey_probe() 160 __set_bit(code, input_dev->keybit); in mcs_touchkey_probe()
|