Searched defs:base_offset (Results 1 - 3 of 3) sorted by relevance

/system/core/liblog/
H A Dlog_is_loggable.c92 static const size_t base_offset = 8; /* skip "persist." */ local
184 kp = key + base_offset;
225 kp = key + base_offset;
/system/core/liblog/tests/
H A Dliblog_test.cpp1238 static const size_t base_offset = 8; /* skip "persist." */ local
1261 property_get(key + base_offset, hold[1], "");
1262 property_set(key + base_offset, "");
1268 property_set(key + base_offset, "");
1346 i, j, key + base_offset, buf);
1347 property_set(key + base_offset, buf);
1372 property_set(key + base_offset, "");
1406 i, j, key + base_offset, buf);
1407 property_set(key + base_offset, buf);
1432 property_set(key + base_offset, "");
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp397 base_offset(parts.cbPtr, parts.cbPtr, Rs);
993 void GGLAssembler::base_offset( function in class:android::GGLAssembler

Completed in 177 milliseconds