OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_3
(Results
1 - 3
of
3
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509CRLSelectorTest.java
78
public void test_addIssuerName$
B_3
() throws Exception {
/libcore/luni/src/test/java/tests/security/cert/
X509CRLSelectorTest.java
88
public void test_addIssuerName$
B_3
() throws Exception {
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
yuv2rgb_converter.c
450
const unsigned char
B_3
= float_to_char((Y_3 + B_precalculate));
455
*(bgra_addr + x + width) = (
B_3
<< 0)| (G_3 << 8) | (R_3 << 16) | (255 << 24);
596
const vector unsigned int
B_3
= vfloat_to_vuint(spu_add( Y_3, B3_precalculate));
613
*((vector unsigned int*)(bgra_addr + x + 8)) = spu_or(spu_or(vec_alpha,
B_3
), spu_or(spu_slqwbyte( R_3, 2),spu_slqwbyte(G_3, 1)));
Completed in 58 milliseconds