Home
last modified time | relevance | path

Searched refs:invalue (Results 1 – 14 of 14) sorted by relevance

/third_party/libjpeg-turbo/
Djdsample.c164 register JSAMPLE invalue; in int_upsample() local
180 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in int_upsample()
182 *outptr++ = invalue; in int_upsample()
207 register JSAMPLE invalue; in h2v1_upsample() local
216 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in h2v1_upsample()
217 *outptr++ = invalue; in h2v1_upsample()
218 *outptr++ = invalue; in h2v1_upsample()
235 register JSAMPLE invalue; in h2v2_upsample() local
245 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in h2v2_upsample()
246 *outptr++ = invalue; in h2v2_upsample()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdsample.c164 register JSAMPLE invalue; in int_upsample() local
180 invalue = *inptr++; in int_upsample()
182 *outptr++ = invalue; in int_upsample()
207 register JSAMPLE invalue; in h2v1_upsample() local
216 invalue = *inptr++; in h2v1_upsample()
217 *outptr++ = invalue; in h2v1_upsample()
218 *outptr++ = invalue; in h2v1_upsample()
235 register JSAMPLE invalue; in h2v2_upsample() local
245 invalue = *inptr++; in h2v2_upsample()
246 *outptr++ = invalue; in h2v2_upsample()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdsample.c163 register JSAMPLE invalue; in int_upsample() local
179 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in int_upsample()
181 *outptr++ = invalue; in int_upsample()
206 register JSAMPLE invalue; in h2v1_upsample() local
215 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in h2v1_upsample()
216 *outptr++ = invalue; in h2v1_upsample()
217 *outptr++ = invalue; in h2v1_upsample()
234 register JSAMPLE invalue; in h2v2_upsample() local
244 invalue = *inptr++; /* don't need GETJSAMPLE() here */ in h2v2_upsample()
245 *outptr++ = invalue; in h2v2_upsample()
[all …]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/signed_op/
Dint_atomicumax.amber47 %invalue = OpLoad %int %in_ptr
50 %result = OpAtomicUMax %int %out_ptr %uint_1 %uint_0 %invalue
Dglsl_int_findumsb.amber47 %invalue = OpLoad %int %in_ptr
49 %outvalue = OpExtInst %int %glsl FindUMsb %invalue
Dint_atomicumin.amber47 %invalue = OpLoad %int %in_ptr
50 %result = OpAtomicUMin %int %out_ptr %uint_1 %uint_0 %invalue
Duint_atomicsmin.amber44 %invalue = OpLoad %uint %in_ptr
47 %result = OpAtomicSMin %uint %out_ptr %uint_1 %uint_0 %invalue
Dglsl_uint_findsmsb.amber45 %invalue = OpLoad %uint %in_ptr
47 %outvalue = OpExtInst %uint %glsl FindSMsb %invalue
Duint_snegate.amber44 %invalue = OpLoad %uint %in_ptr
46 %outvalue = OpSNegate %uint %invalue
Duint_atomicsmax.amber45 %invalue = OpLoad %uint %in_ptr
48 %result = OpAtomicSMax %uint %out_ptr %uint_1 %uint_0 %invalue
Dglsl_uint_sabs.amber45 %invalue = OpLoad %uint %in_ptr
47 %outvalue = OpExtInst %uint %glsl SAbs %invalue
Dglsl_uint_ssign.amber45 %invalue = OpLoad %uint %in_ptr
47 %outvalue = OpExtInst %uint %glsl SSign %invalue
/third_party/libxml2/
DHTMLparser.c5306 int invalue = 0; in htmlParseLookupSequence() local
5320 invalue = ctxt->hasPErefs & 1 ? 1 : 0; in htmlParseLookupSequence()
5339 if (invalue) { in htmlParseLookupSequence()
5341 invalue = 0; in htmlParseLookupSequence()
5346 invalue = 1; in htmlParseLookupSequence()
5349 } else if (invalue) { in htmlParseLookupSequence()
5381 if (invalue) in htmlParseLookupSequence()
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.c5166 int invalue = 0; in htmlParseLookupSequence() local
5204 if (invalue) { in htmlParseLookupSequence()
5206 invalue = 0; in htmlParseLookupSequence()
5211 invalue = 1; in htmlParseLookupSequence()
5214 } else if (invalue) { in htmlParseLookupSequence()
5254 if ((!incomment) && (!invalue)) in htmlParseLookupSequence()