Home
last modified time | relevance | path

Searched refs:ans (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/recovery/
H A Drktools.c42 char *ans = (char*)malloc(20); in getSerial() local
52 free(ans); in getSerial()
53 ans = NULL; in getSerial()
54 return ans; in getSerial()
58 free(ans); in getSerial()
59 ans = NULL; in getSerial()
60 return ans; in getSerial()
63 strcpy(ans, "/dev/"); in getSerial()
64 char *str = ans + 5; in getSerial()
72 LOGI("read console from cmdline is %s\n", ans); in getSerial()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dconfig-bisect.pl113 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 Dktest.pl537 my $ans;
545 $ans = <STDIN>;
546 chomp $ans;
547 if ($ans =~ /^\s*$/) {
549 $ans = "c";
551 $ans = "y";
554 last if ($ans =~ /^y$/i || $ans =~ /^n$/i);
556 last if ($ans =~ /^c$/i);
562 if ($ans =~ /^c/i) {
565 if ($ans !~ /^y$/i) {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c584 struct ezusb_packet *ans = urb->transfer_buffer; in ezusb_request_in_callback() local
601 if ((ans->ans_reply_count == reply_count) in ezusb_request_in_callback()
602 && (le16_to_cpu(ans->hermes_rid) == c->in_rid)) { in ezusb_request_in_callback()
607 le16_to_cpu(ans->hermes_rid), c->in_rid, in ezusb_request_in_callback()
608 ans->ans_reply_count, reply_count); in ezusb_request_in_callback()
615 le16_to_cpu(ans->hermes_rid)); in ezusb_request_in_callback()
622 ctx->buf = (void *) ans; in ezusb_request_in_callback()
923 struct ezusb_packet *ans = ctx->buf; in ezusb_access_ltv() local
926 if (ans->hermes_len != 0) in ezusb_access_ltv()
927 exp_len = le16_to_cpu(ans->hermes_len) * 2 + 12; in ezusb_access_ltv()
[all …]
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c169 } ans; in get_family_id() local
182 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
184 (rep_len < 0) || !NLMSG_OK((&ans.n), rep_len)) in get_family_id()
187 na = (struct nlattr *) GENLMSG_DATA(&ans); in get_family_id()
/OK3568_Linux_fs/kernel/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.
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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Support-deprecated-resolver-functions.patch25 +#define res_nsearch(sta, nam, clas, typ, ans, alen) res_search(nam, clas, typ, ans, alen)
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1025 *ans = -1; in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
1049 *ans = get_mext_match(state->pattern, in do_match()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1025 *ans = -1; in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
1049 *ans = get_mext_match(state->pattern, in do_match()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1025 *ans = -1; in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
1049 *ans = get_mext_match(state->pattern, in do_match()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Di7300_edac.c590 int mtr, ans, addrBits, channel; in decode_mtr() local
595 ans = MTR_DIMMS_PRESENT(mtr) ? 1 : 0; in decode_mtr()
598 slot, channel, ans ? "" : "NOT "); in decode_mtr()
601 if (!ans) in decode_mtr()
H A Di5400_edac.c889 int ans; in decode_mtr() local
891 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr()
894 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr()
895 if (!ans) in decode_mtr()
H A Di5000_edac.c967 int ans; in decode_mtr() local
969 ans = MTR_DIMMS_PRESENT(mtr); in decode_mtr()
972 slot_row, mtr, ans ? "" : "NOT "); in decode_mtr()
973 if (!ans) in decode_mtr()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uthash/
H A Duthash_2.3.0.bb37 install -m0644 tests/test*[0-9].ans ${D}${PTEST_PATH}/tests
/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_rk817.c290 u32 ans = MAX_INT; in ab_div_c() local
299 ans = tmp; in ab_div_c()
303 ans = -ans; in ab_div_c()
305 return ans; in ab_div_c()
H A Dfg_rk816.c603 u32 ans = MAX_INT; in ab_div_c() local
613 ans = tmp; in ab_div_c()
617 ans = -ans; in ab_div_c()
619 return ans; in ab_div_c()
H A Dfg_rk818.c580 u32 ans = MAX_INT; in ab_div_c() local
590 ans = tmp; in ab_div_c()
594 ans = -ans; in ab_div_c()
596 return ans; in ab_div_c()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A DMakefile13 obj-$(CONFIG_ANSLCD) += ans-lcd.o
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-sched.c281 int ans = 1; in scan_ed_list() local
320 ans = 0; in scan_ed_list()
332 return ans; in scan_ed_list()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_battery.c677 u32 ans = MAX_INT; in ab_div_c() local
686 ans = tmp; in ab_div_c()
690 ans = -ans; in ab_div_c()
692 return ans; in ab_div_c()
H A Drk818_battery.c313 u32 ans = MAX_INT; in ab_div_c() local
322 ans = tmp; in ab_div_c()
326 ans = -ans; in ab_div_c()
328 return ans; in ab_div_c()
H A Drk816_battery.c354 u32 ans = MAX_INT; in ab_div_c() local
363 ans = tmp; in ab_div_c()
367 ans = -ans; in ab_div_c()
369 return ans; in ab_div_c()
/OK3568_Linux_fs/buildroot/board/atmel/
H A Dreadme.txt106 3. close JP5 ans JP6
/OK3568_Linux_fs/kernel/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. #
[all …]

12