Searched refs:tempb (Results 1 - 5 of 5) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | rgb.c | 185 tempb ; /* ... */ in cupsRGBDoRGB() local 277 tempb = (color[0] * bm0 + color[bs] * bm1) / 256; in cupsRGBDoRGB() 278 tempg = tempb * gm0; in cupsRGBDoRGB() 279 tempb = (color[gs] * gm0 + color[gs + bs] * bm1) / 256; in cupsRGBDoRGB() 280 tempg = (tempg + tempb * gm1) / 256; in cupsRGBDoRGB() 284 tempb = (color[rs] * bm0 + color[rs + bs] * bm1) / 256; in cupsRGBDoRGB() 285 tempg = tempb * gm0; in cupsRGBDoRGB() 286 tempb = (color[rs + gs] * bm0 + color[rs + gs + bs] * bm1) / 256; in cupsRGBDoRGB() 287 tempg = (tempg + tempb * gm1) / 256; in cupsRGBDoRGB() 432 unsigned char **tempb ; /* Pointe in cupsRGBNew() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 142 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 150 mov byte [buffer], tempb ; buffer[0] = temp[0]; 151 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 159 mov byte [buffer], tempb ; buffer[0] = temp[0]; 160 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 168 mov byte [buffer], tempb ; buffer[0] = temp[0]; 169 cmp tempb, 0xFF ; Set CF if temp[0] < 0xFF 228 %define tempb bl
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 137 %define %%tempb %2 179 mov byte [buffer], %%tempb ; buffer[0] = temp[0]; 180 cmp %%tempb, 0xFF ; Set CF if temp[0] < 0xFF 188 mov byte [buffer], %%tempb ; buffer[0] = temp[0]; 189 cmp %%tempb, 0xFF ; Set CF if temp[0] < 0xFF
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 862 Bundle tempb = (Bundle)bundles.elementAt(i); in getBundle() 863 if (tempb.encoding.equals(locale)) { in getBundle() 864 bundle = tempb; in getBundle()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7482 \edef\tempb{\eatspaces{#1}}% 7484 \expandafter{\csname macarg.\tempb\endcsname}% 7548 % pop current arg name into \@tempb 7549 \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% 7554 % Here \@tempb is the current arg name and \@tempc is the current arg value. 7557 \expandafter\let\csname macarg.\@tempb\endcsname\relax 7559 \csname macarg.\@tempb\endcsname}% 7609 % with \@tempb . 7610 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname 7613 \ifx\@tempb\gobbl [all...] |
Completed in 12 milliseconds