Home
last modified time | relevance | path

Searched refs:n1 (Results 126 – 137 of 137) sorted by relevance

123456

/illumos-gate/usr/src/cmd/dc/
H A Ddc.c1836 int c, n1, n2; in add() local
1844 n1 = sfeof(a1) ? 0 : sgetc(a1); in add()
1846 n = n1 + n2 + carry; in add()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlapi.c1275 LUA_API void lua_upvaluejoin (lua_State *L, int fidx1, int n1, in lua_upvaluejoin() argument
1278 UpVal **up1 = getupvalref(L, fidx1, n1, &f1); in lua_upvaluejoin()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c787 cexp_ident_cmp(const void *n1, const void *n2) in cexp_ident_cmp() argument
791 rc = strcmp(((cexp_id_node_t *)n1)->ceid_name, in cexp_ident_cmp()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c277 pnavl_compare(const void *n1, const void *n2) in pnavl_compare() argument
283 hash1 = ((PathNode *)n1)->pn_hash; in pnavl_compare()
291 st1 = ((PathNode *)n1)->pn_name; in pnavl_compare()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1228 int iscsi_sna_lte(uint32_t n1, uint32_t n2);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c838 int n1, n2; in wwn_list_name_compare() local
847 n1 = strtol(s1, &p1, 10); in wwn_list_name_compare()
849 if (n1 != n2) { in wwn_list_name_compare()
850 return (n1 - n2); in wwn_list_name_compare()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.sh3934 n1?1) echo "$m=" ;;
3935 n1??) echo "$m=0" ;;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S169 ! f14 n1,f1,q1
H A D__vsincos.S86 ! g5 scratch,n1
H A D__vlog_ultra3.S2170 ! f14 n1,f1,q1
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h593 TPM_NONCE n1; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE959 09-11-17 "read -n1" from the terminal has been fixed to read exactly one character.
2584 01-01-19 read -n1 was not working and has been fixed.

123456