OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_4
(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
92
public void test_addIssuerName$
B_4
() throws Exception {
/libcore/luni/src/test/java/tests/security/cert/
X509CRLSelectorTest.java
102
public void test_addIssuerName$
B_4
() throws Exception {
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
yuv2rgb_converter.c
451
const unsigned char
B_4
= float_to_char((Y_4 + B_precalculate));
456
*(bgra_addr + x + width + 1) = (
B_4
<< 0)| (G_4 << 8) | (R_4 << 16) | (255 << 24);
597
const vector unsigned int
B_4
= vfloat_to_vuint(spu_add( Y_4, B4_precalculate));
614
*((vector unsigned int*)(bgra_addr + x + 12)) = spu_or(spu_or(vec_alpha,
B_4
), spu_or(spu_slqwbyte( R_4, 2),spu_slqwbyte(G_4, 1)));
Completed in 53 milliseconds