OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueNode
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
copy_insertion.cc
453
// list. An element type in this list is
ValueNode
.
459
struct
ValueNode
{
460
explicit
ValueNode
(const HloValue* v) : value(v) {}
471
ValueNode
* prev = nullptr;
472
ValueNode
* next = nullptr;
481
absl::flat_hash_map<const HloValue*,
ValueNode
*> value_to_node;
525
// respective
ValueNode
representing that value.
528
absl::flat_hash_map<const HloValue*,
ValueNode
*>* value_to_node) {
529
ValueNode
* tail = nullptr;
530
ValueNode
* head = nullptr
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java
163
private final
ValueNode
registerFinalValue(int value) {
169
return (
ValueNode
)oldNode;
171
ValueNode
newNode=new
ValueNode
(value);
263
private static class
ValueNode
extends Node {
264
public
ValueNode
() {}
265
public
ValueNode
(int v) {
294
ValueNode
o=(
ValueNode
)other;
303
ValueNode
node=builder.createSuffixNode(s, start, sValue)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java
164
private final
ValueNode
registerFinalValue(int value) {
170
return (
ValueNode
)oldNode;
172
ValueNode
newNode=new
ValueNode
(value);
264
private static class
ValueNode
extends Node {
265
public
ValueNode
() {}
266
public
ValueNode
(int v) {
295
ValueNode
o=(
ValueNode
)other;
304
ValueNode
node=builder.createSuffixNode(s, start, sValue)
[
all
...]
/external/icu/icu4c/source/common/unicode/
stringtriebuilder.h
277
class
ValueNode
: public Node {
279
ValueNode
(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
295
class IntermediateValueNode : public
ValueNode
{
298
:
ValueNode
(0x222222u*37u+hashCode(nextNode)), next(nextNode) { setValue(v); }
312
class LinearMatchNode : public
ValueNode
{
315
:
ValueNode
((0x333333u*37u+len)*37u+hashCode(nextNode)),
387
class BranchHeadNode : public
ValueNode
{
390
:
ValueNode
((0x666666u*37u+len)*37u+hashCode(subNode)),
/external/icu/icu4c/source/common/
stringtriebuilder.cpp
249
((
ValueNode
*)node)->setValue(value);
417
StringTrieBuilder::
ValueNode
::operator==(const Node &other) const {
424
const
ValueNode
&o=(const
ValueNode
&)other;
433
if(!
ValueNode
::operator==(other)) {
459
if(!
ValueNode
::operator==(other)) {
592
if(!
ValueNode
::operator==(other)) {
Completed in 135 milliseconds