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

  /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
442 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [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
435 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [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
450 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [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
580 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [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
595 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
start64.S 329 .equ DELAY_PORT, 0x0ed # Port to use for 1uS delay
399 outw %ax, $DELAY_PORT # Delay 1 uS
407 movw $25,%cx # Delay 25 uS for the command to complete on the 8042
409 outw %ax, $DELAY_PORT # Delay 1 uS
584 outw %ax, $DELAY_PORT # Delay 1us
587 loopnz Empty8042Loop # Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
st16_64.asm 317 DELAY_PORT equ 0edh ; Port to use for 1uS delay
387 out DELAY_PORT,ax ; Delay 1 uS
395 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
397 out DELAY_PORT,ax ; Delay 1 uS
572 out DELAY_PORT,ax ; Delay 1us
575 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
st32_64.asm 333 DELAY_PORT equ 0edh ; Port to use for 1uS delay
403 out DELAY_PORT,ax ; Delay 1 uS
411 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
413 out DELAY_PORT,ax ; Delay 1 uS
588 out DELAY_PORT,ax ; Delay 1us
591 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
start.asm 312 DELAY_PORT equ 0edh ; Port to use for 1uS delay
387 out DELAY_PORT,ax ; Delay 1 uS
395 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
397 out DELAY_PORT,ax ; Delay 1 uS
434 out DELAY_PORT,ax ; Delay 1us
437 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
start16.asm 305 DELAY_PORT equ 0edh ; Port to use for 1uS delay
380 out DELAY_PORT,ax ; Delay 1 uS
388 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
390 out DELAY_PORT,ax ; Delay 1 uS
427 out DELAY_PORT,ax ; Delay 1us
430 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
start32.asm 320 DELAY_PORT equ 0edh ; Port to use for 1uS delay
395 out DELAY_PORT,ax ; Delay 1 uS
403 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
405 out DELAY_PORT,ax ; Delay 1 uS
442 out DELAY_PORT,ax ; Delay 1us
445 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
start64.asm 324 DELAY_PORT equ 0edh ; Port to use for 1uS delay
394 out DELAY_PORT,ax ; Delay 1 uS
402 mov cx,25 ; Delay 25 uS for the command to complete on the 8042
404 out DELAY_PORT,ax ; Delay 1 uS
579 out DELAY_PORT,ax ; Delay 1us
582 loopnz Empty8042Loop ; Loop until the input buffer is empty or a timout of 65536 uS
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 33 (Prior to January 2000, re-export from the US was a violation of US law.)
588 unz64_s us; local
606 us.z_filefunc.zseek32_file = NULL;
607 us.z_filefunc.ztell32_file = NULL;
609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
611 us.z_filefunc = *pzlib_filefunc64_32_def;
612 us.is64bitOpenFunction = is64bitOpenFunction;
616 us.filestream = ZOPEN64(us.z_filefunc
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
stereo_pcmu_vad.rtp     [all...]
stereo_g729.rtp     [all...]
stereo_pcmu.rtp     [all...]
hrtf_g722_1C_48.rtp 361 ??UF???@YPn)?L?xj?????`????J?p???r?#?M5? ????\? );???|\?P?qh?????Q?|?j?? ???V??`??o?Vt?(??z??cd???US?_?P?}C??EI??X????5'??7p6???v2?S??Z?4B?&??x????M??M?%??<e??Rh??Z:???8SYl`????[?!?h\?WC? ?HT=5*?J22?7+?0?A??3??????3?Chh????n)(u?K&!)??t????PK733*?e?5????e)+???,/,??rB???q S??%?e`?Pm`@???@?? ?,z?A}?U??d?}D???I??Xx??n??c??y ???_????>??B??Ar?^?@????p?`J???/?!?KI?<???I"???I"? lR?????????0P???_?
    [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
stereo_pcmu_jitter.rtp     [all...]
stereo_pcmu_vad_jitter.rtp     [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 364 ????????l& C?~??|3? gK??v??W?PS???=???'?us??Z|k?\?=??v/?^??T???9I ?/j?+??w?{????C\s????
    [all...]

Completed in 1935 milliseconds