Searched
full:range (Results
1151 -
1175 of
3739) sorted by null
<<41424344454647484950>>
/external/icu4c/common/ |
uvectr32.cpp | 96 /* else index out of range */ 108 /* else index out of range */
|
/external/icu4c/test/cintltst/ |
sprpdata.c | 64 /* store the range */ 71 /* store the range */
|
/external/icu4c/test/intltest/ |
transtst.h | 281 * Test the use variable range pragma, making sure that use of 282 * variable range characters is detected and flagged as an error.
|
/external/icu4c/tools/toolutil/ |
uparse.c | 286 /* read a range like start or start..end */ 336 /* is this a valid range? */
|
/external/jpeg/ |
jquant1.c | 65 * The normal calculation would be to form pixel value + dither, range-limit 67 * We can skip the separate range-limiting step by extending the colorindex 82 * The values in this array must range from 0 to ODITHER_CELLS-1. 246 /* Return j'th output value, where j will range from 0 to maxj */ 544 /* Form pixel value + dither, range-limit to 0..MAXJSAMPLE, 546 * Range-limiting need not be done explicitly, as we have extended 547 * the colorindex table to produce the right answers for out-of-range 673 /* Form pixel value + error, and range-limit to 0..MAXJSAMPLE.
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 29 #define X86_FEATURE_MTRR (0*32+12) /* Memory Type Range Registers */ 66 /* This range is used for feature bits which conflict or are synthesized */
|
/external/kernel-headers/original/linux/ |
swap.h | 93 * A swap extent maps a range of a swapfile's PAGE_SIZE pages onto a range of
|
/external/opencore/android/author/ |
authordriver.h | 333 // (width and height) so that it is within the supported range. 340 // Clips the intended AAC audio bitrate so that it is in the supported range
|
/external/opencore/codecs_v2/utilities/colorconvert/include/ |
ccrgb16toyuv420.h | 126 * @brief Implemenation of a virtual function for range. 129 int32 SetYuvFullRange(bool range);
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotationbase.cpp | 28 1. zoom ratio must be in range (1, 3] 222 // zoom ratio must be in range (1, 3]
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mp4lib_int.h | 71 int fcodeForward; /* VOP dynamic range of motion vectors */ 72 int fcodeBackward; /* VOP dynamic range of motion vectors */
|
/external/opencore/nodes/common/include/ |
pvmf_meta_data_extension.h | 116 * Synchronous method to free up the specified range of metadata keys in the list. It is assumed that caller of this function 132 * Synchronous method to free up the specified range of metadata values in the list. It is assumed that caller of this function
|
/external/qemu/elff/ |
dwarf_die.cc | 104 /* For CU DIEs address range may be zero size, even though its child DIEs
105 * occupie some address space. So, if CU DIE's address range doesn't
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmdef.h | 273 * Create a color from three components in the range 0-1 inclusive.
280 * Create a color from four components in the range 0-1 inclusive.
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRMDEF.H | 273 * Create a color from three components in the range 0-1 inclusive.
280 * Create a color from four components in the range 0-1 inclusive.
|
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 188 raise JetFileException('Track number %d of out of range for clip' % jet_event.track_num)
190 raise JetFileException('Channel number %d of out of range for clip' % jet_event.channel_num)
192 raise JetFileException('event_id %d of out of range for clip' % jet_event.event_id)
216 raise JetFileException('Track number %d of out of range for end marker' % jet_event.track_num)
218 raise JetFileException('Channel number %d of out of range for end marker' % jet_event.channel_num)
232 raise JetFileException('Track number %d of out of range for app marker' % jet_event.track_num)
234 raise JetFileException('Channel number %d of out of range for app marker' % jet_event.channel_num)
236 raise JetFileException('EventID %d out of range for application controller' % jet_event.event_id)
[all...] |
/external/srec/srec/cfront/ |
ca_wave.c | 297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] + 301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] *
|
/external/stlport/stlport/stl/ |
_deque.h | 59 * i.cur is a pointer in the range [i.first, i.last). NOTE: 68 * the elements outside that range are uninitialized storage. Otherwise, 72 * [map, map + map_size) is a valid, non-empty range. 73 * [start.node, finish.node] is a valid range contained within 75 * A pointer in the range [map, map + map_size) points to an allocated node 76 * if and only if the pointer is in the range [start.node, finish.node]. 583 // versions: one that takes a count, and one that takes a range. 584 // The range version is a member template, so we dispatch on whether [all...] |
/external/stlport/test/eh/ |
test_algo.cpp | 106 // the legal range. 152 // the legal range.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 86 reads in a combination of symbol tables with ids in range [0..2^8-1] 87 and converts into one symbol table with ids in range [0..2^16-1] which
|
/external/v8/src/ |
math.js | 100 // of range than negative numbers; check the upper bound first. 102 // Numbers in the range [0, 2^31) can be floored by converting
|
/external/webkit/WebCore/editing/ |
InsertTextCommand.cpp | 97 // so we are basically treating ending selection as a range to avoid validation. 186 // so we are basically treating ending selection as a range to avoid validation.
|
ModifySelectionListLevel.cpp | 64 // For a range selection we want the following behavior: 66 // - the start must be at or above the level of the rest of the range
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpa_debug.h | 139 * the hex numbers and ASCII characters (for printable range) are shown. 16 155 * the hex numbers and ASCII characters (for printable range) are shown. 16
|
/frameworks/base/core/java/android/text/ |
Spanned.java | 155 * Return the beginning of the range of text to which the specified 161 * Return the end of the range of text to which the specified
|
Completed in 364 milliseconds
<<41424344454647484950>>