Searched defs:nu (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd8.c | 17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument 18 #define U2I(nu) (p->Units2Indx[(nu) - 1]) argument 136 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in SplitBlock() local 188 unsigned nu; in GlueFreeBlocks() local 266 static void FreeUnits(CPpmd8 *p, void *ptr, unsigned nu) in FreeUnits() 284 static void *MoveUnitsUp(CPpmd8 *p, void *oldPtr, unsigned nu) in MoveUnitsUp()
|
H A D | archive_ppmd7.c | 32 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument 33 #define U2I(nu) (p->Units2Indx[(nu) - 1]) argument 167 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in SplitBlock() local 194 UInt16 nu = I2U(i); in GlueFreeBlocks() local 217 UInt32 nu = (UInt32)node->NU; in GlueFreeBlocks() local 235 unsigned nu; in GlueFreeBlocks() local
|
/freebsd/usr.sbin/cron/cron/ |
H A D | database.c | 45 user *u, *nu; in load_database() local
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_scalars.c | 190 OS_getSystemNumUsers(uint32_t *nu) in OS_getSystemNumUsers()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/typedef/ |
H A D | tst.TypedefDataAssign.d | 98 new_union nu; variable
|
/freebsd/sys/geom/raid/ |
H A D | tr_raid5.c | 135 int na, ns, nu; in g_raid_tr_update_state_raid5() local
|
/freebsd/crypto/openssl/test/ |
H A D | evp_kdf_test.c | 864 unsigned int nu = 1024, ru = 8, pu = 16, maxmem = 16; in test_kdf_scrypt() local
|