Searched refs:context_offset (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gcontextspecificgroup.h | 38 goffset context_offset,
|
D | gcontextspecificgroup.c | 171 goffset context_offset, in g_context_specific_group_get() argument 194 G_STRUCT_MEMBER (GMainContext *, instance, context_offset) = g_main_context_ref (context); in g_context_specific_group_get()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 103 off_t context_offset = 2 * 1024 * 1024; variable 1365 context_offset = parse_size(optarg, 1024 * 1024); 1491 if (file_size < num_contexts * context_offset) { 1505 (long)(context_offset / (1024 * 1024)), verify ? "on" : "off"); 1524 create_oper(rwfd, first_stage, j * context_offset, 1525 file_size - j * context_offset, rec_len,
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
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/node/deps/brotli/c/dec/ |
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()
|