Home
last modified time | relevance | path

Searched refs:word2 (Results 1 – 20 of 20) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/net/
Dep93xx_eth.h41 uint32_t word2; member
49 uint32_t word2; member
54 #define RX_STATUS_FRAME_LEN(rx_status) (rx_status->word2 & 0xFFFF)
61 uint32_t word2; member
Dep93xx_eth.c79 (priv->rx_sq.base + i)->word2); in dump_rx_status_queue()
97 (priv->rx_dq.base + i)->word2); in dump_rx_descriptor_queue()
115 (priv->tx_dq.base + i)->word2); in dump_tx_descriptor_queue()
242 (priv->rx_dq.base + i)->word2 = PKTSIZE_ALIGN; in ep93xx_eth_open()
328 priv->rx_sq.current->word2); in ep93xx_eth_rcv_packet()
390 priv->tx_dq.current->word2 = length | TX_DESC_EOF; in ep93xx_eth_send_packet()
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h339 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
344 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
347 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
350 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
353 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
356 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
359 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
286 this->writeWord(word2, out); in writeInstruction()
290 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
294 this->writeWord(word2, out); in writeInstruction()
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
301 this->writeWord(word2, out); in writeInstruction()
305 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
309 this->writeWord(word2, out); in writeInstruction()
314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
319 this->writeWord(word2, out); in writeInstruction()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string,
429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
355 this->writeWord(word2, out); in writeInstruction()
359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
363 this->writeWord(word2, out); in writeInstruction()
366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
370 this->writeWord(word2, out); in writeInstruction()
374 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
378 this->writeWord(word2, out); in writeInstruction()
383 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
388 this->writeWord(word2, out); in writeInstruction()
[all …]
/third_party/uboot/u-boot-2020.01/cmd/
Dmem.c231 u64 word1, word2; in do_mem_cmp() local
233 ulong word1, word2; in do_mem_cmp() local
261 word2 = *(u32 *)buf2; in do_mem_cmp()
265 word2 = *(u64 *)buf2; in do_mem_cmp()
269 word2 = *(u16 *)buf2; in do_mem_cmp()
272 word2 = *(u8 *)buf2; in do_mem_cmp()
274 if (word1 != word2) { in do_mem_cmp()
279 type, (void *)(addr2 + offset), size, word2); in do_mem_cmp()
283 type, (ulong)(addr2 + offset), size, word2); in do_mem_cmp()
/third_party/re2/re2/testing/
Dre2_test.cc314 std::string word2; in TEST() local
317 ASSERT_TRUE(RE2::PartialMatch("foo", r, &word1, &word2, &word3)); in TEST()
319 ASSERT_EQ(word2, ""); in TEST()
321 ASSERT_TRUE(RE2::PartialMatch("bar", r, &word1, &word2, &word3)); in TEST()
323 ASSERT_EQ(word2, "bar"); in TEST()
325 ASSERT_TRUE(RE2::PartialMatch("baz", r, &word1, &word2, &word3)); in TEST()
327 ASSERT_EQ(word2, ""); in TEST()
329 ASSERT_FALSE(RE2::PartialMatch("f", r, &word1, &word2, &word3)); in TEST()
/third_party/ffmpeg/libavcodec/
Dindeo3.c901 uint32_t frame_num, word2, check_sum, data_size; in decode_frame_headers() local
911 word2 = bytestream2_get_le32(&gb); in decode_frame_headers()
915 if ((frame_num ^ word2 ^ data_size ^ OS_HDR_ID) != check_sum) { in decode_frame_headers()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local
479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzerutil_test.cpp470 uint32_t word2 = fuzzerutil::FloatToWord(1.23f); in TEST() local
479 std::vector<uint32_t>{word2}, 32, false)); in TEST()
/third_party/node/deps/cares/m4/
Dcares-compilers.m41446 for word2 in [$2]; do
1447 if test "$word1" = "$word2"; then
1483 for word2 in [$2]; do
1484 if test "$word1" = "$word2"; then
/third_party/curl/m4/
Dcurl-compilers.m41547 for word2 in [$2]; do
1548 if test "$word1" = "$word2"; then
1584 for word2 in [$2]; do
1585 if test "$word1" = "$word2"; then
/third_party/cares/m4/
Dcares-compilers.m41537 for word2 in [$2]; do
1538 if test "$word1" = "$word2"; then
1574 for word2 in [$2]; do
1575 if test "$word1" = "$word2"; then
/third_party/pcre2/pcre2/testdata/
Dtestinput25666 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
5669 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
5672 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
Dtestoutput217109 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
17113 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
17114 0: word1 word3 word1 word2 word3 word2 word2 word1 word3
17118 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
17119 0: word1 word3 word1 word2 word3 word2 word2 word1 word3
/third_party/openssl/
DINSTALL36 { word1 | word2 | word3 } This denotes a mandatory choice, to be
51 [ word1 | word2 | word3 ] Similar to { word1 | word2 | word3 }
/third_party/cares/
Dconfigure20689 for word2 in $flags_dbg_all; do
20690 if test "$word1" = "$word2"; then
20705 for word2 in $flags_dbg_all; do
20706 if test "$word1" = "$word2"; then
20887 for word2 in $flags_opt_all; do
20888 if test "$word1" = "$word2"; then
20905 for word2 in $flags_opt_all; do
20906 if test "$word1" = "$word2"; then
20936 for word2 in $flags_opt_all; do
20937 if test "$word1" = "$word2"; then
[all …]
/third_party/node/deps/cares/
Dconfigure21945 for word2 in $flags_dbg_all; do
21946 if test "$word1" = "$word2"; then
21961 for word2 in $flags_dbg_all; do
21962 if test "$word1" = "$word2"; then
22150 for word2 in $flags_opt_all; do
22151 if test "$word1" = "$word2"; then
22168 for word2 in $flags_opt_all; do
22169 if test "$word1" = "$word2"; then
22199 for word2 in $flags_opt_all; do
22200 if test "$word1" = "$word2"; then
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8514 For a subject such as "word1 word2 word3 word2 word3 word4" the result