Home
last modified time | relevance | path

Searched refs:entry_end (Results 1 – 4 of 4) sorted by relevance

/external/kmod/shared/
Dhash.c78 struct hash_entry *entry, *entry_end; in hash_free() local
80 entry_end = entry + bucket->used; in hash_free()
81 for (; entry < entry_end; entry++) in hash_free()
152 struct hash_entry *entry, *entry_end; in hash_add() local
165 entry_end = entry + bucket->used; in hash_add()
166 for (; entry < entry_end; entry++) { in hash_add()
176 (entry_end - entry) * sizeof(struct hash_entry)); in hash_add()
195 struct hash_entry *entry, *entry_end; in hash_add_unique() local
208 entry_end = entry + bucket->used; in hash_add_unique()
209 for (; entry < entry_end; entry++) { in hash_add_unique()
[all …]
/external/autotest/client/cros/
Ddhcp_packet.py142 entry_end = offset + 1 + destination_address_count + 4
143 if entry_end > len(byte_string):
151 router_address = byte_string[destination_address_end:entry_end]
155 offset = entry_end
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc220 entry_end = loca_map->end(); in Initialize() local
221 entry != entry_end; entry++) { in Initialize()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2091 const char *entry_end; in Start() local
2097 cursor = entry_end, all_ok = all_ok && ok) { in Start()
2113 entry_end = fde.end; in Start()
2118 entry_end = fde.end; in Start()