/frameworks/base/cmds/idmap2/libidmap2/ |
BinaryStreamVisitor.cpp | 74 EntryId entry_id = type_entry.GetEntry(i); local 75 Write32(entry_id != kNoEntry ? static_cast<uint32_t>(entry_id) : kPadding);
|
/external/u-boot/arch/x86/cpu/coreboot/ |
timestamp.c | 14 uint32_t entry_id; member in struct:timestamp_entry 40 tse->entry_id = id; 60 switch (tse->entry_id) {
|
/external/curl/tests/unit/ |
unit1607.c | 131 void *entry_id; variable 145 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 146 if(!entry_id) { 150 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 151 free(entry_id); variable 152 entry_id = NULL;
|
unit1609.c | 136 void *entry_id; variable 147 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port); 148 if(!entry_id) { 152 dns = Curl_hash_pick(easy->dns.hostcache, entry_id, strlen(entry_id) + 1); 153 free(entry_id); variable 154 entry_id = NULL;
|
/external/freetype/src/base/ |
ftrfork.c | 790 FT_Int32 entry_id, entry_offset, entry_length = 0; local 820 if ( FT_READ_LONG( entry_id ) ) 822 if ( entry_id == resource_fork_entry_id )
|
/external/v8/src/arm64/ |
deoptimizer-arm64.cc | 288 Register entry_id = temps.AcquireX(); local 289 DCHECK(entry_id.Is(x16)); 290 __ Push(padreg, entry_id); 293 // Ensure the entry_id looks sensible, ie. 0 <= entry_id < count(). 294 __ Cmp(entry_id, count());
|
/external/curl/lib/ |
hostip.c | 300 char entry_id[MAX_HOSTCACHE_LEN]; local 303 create_hostcache_id(hostname, port, entry_id, sizeof(entry_id)); 304 entry_len = strlen(entry_id); 307 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); 311 create_hostcache_id("*", port, entry_id, sizeof(entry_id)); 312 entry_len = strlen(entry_id); 315 dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); 328 Curl_hash_delete(data->dns.hostcache, entry_id, entry_len + 1) 454 char entry_id[MAX_HOSTCACHE_LEN]; local 874 char entry_id[MAX_HOSTCACHE_LEN]; local [all...] |