Searched refs:ans (Results 1 - 21 of 21) sorted by relevance

/linux-4.4.14/arch/m68k/fpsp040/
H A Dsetox.S50 | 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.
212 | Step 1. Set ans := 0
214 | Step 2. Return ans := X + ans. Exit.
276 | 6.2 ans := T + (p + (t + OnebySc)). Go to 6.6
278 | 6.4 ans := (T + (p + t)) + OnebySc. Go to 6.6
279 | 6.5 ans := (T + OnebySc) + (p + t).
281 | 6.7 Return ans := Sc * ans. Exit.
291 | 8.2 Restore FPCR; return ans := X - 2^(-16382). Exit.
293 | 8.4 Restore FPCR; ans := ans - 2^(-16382).
294 | Return ans := ans*2^(140). Exit
323 | ans := -1
325 | Return ans := ans + 2^(-126). Exit.
H A Dslog2.S42 | 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-4.4.14/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c599 struct ezusb_packet *ans = urb->transfer_buffer; ezusb_request_in_callback() local
616 if ((ans->ans_reply_count == reply_count) ezusb_request_in_callback()
617 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { ezusb_request_in_callback()
622 le16_to_cpu(ans->hermes_rid), c->in_rid, ezusb_request_in_callback()
623 ans->ans_reply_count, reply_count); ezusb_request_in_callback()
630 le16_to_cpu(ans->hermes_rid)); ezusb_request_in_callback()
637 ctx->buf = (void *) ans; ezusb_request_in_callback()
924 struct ezusb_packet *ans = ctx->buf; ezusb_access_ltv() local
927 if (ans->hermes_len != 0) ezusb_access_ltv()
928 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; ezusb_access_ltv()
941 memcpy(ans_buff, ans->data, min(exp_len, ans_size)); ezusb_access_ltv()
943 *ans_length = le16_to_cpu(ans->hermes_len); ezusb_access_ltv()
1045 struct ezusb_packet *ans = (void *) upriv->read_urb->transfer_buffer; ezusb_bap_pread() local
1049 if ((sizeof(*ans) + offset + len) > actual_length) { ezusb_bap_pread()
1054 memcpy(buf, ans->data + offset, len); ezusb_bap_pread()
1060 if ((sizeof(*ans) + offset + len - 4) > actual_length) { ezusb_bap_pread()
1065 memcpy(buf, ans->data + offset - 4, len); ezusb_bap_pread()
1384 struct ezusb_packet *ans = urb->transfer_buffer; ezusb_bulk_in_callback() local
1413 if (urb->actual_length < sizeof(*ans)) { ezusb_bulk_in_callback()
1417 crc = build_crc(ans); ezusb_bulk_in_callback()
1418 if (le16_to_cpu(ans->crc) != crc) { ezusb_bulk_in_callback()
1423 hermes_rid = le16_to_cpu(ans->hermes_rid); ezusb_bulk_in_callback()
1435 le16_to_cpu(ans->hermes_rid)); ezusb_bulk_in_callback()
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_acct.h2 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
/linux-4.4.14/sound/pci/pcxhr/
H A Dpcxhr_mix22.h4 * low level interface with interrupt ans message handling
/linux-4.4.14/Documentation/accounting/
H A Dgetdelays.c168 } ans; get_family_id() local
181 rep_len = recv(sd, &ans, sizeof(ans), 0); get_family_id()
182 if (ans.n.nlmsg_type == NLMSG_ERROR || get_family_id()
183 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) get_family_id()
186 na = (struct nlattr *) GENLMSG_DATA(&ans); get_family_id()
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_acct.c4 * (C) 2008 Krzysztof Piotr Oledzki <ole@ans.pl>
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl486 my $ans;
494 $ans = <STDIN>;
495 chomp $ans;
496 if ($ans =~ /^\s*$/) {
498 $ans = "c";
500 $ans = "y";
503 last if ($ans =~ /^y$/i || $ans =~ /^n$/i);
505 last if ($ans =~ /^c$/i);
511 if ($ans =~ /^c/i) {
514 if ($ans !~ /^y$/i) {
534 my $ans;
548 $ans = <STDIN>;
549 $ans =~ s/^\s*(.*\S)\s*$/$1/;
550 if ($ans =~ /^\s*$/) {
552 $ans = $default{$config};
558 $entered_configs{$config} = ${ans};
1143 my $ans = <STDIN>;
1144 chomp $ans;
1145 $default{"TEST_TYPE"} = $ans;
2525 my $ans = <STDIN>;
2526 chomp $ans;
2527 if ($ans eq "p" || $ans eq "P") {
2529 } elsif ($ans eq "f" || $ans eq "F") {
2531 } elsif ($ans eq "s" || $ans eq "S") {
/linux-4.4.14/drivers/macintosh/
H A Dans-lcd.c19 #include "ans-lcd.h"
/linux-4.4.14/scripts/kconfig/
H A Dnconf.c1015 /* Return 0 means I have handled the key. In such a case, ans should hold the
1019 static int do_match(int key, struct match_state *state, int *ans) do_match() argument
1023 *ans = -1; do_match()
1039 *ans = get_mext_match(state->pattern, do_match()
1043 *ans = get_mext_match(state->pattern, do_match()
1047 *ans = get_mext_match(state->pattern, do_match()
/linux-4.4.14/drivers/usb/host/
H A Dfhci-sched.c285 int ans = 1; scan_ed_list() local
324 ans = 0; list_for_each_entry()
336 return ans;
/linux-4.4.14/drivers/isdn/hardware/avm/
H A Db1.c249 unsigned char ans; b1_loaded() local
264 if ((ans = b1_get_byte(base)) == RECEIVE_POLL) { b1_loaded()
268 card->name, ans); b1_loaded()
H A Db1dma.c652 unsigned char ans; b1dma_loaded() local
668 if ((ans = b1_get_byte(base)) == RECEIVE_POLLDWORD) { b1dma_loaded()
671 printk(KERN_ERR "%s: b1dma_loaded: got 0x%x, firmware not running in dword mode\n", card->name, ans); b1dma_loaded()
/linux-4.4.14/drivers/edac/
H A Di7300_edac.c592 int mtr, ans, addrBits, channel; decode_mtr() local
597 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; decode_mtr()
600 slot, channel, ans ? "" : "NOT "); decode_mtr()
603 if (!ans) decode_mtr()
H A Di5000_edac.c967 int ans; decode_mtr() local
969 ans = MTR_DIMMS_PRESENT(mtr); decode_mtr()
972 slot_row, mtr, ans ? "" : "NOT "); decode_mtr()
973 if (!ans) decode_mtr()
H A Di5400_edac.c889 int ans; decode_mtr() local
891 ans = MTR_DIMMS_PRESENT(mtr); decode_mtr()
894 slot_row, mtr, ans ? "" : "NOT "); decode_mtr()
895 if (!ans) decode_mtr()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dfplsp.S6704 # 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. #
6872 # Step 1. Set ans := 0 #
6874 # Step 2. Return ans := X + ans. Exit. #
6943 # 6.2 ans := T + (p + (t + OnebySc)). Go to 6.6 #
6945 # 6.4 ans := (T + (p + t)) + OnebySc. Go to 6.6 #
6946 # 6.5 ans := (T + OnebySc) + (p + t). #
6948 # 6.7 Return ans := Sc * ans. Exit. #
6958 # 8.2 Restore FPCR; return ans := X - 2^(-16382). #
6961 # 8.4 Restore FPCR; ans := ans - 2^(-16382). #
6962 # Return ans := ans*2^(140). Exit #
6994 # ans := -1 #
6996 # Return ans := ans + 2^(-126). Exit. #
8678 # 2.2 Return ans := Y * INV_L10. #
8691 # 2.2 Return ans := Y * INV_L10. #
8705 # 2.2 Return ans := Y * INV_L2. #
8720 # 2.3 Return ans := convert-to-double-extended(k). #
8726 # 4.2 Return ans := Y * INV_L2. #
H A Dfpsp.S6810 # Step 1. Set ans := 1.0 #
6812 # Step 2. Return ans := ans + sign(X)*2^(-126). Exit. #
6906 # ans := T + ( T*p + t) #
6920 # 6.2 ans := ans * AdjScale #
6922 # 6.4 Return ans := ans * Scale. Exit. #
6938 # 7.1 ans := X #
6940 # 7.3 Return ans := 1 + ans. Exit #
6965 # 9.2 ans := Huge, go to 9.4 #
6966 # 9.3 ans := Tiny. #
6968 # 9.5 Return ans := ans * ans. Exit. #
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 #
7102 # Return ans := ans + 2^(-126). Exit. #
8784 # 2.2 Return ans := Y * INV_L10. #
8797 # 2.2 Return ans := Y * INV_L10. #
8811 # 2.2 Return ans := Y * INV_L2. #
8826 # 2.3 Return ans := convert-to-double-extended(k). #
8832 # 4.2 Return ans := Y * INV_L2. #
/linux-4.4.14/drivers/usb/serial/
H A Dkl5kusb105.c12 * All information about the device was acquired using SniffUSB ans snoopUSB
/linux-4.4.14/sound/pci/mixart/
H A Dmixart_mixer.c1063 changed |= (1<<i); /* mask 0x01 ans 0x02 */ mixart_monitor_sw_put()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c3784 s32 sts, ans; test_ans() local
3795 ans = inl(DE4X5_SISR) & SISR_ANS; test_ans()
3798 if (!(sts & irqs) && (ans ^ ANS_NWOK) && --lp->timeout) { test_ans()

Completed in 2097 milliseconds