Home
last modified time | relevance | path

Searched refs:current_flags (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DSymmetry.h282 …ray<Index, NumIndices>& transformed_indices, int transform_flags, int current_flags, const std::ar…
286 return current_flags | GlobalImagFlag; // anti-hermitian diagonal
288 return current_flags | GlobalRealFlag; // hermitian diagonal
290 return current_flags | GlobalZeroFlag; // anti-symmetric diagonal
292 return current_flags;
/external/openscreen/platform/impl/
Dstream_socket_posix.cc241 const int current_flags = fcntl(handle_.fd, F_GETFL, 0); in Initialize() local
242 if (fcntl(handle_.fd, F_SETFL, current_flags | O_NONBLOCK) == -1) { in Initialize()
/external/minigbm/
Di915.c104 static uint64_t unset_flags(uint64_t current_flags, uint64_t mask) in unset_flags() argument
106 uint64_t value = current_flags & ~mask; in unset_flags()
/external/pcre/dist2/src/sljit/
DsljitLir.c535 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
538 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
541 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) { in sljit_set_current_flags()
542 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()
2479 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
2482 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
DsljitLir.h1541 sljit_s32 current_flags);