Searched refs:key_offset (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | compat_ohash.c | 61 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data); in ohash_create_entry() 63 memcpy(p+i->key_offset, start, *end-start); in ohash_create_entry() 64 p[i->key_offset + (*end - start)] = '\0'; in ohash_create_entry() 206 h->info.key_offset = info->key_offset; in ohash_init() 253 strncmp(h->t[i].p+h->info.key_offset, start, in ohash_lookup_interval() 255 (h->t[i].p+h->info.key_offset)[end-start] == '\0') { in ohash_lookup_interval() 300 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) { in ohash_lookup_memory()
|
| H A D | compat_ohash.h | 28 ptrdiff_t key_offset; member
|
| H A D | mandoc_ohash.c | 39 info.key_offset = ko; in mandoc_ohash_init()
|
| /netbsd-src/usr.bin/m4/lib/ |
| H A D | ohash_create_entry.c | 32 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data); in ohash_create_entry() 34 memcpy(p+i->key_offset, start, *end-start); in ohash_create_entry() 35 p[i->key_offset + (*end - start)] = '\0'; in ohash_create_entry()
|
| H A D | ohash_init.c | 33 h->info.key_offset = info->key_offset; in ohash_init()
|
| H A D | ohash_lookup_interval.c | 43 strncmp(h->t[i].p+h->info.key_offset, start, in ohash_lookup_interval() 45 (h->t[i].p+h->info.key_offset)[end-start] == '\0') { in ohash_lookup_interval()
|
| H A D | ohash.h | 28 ptrdiff_t key_offset; member
|
| H A D | ohash_lookup_memory.c | 42 memcmp(h->t[i].p+h->info.key_offset, k, size) == 0) { in ohash_lookup_memory()
|
| /netbsd-src/common/lib/libc/gen/ |
| H A D | ptree.c | 170 size_t node_offset, size_t key_offset) in ptree_init() argument 174 pt->pt_key_offset = key_offset; in ptree_init()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_iwmreg.h | 6066 uint8_t key_offset; member 6152 uint8_t key_offset; member 6210 uint8_t key_offset; member
|