Home
last modified time | relevance | path

Searched refs:size32 (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libc/db/btree/
H A Dbt_put.c69 u_int32_t nbytes, size32; in __bt_put() local
122 size32 = key->size; in __bt_put()
124 &size32, sizeof(u_int32_t)); in __bt_put()
134 size32 = data->size; in __bt_put()
136 &size32, sizeof(u_int32_t)); in __bt_put()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c4327 #define CHECK_ENTSIZE_VALUES(section, i, size32, size64) \ in process_section_headers() argument
4331 = is_32bit_elf ? size32 : size64; \ in process_section_headers()