OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__bc
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
muldc3.c
27
double
__bc
= __b * __c;
local
30
__imag__ z = __ad +
__bc
;
55
isinf(__ad) || isinf(
__bc
)))
mulsc3.c
27
float
__bc
= __b * __c;
local
30
__imag__ z = __ad +
__bc
;
55
isinf(__ad) || isinf(
__bc
)))
mulxc3.c
29
long double
__bc
= __b * __c;
local
32
__imag__ z = __ad +
__bc
;
57
isinf(__ad) || isinf(
__bc
)))
/external/stlport/stlport/stl/
_tree.c
672
int
__bc
= __node->_M_color == _S_rb_tree_black ? 1 : 0;
local
674
return
__bc
;
676
return
__bc
+ __black_count(__node->_M_parent, __root);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c
672
int
__bc
= __node->_M_color == _S_rb_tree_black ? 1 : 0;
local
674
return
__bc
;
676
return
__bc
+ __black_count(__node->_M_parent, __root);
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_tree.c
672
int
__bc
= __node->_M_color == _S_rb_tree_black ? 1 : 0;
local
674
return
__bc
;
676
return
__bc
+ __black_count(__node->_M_parent, __root);
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_tree.c
672
int
__bc
= __node->_M_color == _S_rb_tree_black ? 1 : 0;
local
674
return
__bc
;
676
return
__bc
+ __black_count(__node->_M_parent, __root);
Completed in 397 milliseconds