Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 1205) sorted by relevance

12345678910>>...49

/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcopywin3 call win2 newwin 7 9 10 14
5 call OK wrefresh $win2
7 call OK mvwprintw $win1 0 0 "%s" "testin"
8 call OK mvwprintw $win1 1 0 "%s" "gtesti"
9 call OK mvwprintw $win1 2 0 "%s" "ngtest"
10 call OK mvwprintw $win1 3 0 "%s" "ingtes"
11 call OK mvwprintw $win1 4 0 "%s" "tingte"
12 call OK mvwprintw $win1 5 0 "%s" "stingt"
13 call OK wrefresh $win1
15 call OK copywin $win1 $win2 0 0 1 1 7 7 0
[all …]
H A Dclear2 call OK clear
3 call OK refresh
5 call OK move 5 5
6 call OK addstr "abcde"
7 call OK move 20 5
8 call OK addstr "fghij"
9 call OK move 10 5
10 call OK refresh
12 call OK clrtobot
13 call OK refresh
[all …]
H A Dfill_screen6 call OK mvaddstr 0 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
7 call OK mvaddstr 1 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
8 call OK mvaddstr 2 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
9 call OK mvaddstr 3 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
10 call OK mvaddstr 4 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
11 call OK mvaddstr 5 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
12 call OK mvaddstr 6 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
13 call OK mvaddstr 7 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
14 call OK mvaddstr 8 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
15 call OK mvaddstr 9 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"
[all …]
H A Dbackground2 call OK bkgd `\002A`
3 call OK refresh
6 call OK printw "%s" "a test string"
7 call OK refresh
9 call win1 newwin 6 6 2 5
11 call OK wprintw $win1 "%s" "window 1"
12 # call OK refresh
13 call OK wrefresh $win1
15 call OK wbkgd $win1 `\004B`
16 call OK refresh
[all …]
H A Dchgat2 call OK init_pair 3 $COLOR_YELLOW $COLOR_CYAN
3 call OK addch `\000d`
4 call OK chgat 5 $REVERSE 3 0
5 call OK refresh
7 call OK addch `\000e`
8 call OK refresh
10 call OK move 0 0
12 call OK chgat -1 $UNDERSCORE 3 0
13 call OK refresh
H A Dassume_default_colors2 call OK start_color
3 call OK assume_default_colors -1 -1
4 call OK refresh
9 call OK assume_default_colors -1 $COLOR_BLUE
10 call OK refresh
13 call OK assume_default_colors $COLOR_RED -1
14 call OK refresh
17 call OK assume_default_colors -1 -1
18 call OK refresh
H A Dwscrl2 call OK wmove $win1 1 1
3 call OK wprintw $win1 "%s" "xxxx"
4 call OK wrefresh $win1
5 call OK refresh
7 call OK scrollok $win1 1
8 call OK wscrl $win1 -2
9 call OK wrefresh $win1
10 call OK refresh
H A Dtimeout7 call 97 getch
8 call OK timeout 100
12 call -1 getch
14 call OK drain
15 call OK timeout -1
16 call OK keypad STDSCR 1
19 call $KEY_UP getch
20 call OK refresh
H A Dcbreak4 call OK noecho
6 call 0x61 getch
8 call 0x62 getch
10 call 0x63 getch
12 call 0x64 getch
14 call 0x0a getch
17 call OK cbreak
18 call 0x65 getch
H A Dmvwin2 call OK wmove $win1 1 1
3 call OK wprintw $win1 "%s" "xxxx"
4 call OK wrefresh $win1
6 call OK refresh
8 call OK mvwin $win1 4 7
9 call OK wrefresh $win1
11 call OK refresh
H A Dcolor_set2 call OK start_color
3 call OK refresh
6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
7 call OK color_set 4 0
8 call OK printw "%s" "testing"
9 call OK refresh
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh295 call = "@@T((T_CALLED(\""
326 call = call "%s"
328 call = call "%s"
332 call = call "%p"
334 call = call "%s"
339 call = call "%p"
344 call = call "%d"
347 call = call "%s"
353 call = call "%#lx"
368 call = call ch
[all …]
/freebsd/sys/dev/xen/efi/
H A Dpvefi.c59 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time() local
66 tm->tm_year = call->u.get_time.time.year; in get_time()
67 tm->tm_mon = call->u.get_time.time.month; in get_time()
68 tm->tm_mday = call->u.get_time.time.day; in get_time()
69 tm->tm_hour = call->u.get_time.time.hour; in get_time()
70 tm->tm_min = call->u.get_time.time.min; in get_time()
71 tm->tm_sec = call->u.get_time.time.sec; in get_time()
72 tm->tm_nsec = call->u.get_time.time.ns; in get_time()
73 tm->tm_tz = call->u.get_time.time.tz; in get_time()
74 tm->tm_dst = call->u.get_time.time.daylight; in get_time()
[all …]
/freebsd/sys/crypto/aesni/
H A Daeskeys_i386.S135 call _key_expansion_256a
138 call _key_expansion_256b
141 call _key_expansion_256a
144 call _key_expansion_256b
147 call _key_expansion_256a
150 call _key_expansion_256b
153 call _key_expansion_256a
156 call _key_expansion_256b
159 call _key_expansion_256a
162 call _key_expansion_256b
[all …]
H A Daeskeys_amd64.S129 call _key_expansion_256a
131 call _key_expansion_256b
133 call _key_expansion_256a
135 call _key_expansion_256b
137 call _key_expansion_256a
139 call _key_expansion_256b
141 call _key_expansion_256a
143 call _key_expansion_256b
145 call _key_expansion_256a
147 call _key_expansion_256b
[all …]
/freebsd/sys/amd64/amd64/
H A Dapic_vector.S98 call lapic_handle_intr
131 call lapic_handle_timer
140 call lapic_handle_cmc
149 call lapic_handle_error
161 call xen_arch_intr_handle_upcall
178 call invlop_handler
179 call as_lapic_eoi
187 call as_lapic_eoi
189 call ipi_bitmap_handler
197 call as_lapic_eoi
[all …]
/freebsd/sys/i386/i386/
H A Dapic_vector.S96 call *%eax
138 call *%eax
154 call *%eax
169 call *%eax
186 call *%eax
198 call as_lapic_eoi
208 call *%eax
222 call *%eax
236 call *%eax
250 call *%eax
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl119 &call ("_ecp_nistz256_add");
135 &call ("_ecp_nistz256_add");
139 &call ("_ecp_nistz256_add");
148 &call ("_ecp_nistz256_div_by_2");
260 &call ("_ecp_nistz256_add");
359 &call ("_ecp_nistz256_sub");
446 &call ("_ecp_nistz256_sub");
460 &call ("_picup_eax");
467 &call ("_ecp_nistz256_mul_mont");
474 &call ("_picup_eax");
[all …]
/freebsd/contrib/ofed/libibmad/
H A Dvendor.c58 ib_vendor_call_t * call) in ib_vendor_call() argument
60 return ib_vendor_call_via(data, portid, call, ibmp); in ib_vendor_call()
64 ib_vendor_call_t * call, in ib_vendor_call_via() argument
76 if (!(range1 = mad_is_vendor_range1(call->mgmt_class)) && in ib_vendor_call_via()
77 !(mad_is_vendor_range2(call->mgmt_class))) in ib_vendor_call_via()
80 resp_expected = response_expected(call->method); in ib_vendor_call_via()
82 rpc.mgtclass = call->mgmt_class | IB_MAD_RPC_VERSION1; in ib_vendor_call_via()
84 rpc.method = call->method; in ib_vendor_call_via()
85 rpc.attr.id = call->attrid; in ib_vendor_call_via()
86 rpc.attr.mod = call->mod; in ib_vendor_call_via()
[all …]
H A Dbm.c51 uint8_t *bm_call_via(void *data, ib_portid_t * portid, ib_bm_call_t * call, in bm_call_via() argument
68 resp_expected = response_expected(call->method); in bm_call_via()
72 rpc.method = call->method; in bm_call_via()
73 rpc.attr.id = call->attrid; in bm_call_via()
74 rpc.attr.mod = call->mod; in bm_call_via()
75 rpc.timeout = resp_expected ? call->timeout : 0; in bm_call_via()
81 bm_data.bkey = htonll(call->bkey); in bm_call_via()
88 resp_expected, (int)(call->bkey >> 32), (int)call->bkey); in bm_call_via()
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c418 struct ktr_syscall *call = &F->payload.syscall; in filemon_dispatch() local
422 if (call->ktr_code < 0 || in filemon_dispatch()
423 (size_t)call->ktr_code >= __arraycount(filemon_syscalls) || in filemon_dispatch()
424 filemon_syscalls[call->ktr_code] == NULL) in filemon_dispatch()
431 S = (*filemon_syscalls[call->ktr_code])(F, &key, call); in filemon_dispatch()
586 const struct filemon_key *key, const struct ktr_syscall *call, in syscall_enter() argument
599 S->syscode = call->ktr_code; in syscall_enter()
758 const struct ktr_syscall *call) in filemon_sys_chdir() argument
760 return syscall_enter(key, call, 1, &show_chdir); in filemon_sys_chdir()
768 const struct ktr_syscall *call) in filemon_sys_execve() argument
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_aesni.S347 call _key_expansion_256a_local
349 call _key_expansion_256b_local
351 call _key_expansion_256a_local
353 call _key_expansion_256b_local
355 call _key_expansion_256a_local
357 call _key_expansion_256b_local
359 call _key_expansion_256a_local
361 call _key_expansion_256b_local
363 call _key_expansion_256a_local
365 call _key_expansion_256b_local
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
7 Function call: Bar2(0, 0)
16 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))...
17 Function call: Bar3(0, 0)
33 Unexpected mock function call - returning default value.
34 Function call: Bar2(1, 0)
48 Unexpected mock function call - returning directly.
49 Function call: Bar3(1, 0)
62 Function call: Bar2(0, 1)
71 Function call: Bar3(0, 1)
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon.td17 def OP_ADDL : Op<(op "+", (call "vmovl", $p0), (call "vmovl", $p1))>;
18 def OP_ADDLHi : Op<(op "+", (call "vmovl_high", $p0),
19 (call "vmovl_high", $p1))>;
20 def OP_ADDW : Op<(op "+", $p0, (call "vmovl", $p1))>;
21 def OP_ADDWHi : Op<(op "+", $p0, (call "vmovl_high", $p1))>;
23 def OP_SUBL : Op<(op "-", (call "vmovl", $p0), (call "vmovl", $p1))>;
24 def OP_SUBLHi : Op<(op "-", (call "vmovl_high", $p0),
25 (call "vmovl_high", $p1))>;
26 def OP_SUBW : Op<(op "-", $p0, (call "vmovl", $p1))>;
27 def OP_SUBWHi : Op<(op "-", $p0, (call "vmovl_high", $p1))>;
[all …]
/freebsd/sys/contrib/device-tree/scripts/
H A DKbuild.include45 # $(call filechk,sample)
71 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-)
85 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
98 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
100 as-option = $(call try-run,\
104 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
106 as-instr = $(call try-run,\
110 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
112 cc-option = $(call try-run,\
116 # Usage: flag := $(call cc-option-yn,-march=winchip-c6)
[all …]

12345678910>>...49