代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4973372
txt zero.txt
dm-zero
=======
Device-Mapper's "zero" target provides a block-device that always returns
zero'd data on reads and silently drops writes. This is similar behavior to
/dev/zero, but as a block-device
www.eeworm.com/read/209211/4985154
c zero.c
#include
#include
#include
/* score of a zero length block */
uchar vtZeroScore[VtScoreSize] = {
0xda, 0x39, 0xa3, 0xee, 0x5e, 0x6b, 0x4b, 0x0d, 0x32, 0x55,
0xbf, 0xef, 0x9
www.eeworm.com/read/195341/5112397
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/337546/3334774
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/324920/3493575
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/316872/3592801
c zero.c
/*
* zero.c -- Gadget Zero, for USB development
*
* Copyright (C) 2003-2007 David Brownell
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it u
www.eeworm.com/read/316872/3604493
txt zero.txt
dm-zero
=======
Device-Mapper's "zero" target provides a block-device that always returns
zero'd data on reads and silently drops writes. This is similar behavior to
/dev/zero, but as a block-device
www.eeworm.com/read/447907/1693118
c zero.c
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#include
#include
#include
www.eeworm.com/read/443386/1746118
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/422060/2045448
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