Searched defs:tll (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dinspect_fodder2.py28 tll = lambda g: g and \
30 g variable
/external/python/cpython3/Lib/test/
H A Dinspect_fodder2.py28 tll = lambda g: g and \
30 g variable
/external/clang/test/Analysis/
H A Dtaint-tester.c188 int tll = ll; // expected-warning + {{tainted}} local
/external/tcpdump/
H A Dprint-forces.c803 uint16_t type, tll; local
824 tll = EXTRACT_16BITS(&kdtlv->length);
826 return fdatatlv_print(ndo, dp, tll, op_msk, indent);
885 uint16_t tll; local
901 tll = EXTRACT_16BITS(&keytlv->length);
902 if (tll < TLV_HDRL) {
904 tll, TLV_HDRL));
907 tll -= TLV_HDRL;
908 if (len < tll) {
912 pptr += tll;
921 uint16_t tll; local
1061 int tll; local
1106 int tll; local
1176 int tll; local
[all...]

Completed in 223 milliseconds