代码搜索:range
找到约 10,000 项符合「range」的源代码
代码结果 10,000
www.eeworm.com/read/167185/5462177
c range.c
/*
*
* ENTROPIC PROCESSING, INC.
*
* This material contains proprietary software of Entropic
* Processing, Inc. Any reproduction, distribution, or
* publication without the the prior w
www.eeworm.com/read/167185/5464627
1 range.1
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved.
.\" @(#)range.1 3.5 12/20/88 ESI
.TH RANGE 1\-ESPS 12/20/88
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entropic Speech,
www.eeworm.com/read/167185/5464628
c range.c
/*
* This material contains proprietary software of Entropic Speech,
* Inc. Any reproduction, distribution, or publication without the
* prior written permission of Entropic Speech, Inc. is str
www.eeworm.com/read/167133/5468890
java range.java
/*
* Copyright (c) 2000 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights Rese
www.eeworm.com/read/165810/5477199
cmp range.cmp
[1..5]
1 2 3 4 5
-----
[0..0]
0
-----
[-4..-5]
-4 -5
-----
[ 1 .. 5 ]
1 2 3 4 5
-----
[5..1]
5 4 3 2 1
-----
[-5..5]
-5 -4 -3 -2 -1 0 1 2 3 4 5
-----
[5..-5]
5 4
www.eeworm.com/read/165810/5477249
vm range.vm
#*
@test range.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail i
www.eeworm.com/read/163959/5504304
java range.java
//$Id: Range.java,v 1.1 2004/06/03 16:31:30 steveebersole Exp $
package org.hibernate.util;
public final class Range {
public static int[] range(int begin, int length) {
int[] result = new int[le
www.eeworm.com/read/347503/3171349
s range.s
;# checks the 8 bit ranges
;# all negative values should contain a Prefix for MAXQ20
;# immediate values with one operand for MAXQ10 skips PFX
.text
move A[0], #-1
move Ap, #-1
move a[0], #1
mo
www.eeworm.com/read/347503/3171360
d range.d
#objdump: -dw
#name: limit checks for maxq10 immediate data
.*: +file format .*
Disassembly of section .text:
0+000 :
0: ff 0b [ ]*MOVE PFX\[0\], #ffh
2: ff 09 [ ]*MOVE A\[0\], #ffh