Home
last modified time | relevance | path

Searched refs:high (Results 1 - 25 of 505) sorted by relevance

12345678910>>...21

/third_party/selinux/libsepol/src/
H A Dport_record.c10 int low, high; member
21 int low, high; member
29 int low, int high, int proto, in sepol_port_key_create()
42 tmp_key->high = high; in sepol_port_key_create()
51 int *low, int *high, int *proto) in sepol_port_key_unpack()
55 *high = key->high; in sepol_port_key_unpack()
66 (handle, port->low, port->high, port->proto, key_ptr) < 0) { in sepol_port_key_extract()
70 port->low, port->high); in sepol_port_key_extract()
28 sepol_port_key_create(sepol_handle_t * handle, int low, int high, int proto, sepol_port_key_t ** key_ptr) sepol_port_key_create() argument
50 sepol_port_key_unpack(const sepol_port_key_t * key, int *low, int *high, int *proto) sepol_port_key_unpack() argument
157 sepol_port_set_range(sepol_port_t * port, int low, int high) sepol_port_set_range() argument
[all...]
H A Dibpkey_record.c17 int low, high; member
28 int low, high; member
100 int low, int high, in sepol_ibpkey_key_create()
115 tmp_key->high = high; in sepol_ibpkey_key_create()
126 subnet_prefix, low, high); in sepol_ibpkey_key_create()
132 uint64_t *subnet_prefix, int *low, int *high) in sepol_ibpkey_key_unpack()
136 *high = key->high; in sepol_ibpkey_key_unpack()
149 (handle, subnet_prefix_str, ibpkey->low, ibpkey->high, key_pt in sepol_ibpkey_key_extract()
98 sepol_ibpkey_key_create(sepol_handle_t *handle, const char *subnet_prefix, int low, int high, sepol_ibpkey_key_t **key_ptr) sepol_ibpkey_key_create() argument
131 sepol_ibpkey_key_unpack(const sepol_ibpkey_key_t *key, uint64_t *subnet_prefix, int *low, int *high) sepol_ibpkey_key_unpack() argument
226 sepol_ibpkey_set_range(sepol_ibpkey_t *ibpkey, int low, int high) sepol_ibpkey_set_range() argument
[all...]
H A Dports.c54 * a high level representation */
65 int high = sepol_port_get_high(data); in port_from_record() local
80 tmp_port->u.port.high_port = high; in port_from_record()
82 ERR(handle, "low port %d exceeds high port %d", in port_from_record()
110 low, high, sepol_port_get_proto_str(proto)); in port_from_record()
121 int high = port->u.port.high_port; in port_to_record() local
136 sepol_port_set_range(tmp_record, low, high); in port_to_record()
150 "to record", low, high, sepol_port_get_proto_str(rec_proto)); in port_to_record()
183 int low, high, proto; in sepol_port_exists() local
185 sepol_port_key_unpack(key, &low, &high, in sepol_port_exists()
221 int low, high, proto; sepol_port_query() local
261 int low, high, proto; sepol_port_modify() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp431 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() argument
433 const int numBits = (high-low) + 1; in getBits()
1355 inline deUint32 getBits128 (deUint64 low, deUint64 high, deUint32 first, deUint32 last) in getBits128() argument
1357 const deUint64 d[2] = { low, high }; in getBits128()
1389 const deUint32 data1 = (deUint32)(high & mask1); in getBits128()
1831 const deUint64 high = ((deUint64*)src)[1]; in decompressBc6H() local
1832 const deUint32 d = mode < 10 ? getBits128(low, high, 77, 81) : 0; in decompressBc6H()
1837 deUint64 colorIndexData = high >> (mode < 10 ? 18 : 1); in decompressBc6H()
1843 g[2] |= getBits128(low, high, 2, 2) << 4; in decompressBc6H()
1844 b[2] |= getBits128(low, high, in decompressBc6H()
2237 const deUint64 high = ((deUint64*)src)[1]; decompressBc7() local
[all...]
/third_party/mbedtls/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()
38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add()
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec()
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod()
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub()
68 flat = { a.low - b.low, a.high in FStar_UInt128_sub_underspec()
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_64.c29 sljit_sw high; in load_immediate() local
57 high = imm >> 12; in load_immediate()
60 high = ~high; in load_immediate()
62 if (high > S32_MAX) { in load_immediate()
63 SLJIT_ASSERT((high & 0x800) != 0); in load_immediate()
65 FAIL_IF(push_inst(compiler, XORI | RD(dst_r) | RS1(dst_r) | IMM_I(high))); in load_immediate()
67 if ((high & 0x800) != 0) in load_immediate()
68 high += 0x1000; in load_immediate()
70 FAIL_IF(push_inst(compiler, LUI | RD(dst_r) | (sljit_ins)(high in load_immediate()
131 sljit_sw high; emit_const() local
155 sljit_sw high; sljit_set_jump_addr() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcfhddsp.c28 const int16_t *high, ptrdiff_t high_stride, in filter()
35 output[(2*0+0)*out_stride] = (tmp + high[0*high_stride]) >> 1; in filter()
40 output[(2*0+1)*out_stride] = (tmp - high[0*high_stride]) >> 1; in filter()
46 output[(2*i+0)*out_stride] = (tmp + low[i*low_stride] + high[i*high_stride]) >> 1; in filter()
51 output[(2*i+1)*out_stride] = (tmp + low[i*low_stride] - high[i*high_stride]) >> 1; in filter()
57 output[(2*i+0)*out_stride] = (tmp + high[i*high_stride]) >> 1; in filter()
62 output[(2*i+1)*out_stride] = (tmp - high[i*high_stride]) >> 1; in filter()
69 const int16_t *high, ptrdiff_t high_stride, in vert_filter()
73 filter(output, out_stride, low, low_stride, high, high_stride, height, 0); in vert_filter()
75 high in vert_filter()
26 filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip) filter() argument
67 vert_filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int width, int height) vert_filter() argument
80 horiz_filter(int16_t *output, ptrdiff_t ostride, const int16_t *low, ptrdiff_t lstride, const int16_t *high, ptrdiff_t hstride, int width, int height) horiz_filter() argument
93 horiz_filter_clip(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip() argument
99 horiz_filter_clip_bayer(int16_t *output, const int16_t *low, const int16_t *high, int width, int clip) horiz_filter_clip_bayer() argument
[all...]
H A Dmss1.c41 if (c->high >= 0x8000) { in arith_normalise()
43 if (c->low >= 0x4000 && c->high < 0xC000) { in arith_normalise()
46 c->high -= 0x4000; in arith_normalise()
53 c->high -= 0x8000; in arith_normalise()
58 c->high <<= 1; in arith_normalise()
59 c->high |= 1; in arith_normalise()
70 int range = c->high - c->low + 1; in arith_get_bits()
74 c->high = ((prob + range) >> bits) + c->low - 1; in arith_get_bits()
84 int range = c->high - c->low + 1; in arith_get_number()
88 c->high in arith_get_number()
[all...]
H A Dcfhdencdsp.c28 int16_t *high, ptrdiff_t high_stride, in filter()
32 high[(0>>1) * high_stride] = av_clip_int16((5 * input[0*in_stride] - 11 * input[1*in_stride] + in filter()
38 high[(i>>1) * high_stride] = av_clip_int16(((-input[(i-2)*in_stride] - input[(i-1)*in_stride] + in filter()
44 high[((len-2)>>1) * high_stride] = av_clip_int16((11* input[((len-2)+0)*in_stride] - 5 * input[((len-2)+1)*in_stride] - in filter()
49 static void horiz_filter(int16_t *input, int16_t *low, int16_t *high, in horiz_filter() argument
55 filter(input, 1, low, 1, high, 1, width); in horiz_filter()
58 high += high_stride; in horiz_filter()
62 static void vert_filter(int16_t *input, int16_t *low, int16_t *high, in vert_filter() argument
68 filter(&input[i], in_stride, &low[i], low_stride, &high[i], high_stride, height); in vert_filter()
26 filter(int16_t *input, ptrdiff_t in_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len) filter() argument
H A Dbgmc.c519 unsigned int high = *h; in ff_bgmc_decode() local
527 unsigned int range = high - low + 1; in ff_bgmc_decode()
536 high = low + ((range * cf_table[sx][(symbol) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS); in ff_bgmc_decode()
540 if (high >= HALF) { in ff_bgmc_decode()
544 high -= HALF; in ff_bgmc_decode()
545 } else if (low >= FIRST_QTR && high < THIRD_QTR) { in ff_bgmc_decode()
548 high -= FIRST_QTR; in ff_bgmc_decode()
554 high = 2 * high + 1; in ff_bgmc_decode()
562 *h = high; in ff_bgmc_decode()
[all...]
H A Dcfhd.c196 static inline void interlaced_vertical_filter(int16_t *output, int16_t *low, int16_t *high, in interlaced_vertical_filter() argument
202 even = (low[i] - high[i])/2; in interlaced_vertical_filter()
203 odd = (low[i] + high[i])/2; in interlaced_vertical_filter()
209 static inline void inverse_temporal_filter(int16_t *low, int16_t *high, int width) in inverse_temporal_filter() argument
212 int even = (low[i] - high[i]) / 2; in inverse_temporal_filter()
213 int odd = (low[i] + high[i]) / 2; in inverse_temporal_filter()
216 high[i] = odd; in inverse_temporal_filter()
954 int16_t *low, *high, *output, *dst; in cfhd_decode() local
974 high = s->plane[plane].subband[2]; in cfhd_decode()
976 dsp->vert_filter(output, output_stride, low, lowpass_width, high, highpass_strid in cfhd_decode()
1120 int16_t *low, *high, *output, *dst; cfhd_decode() local
1325 int16_t *low, *high, *dst; cfhd_decode() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_minmax.cpp58 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) in minmax_range()
61 this->high = high; in minmax_range()
64 /* low is the lower limit of the range, high is the higher limit. NULL on
65 * low means negative infinity (unlimited) and on high positive infinity
70 ir_constant *high; member in __anon7213::minmax_range
293 if (!r0.high) { in combine_range()
294 ret.high = ismin ? r1.high : r0.high; in combine_range()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp56_arith.h45 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_armv6()
47 unsigned high = c->high << shift; in vp56_rac_get_prob_armv6() local
70 : "=&r"(c->high), "=&r"(c->code_word), "=&r"(bit), in vp56_rac_get_prob_armv6()
72 : "r"(high), "r"(pr), "r"(c->end - 1), in vp56_rac_get_prob_armv6()
82 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_branchy_armv6()
84 unsigned high = c->high << shift; in vp56_rac_get_prob_branchy_armv6() local
105 : "r"(high), "r"(pr), "r"(c->end - 1), "0"(shift) in vp56_rac_get_prob_branchy_armv6()
109 c->high in vp56_rac_get_prob_branchy_armv6()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedOutputStream.php108 $high = 0; variable
111 GPBUtil::divideInt64ToInt32($value, $high, $low, $trim);
116 while (($low >= 0x80 || $low < 0) || $high != 0) {
119 $carry = ($high & 0x7F) << ((PHP_INT_SIZE << 3) - 7);
120 $high = ($high >> 7) & ~(0x7F << ((PHP_INT_SIZE << 3) - 7)); variable
139 $high = 0; variable
142 GPBUtil::divideInt64ToInt32($value, $high, $low);
145 $high = ($value >> 32) & 0xFFFFFFFF; variable
152 $buffer[4] = chr($high
[all...]
H A DGPBUtil.php59 public static function divideInt64ToInt32($value, &$high, &$low, $trim = false)
66 $high = bcdiv($value, 4294967296); variable
68 if (bccomp($high, 2147483647) > 0) {
69 $high = (int) bcsub($high, 4294967296); variable
71 $high = (int) $high; variable
80 $high = ~$high; variable
84 $high variable
89 $high = 0; global() variable
389 $high = ~$high; global() variable
393 $high = (int) ($high + 1); global() variable
[all...]
/third_party/pulseaudio/src/pulse/
H A Dgccmacro.h141 #define PA_CLAMP(x, low, high) \
145 typeof(high) _high = (high); \
149 #define PA_CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
153 #define PA_CLAMP_UNLIKELY(x, low, high) \
157 typeof(high) _high = (high); \
161 #define PA_CLAMP_UNLIKELY(x, low, high) (PA_UNLIKEL
[all...]
/third_party/pcre2/pcre2/maint/
H A DGenerateTest26.py75 high = low
79 high = int(match_obj.group(2), 16)
80 for idx in range(low + 1, high + 1):
85 script_data[script_idx][1] = high
97 high = low
99 high = int(match_obj.group(2), 16)
107 rec[3] = high
113 if rec[3] < high:
114 rec[3] = high
118 for idx in range(low, high
[all...]
/third_party/python/Lib/asyncio/
H A Dtransports.py77 def set_write_buffer_limits(self, high=None, low=None):
78 """Set the high- and low-water limits for write flow control.
83 high-water limit. Neither value can be negative.
86 high-water limit is given, the low-water limit defaults to an
88 high-water limit. Setting high to zero forces low to zero as
103 """Get the high and low watermarks for write flow control.
104 Return a tuple (low, high) where low and high are
314 def _set_write_buffer_limits(self, high
[all...]
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py35 def __init__(self, name, low, high, shr, type, parser):
38 self.high = high
46 if high < 0 or high > 31:
47 raise parser.error("high attribute out of range: %d" % high)
48 if high < low:
49 raise parser.error("low is greater than high: low=%d, high
[all...]
/third_party/skia/third_party/etc1/
H A Detc1.cpp209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() local
212 if (high & 2) { in etc1_decode_block()
214 int rBase = high >> 27; in etc1_decode_block()
215 int gBase = high >> 19; in etc1_decode_block()
216 int bBase = high >> 11; in etc1_decode_block()
218 r2 = convertDiff(rBase, high >> 24); in etc1_decode_block()
220 g2 = convertDiff(gBase, high >> 16); in etc1_decode_block()
222 b2 = convertDiff(bBase, high >> 8); in etc1_decode_block()
225 r1 = convert4To8(high >> 28); in etc1_decode_block()
226 r2 = convert4To8(high >> 2 in etc1_decode_block()
242 etc1_uint32 high; global() member
[all...]
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp95 uint32_t high = SkBSwap32(curBlock1->fHigh); in decompress_etc1() local
98 bool flipped = SkToBool(high & kFlipBit); in decompress_etc1()
99 bool differential = SkToBool(high & kDiffBit); in decompress_etc1()
104 colors[0].fR = extend_5To8bits(high >> 27); in decompress_etc1()
105 colors[1].fR = extend_5plus3To8Bits(high >> 27, high >> 24); in decompress_etc1()
106 colors[0].fG = extend_5To8bits(high >> 19); in decompress_etc1()
107 colors[1].fG = extend_5plus3To8Bits(high >> 19, high >> 16); in decompress_etc1()
108 colors[0].fB = extend_5To8bits(high >> 1 in decompress_etc1()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h232 nir_ssa_def **low, nir_ssa_def **high) in nir_get_clamp_limits()
242 *high = NULL; in nir_get_clamp_limits()
258 *high = nir_imm_intN_t(b, ihigh, src_bit_size); in nir_get_clamp_limits()
261 *high = nir_imm_intN_t(b, ihigh, src_bit_size); in nir_get_clamp_limits()
264 *high = nir_imm_floatN_t(b, ihigh, src_bit_size); in nir_get_clamp_limits()
274 *high = nir_imm_intN_t(b, uhigh, src_bit_size); in nir_get_clamp_limits()
277 *high = nir_imm_floatN_t(b, uhigh, src_bit_size); in nir_get_clamp_limits()
313 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()
320 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()
325 *high in nir_get_clamp_limits()
229 nir_get_clamp_limits(nir_builder *b, nir_alu_type src_type, nir_alu_type dest_type, nir_ssa_def **low, nir_ssa_def **high) nir_get_clamp_limits() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_inst.h52 unsigned high, unsigned low);
54 unsigned high, unsigned low,
86 unsigned high, low; \
88 high = hi12; low = lo12; \
90 high = hi8; low = lo8; \
92 high = hi7; low = lo7; \
94 high = hi6; low = lo6; \
96 high = hi5; low = lo5; \
98 high = hi45; low = lo45; \
100 high
1279 brw_inst_bits(const brw_inst *inst, unsigned high, unsigned low) brw_inst_bits() argument
1301 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value) brw_inst_set_bits() argument
1338 brw_compact_inst_bits(const brw_compact_inst *inst, unsigned high, unsigned low) brw_compact_inst_bits() argument
1351 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, uint64_t value) brw_compact_inst_set_bits() argument
[all...]
/third_party/gptfdisk/
H A Dgpttext.cc149 uint32_t low, high; in GetPartNum() local
152 if (GetPartRange(&low, &high) > 0) { in GetPartNum()
153 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): "; in GetPartNum() local
154 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in GetPartNum()
290 uint32_t low, high; in DeletePartition() local
293 if (GetPartRange(&low, &high) > 0) { in DeletePartition()
294 prompt << "Partition number (" << low + 1 << "-" << high + 1 << "): "; in DeletePartition() local
295 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); in DeletePartition()
305 uint32_t low, high; in ChangePartType() local
307 if (GetPartRange(&low, &high) > in ChangePartType()
319 uint32_t low, high; ChangeUniqueGuid() local
389 uint32_t low, high; SwapPartitions() local
398 << ", default " << high + 2 << "): "; SwapPartitions() local
440 uint32_t low, high; ShowDetails() local
580 GetSectorNum(uint64_t low, uint64_t high, uint64_t def, const string & prompt) GetSectorNum() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp256.c382 u64 high, low; in felem_shrink() local
395 * We perform two partial reductions where we eliminate the high-word of in felem_shrink()
423 high = (u64)(tmp[3] >> 64); in felem_shrink()
424 /* As tmp[3] < 2^65, high is either 1 or 0 */ in felem_shrink()
425 high = 0 - high; in felem_shrink()
427 * high is: in felem_shrink()
428 * all ones if the high word of tmp[3] is 1 in felem_shrink()
429 * all zeros if the high word of tmp[3] if 0 in felem_shrink()
448 mask = (mask & low) | high; in felem_shrink()
488 u64 high, low; smallfelem_square() local
583 u64 high, low; smallfelem_mul() local
[all...]

Completed in 18 milliseconds

12345678910>>...21