Home
last modified time | relevance | path

Searched refs:rTable (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/Asm/x86/
DSha256Opt.asm60 ; 22.00: we load K_CONST offset to (rTable) register to avoid jwasm+binutils problem
61 rTable equ r0 define
62 ; rTable equ K_CONST
184 movdqa msg, xmmword ptr [rTable + (k) * 16]
223 lea rTable, [K_CONST]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.cpp93 UCMTable *rTable, const UCMapping *r) { in compareUnicode() argument
104 ru=UCM_GET_CODE_POINTS(rTable, r); in compareUnicode()
127 UCMTable *rTable, const UCMapping *r, in compareBytes() argument
159 rb=UCM_GET_BYTES(rTable, r); in compareBytes()
176 UCMTable *rTable, const UCMapping *r, in compareMappings() argument
183 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
185 result=compareBytes(lTable, l, rTable, r, FALSE); /* not lexically, like canonucm */ in compareMappings()
189 result=compareBytes(lTable, l, rTable, r, TRUE); /* lexically, for builder */ in compareMappings()
191 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
/third_party/icu/icu4c/source/tools/toolutil/
Ducm.cpp93 UCMTable *rTable, const UCMapping *r) { in compareUnicode() argument
104 ru=UCM_GET_CODE_POINTS(rTable, r); in compareUnicode()
127 UCMTable *rTable, const UCMapping *r, in compareBytes() argument
159 rb=UCM_GET_BYTES(rTable, r); in compareBytes()
176 UCMTable *rTable, const UCMapping *r, in compareMappings() argument
183 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
185 result=compareBytes(lTable, l, rTable, r, false); /* not lexically, like canonucm */ in compareMappings()
189 result=compareBytes(lTable, l, rTable, r, true); /* lexically, for builder */ in compareMappings()
191 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducm.cpp93 UCMTable *rTable, const UCMapping *r) { in compareUnicode() argument
104 ru=UCM_GET_CODE_POINTS(rTable, r); in compareUnicode()
127 UCMTable *rTable, const UCMapping *r, in compareBytes() argument
159 rb=UCM_GET_BYTES(rTable, r); in compareBytes()
176 UCMTable *rTable, const UCMapping *r, in compareMappings() argument
183 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
185 result=compareBytes(lTable, l, rTable, r, false); /* not lexically, like canonucm */ in compareMappings()
189 result=compareBytes(lTable, l, rTable, r, true); /* lexically, for builder */ in compareMappings()
191 result=compareUnicode(lTable, l, rTable, r); in compareMappings()
/third_party/skia/modules/sksg/src/
DSkSGColorFilter.cpp155 uint8_t rTable[256], gTable[256], bTable[256]; in MakeNColorGradient() local
181 rTable[j] = static_cast<uint8_t>(std::round(r)); in MakeNColorGradient()
201 return SkTableColorFilter::MakeARGB(nullptr, rTable, gTable, bTable) in MakeNColorGradient()