Home
last modified time | relevance | path

Searched defs:nbit (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnumisc.h57 #define BIT_BNU(bnu, ns,nbit) ((((nbit)>>BNU_CHUNK_LOG2) < (ns))? ((((bnu))[(nbit)>>BNU_CHUNK_LOG2]… argument
59 #define TST_BIT(bnu, nbit) (((Ipp8u*)(bnu))[(nbit)/8] & ((1<<((nbit)%8)) &0xFF)) argument
60 #define SET_BIT(bnu, nbit) (((Ipp8u*)(bnu))[(nbit)/8] |= ((1<<((nbit)%8)) &0xFF)) argument
61 #define CLR_BIT(bnu, nbit) (((Ipp8u*)(bnu))[(nbit)/8] &=~((1<<((nbit)%8)) &0xFF)) argument
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer.cc142 for (auto nbit = node->links().begin(); nbit != range_end; ++nbit) { in ExtendSubgraphAllOrNone() local
166 auto nbit = node->links().find(port); in ExtendSubgraphPortAllOrNone() local
232 for (auto nbit = node->links().begin(); nbit != range_end; ++nbit) { in HasInvalidMultiInputs() local
/external/vboot_reference/utility/
Defidecompress.c371 IN UINT16 nbit, in ReadPTLen()
Deficompress.c995 IN INT32 nbit, in WritePTLen()