Searched refs:mapEntry (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dpartition.c119 if (le32_to_cpu(st->mapEntry[i].origLocation) >= 0xFFFFFFF0)
121 else if (le32_to_cpu(st->mapEntry[i].origLocation) == packet)
123 return le32_to_cpu(st->mapEntry[i].mappedLocation) +
126 else if (le32_to_cpu(st->mapEntry[i].origLocation) > packet)
137 struct sparingEntry mapEntry; local
163 if (le32_to_cpu(st->mapEntry[k].origLocation) == 0xFFFFFFFF)
170 st->mapEntry[k].origLocation = cpu_to_le32(packet);
175 *new_block = le32_to_cpu(st->mapEntry[k].mappedLocation) +
179 else if (le32_to_cpu(st->mapEntry[k].origLocation) == packet)
181 *new_block = le32_to_cpu(st->mapEntry[
[all...]
H A Dosta_udf.h214 mapEntry[0]; member in struct:sparingTable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredEntrySet.java42 * @param mapEntry must be a {@link java.util.Map.Entry} instance.
49 * @throws ClassCastException if the mapEntry is not a {@link
54 public boolean add(Object mapEntry) { argument
56 Map.Entry entry = (Map.Entry) mapEntry; // allow ClassCastException
65 * @param mapEntry is a {@link java.util.Map.Entry} instance to be removed.
68 * the mapEntry is not a {@link java.util.Map.Entry} instance or is not
75 public boolean remove(Object mapEntry) { argument
77 if (!(mapEntry instanceof Map.Entry)) {
80 Map.Entry entry = (Map.Entry) mapEntry;
103 * @param mapEntry i
111 contains(Object mapEntry) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1127 Object val = mapEntry(i);
1507 iterator(sset.subSet(mapEntry(1),
1508 mapEntry(2))),
1513 iterator(sset.subSet(mapEntry(2),
1514 mapEntry(3))),
1520 (mapEntry(endKey),
1521 mapEntry(endKey + 1))),
1528 sset.subSet(mapEntry(endKey + 1),
1529 mapEntry(endKey + 2));
1535 sset.subSet(mapEntry(
2955 Map.Entry mapEntry(Object key, Object val) { method in class:CollectionTest
2960 Map.Entry mapEntry(int key) { method in class:CollectionTest
[all...]

Completed in 165 milliseconds