Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
297 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
300 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
278 this->writeWord(word2, out); in writeInstruction()
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
286 this->writeWord(word2, out); in writeInstruction()
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
293 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()
306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
311 this->writeWord(word2, out); in writeInstruction()
[all …]
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
297 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
300 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
278 this->writeWord(word2, out); in writeInstruction()
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
286 this->writeWord(word2, out); in writeInstruction()
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
293 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()
306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
311 this->writeWord(word2, out); in writeInstruction()
[all …]
/external/ipsec-tools/src/racoon/
Deaytest.c843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
860 buf = vmalloc(strlen(word2));
861 memcpy(buf->v, word2, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
897 buf = vmalloc(strlen(word2));
898 memcpy(buf->v, word2, buf->l);
/external/pcre/pcrecpp/
Dpcrecpp_unittest.cc422 string word2; in TestMatchNumberPeculiarity() local
426 CHECK(r.PartialMatch("foo", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
428 CHECK_EQ(word2, ""); in TestMatchNumberPeculiarity()
430 CHECK(r.PartialMatch("bar", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
432 CHECK_EQ(word2, "bar"); in TestMatchNumberPeculiarity()
434 CHECK(r.PartialMatch("baz", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
436 CHECK_EQ(word2, ""); in TestMatchNumberPeculiarity()
438 CHECK(!r.PartialMatch("f", &word1, &word2, &word3)); in TestMatchNumberPeculiarity()
/external/valgrind/VEX/pub/
Dlibvex_guest_x86.h262 UInt word2; member
/external/libavc/decoder/
Dih264d_parse_cavlc.c212 UWORD32 word, word2, cur_bit, cur_word, code_val, code_num, clz; in ih264d_uvlc() local
218 word2 = pu4_bitstrm_buf[cur_word + 1]; in ih264d_uvlc()
223 word2 >>= (32 - cur_bit); in ih264d_uvlc()
224 word |= word2; in ih264d_uvlc()
/external/curl/m4/
Dcurl-compilers.m41562 for word2 in [$2]; do
1563 if test "$word1" = "$word2"; then
1599 for word2 in [$2]; do
1600 if test "$word1" = "$word2"; then
/external/syslinux/gpxe/src/drivers/net/
Datl1e.h84 u32 word2; member
Datl1e.c956 tpd->word2 = ((tpd->word2 & ~TPD_BUFLEN_MASK) | in atl1e_tx_map()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c294 out->LdtEnt.Words.word2 = entry_2; in translate_to_hw_format()
547 && gdt[idx].LdtEnt.Words.word2 == 0) in ML_()
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll285 define i32 @load-pre-indexed-word2(%pre.struct.i32** %this, i1 %cond,
287 ; CHECK-LABEL: load-pre-indexed-word2
475 define void @store-pre-indexed-word2(%pre.struct.i32** %this, i1 %cond,
478 ; CHECK-LABEL: store-pre-indexed-word2
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c20627 IRTemp word2 = newTemp( Ity_I64 ); in dis_vx_store() local
20639 assign( word2, binop( Iop_Shr64, in dis_vx_store()
20660 store( irx_addr, unop( Iop_64to32, mkexpr( word2 ) ) ); in dis_vx_store()
20673 store( irx_addr, unop( Iop_64to32, mkexpr( word2 ) ) ); in dis_vx_store()
20695 IRTemp word2 = newTemp( Ity_I64 ); in dis_vx_store() local
20828 assign( word2, binop( Iop_Shr64, in dis_vx_store()
20846 store( irx_addr, unop( Iop_64to32, mkexpr( word2 ) ) ); in dis_vx_store()
20868 IRTemp word2[5]; in dis_vx_store() local
20937 word2[0] = newTemp(Ity_I64); in dis_vx_store()
20938 assign( word2[0], mkU64( 0 ) ); in dis_vx_store()
[all …]
Dguest_arm_toIR.c16134 UInt word2 = 0xE1A0C6EC; in disInstr_ARM_WRK() local
16138 getUIntLittleEndianly(code+ 4) == word2 && in disInstr_ARM_WRK()
19027 UInt word2 = 0x3C7CEA4F; in disInstr_THUMB_WRK() local
19031 getUIntLittleEndianly(code+ 4) == word2 && in disInstr_THUMB_WRK()
Dguest_arm64_toIR.c14481 UInt word2 = 0x93CC358C; in disInstr_ARM64_WRK() local
14485 getUIntLittleEndianly(code+ 4) == word2 && in disInstr_ARM64_WRK()
Dguest_mips_toIR.c12178 UInt word2 = mode64 ? 0x378 : 0x742; in disInstr_MIPS_WRK() local
12181 if (getUInt(code + 0) == word1 && getUInt(code + 4) == word2 && in disInstr_MIPS_WRK()
/external/curl/
Dconfigure17467 for word2 in $flags_dbg_all; do
17468 if test "$word1" = "$word2"; then
17483 for word2 in $flags_dbg_all; do
17484 if test "$word1" = "$word2"; then
17665 for word2 in $flags_opt_all; do
17666 if test "$word1" = "$word2"; then
17683 for word2 in $flags_opt_all; do
17684 if test "$word1" = "$word2"; then
17714 for word2 in $flags_opt_all; do
17715 if test "$word1" = "$word2"; then
[all …]
/external/annotation-tools/annotation-file-utilities/lib/
Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...