Home
last modified time | relevance | path

Searched refs:skip_mask (Results 1 – 3 of 3) sorted by relevance

/external/minijail/
Dsystem.h42 int lock_securebits(uint64_t skip_mask, bool require_keep_caps);
Dsystem.c62 int lock_securebits(uint64_t skip_mask, bool require_keep_caps) in lock_securebits() argument
97 securebits &= ~skip_mask; in lock_securebits()
/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h341 Packet skip_mask = in reducePacketWithType() local
343 (*accum) = padd<Packet>(*accum, psel(p, pset1<Packet>(0), skip_mask)); in reducePacketWithType()
345 packetCount_, psel(pset1<Packet>(1), pset1<Packet>(0), skip_mask)); in reducePacketWithType()