HomeSort by relevance Sort by last modified time
    Searched refs:offs0 (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/servicemanager/
binder.h 20 binder_size_t *offs0; /* start of offsets buffer */ member in struct:binder_io
binder.c 194 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0);
196 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0;
337 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
339 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
409 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets;
428 bio->offs = bio->offs0 = data;
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 663 const int offs0 = localOffs-1 < 0 ? ((localOffs+workGroupSize-1)%workGroupSize) : ((localOffs-1)%workGroupSize);
665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1);
    [all...]

Completed in 1255 milliseconds