HomeSort by relevance Sort by last modified time
    Searched defs:range (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /build/tools/apriori/
source.c 8 range_t *range = find_range(source->sorted_sections, address); local
9 FAILIF(NULL == range,
10 "Cannot match address %lld to any range in [%s]!\n",
13 *scn = (Elf_Scn *)range->user;
  /external/freetype/src/base/
ftgasp.c 38 TT_GaspRange range = ttface->gasp.gaspRanges; local
39 TT_GaspRange range_end = range + ttface->gasp.numRanges;
42 while ( ppem > range->maxPPEM )
44 range++;
45 if ( range >= range_end )
49 result = range->gaspFlag;
  /external/iptables/include/linux/netfilter_ipv4/
ipt_SAME.h 20 struct ip_nat_range range[IPT_SAME_MAX_RANGE]; member in struct:ipt_same_info
  /external/webkit/WebCore/platform/text/
UnicodeRange.cpp 40 // This table depends on unicode range definitions.
41 // Each item's index must correspond to a unicode range value
380 // code points so that the number of entries in the tertiary range
381 // table for that range is obtained by dividing (0x1700 - 0x0700) by 128.
422 // A two level index is almost enough for locating a range, with the
423 // exception of u03xx and u05xx. Since we don't really care about range for
435 unsigned int range; local
438 range = gUnicodeSubrangeTable[0][ch >> 12];
440 if (range < cRangeTableBase)
441 // we try to get a specific range
    [all...]
  /external/bluetooth/bluez/test/
sdptest.c 64 uint32_t range = 0x0000ffff; local
79 attrids = sdp_list_append(NULL, &range);
  /external/icu4c/layout/
OpenTypeUtilities.cpp 87 le_int32 range = 0; local
94 range = extra;
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
101 range += probe;
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
106 return range;
  /external/proguard/src/proguard/obfuscate/
MappingPrinter.java 137 * Returns the line number range of the given class member, followed by a
138 * colon, or just an empty String if no range is available.
142 String range = programMember.getLineNumberRange(programClass); local
143 return range != null ?
144 (range + ":") :
  /frameworks/base/media/libmedia/
autodetect.cpp 856 const CharRange* range = &encodingRanges[i]; local
857 if (ch >= range->first && ch <= range->last)
859 if (ch > range->last)
  /external/icu4c/common/unicode/
usetiter.h 83 * iteration range, if <tt>codepoint != IS_STRING</tt>. If
127 * code point range, depending on whether <tt>next()</tt> or
134 * of the range, and <tt>getCodepointEnd()</tt> returns the end
135 * of the range.
148 * Returns the end of the current code point range, if
193 * Returns the next element in the set, either a code point range
197 * range of one or more code points from <tt>getCodepoint()</tt> to
253 /** End range
257 /** Range
260 int32_t range; member in class:UnicodeSetIterator
    [all...]
  /external/proguard/src/proguard/shrink/
UsagePrinter.java 167 * Returns the line number range of the given class member, followed by a
168 * colon, or just an empty String if no range is available.
172 String range = programMember.getLineNumberRange(programClass); local
173 return range != null ?
174 (range + ":") :
ShortestUsagePrinter.java 200 * Returns the line number range of the given class member, followed by a
201 * colon, or just an empty String if no range is available.
205 String range = programMember.getLineNumberRange(programClass); local
206 return range != null ?
207 (" (" + range + ")") :
  /packages/apps/Email/src/com/android/exchange/adapter/
GalParser.java 98 String range = getValue(); local
100 mService.userLog("GAL result range: " + range);
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_nat.h 51 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat
  /external/freetype/src/autofit/
afglobal.c 108 AF_Script_UniRange range; local
115 * Scan all unicode points in the range and set the corresponding
118 for ( range = clazz->script_uni_ranges; range->first != 0; range++ )
120 FT_ULong charcode = range->first;
137 if ( gindex == 0 || charcode > range->last )
  /external/icu4c/samples/layout/
cmaps.cpp 181 le_int32 range = 0; local
184 range = fRangeOffset;
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
191 range += probe;
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/icu4c/test/intltest/
ucdtest.cpp 172 int32_t rangeCount, range; local
180 for(range=0; range<rangeCount; ++range) {
181 start=derivedCoreProps[i].getRangeStart(range);
182 end=derivedCoreProps[i].getRangeEnd(range);
204 for(range=0; range<rangeCount; ++range) {
205 start=derivedCoreProps[i].getRangeStart(range);
    [all...]
  /external/icu4c/test/letest/
cmaps.cpp 175 le_int32 range = 0; local
178 range = fRangeOffset;
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
185 range += probe;
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/iptables/extensions/
libip6t_dst.c 68 char *buffer, *cp, *next, *range; local
82 range = strchr(cp, ':');
84 if (range) {
88 *range++ = '\0';
92 if (range) {
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
102 printf("opts str: %s %s\n", cp, range);
libip6t_hbh.c 75 char *buffer, *cp, *next, *range; local
85 range = strchr(cp, ':');
86 if (range) {
90 *range++ = '\0';
93 if (range) {
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
103 printf("opts str: %s %s\n", cp, range);
libipt_DNAT.c 12 /* Dest NAT data consists of a multi-range, indicating where to map
38 append_range(struct ipt_natinfo *info, const struct ip_nat_range *range)
43 size = IPT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
50 info->mr.range[info->mr.rangesize] = *range;
60 struct ip_nat_range range; local
64 memset(&range, 0, sizeof(range));
74 range.flags |= IP_NAT_RANGE_PROTO_SPECIFIED;
88 range.min.tcp.por
    [all...]
libipt_SNAT.c 12 /* Source NAT data consists of a multi-range, indicating where to map
38 append_range(struct ipt_natinfo *info, const struct ip_nat_range *range)
43 size = IPT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range));
50 info->mr.range[info->mr.rangesize] = *range;
60 struct ip_nat_range range; local
64 memset(&range, 0, sizeof(range));
74 range.flags |= IP_NAT_RANGE_PROTO_SPECIFIED;
88 range.min.tcp.por
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat.h 29 /* Single range specification. */
48 struct ip_nat_range range[1]; member in struct:ip_nat_multi_range_compat
66 /* Set up the info structure to map into this range. */
68 const struct ip_nat_range *range,
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
deringing_luma.cpp 35 int thres[4], range[4], max_range_blk, max_thres_blk; local
67 range[blks] = max_blk - min_blk;
69 if (range[blks] >= max_range_blk)
71 max_range_blk = range[blks];
87 if (range[blks]<32 && max_range_blk >= 64)
121 range[blks] = max_blk - min_blk;
123 if (range[blks] >= max_range_blk)
125 max_range_blk = range[blks];
141 if (range[blks]<32 && max_range_blk >= 64)
179 range[blks] = max_blk - min_blk
    [all...]
  /external/stlport/test/unit/
ctype_facets_test.cpp 43 //is range
75 char range[] = "abAc123 ."; local
76 const char *rbeg = range;
77 const char *rend = range + sizeof(range);
95 char range[] = "abAc123 ."; local
96 const char *rbeg = range;
97 const char *rend = range + sizeof(range);
120 //toupper range
122 char range[] = "abAc1"; local
137 char range[] = "ABaC1"; local
150 char range[] = "ABaC1"; local
163 char range[] = "ABaC1"; local
219 wchar_t range[] = L"abAc123 ."; local
239 wchar_t range[] = L"abAc123 ."; local
266 wchar_t range[] = L"abAc1"; local
281 wchar_t range[] = L"ABaC1"; local
294 char range[] = "ABaC1"; local
308 wchar_t range[] = L"ABaC1"; local
    [all...]
equal_test.cpp 44 pair<int*, int*> range = equal_range((int*)numbers, (int*)numbers + 10, 2); local
45 CPPUNIT_ASSERT( (range.first - numbers) == 4 );
46 CPPUNIT_ASSERT( (range.second - numbers) == 8 );
56 pair<IntVec::iterator, IntVec::iterator> range = equal_range(v.begin(), v.end(), 2); local
57 CPPUNIT_ASSERT( (range.first - v.begin()) == 6 );
58 CPPUNIT_ASSERT( (range.second - v.begin()) == 9 );
59 for (; range.first != range.second; ++range.first)
60 CPPUNIT_ASSERT( *range.first == 2 )
95 pair<char*, char*> range = equal_range((char*)chars, (char*)chars + count, 'q', less<char>()); local
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 6