Home
last modified time | relevance | path

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

12345678910>>...103

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_markdown.c307 md_node(struct roff_node *n) in md_node()
860 md_pre_An(struct roff_node *n) in md_pre_An()
882 md_pre_Ap(struct roff_node *n) in md_pre_Ap()
891 md_pre_Bd(struct roff_node *n) in md_pre_Bd()
903 md_pre_Bk(struct roff_node *n) in md_pre_Bk()
924 md_pre_Bl(struct roff_node *n) in md_pre_Bl()
943 md_pre_D1(struct roff_node *n) in md_pre_D1()
972 md_pre_Dl(struct roff_node *n) in md_pre_Dl()
990 md_pre_En(struct roff_node *n) in md_pre_En()
1014 md_pre_Eo(struct roff_node *n) in md_pre_Eo()
[all …]
H A Dmdoc_validate.c640 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
1027 struct roff_node *n; in post_rv() local
1066 struct roff_node *n; in post_std() local
1225 struct roff_node *n; in post_obsolete() 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
85 #define NPI_VIR_SR_INITIALIZED(n) (VIR_ID_SHIFT(n) | \ argument
96 #define NPI_VIR_BD_FUNC_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
98 #define NPI_VIR_BD_REG_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
100 #define NPI_VIR_BD_ID_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
102 #define NPI_VIR_BD_TXDMA_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
112 #define NPI_VIR_LDSV_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
114 #define NPI_VIR_INTM_TM_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
117 #define NPI_VIR_SID_VEC_INVALID(n) (VIR_ID_SHIFT(n) | \ argument
161 #define DMA_BIND_TX_VALIDATE(n, status) \ 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/test/libc-tests/tests/qsort/
H A Dqsort_test.c139 int m, int n) in check_result()
194 fill_sawtooth_i(void *v, int n, int m) in fill_sawtooth_i()
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()
252 fill_stagger_i(void *v, int n, int m) in fill_stagger_i()
259 fill_stagger_ll(void *v, int n, int m) in fill_stagger_ll()
280 fill_plateau_i(void *v, int n, int m) in fill_plateau_i()
287 fill_plateau_ll(void *v, int n, int m) in fill_plateau_ll()
308 fill_shuffle_i(void *v, int n, int m) in fill_shuffle_i()
693 run_tests(int n, const char *name) in run_tests()
[all …]
/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()
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()
166 name_pop(name_t *n, str_pair_t *sp) in name_pop()
[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
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
88 #define _HDAC_ISDFMT(n, iss, oss) (0x12 + _HDAC_ISDOFFSET(n, iss, oss)) argument
93 #define _HDAC_OSDCTL(n, iss, oss) (0x00 + _HDAC_OSDOFFSET(n, iss, oss)) argument
94 #define _HDAC_OSDSTS(n, iss, oss) (0x03 + _HDAC_OSDOFFSET(n, iss, oss)) argument
96 #define _HDAC_OSDCBL(n, iss, oss) (0x08 + _HDAC_OSDOFFSET(n, iss, oss)) argument
103 #define _HDAC_BSDOFFSET(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
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
75 #define DEBUG_SET(n,v) argument
[all …]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c92 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) argument
93 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) argument
98 #define STATESETUP(m, n) /* nothing */ argument
102 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
146 #define SET0(v, n) ((v)[n] = 0) argument
147 #define SET1(v, n) ((v)[n] = 1) argument
148 #define ISSET(v, n) ((v)[n]) argument
159 #define INIT(o, n) ((o) = (n)) argument
164 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) argument
165 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) argument
[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/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()
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()
1300 get_fs_name_n(uint32_t n) in get_fs_name_n()
[all …]
/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()
259 hours(int n) in hours()
271 days(int n) in days()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h92 #define expand_buf(p, n, r) \ argument
261 #define notlegal(n) \ argument
266 #define isexit(n) ((n)->csub == JEXIT) argument
268 #define iscont(n) ((n)->csub == JCONT) argument
270 #define isret(n) ((n)->csub == JRET) argument
271 #define isrec(n) ((n)->tval & REC) argument
272 #define isfld(n) ((n)->tval & FLD) argument
273 #define isstr(n) ((n)->tval & STR) argument
274 #define isnum(n) ((n)->tval & NUM) argument
275 #define isarr(n) ((n)->tval & ARR) 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/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
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
252 #define lua_number2int(i,n) ((i)=(int)(n)) argument
256 #define lua_number2integer(i,n) ((i)=(lua_Integer)(n)) argument
264 #define lua_number2unsigned(i,n) \ argument
[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
H A Ducs2.h36 #define valid_ucs2_value(n) (_valid_ucs2_value(n)) argument
42 #define ext_ucs2_lsb(n) ((uchar_t)(((ucs2_t)(n))&((ucs2_t)0x00ff))) argument
43 #define ext_ucs2_msb(n) ((uchar_t)(((((ucs2_t)(n))&((ucs2_t)0xff00)))>>8)) argument
46 #define set_ucs2_word(p,n) ((*((ucs2_t*)(p)))=(n)) argument
52 #define set_ucs2_word_BB(p,n) \ argument
59 #define set_ucs2_word_BB(p,n) \ argument
/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()
520 towide_euccn(wchar_t *wc, const char *mb, unsigned n) in towide_euccn()
534 towide_eucjp(wchar_t *wc, const char *mb, unsigned n) in towide_eucjp()
548 towide_euckr(wchar_t *wc, const char *mb, unsigned n) in towide_euckr()
[all …]
/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()

12345678910>>...103