Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 2594) sorted by relevance

12345678910>>...104

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c298 md_nodelist(struct roff_node *n) in md_nodelist()
307 md_node(struct roff_node *n) in md_node()
728 md_cond_head(struct roff_node *n) in md_cond_head()
734 md_cond_body(struct roff_node *n) in md_cond_body()
740 md_pre_abort(struct roff_node *n) in md_pre_abort()
746 md_pre_raw(struct roff_node *n) in md_pre_raw()
760 md_post_raw(struct roff_node *n) in md_post_raw()
773 md_pre_word(struct roff_node *n) in md_pre_word()
785 md_post_word(struct roff_node *n) in md_post_word()
796 md_post_pc(struct roff_node *n) in md_post_pc()
[all …]
H A Dmdoc_validate.c304 struct roff_node *n, *np; in mdoc_validate() local
397 check_args(struct roff_man *mdoc, struct roff_node *n) in check_args()
410 check_argv(struct roff_man *mdoc, struct roff_node *n, struct mdoc_argv *v) in check_argv()
640 struct roff_node *n; in post_bl_norm() local
810 struct roff_node *n; in post_bd() local
884 struct roff_node *n; in post_an_norm() local
910 struct roff_node *n; in post_eoln() local
930 struct roff_node *n; in build_list() local
957 struct roff_node *n; in post_ex() local
994 struct roff_node *n; in post_lb() local
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c53 register int n; local
70 register int n; local
89 register int n; local
110 register int n; local
127 register int n; local
146 register int n; local
167 register int n; local
186 register int n; local
205 register int n; local
224 register int n; local
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.h41 #define VIR_ID_SHIFT(n) (n << NPI_PORT_CHAN_SHIFT) argument
71 #define NPI_VIR_OCODE_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | OPCODE_INVALID) argument
72 #define NPI_VIR_FUNC_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | FUNCID_INVALID) argument
73 #define NPI_VIR_CN_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | CHANNEL_INVALID) argument
78 #define NPI_VIR_TAS_BUSY(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_TAS_BUSY) argument
79 #define NPI_VIR_TAS_NOTREAD(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_TAS_NOTREAD) argument
80 #define NPI_VIR_SR_RESET(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_RESET) argument
81 #define NPI_VIR_SR_FREE(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_FREE) argument
82 #define NPI_VIR_SR_BUSY(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_BUSY) argument
83 #define NPI_VIR_SR_INVALID(n) (VIR_ID_SHIFT(n) | VIR_ERR_ST | VIR_SR_INVALID) argument
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dqsort_test.c139 int m, int n) in check_result()
186 #define FILL_SAWTOOTH(x, n, m) do { \ argument
194 fill_sawtooth_i(void *v, int n, int m) in fill_sawtooth_i()
201 fill_sawtooth_ll(void *v, int n, int m) in fill_sawtooth_ll()
208 fill_sawtooth_double(void *v, int n, int m) in fill_sawtooth_double()
214 #define FILL_RANDOM(x, n, m) do { \ argument
223 fill_random_i(void *v, int n, int m) in fill_random_i()
230 fill_random_ll(void *v, int n, int m) in fill_random_ll()
237 fill_random_double(void *v, int n, int m) in fill_random_double()
243 #define FILL_STAGGER(x, n, m) do { \ argument
[all …]
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h53 #define DOUBLE_E(n) (n & 0xfffe) /* More significant word of double. */ argument
54 #define DOUBLE_F(n) (1+DOUBLE_E(n)) /* Less significant word of double. */ argument
55 #define EXTENDED_E(n) (n & 0xfffc) /* Sign/exponent/significand of extended. */ argument
56 #define EXTENDED_F(n) (1+EXTENDED_E(n)) /* 2nd word of extended significand. */ argument
57 #define EXTENDED_G(n) (2+EXTENDED_E(n)) /* 3rd word of extended significand. */ argument
58 #define EXTENDED_H(n) (3+EXTENDED_E(n)) /* 4th word of extended significand. */ argument
59 #define DOUBLE(n) ((n & 0xfffe) >> 1) /* Shift n to access double regs. */ argument
60 #define QUAD_E(n) ((n & 0xfffc) >> 1) /* More significant half of quad. */ argument
61 #define QUAD_F(n) (1+QUAD_E(n)) /* Less significant half of quad. */ argument
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c38 name_init(name_t *n, sysdem_ops_t *ops) in name_init()
45 name_fini(name_t *n) in name_fini()
57 name_len(const name_t *n) in name_len()
63 name_empty(const name_t *n) in name_empty()
69 name_clear(name_t *n) in name_clear()
86 name_reserve(name_t *n, size_t amt) in name_reserve()
114 name_add(name_t *n, const char *l, size_t l_len, const char *r, size_t r_len) in name_add()
127 name_add_str(name_t *n, str_t *l, str_t *r) in name_add_str()
152 name_at(const name_t *n, size_t idx) in name_at()
160 name_top(name_t *n) in name_top()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dhdac_reg.h81 #define _HDAC_ISDOFFSET(n, iss, oss) (0x80 + ((n) * 0x20)) argument
82 #define _HDAC_ISDCTL(n, iss, oss) (0x00 + _HDAC_ISDOFFSET(n, iss, oss)) argument
83 #define _HDAC_ISDSTS(n, iss, oss) (0x03 + _HDAC_ISDOFFSET(n, iss, oss)) argument
84 #define _HDAC_ISDPICB(n, iss, oss) (0x04 + _HDAC_ISDOFFSET(n, iss, oss)) argument
85 #define _HDAC_ISDCBL(n, iss, oss) (0x08 + _HDAC_ISDOFFSET(n, iss, oss)) argument
86 #define _HDAC_ISDLVI(n, iss, oss) (0x0c + _HDAC_ISDOFFSET(n, iss, oss)) argument
87 #define _HDAC_ISDFIFOD(n, iss, oss) (0x10 + _HDAC_ISDOFFSET(n, iss, oss)) argument
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
89 #define _HDAC_ISDBDPL(n, iss, oss) (0x18 + _HDAC_ISDOFFSET(n, iss, oss)) argument
90 #define _HDAC_ISDBDPU(n, iss, oss) (0x1c + _HDAC_ISDOFFSET(n, iss, oss)) argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstak.h40 #define stakptr(n) stkptr(stkstd,n) argument
43 #define stakwrite(b,n) sfwrite(stkstd,(b),(n)) argument
45 #define stakseek(n) stkseek(stkstd,n) argument
46 #define stakcreate(n) stkopen(n) argument
50 #define stakalloc(n) stkalloc(stkstd,n) argument
52 #define stakset(c,n) stkset(stkstd,c,n) argument
53 #define stakfreeze(n) stkfreeze(stkstd,n) argument
H A Ddebug.h47 #define DEBUG_COUNT(n) ((n) += 1) argument
48 #define DEBUG_TALLY(c,n,v) ((c) ? ((n) += (v)) : (n)) argument
49 #define DEBUG_INCREASE(n) ((n) += 1) argument
50 #define DEBUG_DECREASE(n) ((n) -= 1) argument
52 #define DEBUG_SET(n,v) ((n) = (v)) argument
54 #define DEBUG_WRITE(fd,d,n) write((fd),(d),(n)) argument
70 #define DEBUG_COUNT(n) argument
71 #define DEBUG_TALLY(c,n,v) argument
72 #define DEBUG_INCREASE(n) argument
73 #define DEBUG_DECREASE(n) argument
[all …]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c60 xmbrtowc(wint_t *wi, const char *s, size_t n, mbstate_t *mbs, wint_t dummy) in xmbrtowc()
92 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) argument
93 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) argument
94 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) argument
98 #define STATESETUP(m, n) /* nothing */ argument
102 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
107 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) argument
108 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) argument
109 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) argument
146 #define SET0(v, n) ((v)[n] = 0) argument
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c215 get_server_host(uint32_t n) in get_server_host()
322 int n; in unmount_client() local
442 int n; in mount_client() local
649 int n; in fs_tab_free() local
1168 use_srvr_map_n(uint32_t n) in use_srvr_map_n()
1179 is_mounted_n(uint32_t n) in is_mounted_n()
1189 is_fs_writeable_n(uint32_t n) in is_fs_writeable_n()
1215 is_remote_fs_n(uint32_t n) in is_remote_fs_n()
1222 is_served_n(uint32_t n) in is_served_n()
1233 get_blk_free_n(uint32_t n) in get_blk_free_n()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h66 #define AVL_XPARENT(n) ((n)->avl_parent) argument
67 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) argument
69 #define AVL_XCHILD(n) ((n)->avl_child_index) argument
70 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) argument
72 #define AVL_XBALANCE(n) ((n)->avl_balance) argument
73 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) argument
126 #define AVL_NODE2DATA(n, o) ((void *)((uintptr_t)(n) - (o))) argument
136 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c)) argument
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err_impl.h96 #define PX_ERR_BIT_HANDLE_DEC(n) int px_err_ ## n ## _handle\ argument
99 #define PX_ERR_BIT_HANDLE(n) px_err_ ## n ## _handle argument
104 #define PX_ERPT_SEND_DEC(n) int px_err_ ## n ## _send_ereport\ argument
107 #define PX_ERPT_SEND(n) px_err_ ## n ## _send_ereport argument
145 #define PX_ERR_JBC_CLASS(n) PCIEX_FIRE "." FIRE_JBC_ ## n argument
146 #define PX_ERR_UBC_CLASS(n) PCIEX_OBERON "." FIRE_UBC_ ## n argument
186 #define PX_ERR_DMC_CLASS(n) PCIEX_FIRE "." FIRE_DMC_ ## n argument
213 #define PX_ERR_PEC_CLASS(n) PCIEX_FIRE "." FIRE_PEC_ ## n argument
214 #define PX_ERR_PEC_OB_CLASS(n) PCIEX_OBERON "." FIRE_PEC_ ## n argument
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java139 kb(int n) in kb()
153 mb(int n) in mb()
167 gb(int n) in gb()
181 tb(int n) in tb()
195 nanos(int n) in nanos()
209 micros(int n) in micros()
223 millis(int n) in millis()
235 seconds(int n) in seconds()
247 minutes(int n) in minutes()
259 hours(int n) in hours()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h92 #define expand_buf(p, n, r) \ argument
261 #define notlegal(n) \ argument
263 #define isvalue(n) ((n)->ntype == NVALUE) argument
264 #define isexpr(n) ((n)->ntype == NEXPR) argument
265 #define isjump(n) ((n)->ctype == OJUMP) argument
266 #define isexit(n) ((n)->csub == JEXIT) argument
267 #define isbreak(n) ((n)->csub == JBREAK) argument
268 #define iscont(n) ((n)->csub == JCONT) argument
269 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE) argument
270 #define isret(n) ((n)->csub == JRET) argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h188 #define luai_userstateresume(L,n) ((void)L) argument
192 #define luai_userstateyield(L,n) ((void)L) argument
208 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i} argument
209 #define lua_number2integer(i,n) lua_number2int(i, n) argument
210 #define lua_number2unsigned(i,n) \ argument
229 #define lua_number2int32(i,n,t) \ argument
234 #define luai_hashnum(i,n) \ argument
238 #define lua_number2int(i,n) lua_number2int32(i, n, int) argument
239 #define lua_number2unsigned(i,n) lua_number2int32(i, n, lua_Unsigned) argument
243 #define lua_number2integer(i,n) lua_number2int32(i, n, lua_Integer) argument
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-function.c69 vla1(int n, int arr[n]) in vla1()
75 vla2(int n, int arr[n][n]) in vla2()
81 vla3(int n, int arr[n][7]) in vla3()
87 vla4(int n, int arr[23][n]) in vla4()
/illumos-gate/usr/src/cmd/localedef/
H A Dwide.c165 towide_none(wchar_t *c, const char *mb, unsigned n) in towide_none()
193 towide_utf8(wchar_t *wc, const char *mb, unsigned n) in towide_utf8()
297 towide_dbcs(wchar_t *wc, const char *mb, unsigned n) in towide_dbcs()
329 int n = 0, c; in tomb_mbs() local
356 towide_big5(wchar_t *wc, const char *mb, unsigned n) in towide_big5()
366 towide_gbk(wchar_t *wc, const char *mb, unsigned n) in towide_gbk()
376 towide_gb2312(wchar_t *wc, const char *mb, unsigned n) in towide_gb2312()
387 towide_gb18030(wchar_t *wc, const char *mb, unsigned n) in towide_gb18030()
430 towide_mskanji(wchar_t *wc, const char *mb, unsigned n) in towide_mskanji()
463 towide_euc_impl(wchar_t *wc, const char *mb, unsigned n, in towide_euc_impl()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Ducs4.h42 #define valid_ucs4_value(n) (_valid_ucs4_value(n)) argument
44 #define ext_ucs4_lsw(n) ((ucs2_t)((((ucs4_t)(n))&((ucs4_t)0x0000ffff)))) argument
45 #define ext_ucs4_msw(n) ((ucs2_t)((((ucs4_t)(n))&((ucs4_t)0xffff0000))>>16)) argument
48 #define set_ucs4_word(p,n) ((*((ucs4_t*)(p)))=n) argument
54 #define set_ucs4_word_BB(p,n) (set_ucs2_word_BB((p),ext_ucs4_msw(n)),\ argument
60 #define set_ucs4_word_BB(p,n) (set_ucs2_word_BB((p)+2,ext_ucs4_msw(n)),\ argument
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daestab.h88 #define t_dec(m, n) t_##m##n argument
89 #define t_set(m, n) t_##m##n argument
90 #define t_use(m, n) t_##m##n argument
93 #define d_1(t, n, b, e) static const t n[256] = b(e) argument
94 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c47 hline(chtype h, int n) in hline()
63 mvhline(int y, int x, chtype h, int n) in mvhline()
80 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
97 vline(chtype v, int n) in vline()
113 mvvline(int y, int x, chtype v, int n) in mvvline()
130 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Dhln_st.c47 hline_set(const cchar_t *h, int n) in hline_set()
63 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
80 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
97 vline_set(const cchar_t *v, int n) in vline_set()
113 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
130 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c50 hline(chtype h, int n) in hline()
62 mvhline(int y, int x, chtype h, int n) in mvhline()
75 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
88 vline(chtype v, int n) in vline()
100 mvvline(int y, int x, chtype v, int n) in mvvline()
113 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Dhln_st.c50 hline_set(const cchar_t *h, int n) in hline_set()
62 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
75 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
88 vline_set(const cchar_t *v, int n) in vline_set()
100 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
113 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()

12345678910>>...104