/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_icmp.h | 10 // This file declares the function prototypes for crosstesting the icmp 21 bool icmp##cmp(uint8_t a, uint8_t b); \ 22 bool icmp##cmp(uint16_t a, uint16_t b); \ 23 bool icmp##cmp(uint32_t a, uint32_t b); \ 24 bool icmp##cmp(uint64 a, uint64 b); \ 25 v4ui32 icmp##cmp(v4ui32 a, v4ui32 b); \ 26 v8ui16 icmp##cmp(v8ui16 a, v8ui16 b); \ 27 v16ui8 icmp##cmp(v16ui8 a, v16ui8 b); \ 36 bool icmp##cmp(myint8_t a, myint8_t b); \ 37 bool icmp##cm [all...] |
H A D | test_icmp.cpp | 10 // This aims to test the icmp bitcode instruction across all PNaCl primitive 21 bool icmp##cmp(uint8_t a, uint8_t b) { return a op b; } \ 22 bool icmp##cmp(uint16_t a, uint16_t b) { return a op b; } \ 23 bool icmp##cmp(uint32_t a, uint32_t b) { return a op b; } \ 24 bool icmp##cmp(uint64 a, uint64 b) { return a op b; } \ 25 v4ui32 icmp##cmp(v4ui32 a, v4ui32 b) { return a op b; } \ 26 v8ui16 icmp##cmp(v8ui16 a, v8ui16 b) { return a op b; } \ 27 v16ui8 icmp##cmp(v16ui8 a, v16ui8 b) { return a op b; } \ 36 bool icmp##cmp(myint8_t a, myint8_t b) { return a op b; } \ 37 bool icmp##cm [all...] |
H A D | test_icmp_main.cpp | 10 // Driver for cross testing the icmp bitcode instruction 52 {STR(cmp), (FuncTypeUnsigned)icmp##cmp, \ in testsInt() 53 (FuncTypeUnsigned)Subzero_::icmp##cmp}, in testsInt() 57 {STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp##cmp, \ in testsInt() 58 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp}, in testsInt() 79 std::cout << "icmp" << Funcs[f].Name in testsInt() 106 std::cout << "icmp" << Funcs[f].Name in testsInt() 154 std::cout << "icmp" << Funcs[f].Name in testsIntWithZero() 175 std::cout << "icmp" << Funcs[f].Name in testsIntWithZero() 201 {STR(cmp), (FuncTypeUnsigned)icmp##cm in testsVecInt() [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | icmp.c | 46 #include "lwip/icmp.h" 73 * Currently only processes icmp echo requests and sends 76 * @param p the icmp echo request packet, p->payload pointing to the icmp header 91 ICMP_STATS_INC(icmp.recv); in icmp_input() 150 ICMP_STATS_INC(icmp.chkerr); in icmp_input() 180 /* switch r->payload back to icmp header (cannot fail) */ in icmp_input() 182 LWIP_ASSERT("icmp_input: moving r->payload to icmp header failed\n", 0); in icmp_input() 197 /* restore p->payload to point to icmp header (cannot fail) */ in icmp_input() 206 * setting the icmp typ in icmp_input() [all...] |
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 115 struct icmp *send_icmp4 = (struct icmp *)(TT.packet); in send_probe4() 255 struct icmp *ricmp; in do_trace() 257 ricmp = (struct icmp *) ((char*)rcv_pkt + (rcv_pkt->ip_hl << 2)); in do_trace() 267 struct icmp *hicmp; in do_trace() 278 hicmp = (struct icmp *) ((char*)hip + (hip->ip_hl << 2)); in do_trace() 314 xprintf(" %d bytes from %s : icmp type %d code %d\t", in do_trace()
|
/third_party/musl/libc-test/src/functional/ |
H A D | qsort.c | 12 static int icmp(const void *a, const void *b) in icmp() function 78 qsort(a, len, sizeof *a, icmp); in int_test()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | cond_expr3.c | 1 static int icmp = 1 / (sizeof(int) - sizeof(1 > 0)); variable
|
/third_party/ltp/testcases/network/stress/icmp/multi-diffnic/ |
H A D | Makefile | 2 # network/stress/icmp/multi-diffnic testcases Makefile. 27 INSTALL_TARGETS := icmp*
|
/third_party/ltp/testcases/network/stress/icmp/multi-diffip/ |
H A D | Makefile | 2 # network/stress/icmp/multi-diffip testcases Makefile. 27 INSTALL_TARGETS := icmp*
|
/third_party/ltp/testcases/network/tcp_cmds/include/ |
H A D | netdefs.h | 40 #define ICMP_PROTO "ipv6-icmp" 48 typedef struct icmp icmp_t; 55 #define ICMP_PROTO "icmp"
|
/third_party/lwip/src/include/lwip/ |
H A D | stats.h | 251 struct stats_proto icmp; member 342 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP")
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | ip_icmp.h | 78 struct icmp { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | ip_icmp.h | 78 struct icmp { struct
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | ip_icmp.h | 78 struct icmp { struct
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | ip_icmp.h | 78 struct icmp { struct
|
/third_party/musl/include/netinet/ |
H A D | ip_icmp.h | 78 struct icmp { struct
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 149 static void icmp(Btor *btor, struct instruction *insn) in icmp() function 303 icmp(btor, insn); in check_function()
|
/third_party/lwip/src/ |
H A D | Filelists.mk | 59 $(LWIPDIR)/core/ipv4/icmp.c \
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 128 icmp.c raw.c ip4_frag.c sys_arch.c ethernet.c ip.c mem.c memp.c
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 355 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
|
H A D | VertexProgram.cpp | 321 case Shader::OPCODE_ICMP: icmp(d, s0, s1, control); break; in program()
|
H A D | PixelProgram.cpp | 220 case Shader::OPCODE_ICMP: icmp(d, s0, s1, control); break; in applyShader()
|
H A D | ShaderCore.cpp | 1867 void ShaderCore::icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control) in icmp() function in sw::ShaderCore
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 850 INSTKEYWORD(icmp, ICmp); INSTKEYWORD(fcmp, FCmp); in LexIdentifier()
|