HomeSort by relevance Sort by last modified time
    Searched refs:Alternate (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 220 // Walk the alternate and current candidate back to find a common ancestor.
221 auto *Alternate = Pred;
222 while (Alternate != Candidate) {
223 if (Candidate->BlockID > Alternate->BlockID)
226 Alternate = Alternate->DominatorNode.Parent;
247 // Walk the alternate and current candidate back to find a common ancestor.
248 auto *Alternate = Succ;
249 while (Alternate != Candidate) {
250 if (Candidate->BlockID < Alternate->BlockID
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.h 110 Select an alternate setting for the interface.
116 @param Alternate The alternate setting number to locate.
118 @retval EFI_NOT_FOUND There is no setting with this alternate index.
119 @retval EFI_SUCCESS The interface is set to Alternate setting.
125 IN UINT8 Alternate
UsbEnumer.c 302 Select an alternate setting for the interface.
308 @param Alternate The alternate setting number to locate.
310 @retval EFI_NOT_FOUND There is no setting with this alternate index.
311 @retval EFI_SUCCESS The interface is set to Alternate setting.
317 IN UINT8 Alternate
324 // Locate the active alternate setting
332 if (Setting->Desc.AlternateSetting == Alternate) {
345 Alternate, Setting->Desc.InterfaceNumber));
  /external/mesa3d/docs/specs/
MESA_ycbcr_texture.spec 139 In section 3.8.2, Alternate Texture Image Specification Commands, on
  /external/tensorflow/tensorflow/core/util/
equal_graph_def_test.cc 32 REGISTER_OP("Alternate").Output("o: float");
39 Node* Alternate(const GraphDefBuilder::Options& opts) {
40 return ops::SourceOp("Alternate", opts);
129 Alternate(a_.opts().WithName("A"));
131 EXPECT_EQ("Node named 'A' has op 'Alternate' that is not expected 'Input'",
  /external/fonttools/Tests/ttLib/tables/
otTables_test.py 305 result.Alternate = s.split()
337 self.assertEqual(g.Alternate, ["G.alt2", "G.alt1"])
339 self.assertEqual(z.Alternate, ["Z.fina"])
348 ' <Alternate glyph="G.alt2"/>',
349 ' <Alternate glyph="G.alt1"/>',
352 ' <Alternate glyph="Z.fina"/>',
360 ' <Alternate glyph="G.alt2"/>'
361 ' <Alternate glyph="G.alt1"/>'
364 ' <Alternate glyph="Z.fina"/>'
  /bionic/libc/arch-mips/bionic/
setjmp.S 289 # Alternate entry points:
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 78 .equ OPCODE_SIDEBAND_ALT_REG_READ, (0x06) # Alternate Read opcode
79 .equ OPCODE_SIDEBAND_ALT_REG_WRITE, (0x07) # Alternate Write opcode
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 545 alternates; /* Array of alternate GlyphIDs--in
1263 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon23629
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 988 alternates[inp] = alt.Alternate
1009 alts.Alternate = set
1025 xmlWriter.simpletag("Alternate", glyph=alt)
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
genX_state_upload.c     [all...]
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
basic-thumb2-instructions.s     [all...]

Completed in 1228 milliseconds