OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_value
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/libjingle/xmllite/
qname.cc
23
QName::QName(const StaticQName&
const_value
)
24
: namespace_(
const_value
.ns),
25
local_part_(
const_value
.local) {
qname.h
39
QName(const StaticQName&
const_value
);
/external/v8/src/
api-experimental.cc
67
int
const_value
) {
68
return FromApi(this)->IntegerConstant(
const_value
);
/external/v8/src/compiler/
fast-accessor-assembler.cc
34
int
const_value
) {
36
return FromRaw(assembler_->NumberConstant(
const_value
));
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c
706
float
const_value
;
local
760
const_value
= rc_get_constant_value(c,
766
if (
const_value
== 2.0f) {
768
} else if (
const_value
== 4.0f) {
770
} else if (
const_value
== 8.0f) {
772
} else if (
const_value
== (1.0f / 2.0f)) {
774
} else if (
const_value
== (1.0f / 4.0f)) {
776
} else if (
const_value
== (1.0f / 8.0f)) {
radeon_emulate_loops.c
42
struct
const_value
{
struct
91
struct
const_value
* value = data;
194
struct
const_value
counter_value;
/system/tpm/trunks/generator/
generator_test.py
176
'_TYPE base_type\n_NAME const_name\n_VALUE
const_value
\n'
219
self.assertEqual(constants[0].value, '
const_value
')
/external/elfutils/tests/
run-readelf-zdebug-rel.sh
93
const_value
(sdata) -9
varlocs.c
365
location or
const_value
attribute. */
/art/runtime/quick/
inline_method_analyser.cc
574
int32_t
const_value
= instruction->VRegB();
local
576
const_value
<<= 16;
582
if (return_opcode == Instruction::RETURN_OBJECT &&
const_value
!= 0) {
588
result->d.data = static_cast<uint64_t>(
const_value
);
/external/elfutils/libdw/
known-dwarf.h
69
DWARF_ONE_KNOWN_DW_AT (
const_value
, DW_AT_const_value) \
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h
850
// compiler to catch using Ref(
const_value
) as a matcher for a
858
// this catches using Ref(
const_value
) as a matcher for a
[
all
...]
/external/gmock/include/gmock/
gmock-matchers.h
[
all
...]
Completed in 240 milliseconds