Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c405 int r = NONE; in parserep()
461 r = NONE; in parserep()
561 r = NONE; in parsetrie()
565 r = NONE; in parsetrie()
904 r = NONE; in parse()
960 r = NONE; in parse()
1089 r = NONE; in parse()
1232 r = NONE; in parse()
1260 r = NONE; in parse()
1279 r = NONE; in parse()
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c640 I40E_PTT(1, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
642 I40E_PTT(3, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
645 I40E_PTT(6, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
646 I40E_PTT(7, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
649 I40E_PTT(10, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY2),
650 I40E_PTT(11, L2, NONE, NOF, NONE, NONE, NOF, NONE, NONE),
651 I40E_PTT(12, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY3),
652 I40E_PTT(13, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY3),
653 I40E_PTT(14, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY3),
654 I40E_PTT(15, L2, NONE, NOF, NONE, NONE, NOF, NONE, PAY3),
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c34 #define NONE (h->size) macro
234 empty = NONE; in ohash_lookup_interval()
242 if (empty == NONE) in ohash_lookup_interval()
248 if (empty != NONE) { in ohash_lookup_interval()
266 if (empty != NONE) in ohash_lookup_interval()
281 empty = NONE; in ohash_lookup_memory()
289 if (empty == NONE) in ohash_lookup_memory()
293 if (empty != NONE) { in ohash_lookup_memory()
310 if (empty != NONE) in ohash_lookup_memory()
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-CN-EXT.c63 st->SSfunc = NONE; in _icv_open()
122 st->SSfunc = NONE; in iso2022_icv_iconv()
170 st->SSfunc = NONE; /* If we just processed SS bytes, in iso2022_icv_iconv()
174 } else if ( st->SSfunc != NONE ) { /* We are currently expecting in iso2022_icv_iconv()
387 if ( st->SSfunc == NONE && st->SOcharset == 'G' ) in iscns()
H A Dzh_TW-iso2022-CN-EXT%zh_TW-big5.c63 if ( st->SSfunc == NONE && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_big5()
H A Dzh_TW-iso2022-CN-EXT%zh_TW-euc.c57 if ( st->SSfunc == NONE && st->SOcharset == 'A') { /* GB2312 */ in chinese_to_euc()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h101 #define NONE 0 macro
261 #define ENC_UNROLL NONE
269 #define DEC_UNROLL NONE
506 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
508 #define ENC_UNROLL NONE
519 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
521 #define DEC_UNROLL NONE
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.in1 0.277 N/A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.1…
2 1.486 N/A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4…
3 4.51 N/A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 2…
H A Dtweakfld.ok1 0.277 N/A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.1…
2 1.486 N/A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4…
3 4.51 N/A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 2…
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h96 NONE = 0, // no encoding type set enumerator
130 channels(0), encoding(NONE) in AudioHdr()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdr.cc59 encoding = NONE; in Clear()
73 case NONE: in Validate()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c176 function = NONE;
186 if (function != NONE)
193 if (function != NONE)
200 if (function != NONE)
218 if (function != NONE)
224 if (function != NONE)
231 if (function != NONE)
238 if (function != NONE)
245 if (function != NONE)
252 if (function != NONE)
[all …]
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c97 #define NONE 'n' /* no state */ macro
400 if (up->p_state != NONE && up->p_state != ZOMBIE) { in main()
585 else if (up->p_state != NONE) { in showproc()
655 if (up->p_state == NONE || up->p_state == ZOMBIE) in calctotals()
773 up->p_state = NONE; in findhash()
791 tp->p_state = NONE; in findhash()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c145 case NONE: in downloadmenu()
289 case NONE: in labelarea()
H A Dmouse.h46 NONE, /* must be first value */ enumerator
/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Diso2022-cn.h73 enum _ssfunc { NONE, SS2, SS3 }; enumerator
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.h48 #define NONE 0x0000 macro
/illumos-gate/usr/src/lib/libm/common/C/
H A D__cos.c76 #define NONE sc[1] macro
H A D__sin.c76 #define NONE sc[1] macro
H A D__sincos.c102 #define NONE sc[1] macro
H A Dsin.c76 #define NONE sc[1] macro
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java67 NONE enumConstant
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.msg60 @ MSG_SYMINFO_BT_NONE_CFNP "NONE"
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c729 slot.status = NONE; in ufs_direnter_cm()
918 slot.status = NONE; in ufs_direnter_lr()
1183 slotp->status = NONE; in ufs_dircheckforname()
1266 if (slotp->status == NONE && in ufs_dircheckforname()
1353 } else if (slotp->status == NONE) { in ufs_dircheckforname()
1415 if (slotp->status == NONE) { in ufs_dircheckforname()
1965 ASSERT((status == NONE) || (status == FOUND)); in dirprepareentry()
1975 if (status == NONE) { in dirprepareentry()
2024 case NONE: in dirprepareentry()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h94 #define NONE 0 /* No header value verified */ macro

12