代码搜索:机载SAR

找到约 1,219 项符合「机载SAR」的源代码

代码结果 1,219
www.eeworm.com/read/193734/8205401

txt file1.txt

02 解读诗人格温多林?布鲁克斯及其作品 DATE=2-18-01 TITLE=PEOPLE IN AMERICA #1809 - Gwendolyn Brooks BYLINE=Cynthia Kirk VOICE ONE: I'm Shirley Griffith. VOICE TWO: And I'm Sar
www.eeworm.com/read/355516/10259841

asm not.asm

.include "ccall.asm" .def _ti_not _ti_not: pre_ccall 3,AR_X,AR_Z,AR_N ; Compute N%7 to make N divisible by 8 in the unrolled loop sar AR_N,* ; stack[0]=N lacl *+ ; acc=
www.eeworm.com/read/278507/10529597

c sctp_check_notify.c

#include "unp.h" void check_notification(int sock_fd,char *recvline,int rd_len) { union sctp_notification *snp; struct sctp_assoc_change *sac; struct sockaddr_storage *sal,*sar; int num_rem, num_
www.eeworm.com/read/140797/7147110

s __ashrdi3.s

/* * arch/i386/libgcc/__ashrdi3.S * * 64-bit sar */ .text .align 4 .globl __ashrdi3 .type __ashrdi3,@function __ashrdi3: #ifndef REGPARM movl 4(%esp),%eax movl 8(%esp),%edx movb 12(%esp)
www.eeworm.com/read/408584/11380167

c sctp_check_notify.c

#include "unp.h" void check_notification(int sock_fd,char *recvline,int rd_len) { union sctp_notification *snp; struct sctp_assoc_change *sac; struct sockaddr_storage *sal,*sar; int num_rem, num_
www.eeworm.com/read/233448/4685215

c i386-cmov1.c

/* APPLE LOCAL file mainline */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-options "-O2 -march=k8" } */ /* { dg-final { scan-assembler "sar\[^\\n\]*magic_namea" } } */ /* { dg-fina
www.eeworm.com/read/290808/3970658

c sctp_check_notify.c

#include "unp.h" void check_notification(int sock_fd,char *recvline,int rd_len) { union sctp_notification *snp; struct sctp_assoc_change *sac; struct sockaddr_storage *sal,*sar; int num_rem, num_
www.eeworm.com/read/364550/2903014

s __ashrdi3.s

/* * arch/i386/libgcc/__ashrdi3.S * * 64-bit sar */ .text .align 4 .globl __ashrdi3 .type __ashrdi3,@function __ashrdi3: #ifndef _REGPARM movl 4(%esp),%eax movl 8(%esp),%edx movb 12(%esp
www.eeworm.com/read/256086/4370779

s __ashrdi3.s

/* * arch/i386/libgcc/__ashrdi3.S * * 64-bit sar */ .text .align 4 .globl __ashrdi3 .type __ashrdi3,@function __ashrdi3: #ifndef REGPARM movl 4(%esp),%eax movl 8(%esp),%edx movb 12(%esp)
www.eeworm.com/read/300969/13874233

s exg.s

.define .exg ! #bytes in cx .text .exg: push di mov sp,di add di,#4 mov bx,di add bx,cx sar cx,#1 1: mov ax,(bx) xchg ax,(di) mov (bx),ax add di,#2 add bx,#2 loop 1b