Searched refs:context_offset (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.cc | 616 uint32_t context_offset = in ExtractContextOffset() local 618 CHECK_LT(context_offset, static_cast<uint32_t>(data->raw_size)); in ExtractContextOffset() 619 return context_offset; in ExtractContextOffset() 674 uint32_t context_offset = ExtractContextOffset(data, index); in ExtractContextData() local 684 reinterpret_cast<const byte*>(data->data + context_offset); in ExtractContextData() 685 uint32_t context_length = next_context_offset - context_offset; in ExtractContextData()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 84 static long long context_offset = 2 * 1024 * 1024; variable 1180 if (tst_parse_filesize(str_context_offset, &context_offset, 1, LLONG_MAX)) in setup() 1286 if (file_size < num_contexts * context_offset) { in run() 1297 (long)(context_offset / (1024 * 1024)), verify ? "on" : "off"); in run() 1311 oper = create_oper(rwfd, first_stage, j * context_offset, in run() 1312 file_size - j * context_offset, in run()
|
/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 1186 uint32_t context_offset = block_type << BROTLI_LITERAL_CONTEXT_BITS; in PrepareLiteralDecoding() local 1187 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 1186 uint32_t context_offset = block_type << BROTLI_LITERAL_CONTEXT_BITS; in PrepareLiteralDecoding() local 1187 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
|
Completed in 13 milliseconds