Home
last modified time | relevance | path

Searched refs:entry_end (Results 1 – 7 of 7) 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/u-boot/env/
Dattr.c32 const char *entry, *entry_end; in env_attr_walk() local
43 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk()
45 if (entry_end == NULL) { in env_attr_walk()
62 int entry_len = entry_end - entry; in env_attr_walk()
106 entry = entry_end + 1; in env_attr_walk()
107 } while (entry_end != NULL); in env_attr_walk()
/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/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp332 const char* entry_end = str; in ParseDefaultValuesString() local
333 std::string spec_id_str(entry_begin, entry_end - entry_begin); in ParseDefaultValuesString()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp332 const char* entry_end = str; in ParseDefaultValuesString() local
333 std::string spec_id_str(entry_begin, entry_end - entry_begin); in ParseDefaultValuesString()
/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()