Searched refs:first_one (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-hncp.c | 377 uint32_t type, int count, int indent, int *first_one) in print_type_in_line() argument 380 if (*first_one) { in print_type_in_line() 381 *first_one = 0; in print_type_in_line() 404 int first_one = 1; in hncp_print_rec() local 462 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec() 852 print_type_in_line(ndo, last_type_mask, last_type_count, indent, &first_one); in hncp_print_rec()
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 943 extern unsigned char first_one[65536]; 947 return (first_one[arg1 >> 48]); 960 movzbl first_one(%eax), %eax
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | README.txt | 943 extern unsigned char first_one[65536]; 947 return (first_one[arg1 >> 48]); 960 movzbl first_one(%eax), %eax
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | README.txt | 1106 extern unsigned char first_one[65536]; 1110 return (first_one[arg1 >> 48]); 1123 movzbl first_one(%eax), %eax
|