Home
last modified time | relevance | path

Searched refs:icmp (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_icmp.h10 // 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 Dtest_icmp.cpp10 // 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 Dtest_icmp_main.cpp10 // 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 Dicmp.c46 #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 Dtraceroute.c115 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 Dqsort.c12 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 Dcond_expr3.c1 static int icmp = 1 / (sizeof(int) - sizeof(1 > 0)); variable
/third_party/ltp/testcases/network/stress/icmp/multi-diffnic/
H A DMakefile2 # network/stress/icmp/multi-diffnic testcases Makefile.
27 INSTALL_TARGETS := icmp*
/third_party/ltp/testcases/network/stress/icmp/multi-diffip/
H A DMakefile2 # network/stress/icmp/multi-diffip testcases Makefile.
27 INSTALL_TARGETS := icmp*
/third_party/ltp/testcases/network/tcp_cmds/include/
H A Dnetdefs.h40 #define ICMP_PROTO "ipv6-icmp"
48 typedef struct icmp icmp_t;
55 #define ICMP_PROTO "icmp"
/third_party/lwip/src/include/lwip/
H A Dstats.h251 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 Dip_icmp.h78 struct icmp { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip_icmp.h78 struct icmp { struct
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip_icmp.h78 struct icmp { struct
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip_icmp.h78 struct icmp { struct
/third_party/musl/include/netinet/
H A Dip_icmp.h78 struct icmp { struct
/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c149 static void icmp(Btor *btor, struct instruction *insn) in icmp() function
303 icmp(btor, insn); in check_function()
/third_party/lwip/src/
H A DFilelists.mk59 $(LWIPDIR)/core/ipv4/icmp.c \
/third_party/libcoap/examples/lwip/
H A DMakefile128 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 DShaderCore.hpp355 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
H A DVertexProgram.cpp321 case Shader::OPCODE_ICMP: icmp(d, s0, s1, control); break; in program()
H A DPixelProgram.cpp220 case Shader::OPCODE_ICMP: icmp(d, s0, s1, control); break; in applyShader()
H A DShaderCore.cpp1867 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 DLLLexer.cpp850 INSTKEYWORD(icmp, ICmp); INSTKEYWORD(fcmp, FCmp); in LexIdentifier()

Completed in 19 milliseconds