Searched refs:tll (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/
H A DMakefile.tests32 .PRECIOUS: Output/%.tbc Output/%.tll
/external/tcpdump/
H A Dprint-forces.c815 u_int16_t type, tll; local
836 tll = EXTRACT_16BITS(&kdtlv->length);
838 return fdatatlv_print(dp, tll, op_msk, indent);
896 u_int16_t tll; local
912 tll = EXTRACT_16BITS(&keytlv->length);
913 if (tll < TLV_HDRL) {
915 tll, TLV_HDRL);
918 tll -= TLV_HDRL;
919 if (len < tll) {
923 pptr += tll;
932 u_int16_t tll; local
1075 int tll; local
1119 int tll; local
1188 int tll; local
[all...]
/external/clang/test/Analysis/
H A Dtaint-tester.c188 int tll = ll; // expected-warning + {{tainted}} local

Completed in 113 milliseconds