Home
last modified time | relevance | path

Searched refs:_AND (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/linux/
Dtime.h10 #define _AND , macro
52 _CONST struct tm *tim_p _AND
73 _CONST time_t * tim_p _AND
147 _CONST time_t * tim_p _AND
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py51 _AND = lambda x, y: x & y function
871 logical_funcs = [(np.logical_and, _AND), (np.logical_or, _OR),