Home
last modified time | relevance | path

Searched refs:secondary (Results 1 – 25 of 136) sorted by relevance

123456

/external/vboot_reference/cgpt/
Dcgpt.h150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
152 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index,
154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
155 void SetTries(struct drive *drive, int secondary, uint32_t entry_index,
157 int GetTries(struct drive *drive, int secondary, uint32_t entry_index);
158 void SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index,
160 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index);
162 void SetRaw(struct drive *drive, int secondary, uint32_t entry_index,
172 int IsUnused(struct drive *drive, int secondary, uint32_t index);
173 int IsKernel(struct drive *drive, int secondary, uint32_t index);
Dcgpt_common.c705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry() argument
712 if (secondary == PRIMARY) { in GetEntry()
714 } else if (secondary == SECONDARY) { in GetEntry()
717 require(secondary == ANY_VALID); in GetEntry()
729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority() argument
733 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetPriority()
737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority() argument
739 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetPriority()
743 void SetTries(struct drive *drive, int secondary, uint32_t entry_index, in SetTries() argument
747 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetTries()
[all …]
Dcgpt_show.c144 void EntriesDetails(struct drive *drive, const int secondary, int raw) { in EntriesDetails() argument
149 entry = GetEntry(&drive->gpt, secondary, i); in EntriesDetails()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DTriDiagonalTransformer.java49 private final double[] secondary; field in TriDiagonalTransformer
76 secondary = new double[m - 1]; in TriDiagonalTransformer()
113 final double inv = 1.0 / (secondary[k - 1] * hK[k]); in getQT()
116 double beta = 1.0 / secondary[k - 1]; in getQT()
156 cachedT.setEntry(i, i - 1, secondary[i - 1]); in getT()
159 cachedT.setEntry(i, i + 1, secondary[i]); in getT()
197 return secondary; in getSecondaryDiagonalRef()
219 secondary[k] = a; in transform()
DBiDiagonalTransformer.java47 private final double[] secondary; field in BiDiagonalTransformer
69 secondary = new double[p - 1]; in BiDiagonalTransformer()
96 final double[] diagonal = (m >= n) ? main : secondary; in getU()
148 cachedB.setEntry(i, i - 1, secondary[i - 1]); in getB()
152 cachedB.setEntry(i, i + 1, secondary[i]); in getB()
177 final double[] diagonal = (m >= n) ? secondary : main; in getV()
241 return secondary; in getSecondaryDiagonalRef()
296 secondary[k] = b; in transformToUpperBiDiagonal()
360 secondary[k] = b; in transformToLowerBiDiagonal()
DEigenDecompositionImpl.java63 private double[] secondary; field in EigenDecompositionImpl
121 public EigenDecompositionImpl(final double[] main,final double[] secondary, in EigenDecompositionImpl() argument
125 this.secondary = secondary.clone(); in EigenDecompositionImpl()
462 secondary = transformer.getSecondaryDiagonalRef(); in transformToTridiagonal()
480 e[i] = secondary[i]; in findEigenVectors()
/external/mesa3d/src/gallium/docs/source/
Dpipeline.txt7 primary/secondary colors ]
24 front/back & primary/secondary colors
60 primary/secondary colors only
77 primary/secondary colors
99 primary/secondary colors ] Software rast vertices
112 primary/secondary colors
/external/libdrm/tests/vbltest/
Dvbltest.c63 int secondary = 0; variable
79 if (secondary) in vblank_handler()
117 secondary = 1; in main()
143 if (secondary) in main()
159 if (secondary) in main()
/external/v8/src/ic/
Dstub-cache.cc64 Entry* secondary = entry(secondary_, secondary_offset); in Set() local
65 *secondary = *primary; in Set()
85 Entry* secondary = entry(secondary_, secondary_offset); in Get() local
86 if (secondary->key == name && secondary->map == map) { in Get()
87 return secondary->value; in Get()
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt296 ** test: compare with strength=secondary
297 % strength=secondary
324 ** test: côté with forwards secondary
332 ** test: côté with forwards secondary vs. U+FFFE merge separator
341 ** test: côté with backwards secondary
349 ** test: côté with backwards secondary vs. U+FFFE merge separator
446 ** test: tailoring twice before a root position: secondary
456 # secondary-before common weight
506 ** test: secondary tailoring gaps, ICU ticket 9362
509 &s<<r # secondary between s and ſ (long s)
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt296 ** test: compare with strength=secondary
297 % strength=secondary
324 ** test: côté with forwards secondary
332 ** test: côté with forwards secondary vs. U+FFFE merge separator
341 ** test: côté with backwards secondary
349 ** test: côté with backwards secondary vs. U+FFFE merge separator
446 ** test: tailoring twice before a root position: secondary
456 # secondary-before common weight
506 ** test: secondary tailoring gaps, ICU ticket 9362
509 &s<<r # secondary between s and ſ (long s)
[all …]
/external/guava/guava/src/com/google/common/collect/
DCompoundOrdering.java30 Comparator<? super T> secondary) { in CompoundOrdering() argument
32 = ImmutableList.<Comparator<? super T>>of(primary, secondary); in CompoundOrdering()
/external/valgrind/docs/internals/
Dmultiple-architectures.txt17 A central notion is that of 'primary' vs 'secondary' platforms. The
23 On dual-arch systems, there is a 'secondary' target - x86 and ppc32
24 respectively. The tools are built again for the secondary target, and
26 primary or secondary target. However, the regression and performance
27 tests and everything else is not rebuilt for the secondary target.
29 On single-arch systems, there is no secondary target.
45 VGCONF_PLATFORM_SEC_CAPS to be the secondary target, if any
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp207 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
218 secondary = ucol_secondaryOrder(ce); in processCE()
244 primary = secondary = tertiary = 0; in processCE()
254 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
/external/okhttp/website/static/
Dapp.css108 .content-nav .secondary a {
111 .content-nav .secondary a:hover {
/external/llvm/test/Transforms/Reassociate/
Dsecondary.ll4 ; Reassociate shouldn't break this testcase involving a secondary
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java255 final SettableFuture<Bar> secondary = SettableFuture.create(); in testTransform_cancelPropagatesToAsyncOutput() local
258 return secondary; in testTransform_cancelPropagatesToAsyncOutput()
262 assertTrue(secondary.isCancelled()); in testTransform_cancelPropagatesToAsyncOutput()
263 assertFalse(secondary.wasInterrupted()); in testTransform_cancelPropagatesToAsyncOutput()
269 final SettableFuture<Bar> secondary = SettableFuture.create(); in testTransform_interruptPropagatesToAsyncOutput() local
272 return secondary; in testTransform_interruptPropagatesToAsyncOutput()
276 assertTrue(secondary.isCancelled()); in testTransform_interruptPropagatesToAsyncOutput()
277 assertTrue(secondary.wasInterrupted()); in testTransform_interruptPropagatesToAsyncOutput()
578 final SettableFuture<Integer> secondary = SettableFuture.create();
582 return secondary;
[all …]
/external/icu/icu4c/source/data/coll/
Dar.txt27 "&[last secondary ignorable]<<<\u064B<<<\u08F0<<<\u08E7<<<\u064C<<<\u08F1"
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDoubleKeyMap.m65 * get all secondary keys associated with a primary key
/external/markdown/docs/extensions/
DFenced_Code_Blocks.txt7 This extension adds a secondary way to define code blocks which overcomes a few
/external/antlr/antlr-3.4/runtime/Perl5/docs/
Ddesign.pod14 Perl users should be perlish if possible - at least as a secondary interface.
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1577 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
1588 secondary = CollationElementIterator.secondaryOrder(ce); in processCE()
1613 primary = secondary = tertiary = 0; in processCE()
1623 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
/external/icu/icu4c/source/data/lang/
Dfa.txt527 Languages%secondary{
722 secondary{"مرتب‌سازی آکسان‌ها"}
/external/sepolicy/
Dseapp_contexts11 # isOwner=false will only match for secondary users.
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp1256 ir_rvalue *secondary; in emit_instructions() local
1261 secondary = swizzle_xyz(var); in emit_instructions()
1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
1266 p->emit(assign(spec_result, add(swizzle_xyz(spec_result), secondary), in emit_instructions()

123456