HomeSort by relevance Sort by last modified time
    Searched full:range (Results 1251 - 1275 of 3739) sorted by null

<<51525354555657585960>>

  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 64 Int fcodeForward; /* VOP dynamic range of motion vectors */
65 Int fcodeBackward; /* VOP dynamic range of motion vectors */
224 Int SearchRange; /* Search range for 16x16 motion vector */
  /external/qemu/
shaper.c 544 int range = delay->max_ms - delay->min_ms; local
546 if (range > 0)
547 latency += rand() % range;
  /external/quake/quake/src/QW/client/
d_scan.c 402 // FIXME: check for clamping/range problems
403 // we count on FP exceptions being turned off to avoid range problems
417 // we count on FP exceptions being turned off to avoid range problems
menu.c 467 void M_DrawSlider (int x, int y, float range)
471 if (range < 0)
472 range = 0;
473 if (range > 1)
474 range = 1;
479 M_DrawCharacter (x + (SLIDER_RANGE-1)*8 * range, y, 131);
  /external/quake/quake/src/WinQuake/
d_scan.cpp 404 // FIXME: check for clamping/range problems
405 // we count on FP exceptions being turned off to avoid range problems
419 // we count on FP exceptions being turned off to avoid range problems
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 305 num = range(self.iStartMeasure, self.iStartMeasure + self.iLengthInMeasures + 1, 1)
307 for i in range(0, (self.iLengthInMeasures+1)*step, step):
311 for iBeat in range(1,4):
  /external/svox/pico/lib/
picospho.c 89 * - penultima : the position (within the active range) that should be used as new window start when shifting the window
99 * |------------... (only left context is known; new active range, penultima, and right context to be established at next parse)
675 * 'rangeEnd' is the first possym position outside the desired range.
678 * SPHO_POSSYM_OUT_OF_RANGE : pos is out of range. 'pos' is set to that of the read possym, 'sym' is undefined
    [all...]
  /external/tcpdump/
print-eigrp.c 393 printf("\n\t Cable-range: %u-%u, Router-ID %u",
402 printf("\n\t Cable-Range: %u-%u, nexthop: ",
425 printf("\n\t Cable-Range: %u-%u, nexthop: ",
  /external/tremolo/Tremolo/
mdctARM.s 69 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
74 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
79 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
84 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
100 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
137 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
142 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
147 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
152 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
169 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
    [all...]
mdctLARM.s 69 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
74 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
79 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
84 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
100 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
137 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
142 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
147 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
152 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
169 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
    [all...]
  /external/webkit/WebCore/css/
CSSFontSelector.cpp 282 CSSUnicodeRangeValue* range = static_cast<CSSUnicodeRangeValue*>(rangeList->itemWithoutBoundsCheck(i)); local
283 fontFace->addRange(range->from(), range->to());
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
pow2.h 102 Word32 Pow2( /* (o) : result (range: 0<=val<=0x7fffffff) */
103 Word16 exponent, /* (i) : Integer part. (range: 0<=val<=30) */
104 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
reorder.cpp 85 lsf = vector of LSFs (range: 0<=val<=0.5)(Word16)
124 Word16 *lsf, // (i/o) : vector of LSFs (range: 0<=val<=0.5)
174 Word16 *lsf, /* (i/o) : vector of LSFs (range: 0<=val<=0.5) */
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 68 * Out-of-range digits are treated as 0 for the sake of the time stamp,
80 // treat out-of-range BCD values as 0
102 // treat out-of-range BCD values as 0
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapter.java 105 * range.
171 * Does nothing if the provided position is out of range.
405 "BrowserBookmarksAdapter tried to get a view out of range");
  /external/bluetooth/bluez/src/
sdpd-request.c 575 uint32_t range = bt_get_unaligned((uint32_t *)&aid->uint32); local
577 uint16_t low = (0xffff0000 & range) >> 16;
578 uint16_t high = 0x0000ffff & range;
581 SDPDBG("attr range : 0x%x", range);
591 /* (else) sub-range of attributes */
  /external/icu4c/common/unicode/
rbbi.h 122 * When a range of characters is divided up using the dictionary, the break
125 * leaves this range of text. Has the most impact for line breaking.
677 * breaking. Covering at least the range from startPos to endPos,
681 * the range startPos to endPos.
684 * @param startPos The start position of a range of text
685 * @param endPos The end position of a range of text
  /external/icu4c/tools/toolutil/
ucmstate.c 41 * entry=range [':' nextstate] ['.' action]
42 * range=number ['-' number]
82 /* read an entry, the start of the range first */
90 /* read the end of the range if there is one */
102 /* determine the state entrys for this range */
172 /* set this entry for the range */
    [all...]
  /external/opencore/protocols/sdp/parser/src/
basemediainfoparser.cpp 246 // is any payload number in static range if yes rtpmap
484 if (!oscl_strncmp(line_start_ptr, "a=range:", oscl_strlen("a=range:")))
486 sptr1 = line_start_ptr + oscl_strlen("a=range:");
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 371 * Calculate whether a range collapses to a prefix.
440 * Construct a range. If it can be expressed as a prefix,
630 * Add a range.
773 * Punt misordered list, overlapping start, or inverted range.
790 * Check for range that should be expressed as a prefix.
798 * Check final range to see if it should be a prefix.
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 33 * List of exception handlers (tuples of covered range, catch type,
211 "bogus exception range: " + Hex.u4(start) + ".." +
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 216 * Checks a range of offsets for validity, throwing if invalid.
223 throw new IllegalArgumentException("bad range: " + s + ".." + e +
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
SocketPermissionTest.java 80 assertTrue("Port range error", sp3.implies(spAllPorts));
81 assertTrue("Port range error", spAllPorts.implies(sp3));
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
EnumSetTest.java 137 set = EnumSet.range(HugeEnumCount.NO1, HugeEnumCount.NO65);
145 set = EnumSet.range(HugeEnumCount.NO1, HugeEnumCount.NO130);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 167 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]

Completed in 370 milliseconds

<<51525354555657585960>>