OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_b
(Results
1 - 2
of
2
) sorted by null
/external/sqlite/android/
PhoneNumberUtils.cpp
348
char
ch_b
= b[i_b];
local
353
if (isSeparator(
ch_b
)) {
359
if (ch_a !=
ch_b
) {
416
const char
ch_b
= b[i_b];
local
417
if (isDialable(
ch_b
)) {
418
if (may_be_namp && tryGetISODigit(
ch_b
) == 1) {
/external/chromium_org/media/filters/
wsola_internals.cc
54
const float*
ch_b
= b->channel(k) + frame_offset_b;
local
56
dot_product[k] += *ch_a++ * *
ch_b
++;
Completed in 373 milliseconds