Lines Matching refs:int32
70 int32 pad1[2];
71 int32 filled; // Flag to tell when we filled the cache.
72 int32 sizes[5];
76 int32 operation; // Actual in-flight operation.
77 int32 operation_list; // In-flight operation list.
78 int32 pad2[7];
87 int32 num_entries; // Number of entries currently stored.
88 int32 num_bytes; // Total size of the stored data.
89 int32 last_file; // Last external file created.
90 int32 this_id; // Id for all entries being changed (dirty flag).
92 int32 table_len; // Actual size of the table (0 == kIndexTablesize).
93 int32 crash; // Signals a previous crash.
94 int32 experiment; // Id of an ongoing test.
96 int32 pad[52];
116 int32 reuse_count; // How often is this entry used.
117 int32 refetch_count; // How often is this fetched from the net.
118 int32 state; // Current state.
120 int32 key_len;
122 int32 data_size[4]; // We can store up to 4 data streams for each
125 int32 pad[5];
154 int32 dirty; // The entry is being modifyied.
155 int32 dummy; // Old files may have a pointer here.
183 int32 entry_size; // Size of the blocks of this file.
184 int32 num_entries; // Number of stored entries.
185 int32 max_entries; // Current maximum number of entries.
186 int32 empty[4]; // Counters of empty entries for each type.
187 int32 hints[4]; // Last used position for each entry type.
188 volatile int32 updating; // Keep track of updates to the header.
189 int32 user[5];
237 int32 parent_key_len; // Key length for the parent entry.
238 int32 last_block; // Index of the last written block.
239 int32 last_block_len; // Lenght of the last written block.
240 int32 dummy[10];