Searched defs:block_index (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer_browsertest.cc135 int block_index = -1; local
141 block_index = i;
144 EXPECT_NE(-1, block_index);
145 EXPECT_LT(navigation_index, block_index);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_uniform.h133 int block_index; member in struct:gl_uniform_storage
/external/mesa3d/src/glsl/
H A Dir_uniform.h133 int block_index; member in struct:gl_uniform_storage
/external/chromium/crypto/
H A Dsymmetric_key_win.cc233 // specified |block_index| using the PRF |hash|, writing the output to
242 uint32 block_index,
266 uint32 big_endian_block_index = htonl(block_index);
443 for (uint32 block_index = 1; block_index <= L; ++block_index) {
444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
238 ComputePBKDF2Block(HCRYPTHASH hash, DWORD hash_size, const std::string& salt, size_t iterations, uint32 block_index, BYTE* output_buf) argument
/external/chromium_org/crypto/
H A Dsymmetric_key_win.cc233 // specified |block_index| using the PRF |hash|, writing the output to
242 uint32 block_index,
266 uint32 big_endian_block_index = base::HostToNet32(block_index);
443 for (uint32 block_index = 1; block_index <= L; ++block_index) {
444 if (!ComputePBKDF2Block(prf, hLen, salt, iterations, block_index,
238 ComputePBKDF2Block(HCRYPTHASH hash, DWORD hash_size, const std::string& salt, size_t iterations, uint32 block_index, BYTE* output_buf) argument
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h66 unsigned long block_index; /* index # for current block */ member in struct:__anon16795
150 unsigned long block_index; /* index # for current block */ member in struct:__anon16797
/external/qemu/block/
H A Dqcow2-refcount.c121 int refcount_table_index, block_index; local
138 block_index = cluster_index &
140 return be16_to_cpu(s->refcount_block_cache[block_index]);
253 int block_index = (new_block >> s->cluster_bits) & local
255 s->refcount_block_cache[block_index] = cpu_to_be16(1);
483 int block_index, refcount; local
511 block_index = cluster_index &
513 if (first_index == -1 || block_index < first_index) {
514 first_index = block_index;
516 if (block_index > last_inde
[all...]

Completed in 192 milliseconds