Home
last modified time | relevance | path

Searched defs:first_offset (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/fuzz/
Dblock_fuzzer.rs44 let first_offset = first_index * DESC_SIZE; localVariable
/external/deqp-deps/amber/src/vulkan/
Dpush_constant.cc44 uint32_t first_offset = it->offset; in GetVkPushConstantRange() local
/external/google-breakpad/src/processor/
Dstatic_map-inl.h135 uint64_t first_offset = sizeof(int32_t) * (num_nodes_ + 1) in ValidateInMemoryStructure() local
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp168 uint64_t first_offset = m_member_offsets[0]; in WriteFunctionArguments() local
/external/libxaac/decoder/
Dixheaacd_multichannel.c87 UWORD16 first_offset; in cblock_decode_huff_symbol() local
/external/adhd/cras/src/tests/
Dshm_unittest.cc326 uint32_t first_offset = 2.7 * used_size; in TEST_F() local
/external/libabigail/src/
Dabg-reporter-priv.cc289 uint64_t first_offset = get_data_member_offset(o), in maybe_show_relative_offset_change() local
Dabg-comparison-priv.h556 size_t first_offset = get_data_member_offset(first_dm); in compare_data_members() local
/external/flac/src/libFLAC/
Dmetadata_iterators.c336 FLAC__off_t first_offset; /* this is the offset to the STREAMINFO block */ member
897 FLAC__off_t first_offset, last_offset; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp8698 const GLuint first_offset = 0; in test() local
10579 const GLuint first_offset = 0; /* vec4 at 0 */ in test() local
10670 const GLuint first_offset = 0; in test() local
12343 const GLuint first_offset = 0; /* vec4 at 0 */ in test() local
/external/llvm-project/polly/lib/External/isl/
Disl_ast_codegen.c3828 static int first_offset(struct isl_set_map_pair *domain, int *order, int n, in first_offset() function