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

<<21222324252627282930>>

  /external/iptables/extensions/
libipt_connrate.c 52 "Bad value in range `%s'", arg);
64 exit_error(PARAMETER_PROBLEM, "Bad range `%s'", arg);
  /external/kernel-headers/original/asm-x86/
tlbflush_32.h 79 * - flush_tlb_range(vma, start, end) flushes a range of pages
80 * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
calc_cor.h 68 * range.
73 * The functions outputs all correlations in the given range
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
findhalfpel.cpp 78 Int range = video->encParams->SearchRange; local
91 /**************** check range ***************************/
95 ilow = xpos - range;
96 jlow = ypos - range;
199 Int range = video->encParams->SearchRange; local
212 /**************** check range ***************************/
217 ilow = xpos + ((comp & 1) << 3) - range;
218 jlow = ypos + ((comp & 2) << 2) - range;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 152 // - upper limit on value to be considered in lower range
154 // - lower limit on value to be considered in upper range
  /external/tcpdump/
appletalk.h 160 * UDP port range used for ddp-in-udp encapsulation is 16512-16639
163 * socket range of 768-895.
slcompress.h 45 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
46 * range 256 - 65535 or 0. (If the change in sequence number or
  /external/webkit/WebCore/platform/graphics/android/
GlyphMapAndroid.cpp 63 // search for emoji. If we knew for sure that buffer was a contiguous range
64 // of chars, we could quick-reject the range to avoid this loop (usually)
  /external/webkit/WebCore/platform/haiku/
PasteboardHaiku.cpp 54 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame)
112 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context,
  /external/webkit/WebKit/mac/DOM/
WebDOMOperations.h 69 @result A WebArchive representing the range.
75 @result A markup string representing the range.
  /frameworks/base/core/java/android/text/
AlteredCharSequence.java 22 * another CharSequence, except that a specified range of characters are
30 * are mirrored from <code>source</code>, except that the range of
InputFilter.java 27 * range <code>dstart &hellip; dend</code> of <code>dest</code>
28 * with the new text from the range <code>start &hellip; end</code>
  /frameworks/base/graphics/java/android/graphics/
Color.java 85 * range check performed, so if they are out of range, the
98 * range check performed, so if they are out of range, the
229 * If hsv values are out of range, they are pinned.
244 * If hsv values are out of range, they are pinned.
339 * If hsv values are out of range, they are pinned.
353 * If hsv values are out of range, they are pinned.
  /frameworks/base/graphics/java/android/renderscript/
Program.java 53 throw new IllegalArgumentException("Slot ID out of range.");
63 throw new IllegalArgumentException("Slot ID out of range.");
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
umultiset.h 61 /// Copies contents of range [i1,i2)
85 /// Inserts all elements from range [i1,i2).
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_cor.h 68 * range.
73 * The functions outputs all correlations in the given range
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsBroadcastConfigInfo.java 23 * fromServiceId - toServiceId defines a range of CBM message identifiers
28 * fromCodeScheme - toCodeScheme defines a range of CBM data coding schemes
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 92 IH264VENC_INVALIDQPPARAMETER, /* Out of Range initial Quantization parameter*/
232 OMX_U32 qpIntra ; /* initial QP of I frames Range[-1,51]. -1 is for auto initialization.*/
233 OMX_U32 qpInter ; /* initial QP of P frames Range[-1,51]. -1 is for auto initialization.*/
234 OMX_U32 qpMax ; /* Maximum QP to be used Range[0,51]*/
235 OMX_U32 qpMin ; /*< Minimum QP to be used Range[0,51]*/
245 OMX_U32 log2MaxFNumMinus4 ; /*Limits the maximum frame number in the bit-stream to (1<< (log2MaxFNumMinus4 + 4)) Range[0,12]*/
261 OMX_U32 numSliceASO ; /* Number of valid enteries in asoSliceOrder array valid range is [0,8],
381 unsigned int ulQPInter; /* default QP for P frame, range 1 to 31 */
  /system/core/include/pixelflinger/
format.h 42 // reserved range. don't use.
58 // reserved range. don't use.
  /dalvik/libcore/luni/src/main/java/java/util/
TimSort.java 229 * If the initial part of the specified range is already sorted,
234 * @param a the array in which a range is to be sorted
235 * @param lo the index of the first element in the range to be sorted
236 * @param hi the index after the last element in the range to be sorted
237 * @param start the index of the first element in the range that is
319 // Find end of run, and reverse range if descending
333 * Reverse the specified range of the specified array.
335 * @param a the array in which a range is to be reversed
336 * @param lo the index of the first element in the range to be reversed
337 * @param hi the index after the last element in the range to be reverse
    [all...]
  /external/icu4c/common/
utrie2.h 47 * - For the last single-value code point range (ending with U+10ffff),
51 * is truncated, omitting both the BMP portion and the high range.
110 * or the errorValue for out-of-range code points and illegal UTF-8.
116 * @param errorValue the value for out-of-range code points and illegal UTF-8
155 * Callback from utrie2_enum(), is called for each contiguous range
162 * @param start the first code point in a contiguous range with value
163 * @param end the last code point in a contiguous range with value (inclusive)
178 * For each contiguous range of code points with a given (transformed) value,
184 * @param enumRange a pointer to a function that is called for each contiguous range
201 * @param errorValue the value for out-of-range code points and illegal UTF-
    [all...]
  /external/kernel-headers/original/linux/
wireless.h 100 * - Missing encoding definitions in range
127 * - Add PM capability to range structure
134 * - Add WE version in range (help backward/forward compatibility)
163 * - Add IW_TXPOW_RANGE for range of Tx Powers
236 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */
264 * point to a string in user space, like it is done for RANGE... */
321 * separate range because of collisions with other tools such as
333 /* The first and the last (range) */
409 /* Maximum frequencies in the range struct */
415 /* Maximum bit rates in the range struct *
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 100 * - Missing encoding definitions in range
127 * - Add PM capability to range structure
134 * - Add WE version in range (help backward/forward compatibility)
163 * - Add IW_TXPOW_RANGE for range of Tx Powers
248 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */
276 * point to a string in user space, like it is done for RANGE... */
333 * separate range because of collisions with other tools such as
345 /* The first and the last (range) */
421 /* Maximum frequencies in the range struct */
427 /* Maximum bit rates in the range struct *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 100 * - Missing encoding definitions in range
127 * - Add PM capability to range structure
134 * - Add WE version in range (help backward/forward compatibility)
163 * - Add IW_TXPOW_RANGE for range of Tx Powers
248 #define SIOCGIWRANGE 0x8B0B /* Get range of parameters */
276 * point to a string in user space, like it is done for RANGE... */
333 * separate range because of collisions with other tools such as
345 /* The first and the last (range) */
421 /* Maximum frequencies in the range struct */
427 /* Maximum bit rates in the range struct *
    [all...]
  /bionic/libc/bionic/
__set_errno.c 48 ** anything significantly out of range as not-an-error

Completed in 58 milliseconds

<<21222324252627282930>>