代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/39262/1122061
v zero.v
//----- ! -------- W A R N I N G -------- ! -----
//----- ! -------- FIR COMPILER GENERATED FILE --- ! -----
//---------------------DO NOT ATTEMPT TO MODIFY! -----
@0 0
@1 0
@2 0
@3
www.eeworm.com/read/39262/1122080
hex zero.hex
:020000000000fe
:020001000000fd
:020002000000fc
:020003000000fb
:020004000000fa
:020005000000f9
:020006000000f8
:020007000000f7
:020008000000f6
:020009000000f5
:02000a000000f4
:02000b000000
www.eeworm.com/read/39262/1122185
mif zero.mif
----- ! -------- W A R N I N G -------- ! -----
----- ! -------- FIR COMPILER GENERATED FILE --- ! -----
---------------------DO NOT ATTEMPT TO MODIFY! -----
width = 13;
depth = 13;
addre
www.eeworm.com/read/250243/4437675
c zero.c
/*
* zero.c -- Gadget Zero, for USB development
*
* Copyright (C) 2003-2004 David Brownell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modifi
www.eeworm.com/read/239264/4604735
c zero.c
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/233448/4685089
c zero.c
#include "harness.h"
vector signed short zs16() { return ((vector signed short){0,0,0,0,0,0,0,0}); }
vector signed short s16ss() { vector signed short a; return vec_subs(a,a); }
vector signed short s
www.eeworm.com/read/222917/4816942
c zero.c
/* zero.c: bcmath library file. */
/*
Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
Copyright (C) 2000 Philip A. Nelson
This library is free software; you can
www.eeworm.com/read/219919/4844387
xbm zero.xbm
#define zero_width 16
#define zero_height 16
static unsigned char zero_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xf8, 0x1f, 0x18, 0x18, 0x18, 0x18,
0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18
www.eeworm.com/read/216499/4892989
s zero.s
.globl zero
.globl putchar
.globl w, r, a, l
/
/
/ routine to zero a string
/
/ mov ...,r1
/ jsr pc,zero
/
zero:
mov r0,-(sp)
mov a(r1),w(r1)
clrb r0
1: cmp w(r1),l(r1)
bhis 1f
jsr pc,putchar
br
www.eeworm.com/read/209559/4964848
c zero.c
/*
* zero.c -- Gadget Zero, for USB development
*
* Copyright (C) 2003-2004 David Brownell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modifi