Home
last modified time | relevance | path

Searched refs:byteoffset (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOMLocatorImpl.java113 … DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri ){ in DOMLocatorImpl() argument
116 fByteOffset = byteoffset ; in DOMLocatorImpl()
123 …DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri, in… in DOMLocatorImpl() argument
126 fByteOffset = byteoffset ; in DOMLocatorImpl()
/external/lua/src/
Dlutf8lib.c160 static int byteoffset (lua_State *L) { in byteoffset() function
239 {"offset", byteoffset},
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress01.c511 int byteoffset = pageoffset * pagesize; local
512 offset += byteoffset;
513 mapsize -= byteoffset;
Dmmapstress10.c587 int byteoffset = pageoffset * pagesize; local
588 offset += byteoffset;
589 mapsize_mapper -= byteoffset;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3089 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; in si_write_tess_factors() local
3188 byteoffset = LLVMBuildMul(ctx->ac.builder, rel_patch_id, in si_write_tess_factors()
3209 MIN2(stride, 4), byteoffset, tf_base, in si_write_tess_factors()
3214 stride - 4, byteoffset, tf_base, in si_write_tess_factors()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c6348 LLVMValueRef lds_base, lds_inner, lds_outer, byteoffset, buffer; in write_tess_factors() local
6424 byteoffset = LLVMBuildMul(ctx->builder, rel_patch_id, in write_tess_factors()
6445 MIN2(stride, 4), byteoffset, tf_base, in write_tess_factors()
6449 stride - 4, byteoffset, tf_base, in write_tess_factors()