OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb1
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/std/experimental/string.view/string.view.iterators/
rbegin.pass.cpp
23
typename S::const_reverse_iterator
cb1
= cs.rbegin();
local
30
assert( *
cb1
== s[last]);
31
assert(&*
cb1
== &s[last]);
36
assert( b ==
cb1
);
38
assert(
cb1
== cb2);
begin.pass.cpp
23
typename S::const_iterator
cb1
= cs.begin();
local
29
assert( *
cb1
== s[0]);
30
assert(&*
cb1
== &s[0]);
35
assert( b ==
cb1
);
37
assert(
cb1
== cb2);
/external/ltrace/
expr.h
59
int (*
cb1
)(struct value *ret_value,
member in union:expr_node::__anon15711::__anon15714::__anon15715
expr.c
106
node->u.call.u.
cb1
= cb;
283
if (node->u.call.u.
cb1
(ret_value, &val, arguments,
/external/opencv/cvaux/src/
cvbgfg_codebook.cpp
97
uchar cb0,
cb1
, cb2;
local
129
cb1
= model->cbBounds[1];
154
l0 = SAT_8U(p0 - cb0); l1 = SAT_8U(p1 -
cb1
); l2 = SAT_8U(p2 - cb2);
155
h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 +
cb1
); h2 = SAT_8U(p2 + cb2);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h
198
typedef __LONG32 (DIAMONDAPI *PFNFCISTATUS)(UINT typeStatus,ULONG
cb1
,ULONG cb2,void *pv);
199
#define FNFCISTATUS(fn) __LONG32 DIAMONDAPI fn(UINT typeStatus,ULONG
cb1
,ULONG cb2,void *pv)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py
[
all
...]
/external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s
[
all
...]
Completed in 441 milliseconds