OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_a
(Results
1 - 2
of
2
) sorted by null
/external/sqlite/android/
PhoneNumberUtils.cpp
347
char
ch_a
= a[i_a];
local
349
if (isSeparator(
ch_a
)) {
359
if (
ch_a
!= ch_b) {
405
const char
ch_a
= a[i_a];
local
406
if (isDialable(
ch_a
)) {
407
if (may_be_namp && tryGetISODigit(
ch_a
) == 1) {
/external/chromium_org/media/filters/
wsola_internals.cc
53
const float*
ch_a
= a->channel(k) + frame_offset_a;
local
56
dot_product[k] += *
ch_a
++ * *ch_b++;
Completed in 40 milliseconds