Lines Matching refs:offset

60  *		| (int) msgid offset            |
62 * | (int) msgstr offset |
96 int msgid_offset; /* msgid offset */
97 int msgstr_offset; /* msgstr offset */
131 * 12 | (uint32_t) offset of msgid table | == O
133 * 16 | (uint32_t) offset of msgstr table | == T
137 * 24 | (uint32_t) offset of hashing table | == H
142 * O+4 | (uint32_t) offset of 0th msgid | == M(0)
148 * O+((N-1)*8) | (uint32_t) offset of (N-1)th msgid | == M(N-1)
153 * T+4 | (uint32_t) offset of 0th msgstr | == Q(0)
159 * T+((N-1)*8) | (uint32_t) offset of (N-1)th msgstr | == Q(N-1)
200 * 12 | (uint32_t) offset of msgid table | == O
202 * 16 | (uint32_t) offset of msgstr table | == T
206 * 24 | (uint32_t) offset of hashing table | == H
210 * 36 | (uint32_t) offset of dynamic macros | == P
214 * 44 | (uint32_t) offset of dynamic msgid tbl | == A
216 * 48 | (uint32_t) offset of dynamic msgstr tbl | == B
221 * O+4 | (uint32_t) offset of 0th msgid | == M(0)
227 * O+((N-1)*8) | (uint32_t) offset of (N-1)th msgid | == M(N-1)
232 * T+4 | (uint32_t) offset of 0th msgstr | == Q(0)
238 * T+((N-1)*8) | (uint32_t) offset of (N-1)th msgstr | == Q(N-1)
250 * P+4 | (uint32_t) offset of 0th macro | == C(0)
256 * P+((M-1)*8) | (uint32_t) offset of (M-1)th macro | == C(M-1)
259 * A | (uint32_t) offset of 0th d_msgid | == L(0)
263 * A+((D-1)*4) | (uint32_t) offset of (D-1)th d_msgid | == L(D-1)
266 * B | (uint32_t) offset of 0th d_msgstr | == E(0)
270 * B+((D-1)*4) | (uint32_t) offset of (D-1)th d_msgstr | == E(D-1)
273 * L(0) | (uint32_t) offset of 0th d_msgid message | == F(0)
286 * L(D-1) | (uint32_t) offset of 0th d_msgid message | == F(D-1)
299 * E(0) | (uint32_t) offset of 0th d_msgstr message | == G(0)
312 * E(D-1) | (uint32_t) offset of 0th d_msgstr message | == G(D-1)
400 uint32_t offset;
409 uint32_t offset;