Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dtime.h8 #define _AND , macro
50 _CONST struct tm *tim_p _AND
71 _CONST time_t * tim_p _AND
145 _CONST time_t * tim_p _AND
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_test.py50 _AND = lambda x, y: x & y function
719 logical_funcs = [(np.logical_and, _AND), (np.logical_or, _OR),