Searched refs:tl1 (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-beep.c | 31 l_strnstart(netdissect_options *ndo, const char *tstr1, u_int tl1, in l_strnstart() argument 34 if (!ND_TTEST2(*str2, tl1)) { in l_strnstart() 42 if (tl1 > l2) in l_strnstart() 45 return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0); in l_strnstart()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5.cpp | 51 auto tl1 = []() throw(int) {}; in test_exception_spec() 53 static_assert(!noexcept(tl1()), "lambda can throw"); in test_exception_spec()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 195 const int16* xlp0, const quint8* tl1, const quint8* tr1, const quint8* bl1, in ComputeLerpx8() argument 205 const uint8x8_t tl8x8 = ToUint8x8(tl0, tl1, tl2, tl3, tl4, tl5, tl6, tl7); in ComputeLerpx8()
|