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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
xdr.h 136 *x_ops; member in struct:XDR
166 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
168 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
171 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p)
173 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p)
176 (*(xdrs)->x_ops->x_getlong)(xdrs, longp)
178 (*(xdrs)->x_ops->x_getlong)(xdrs, longp)
181 (*(xdrs)->x_ops->x_putlong)(xdrs, longp)
183 (*(xdrs)->x_ops->x_putlong)(xdrs, longp)
186 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
xdr.h 136 *x_ops; member in struct:XDR
166 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
168 (*(xdrs)->x_ops->x_getint32)(xdrs, int32p)
171 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p)
173 (*(xdrs)->x_ops->x_putint32)(xdrs, int32p)
176 (*(xdrs)->x_ops->x_getlong)(xdrs, longp)
178 (*(xdrs)->x_ops->x_getlong)(xdrs, longp)
181 (*(xdrs)->x_ops->x_putlong)(xdrs, longp)
183 (*(xdrs)->x_ops->x_putlong)(xdrs, longp)
186 (*(xdrs)->x_ops->x_getbytes)(xdrs, addr, len
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 263 // The important inputs for this function is |x_ops| and
270 // Normally we process ScaleOps from |y_ops| first and |x_ops| after
273 // why |x_ops| and |y_ops| aren't just one single queue.
281 std::deque<GLHelperScaling::ScaleOp>* x_ops,
284 while (!x_ops->empty() || !y_ops->empty()) {
291 current_queue = x_ops;
342 if (!scale_x && x_ops->size() > 0 && x_ops->front().scale_factor <= 2) {
344 if (current_shader == SHADER_BILINEAR2 && x_ops->size() >= 2) {
351 switch (x_ops->size())
415 std::deque<GLHelperScaling::ScaleOp> x_ops, y_ops; local
    [all...]
gl_helper_scaling.h 182 std::deque<GLHelperScaling::ScaleOp>* x_ops,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 294 void *x_ops; member in struct:__sanitizer::__sanitizer_XDR
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 1027 milliseconds