| /linux/tools/testing/ktest/ |
| H A D | config-bisect.pl | 113 my $ans; 121 $ans = <STDIN>; 122 chomp $ans; 123 if ($ans =~ /^\s*$/) { 125 $ans = "c"; 127 $ans = "n"; 130 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 132 last if ($ans =~ /^c$/i); 138 if ($ans =~ /^c/i) { 141 if ($ans !~ /^y$/i) {
|
| H A D | ktest.pl | 608 my $ans; 616 $ans = <STDIN>; 617 chomp $ans; 618 if ($ans =~ /^\s*$/) { 620 $ans = "c"; 622 $ans = "y"; 625 last if ($ans =~ /^y$/i || $ans =~ /^n$/i); 627 last if ($ans =~ /^c$/i); 633 if ($ans =~ /^c/i) { 636 if ($ans !~ /^y$/i) { [all …]
|
| /linux/tools/testing/selftests/nci/ |
| H A D | nci_dev.c | 182 } ans; in get_family_id() local 194 resp_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 196 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_family_id() 197 !NLMSG_OK(&ans.n, resp_len)) in get_family_id() 201 resp_len = GENLMSG_PAYLOAD(&ans.n); in get_family_id() 202 na = (struct nlattr *)GENLMSG_DATA(&ans); in get_family_id() 235 na = (struct nlattr *)(GENLMSG_DATA(&ans) + len); in get_family_id() 644 } ans; in get_taginfo() local 663 resp_len = recv(sd, &ans, sizeof(ans), 0); in get_taginfo() 664 if (ans.n.nlmsg_type == NLMSG_ERROR || resp_len < 0 || in get_taginfo() [all …]
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 168 } ans; in get_family_id() local 181 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 182 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id() 186 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
| H A D | delaytop.c | 469 } ans; in get_family_id() local 486 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 487 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id() 488 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) { in get_family_id() 493 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 142 | ans := T + ( T*p + t) 155 | 6.2 ans := ans * AdjScale 157 | 6.4 Return ans := ans * Scale. Exit. 173 | 7.1 ans := X 175 | 7.3 Return ans := 1 + ans. Exit 198 | 9.2 ans := Huge, go to 9.4 199 | 9.3 ans := Tiny. 201 | 9.5 Return ans := ans * ans. Exit.
|
| H A D | slog2.S | 42 | 2.2 Return ans := Y * INV_L10. 56 | 2.2 Return ans := Y * INV_L10. 71 | 2.2 Return ans := Y * INV_L2. 87 | 2.3 Return ans := convert-to-double-extended(k). 93 | 4.2 Return ans := Y * INV_L2.
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | test_unix_oob.c | |
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-nvme.dtsi | 31 reg-names = "nvme", "ans"; 40 power-domain-names = "ans", "apcie0", "apcie1";
|
| H A D | s5l8960x-pmgr.dtsi | 581 label = "ans";
|
| H A D | t7001-pmgr.dtsi | 579 label = "ans";
|
| H A D | t7000-pmgr.dtsi | 570 label = "ans";
|
| H A D | t8112-pmgr.dtsi | 802 label = "ans";
|
| /linux/scripts/kconfig/ |
| H A D | nconf.c | 1005 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument 1009 *ans = -1; in do_match() 1025 *ans = get_mext_match(state->pattern, in do_match() 1029 *ans = get_mext_match(state->pattern, in do_match() 1033 *ans = get_mext_match(state->pattern, in do_match()
|
| /linux/drivers/macintosh/ |
| H A D | Makefile | 13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | coex.c | 3595 u8 ans = 0xFF; in rtw_coex_get_table_index() local 3617 ans = i; in rtw_coex_get_table_index() 3619 ans += 100; in rtw_coex_get_table_index() 3624 return ans; in rtw_coex_get_table_index() 3631 u8 ans = 0xFF; in rtw_coex_get_tdma_index() local 3657 ans = i; in rtw_coex_get_tdma_index() 3662 return ans; in rtw_coex_get_tdma_index()
|
| /linux/tools/testing/selftests/net/ |
| H A D | fcnal-test.sh | 103 local ans 117 read ans 118 [ "$ans" = "q" ] && exit 1 125 read ans 126 [ "$ans" = "q" ] && exit 1
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 6704 # Step 1. Set ans := 1.0 # 6706 # Step 2. Return ans := ans + sign(X)*2^(-126). Exit. # 6800 # ans := T + ( T*p + t) # 6814 # 6.2 ans := ans * AdjScale # 6816 # 6.4 Return ans := ans * Scale. Exit. # 6832 # 7.1 ans := X # 6834 # 7.3 Return ans := 1 + ans. Exit # 6859 # 9.2 ans := Huge, go to 9.4 # 6860 # 9.3 ans := Tiny. # 6862 # 9.5 Return ans := ans * ans. Exit. # [all …]
|
| H A D | fpsp.S | 6978 # Step 1. Set ans := 0 # 6980 # Step 2. Return ans := X + ans. Exit. # 7049 # 6.2 ans := T + (p + (t + OnebySc)). Go to 6.6 # 7051 # 6.4 ans := (T + (p + t)) + OnebySc. Go to 6.6 # 7052 # 6.5 ans := (T + OnebySc) + (p + t). # 7054 # 6.7 Return ans := Sc * ans. Exit. # 7064 # 8.2 Restore FPCR; return ans := X - 2^(-16382). # 7067 # 8.4 Restore FPCR; ans := ans - 2^(-16382). # 7068 # Return ans := ans*2^(140). Exit # 7100 # ans := -1 # [all …]
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4006 char *ans = buf; in gpio_output_map() local 4009 strcpy(ans, "----"); in gpio_output_map() 4014 ans += sprintf(ans, "sma%d ", i + 1); in gpio_output_map()
|
| /linux/ |
| H A D | MAINTAINERS | 2470 F: Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml
|