Home
last modified time | relevance | path

Searched defs:o (Results 76 – 100 of 1499) sorted by relevance

12345678910>>...60

/netbsd/sys/arch/hpcmips/include/
H A Dbus.h273 #define __bs_rs(sz, t, h, o) \ argument
275 #define __bs_ws(sz, t, h, o, v) \ argument
278 #define __bs_rss(sz, t, h, o) \ argument
280 #define __bs_wss(sz, t, h, o, v) \ argument
285 #define __bs_set(type, sz, t, h, o, v, c) \ argument
298 #define bus_space_subregion(t, h, o, s, hp) \ argument
321 #define bus_space_mmap(t, a, o, p, f) \ argument
328 #define bus_space_barrier(t, h, o, l, f) \ argument
335 #define bus_space_peek(t, h, o, s, p) \ argument
337 #define bus_space_poke(t, h, o, s, v) \ argument
[all …]
/netbsd/sys/arch/hppa/hppa/
H A Dmainbus.c340 mbus_barrier(void *v, bus_space_handle_t h, bus_size_t o, bus_size_t l, int op) in mbus_barrier()
362 mbus_r1(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r1()
368 mbus_r2(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r2()
374 mbus_r4(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r4()
380 mbus_r8(void *v, bus_space_handle_t h, bus_size_t o) in mbus_r8()
386 mbus_w1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv) in mbus_w1()
392 mbus_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv) in mbus_w2()
398 mbus_w4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t vv) in mbus_w4()
404 mbus_w8(void *v, bus_space_handle_t h, bus_size_t o, uint64_t vv) in mbus_w8()
411 mbus_rm_1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t *a, bus_size_t c) in mbus_rm_1()
[all …]
/netbsd/sys/arch/mips/alchemy/
H A Dau_wired_space.c318 au_wired_barrier(void *cookie, bus_space_handle_t bsh, bus_size_t o, in au_wired_barrier()
327 au_wired_r_1(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_r_1()
334 au_wired_r_2(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_r_2()
343 au_wired_r_4(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_r_4()
352 au_wired_r_8(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_r_8()
361 au_wired_w_1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t val) in au_wired_w_1()
368 au_wired_w_2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t val) in au_wired_w_2()
376 au_wired_w_4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t val) in au_wired_w_4()
392 au_wired_rs_2(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_rs_2()
401 au_wired_rs_4(void *v, bus_space_handle_t h, bus_size_t o) in au_wired_rs_4()
[all …]
H A Dau_himem_space.c363 au_himem_barrier(void *cookie, bus_space_handle_t bsh, bus_size_t o, in au_himem_barrier()
372 au_himem_r_1(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_r_1()
379 au_himem_r_2(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_r_2()
390 au_himem_r_4(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_r_4()
401 au_himem_r_8(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_r_8()
412 au_himem_w_1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t val) in au_himem_w_1()
420 au_himem_w_2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t val) in au_himem_w_2()
429 au_himem_w_4(void *v, bus_space_handle_t h, bus_size_t o, uint32_t val) in au_himem_w_4()
447 au_himem_rs_2(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_rs_2()
458 au_himem_rs_4(void *v, bus_space_handle_t h, bus_size_t o) in au_himem_rs_4()
[all …]
/netbsd/sys/arch/sparc64/sparc64/
H A Dmachdep.c1674 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_1()
1683 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_2()
1692 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_4()
1701 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_8()
1842 bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_stream_1()
1851 bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_stream_2()
1860 bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_stream_4()
1869 bus_space_handle_t h, bus_size_t o, in bus_space_read_multi_stream_8()
1921 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_stream_1()
1930 bus_space_handle_t h, bus_size_t o, in bus_space_write_multi_stream_2()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp95 void ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P) { in ReportDiag()
108 void ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, in ReportPiece()
176 void PlistPrinter::EmitRanges(raw_ostream &o, in EmitRanges()
198 void PlistPrinter::EmitMessage(raw_ostream &o, StringRef Message, in EmitMessage()
213 void PlistPrinter::EmitFixits(raw_ostream &o, ArrayRef<FixItHint> fixits, in EmitFixits()
240 void PlistPrinter::ReportControlFlow(raw_ostream &o, in ReportControlFlow()
364 void PlistPrinter::ReportMacroSubPieces(raw_ostream &o, in ReportMacroSubPieces()
379 void PlistPrinter::ReportMacroExpansions(raw_ostream &o, unsigned indent) { in ReportMacroExpansions()
452 void PlistPrinter::ReportPopUp(raw_ostream &o, in ReportPopUp()
493 llvm::raw_fd_ostream &o) { in printCoverage()
[all …]
/netbsd/sys/arch/sparc/include/
H A Dbus_funcs.h124 #define bus_space_read_1_real(t, h, o) \ argument
127 #define bus_space_read_2_real(t, h, o) \ argument
130 #define bus_space_read_4_real(t, h, o) \ argument
133 #define bus_space_read_8_real(t, h, o) \ argument
151 #define bus_space_write_1_real(t, h, o, v) do { \ argument
155 #define bus_space_write_2_real(t, h, o, v) do { \ argument
159 #define bus_space_write_4_real(t, h, o, v) do { \ argument
163 #define bus_space_write_8_real(t, h, o, v) do { \ argument
193 #define bus_dmamap_sync(t, p, o, l, ops) \ argument
205 #define bus_dmamem_mmap(t, sg, n, o, p, f) \ argument
/netbsd/external/gpl3/gdb/dist/gdb/unittests/optional/cons/
H A Ddefault.cc42 gdb::optional<tracker> o; in test() local
47 gdb::optional<tracker> o {}; in test() local
52 gdb::optional<tracker> o = {}; in test() local
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/optional/cons/
H A Ddefault.cc42 gdb::optional<tracker> o; in test() local
47 gdb::optional<tracker> o {}; in test() local
52 gdb::optional<tracker> o = {}; in test() local
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d611 auto o = (*e.args)[0]; in semanticTraits() local
632 auto o = (*e.args)[0]; in semanticTraits() local
654 auto o = (*e.args)[0]; in semanticTraits() local
678 auto o = (*e.args)[0]; in semanticTraits() local
791 auto o = (*e.args)[0]; in semanticTraits() local
828 auto o = (*e.args)[0]; in semanticTraits() local
849 auto o = (*e.args)[0]; in semanticTraits() local
980 auto o = (*e.args)[0]; in semanticTraits() local
1219 auto o = (*e.args)[0]; in semanticTraits() local
1244 auto o = (*e.args)[0]; in semanticTraits() local
[all …]
H A Dtraits.c547 RootObject *o = (*e->args)[0]; in semanticTraits() local
568 RootObject *o = (*e->args)[0]; in semanticTraits() local
633 RootObject *o = (*e->args)[0]; in semanticTraits() local
666 RootObject *o = (*e->args)[0]; in semanticTraits() local
687 RootObject *o = (*e->args)[0]; in semanticTraits() local
732 RootObject *o = (*e->args)[0]; in semanticTraits() local
854 RootObject *o = (*e->args)[0]; in semanticTraits() local
879 RootObject *o = (*e->args)[0]; in semanticTraits() local
900 RootObject *o = (*e->args)[0]; in semanticTraits() local
924 RootObject *o = (*e->args)[0]; in semanticTraits() local
[all …]
/netbsd/sys/arch/hppa/dev/
H A Ddino.c631 dino_r1(void *v, bus_space_handle_t h, bus_size_t o) in dino_r1()
646 dino_r2(void *v, bus_space_handle_t h, bus_size_t o) in dino_r2()
666 dino_r4(void *v, bus_space_handle_t h, bus_size_t o) in dino_r4()
685 dino_r8(void *v, bus_space_handle_t h, bus_size_t o) in dino_r8()
966 dino_rrm_2(void *v, bus_space_handle_t h, bus_size_t o, in dino_rrm_2()
989 dino_rrm_4(void *v, bus_space_handle_t h, bus_size_t o, in dino_rrm_4()
1010 dino_rrm_8(void *v, bus_space_handle_t h, bus_size_t o, in dino_rrm_8()
1017 dino_wrm_2(void *v, bus_space_handle_t h, bus_size_t o, in dino_wrm_2()
1040 dino_wrm_4(void *v, bus_space_handle_t h, bus_size_t o, in dino_wrm_4()
1061 dino_wrm_8(void *v, bus_space_handle_t h, bus_size_t o, in dino_wrm_8()
[all …]
/netbsd/sys/arch/playstation2/include/
H A Dbus.h501 #define __pbs_rs(sz, tn, t, h, o) \ argument
505 #define __pbs_ws(sz, tn, t, h, o, v) \ argument
545 #define bus_space_subregion(t, h, o, s, hp) \ argument
574 #define bus_space_barrier(t, h, o, l, f) \ argument
596 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
657 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
659 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
661 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
663 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
830 #define bus_dmamap_sync(t, p, o, l, ops) \ argument
[all …]
/netbsd/sys/arch/ews4800mips/include/
H A Dbus.h459 #define __ebs_rs(sz, tn, t, h, o) \ argument
463 #define __ebs_ws(sz, tn, t, h, o, v) \ argument
502 #define bus_space_subregion(t, h, o, s, hp) \ argument
536 #define bus_space_barrier(t, h, o, l, f) \ argument
555 #define bus_space_read_multi_1(t, h, o, a, c) \ argument
616 #define bus_space_set_multi_1(t, h, o, v, c) \ argument
618 #define bus_space_set_multi_2(t, h, o, v, c) \ argument
620 #define bus_space_set_multi_4(t, h, o, v, c) \ argument
622 #define bus_space_set_multi_8(t, h, o, v, c) \ argument
789 #define bus_dmamap_sync(t, p, o, l, ops) \ argument
[all …]
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dquotearg.c125 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
136 get_quoting_style (struct quoting_options *o) in get_quoting_style()
144 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
155 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
194 struct quoting_options const *o) in quotearg_buffer_restyled()
536 struct quoting_options const *o) in quotearg_buffer()
550 struct quoting_options const *o) in quotearg_alloc()
643 struct quoting_options o; in quoting_options_from_style() local
652 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style() local
660 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style_mem() local
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dquotearg.c122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
191 struct quoting_options const *o) in quotearg_buffer_restyled()
539 struct quoting_options const *o) in quotearg_buffer()
553 struct quoting_options const *o) in quotearg_alloc()
650 struct quoting_options o; in quoting_options_from_style() local
659 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style() local
667 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style_mem() local
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dhandle.c77 isc_result_t omapi_object_handle (omapi_handle_t *h, omapi_object_t *o) in omapi_object_handle()
145 omapi_object_t *o) in omapi_object_handle_in_table()
243 isc_result_t omapi_handle_lookup (omapi_object_t **o, omapi_handle_t h) in omapi_handle_lookup()
248 static isc_result_t omapi_handle_lookup_in (omapi_object_t **o, in omapi_handle_lookup_in()
/netbsd/usr.sbin/lastlogin/
H A Dlastlogin.c274 struct output o; in process_entry() local
399 struct output o; in process_entryx() local
428 append_record(struct output *o) in append_record()
447 struct output *o; in sizecolumns() local
475 struct output *o; in output_stack() local
482 sort_and_output_stack(struct output *o) in sort_and_output_stack()
521 output_record(struct output *o) in output_record()
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d154 int opCmp(Object o) in opCmp()
818 if (this is o) in opEquals() local
981 if (this is o) in opEquals() local
1033 if (this is o) in opEquals() local
1133 if (this is o) in opEquals() local
1268 if (this is o) in opEquals() local
1321 if (this is o) in opEquals() local
1365 if (this is o) in opEquals() local
1463 if (this is o) in opEquals() local
1554 if (this is o) in opEquals() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c547 RootObject *o = (*e->args)[0]; in semanticTraits() local
568 RootObject *o = (*e->args)[0]; in semanticTraits() local
633 RootObject *o = (*e->args)[0]; in semanticTraits() local
666 RootObject *o = (*e->args)[0]; in semanticTraits() local
687 RootObject *o = (*e->args)[0]; in semanticTraits() local
732 RootObject *o = (*e->args)[0]; in semanticTraits() local
854 RootObject *o = (*e->args)[0]; in semanticTraits() local
879 RootObject *o = (*e->args)[0]; in semanticTraits() local
900 RootObject *o = (*e->args)[0]; in semanticTraits() local
924 RootObject *o = (*e->args)[0]; in semanticTraits() local
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-objfile.c166 objfpy_dealloc (PyObject *o) in objfpy_dealloc()
229 objfpy_get_printers (PyObject *o, void *ignore) in objfpy_get_printers()
238 objfpy_set_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_printers()
267 objfpy_get_frame_filters (PyObject *o, void *ignore) in objfpy_get_frame_filters()
277 objfpy_set_frame_filters (PyObject *o, PyObject *filters, void *ignore) in objfpy_set_frame_filters()
306 objfpy_get_frame_unwinders (PyObject *o, void *ignore) in objfpy_get_frame_unwinders()
317 objfpy_set_frame_unwinders (PyObject *o, PyObject *unwinders, void *ignore) in objfpy_set_frame_unwinders()
346 objfpy_get_type_printers (PyObject *o, void *ignore) in objfpy_get_type_printers()
357 objfpy_get_xmethods (PyObject *o, void *ignore) in objfpy_get_xmethods()
368 objfpy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_type_printers()
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-objfile.c166 objfpy_dealloc (PyObject *o) in objfpy_dealloc()
229 objfpy_get_printers (PyObject *o, void *ignore) in objfpy_get_printers()
238 objfpy_set_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_printers()
267 objfpy_get_frame_filters (PyObject *o, void *ignore) in objfpy_get_frame_filters()
277 objfpy_set_frame_filters (PyObject *o, PyObject *filters, void *ignore) in objfpy_set_frame_filters()
306 objfpy_get_frame_unwinders (PyObject *o, void *ignore) in objfpy_get_frame_unwinders()
317 objfpy_set_frame_unwinders (PyObject *o, PyObject *unwinders, void *ignore) in objfpy_set_frame_unwinders()
346 objfpy_get_type_printers (PyObject *o, void *ignore) in objfpy_get_type_printers()
357 objfpy_get_xmethods (PyObject *o, void *ignore) in objfpy_get_xmethods()
368 objfpy_set_type_printers (PyObject *o, PyObject *value, void *ignore) in objfpy_set_type_printers()
/netbsd/external/mit/lua/dist/src/
H A Dlgc.c128 static GCObject **getgclist (GCObject *o) { in getgclist()
233 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
246 void luaC_fix (lua_State *L, GCObject *o) { in luaC_fix()
264 GCObject *o = cast(GCObject *, p + offset); in luaC_newobjdt() local
349 GCObject *o; in markbeingfnz() local
433 static void genlink (global_State *g, GCObject *o) { in genlink()
632 StkId o = th->stack.p; in traversethread() local
662 GCObject *o = g->gray; in propagatemark() local
752 TValue *o = &h->array[i]; in clearbyvalues() local
773 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
[all …]
/netbsd/sys/arch/hppa/gsc/
H A Dsiop_gsc.c144 siop_gsc_r1(void *v, bus_space_handle_t h, bus_size_t o) in siop_gsc_r1()
150 siop_gsc_r2(void *v, bus_space_handle_t h, bus_size_t o) in siop_gsc_r2()
163 siop_gsc_w1(void *v, bus_space_handle_t h, bus_size_t o, uint8_t vv) in siop_gsc_w1()
169 siop_gsc_w2(void *v, bus_space_handle_t h, bus_size_t o, uint16_t vv) in siop_gsc_w2()
/netbsd/external/bsd/less/dist/
H A Doption.c42 opt_desc(o) in opt_desc() argument
75 register struct loption *o; local
302 toggle_option(o, lower, s, how_toggle) in toggle_option() argument
504 opt_has_param(o) in opt_has_param() argument
519 opt_prompt(o) in opt_prompt() argument

12345678910>>...60