Searched refs:oda (Results 1 - 4 of 4) sorted by relevance

/external/pixman/test/
H A Dalphamap.c214 uint8_t sa, da, oda, refa; local
219 oda = get_alpha (orig_dst, k, j, doff, doff);
221 if (sa + oda > 255)
224 refa = sa + oda;
229 k, j, refa, da, sa, oda);
/external/blktrace/btt/
H A Doutput.c111 struct __oda oda = { .ofp = ofp, .func = func}; local
113 dip_foreach_out(__output_dip_avg, &oda);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1321 UChar oda = 0x0151; local
1322 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {
1325 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",
1326 str.indexOf(oda), str.indexOf(ocf));
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1342 UChar oda = 0x0151; local
1343 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {
1346 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",
1347 str.indexOf(oda), str.indexOf(ocf));

Completed in 231 milliseconds