HomeSort by relevance Sort by last modified time
    Searched refs:range (Results 26 - 50 of 3230) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_srgb.py 61 for j in range(0, 256, 4):
63 for i in range(j, j + 4):
70 for j in range(0, 256, 16):
72 for i in range(j, j + 16):
79 for j in range(0, 256, 16):
81 for i in range(j, j + 16):
  /external/iptables/extensions/
libip6t_REDIRECT.c 28 " Port (range) to map to.\n"
40 parse_ports(const char *arg, struct nf_nat_range *range)
45 range->flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
53 range->min_proto.tcp.port
54 = range->max_proto.tcp.port
65 range->min_proto.tcp.port = htons(port);
66 range->max_proto.tcp.port = htons(maxport);
77 struct nf_nat_range *range = (void *)(*cb->target)->data; local
95 parse_ports(cb->arg, range);
97 range->flags |= NF_NAT_RANGE_PROTO_RANDOM
109 const struct nf_nat_range *range = (const void *)target->data; local
123 const struct nf_nat_range *range = (const void *)target->data; local
    [all...]
libip6t_DNAT.c 47 parse_to(const char *orig_arg, int portok, struct nf_nat_range *range)
82 range->flags |= NF_NAT_RANGE_PROTO_SPECIFIED;
96 range->min_proto.tcp.port
97 = range->max_proto.tcp.port
109 "Port range `%s' funky\n", colon+1);
110 range->min_proto.tcp.port = htons(port);
111 range->max_proto.tcp.port = htons(maxport);
121 range->flags |= NF_NAT_RANGE_MAP_IPS;
133 range->min_addr.in6 = *ip;
139 range->max_addr.in6 = *ip
150 struct nf_nat_range *range = cb->data; local
212 const struct nf_nat_range *range = (const void *)target->data; local
224 const struct nf_nat_range *range = (const void *)target->data; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.py 61 for j in range(0, 256, 4):
63 for i in range(j, j + 4):
70 for j in range(0, 256, 16):
72 for i in range(j, j + 16):
79 for j in range(0, 256, 16):
81 for i in range(j, j + 16):
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.h 24 #define RANGE_FLOAT_TO_FIXEDPOINT(range, x) { \
25 range.mantissa = (long)x; \
26 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
28 #define RANGE_FIXEDPOINT_TO_FLOAT(range, x) { \
29 x = (float)(range.mantissa); \
30 x += ((float)range.fraction/PRECISION); \
  /external/chromium_org/third_party/WebKit/public/web/
WebContentDetectionResult.h 42 WebContentDetectionResult(const WebRange& range, const WebString& string, const WebURL& intent)
44 , m_range(range)
51 const WebRange& range() const { return m_range; } function in class:blink::WebContentDetectionResult
  /external/chromium_org/third_party/skia/tests/
ClampRangeTest.cpp 34 static void slow_check(const SkClampRange& range,
36 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
41 for (int i = 0; i < range.fCount0; i++) {
42 check_value(bigfx, range.fV0);
46 for (int i = 0; i < range.fCount1; i++) {
51 for (int i = 0; i < range.fCount2; i++) {
52 check_value(bigfx, range.fV1);
59 SkClampRange range; local
    [all...]
  /external/skia/tests/
ClampRangeTest.cpp 34 static void slow_check(const SkClampRange& range,
36 SkASSERT(range.fCount0 + range.fCount1 + range.fCount2 == count);
41 for (int i = 0; i < range.fCount0; i++) {
42 check_value(bigfx, range.fV0);
46 for (int i = 0; i < range.fCount1; i++) {
51 for (int i = 0; i < range.fCount2; i++) {
52 check_value(bigfx, range.fV1);
59 SkClampRange range; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
distance.hpp 1 // Boost.Range library
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/end.hpp>
20 #include <boost/range/difference_type.hpp>
  /external/chromium_org/third_party/WebKit/Source/platform/
CalculationValue.h 45 static PassRefPtr<CalculationValue> create(PixelsAndPercent value, ValueRange range)
47 return adoptRef(new CalculationValue(value, range));
58 CalculationValue(PixelsAndPercent value, ValueRange range)
60 , m_isNonNegative(range == ValueRangeNonNegative)
  /external/chromium_org/third_party/WebKit/public/platform/
WebFlingAnimator.h 39 virtual void startFling(const WebFloatPoint& velocity, const WebRect& range) = 0;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_rand.c 229 /* random number r: 0 <= r < range */
230 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range)
236 if (range->neg || BN_is_zero(range))
242 n = BN_num_bits(range); /* n > 0 */
244 /* BN_is_bit_set(range, n - 1) always holds */
248 else if (!BN_is_bit_set(range, n - 2) && !BN_is_bit_set(range, n - 3))
250 /* range = 100..._2,
251 * so 3*range (= 11..._2) is exactly one bit longer than range *
    [all...]
  /external/chromium_org/tools/gyp/test/many-actions/
gyptest-many-actions.py 18 for i in range(200):
  /external/chromium_org/ui/views/controls/
styled_label_listener.h 11 class Range;
19 virtual void StyledLabelLinkClicked(const gfx::Range& range,
  /external/chromium_org/ui/views/controls/table/
table_grouper.h 22 virtual void GetGroupRange(int model_index, GroupRange* range) = 0;
  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 20 unsigned long long range[2]; local
26 range[0] = 0;
27 range[1] = config.total_sectors * DEFAULT_SECTOR_SIZE;
39 if (ioctl(config.fd, BLKDISCARD, &range) < 0) {
  /external/libsepol/include/sepol/policydb/
context.h 28 * identity, a role, a type and a MLS range.
34 mls_range_t range; member in struct:context_struct
39 mls_range_init(&c->range);
46 if (mls_range_cpy(&dst->range, &src->range) < 0)
54 return (mls_level_eq(&c1->range.level[0], &c2->range.level[0]) &&
55 mls_level_eq(&c1->range.level[1], &c2->range.level[1]));
64 mls_range_destroy(&c->range);
    [all...]
  /ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/
Android.mk 4 LOCAL_MODULE := issue54465-invalid-asm-operand-out-of-range
5 LOCAL_SRC_FILES := issue54465-invalid-asm-operand-out-of-range.cpp
  /external/clang/lib/ARCMigrate/
Internals.h 32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
64 void remove(SourceRange range);
66 void replace(SourceRange range, StringRef text);
67 void replace(SourceRange range, SourceRange replacementRange);
71 void increaseIndentation(SourceRange range,
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
75 bool clearAllDiagnostics(SourceRange range) {
76 return clearDiagnostic(ArrayRef<unsigned>(), range);
78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 150 class Range
151 def covers?( range )
152 range.first >= first or return false
154 range.exclude_end? ? last >= range.last : last > range.last
156 range.exclude_end? ? last.succ >= range.last : last >= range.last
160 def covered_by?( range )
    [all...]
  /external/clang/test/CodeGen/
struct.c 71 } range; typedef in typeref:struct:__anon22515
72 extern range f6();
74 range r = f6();
79 range range1;
80 range range2;
86 range r = p.range1;
89 void f9(range *p) {
90 range r = *p;
93 void f10(range *p) {
94 range r = p[0]
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 26 * radio when the range of enabled message identifiers changes.
36 * of the caller) so that a call to remove a range can be mapped to the
37 * client that enabled that range (or else rejected).
48 * One or more clients forming the continuous range [startId, endId].
62 * @param startId the first id included in the range
63 * @param endId the last id included in the range
64 * @param client the client requesting the enabled range
110 * @param range the new ClientRange to insert
112 void insert(ClientRange range) {
117 if (range.mStartId <= nextRange.mStartId)
207 IntRange range = mRanges.get(startIndex); local
441 IntRange range = mRanges.get(i); local
636 IntRange range = mRanges.get(i); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
boolhuff.h 32 unsigned int range; member in struct:__anon16725
70 unsigned int range = br->range; local
85 split = 1 + (((range - 1) * probability) >> 8);
87 range = split;
92 range = br->range - split;
95 shift = vp8_norm[range];
97 range <<= shift;
129 br->range = range
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_writer.h 24 unsigned int range; member in struct:__anon16832
41 unsigned int range = br->range; local
45 split = 1 + (((range - 1) * probability) >> 8);
47 range = split;
51 range = br->range - split;
54 shift = vp9_norm[range];
56 range <<= shift;
83 br->range = range
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
boolhuff.h 32 unsigned int range; member in struct:__anon28676
70 unsigned int range = br->range; local
85 split = 1 + (((range - 1) * probability) >> 8);
87 range = split;
92 range = br->range - split;
95 shift = vp8_norm[range];
97 range <<= shift;
129 br->range = range
    [all...]

Completed in 413 milliseconds

12 3 4 5 6 7 8 91011>>