HomeSort by relevance Sort by last modified time
    Searched refs:Delay (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 542 // b2 = b + delay(b)
550 auto b_delay = test::graph::Delay(&g, b, Microseconds(1000000));
602 // b2 = b + delay(b)
610 auto b_delay = test::graph::Delay(&g, b, Microseconds(1000000));
910 test::graph::Delay(&graph, b, Microseconds(1000000));
927 test::graph::Delay(&graph, b, Microseconds(1000000));
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 70 IN UINT64 Delay,
86 IN UINT64 Delay,
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 241 func (e *encoder) writeImageBlock(pm *image.Paletted, delay int, disposal byte) {
273 if delay > 0 || disposal != 0 || transparentIndex != -1 {
282 writeUint16(e.buf[4:6], uint16(delay)) // Delay Time (1/100ths of a second)
371 // given loop count and delay between frames.
377 if len(g.Image) != len(g.Delay) {
378 return errors.New("gif: mismatched image and delay lengths")
413 e.writeImageBlock(pm, g.Delay[i], disposal)
460 Delay: []int{0},
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 241 func (e *encoder) writeImageBlock(pm *image.Paletted, delay int, disposal byte) {
273 if delay > 0 || disposal != 0 || transparentIndex != -1 {
282 writeUint16(e.buf[4:6], uint16(delay)) // Delay Time (1/100ths of a second)
371 // given loop count and delay between frames.
377 if len(g.Image) != len(g.Delay) {
378 return errors.New("gif: mismatched image and delay lengths")
413 e.writeImageBlock(pm, g.Delay[i], disposal)
460 Delay: []int{0},
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 932 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay = FALSE;
935 ShellInfoObject.ShellInitSettings.Delay = 5;
1003 L"-delay",
1006 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Delay = TRUE;
1007 // Check for optional delay value following "-delay"
1019 ShellInfoObject.ShellInitSettings.Delay = (UINTN)DelayValue;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 316 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
391 outw %ax, $DELAY_PORT # Delay 1 uS
399 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
401 outw %ax, $DELAY_PORT # Delay 1 uS
439 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
start16.S 310 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
385 outw %ax, $DELAY_PORT # Delay 1 uS
393 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
395 outw %ax, $DELAY_PORT # Delay 1 uS
432 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
start32.S 325 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
400 outw %ax, $DELAY_PORT # Delay 1 uS
408 movw $25, %cx # Delay 25 uS for the command to complete on the 8042
410 outw %ax, $DELAY_PORT # Delay 1 uS
447 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
st16_64.S 322 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
392 outw %ax, $DELAY_PORT # Delay 1 uS
400 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
402 outw %ax, $DELAY_PORT # Delay 1 uS
577 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
st32_64.S 337 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
407 outw %ax, $DELAY_PORT # Delay 1 uS
415 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
417 outw %ax, $DELAY_PORT # Delay 1 uS
592 outw %ax, $DELAY_PORT # Delay 1us
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/
PciIo.h 122 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PciIo.h 140 @param Delay The number of 100 ns units to poll.
146 @retval EFI_TIMEOUT Delay expired before a match occurred.
160 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
Decode.c 85 on the version) pointed to in the caller's CpbPtr. This seeds the Delay,
129 AdapterInfo->Delay_30 = (bsptr_30) (UINTN) CpbPtr->Delay;
158 AdapterInfo->Delay = (bsptr) (UINTN) CpbPtr_31->Delay;
180 The NIC's data structure will have the Delay, Virt2Phys, and Block, pointers zero'd out..
206 AdapterInfo->Delay = 0;
    [all...]
Init.c 834 AdapterInfo->Delay = TmpDelay;
870 AdapterInfo->Delay = (VOID *) 0;
  /external/syslinux/efi32/include/efi/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/efi64/include/efi/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipciio.h 36 IN UINT64 Delay,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciIo.h 113 @param Delay The number of 100 ns units to poll.
119 @retval EFI_TIMEOUT Delay expired before a match occurred.
133 IN UINT64 Delay,
  /external/tensorflow/tensorflow/core/graph/
testlib.h 137 Node* Delay(Graph* g, Node* input, Microseconds delay_micros);
  /external/webrtc/webrtc/modules/video_coding/
video_coding_impl.h 161 int32_t Delay() const;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VirtualEhciPciIo/
VirtualEhciPciIo.c 95 IN UINT64 Delay,
111 IN UINT64 Delay,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h 963 // PXE_VOID Delay(UINTN microseconds);
965 // UNDI will never request a delay smaller than 10 microseconds
967 // The Delay() CallBack routine must delay between n and n + 10
972 UINT64 Delay;
1018 // PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
1020 // UNDI will never request a delay smaller than 10 microseconds
1022 // The Delay() CallBack routine must delay between n and n + 10
1027 UINT64 Delay;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h 933 /// PXE_VOID Delay(UINTN microseconds);
935 /// UNDI will never request a delay smaller than 10 microseconds
937 /// The Delay() CallBack routine must delay between n and n + 10
942 UINT64 Delay;
988 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
990 /// UNDI will never request a delay smaller than 10 microseconds
992 /// The Delay() CallBack routine must delay between n and n + 10
997 UINT64 Delay;
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 76 ATTRIBUTE Acct-Delay-Time 41 integer
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiPxe.h 917 /// PXE_VOID Delay(UINTN microseconds);
919 /// UNDI will never request a delay smaller than 10 microseconds
921 /// The Delay() CallBack routine must delay between n and n + 10
926 UINT64 Delay;
972 /// PXE_VOID Delay(UINT64 UnqId, UINTN microseconds);
974 /// UNDI will never request a delay smaller than 10 microseconds
976 /// The Delay() CallBack routine must delay between n and n + 10
981 UINT64 Delay;
    [all...]

Completed in 822 milliseconds

1 2 34 5 6