Home
last modified time | relevance | path

Searched refs:copy_offset (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dbignum.cc343 int copy_offset = used_digits_; in Square() local
345 bigits_[copy_offset + i] = bigits_[i]; in Square()
355 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()
356 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
370 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()
371 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c624 int copy_offset = 0; in ffi_call() local
641 copy_offset = 4; in ffi_call()
647 memcpy(ecif.rvalue, rvalue_copy + copy_offset, cif->rtype->size); in ffi_call()
/external/mesa3d/src/compiler/glsl/
Dir_constant_expression.cpp890 store->copy_offset(value, offset); in constant_expression_evaluate_expression_list()
Dir.h2173 void copy_offset(ir_constant *src, int offset);
Dir.cpp964 ir_constant::copy_offset(ir_constant *src, int offset) in copy_offset() function in ir_constant