Searched refs:byteoffset (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOMLocatorImpl.java | 113 … 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/ |
D | lutf8lib.c | 160 static int byteoffset (lua_State *L) { in byteoffset() function 239 {"offset", byteoffset},
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress01.c | 511 int byteoffset = pageoffset * pagesize; local 512 offset += byteoffset; 513 mapsize -= byteoffset;
|
D | mmapstress10.c | 587 int byteoffset = pageoffset * pagesize; local 588 offset += byteoffset; 589 mapsize_mapper -= byteoffset;
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3089 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/ |
D | ac_nir_to_llvm.c | 6348 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()
|