HomeSort by relevance Sort by last modified time
    Searched full:port0 (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/X86/
X86ScheduleAtom.td 20 def Port0 : FuncUnit; // ALU: ALU0, shift/rotate, load/store
26 [ Port0, Port1 ],
35 // Default is 1 cycle, port0 or port1
36 InstrItinData<IIC_ALU_MEM, [InstrStage<1, [Port0]>] >,
37 InstrItinData<IIC_ALU_NONMEM, [InstrStage<1, [Port0, Port1]>] >,
39 InstrItinData<IIC_LEA_16, [InstrStage<2, [Port0, Port1]>] >,
41 InstrItinData<IIC_MUL8, [InstrStage<7, [Port0, Port1]>] >,
42 InstrItinData<IIC_MUL16_MEM, [InstrStage<8, [Port0, Port1]>] >,
43 InstrItinData<IIC_MUL16_REG, [InstrStage<7, [Port0, Port1]>] >,
44 InstrItinData<IIC_MUL32_MEM, [InstrStage<7, [Port0, Port1]>] >
    [all...]
  /external/chromium_org/mojo/public/bindings/sample/
sample_service_unittests.cc 268 mojo::ScopedMessagePipeHandle port0, port1; local
269 mojo::CreateMessagePipe(&port0, &port1);
271 service->Frobinate(foo, true, port0.Pass());
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 816 unsigned port0 = 0, port1 = 0; local
819 &port0,
823 &port0,
825 if (port0 == 0 || port0 > 65535 || port1 != 0) {
839 mChosenRTPPort = port0;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 251 port0 = android.AndroidPort(MockSystemHost(executive=mock_executive),
256 self.assertEqual(1, port0.driver_cmd_line().count('--foo=bar'))
  /external/oprofile/events/i386/westmere/
unit_masks 291 0x01 port0 Uops executed on port 0
  /external/dnsmasq/src/
network.c 716 the INADDR_ANY/port0 socket have sfd set to NULL */
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 251 0x01 port0 Counts number of Uops executed that were issued on port 0
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.h 478 * NV_CTRL_FRAMELOCK_PORT0_STATUS - status of the rj45 port0.
    [all...]

Completed in 233 milliseconds