Searched refs:hashes (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A DMakefile9 hashes.o tail_conversion.o journal.o resize.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Ddm9601.c371 u8 *hashes = (u8 *) & dev->data; local
374 memset(hashes, 0x00, DM_MCAST_SIZE);
375 hashes[DM_MCAST_SIZE - 1] |= 0x80; /* broadcast address */
387 hashes[crc >> 3] |= 1 << (crc & 0x7);
391 dm_write_async(dev, DM_MCAST_ADDR, DM_MCAST_SIZE, hashes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9234 /* HTREE interior node has out-of-order hashes in table */
10222 ext2_dirhash_t *hashes; member in struct:out_dir
10363 new_mem = realloc(outdir->hashes,
10367 outdir->hashes = new_mem;
10370 outdir->hashes = malloc(blocks * sizeof(ext2_dirhash_t));
10380 free(outdir->hashes);
10541 outdir->hashes[0] = 0;
10564 outdir->hashes[outdir->num-1] = ent->hash | 1;
10566 outdir->hashes[outdir->num-1] = ent->hash;
10676 ext2fs_cpu_to_le32(outdir->hashes[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c1850 int hashes = (current * (columns - used)) / max; local
1851 int spaces = columns - used - hashes;
1858 while (hashes --)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm1208 Determines if the two hashes contain the same keys and values. This
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm776 The values stored in the hashes above are mostly the direct equivalent

Completed in 379 milliseconds