HomeSort by relevance Sort by last modified time
    Searched refs:Invariant (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/compiler/spirv/
spirv_info.c 115 DECORATION(Invariant),
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 47 {0xd0201df6, "'Invariant assertions' is the most elegant programming technique! -Tom Szymanski"},
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 47 {0xd0201df6, "'Invariant assertions' is the most elegant programming technique! -Tom Szymanski"},
  /prebuilts/go/darwin-x86/src/sort/
search.go 61 // Invariant: f(i-1) == false, f(j) == true.
  /prebuilts/go/linux-x86/src/sort/
search.go 61 // Invariant: f(i-1) == false, f(j) == true.
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 136 unsigned Invariant : 1; /**< invariant optimization? */
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 110 declaration.Invariant = 0;
127 unsigned invariant,
145 declaration.Invariant = invariant;
415 full_decl->Declaration.Invariant,
    [all...]
tgsi_dump.c 453 if (decl->Declaration.Invariant) {
454 TXT( ", INVARIANT" );
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
block.go 82 // index of reverse edge. Invariant:
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 30 // Invariant: 0 <= rdPos <= wrPos <= len(hist)
78 // This invariant will be kept: len(s) <= availWrite()
85 // This invariant must be kept: 0 <= cnt <= availWrite()
92 // This invariant must be kept: 0 < availWrite()
102 // This invariant must be kept: 0 < dist <= histSize()
152 // This invariant must be kept: 0 < dist <= histSize()
deflatefast.go 141 // Invariant: we have a 4-byte match at s, and no need to emit any
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 82 // index of reverse edge. Invariant:
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 30 // Invariant: 0 <= rdPos <= wrPos <= len(hist)
78 // This invariant will be kept: len(s) <= availWrite()
85 // This invariant must be kept: 0 <= cnt <= availWrite()
92 // This invariant must be kept: 0 < availWrite()
102 // This invariant must be kept: 0 < dist <= histSize()
152 // This invariant must be kept: 0 < dist <= histSize()
deflatefast.go 141 // Invariant: we have a 4-byte match at s, and no need to emit any
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 416 // Invariant: the Regexps that were in sub[0:start] have been
420 // Invariant: sub[start:i] consists of regexps that all begin
485 // Invariant: the Regexps that were in sub[0:start] have been
489 // Invariant: sub[start:i] consists of regexps that all begin with ifirst.
533 // Invariant: the Regexps that were in sub[0:start] have been
537 // Invariant: sub[start:i] consists of regexps that are either
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 416 // Invariant: the Regexps that were in sub[0:start] have been
420 // Invariant: sub[start:i] consists of regexps that all begin
485 // Invariant: the Regexps that were in sub[0:start] have been
489 // Invariant: sub[start:i] consists of regexps that all begin with ifirst.
533 // Invariant: the Regexps that were in sub[0:start] have been
537 // Invariant: sub[start:i] consists of regexps that are either
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
api.go 164 // Invariant: Defs[id] == nil || Defs[id].Pos() == id.Pos()
171 // Invariant: Uses[id].Pos() != id.Pos()
  /prebuilts/go/linux-x86/src/go/types/
api.go 164 // Invariant: Defs[id] == nil || Defs[id].Pos() == id.Pos()
171 // Invariant: Uses[id].Pos() != id.Pos()
  /prebuilts/go/darwin-x86/src/crypto/aes/
aes_test.go 34 // Invariant: k == 1<<n, i == b * x?
  /prebuilts/go/linux-x86/src/crypto/aes/
aes_test.go 34 // Invariant: k == 1<<n, i == b * x?
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 77 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 77 // Invariant: Both wbuf1 and wbuf2 are nil or neither are.
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 780 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant &&
782 // When the new type parameter is invariant and is not part
786 == ObjCTypeParamVariance::Invariant &&
790 // When the old parameter is invariant and was not part of the
807 case ObjCTypeParamVariance::Invariant:
818 == ObjCTypeParamVariance::Invariant) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 396 /// instruction (shuffle) for loop invariant values and for the induction
427 /// values within the current basic block or on loop invariant values.
429 /// are not within the map, they have to be loop invariant, so we simply
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 1034 case ObjCTypeParamVariance::Invariant:
    [all...]

Completed in 593 milliseconds

1 2