Home
last modified time | relevance | path

Searched refs:uint_offset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-typedarray.cc162 const uint32_t uint_offset = static_cast<uint32_t>(offset->value()); in RUNTIME_FUNCTION() local
183 if (uint_offset + len->Number() > target->length_value()) { in RUNTIME_FUNCTION()
193 return accessor->CopyElements(source, target, int_l, uint_offset); in RUNTIME_FUNCTION()
/external/mesa3d/src/compiler/glsl/tests/
Dblob_test.c124 size_t str_offset, uint_offset; in test_write_and_read_functions() local
143 uint_offset = blob.size; in test_write_and_read_functions()
155 blob_overwrite_uint32(&blob, uint_offset, uint32_overwrite); in test_write_and_read_functions()