| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | oscolor.c | 1583 int low, mid, high; local in function:OsLookupColor 1587 high = NUM_BUILTIN_COLORS - 1; 1588 while (high >= low) 1590 mid = (low + high) / 2; 1603 high = mid - 1;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | oscolor.c | 1640 int low, mid, high; local in function:OsLookupColor 1644 high = ARRAY_SIZE(BuiltinColors) - 1; 1645 while (high >= low) { 1646 mid = (low + high) / 2; 1658 high = mid - 1;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | msr_rdcl.c | 120 MSR_READ(MBD_MSR_CAP, RC_MB0_CPU, &(msrValue.high), &(msrValue.low)); 121 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_VA) 124 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 125 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_MBIU) 128 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU1, &(msrValue.high), &(msrValue.low)); 129 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_MBIU) 178 MSR_READ(MBIU_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 179 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low); 185 MSR_READ(MBIU_WHOAMI, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 214 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high), [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | resize.pl | 75 our $high; 79 $high = csi_field( $original, 2 ); 81 printf "parsed terminal size $high,$wide\n"; 95 $maxhigh != 0 or $maxhigh = $high * 2; 116 $h = $high; 138 if ( $h = $high ) {
|
| H A D | resize.sh | 65 IFS=';' read -r junk high wide 74 original=${CSI}8\;${high}\;${wide}t${SUF} 77 test "$maxhigh" = 0 && maxhigh=`expr "$high" \* 2` 83 h=$high 102 if test "$h" = "$high" ; then
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_minmax.cpp | 57 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) argument 60 this->high = high; 63 /* low is the lower limit of the range, high is the higher limit. NULL on 64 * low means negative infinity (unlimited) and on high positive infinity 69 ir_constant *high; member in class:__anondb3718010110::minmax_range 248 if (!r0.high) { 249 ret.high = ismin ? r1.high : r0.high; [all...] |
| /xsrc/external/mit/brotli/dist/c/include/brotli/ |
| H A D | types.h | 57 #define BROTLI_MAKE_UINT64_T(high, low) ((((uint64_t)(high)) << 32) | low)
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charclass.h | 56 extern int SetCharacterClassRange(int low, int high, int value);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | msr_rdcl.c | 226 MSR_READ(MBD_MSR_CAP, RC_MB0_CPU, &(msrValue.high), &(msrValue.low)); 227 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_VA) 230 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 231 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_MBIU) 234 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU1, &(msrValue.high), &(msrValue.low)); 235 if (GET_DEVICE_ID(msrValue.high, msrValue.low) != RC_CC_MBIU) 283 MSR_READ(MBIU_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 284 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low); 290 MSR_READ(MBIU_WHOAMI, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 318 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high), [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_minmax.cpp | 58 minmax_range(ir_constant *low = NULL, ir_constant *high = NULL) argument 61 this->high = high; 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 class:__anon4524e4d40110::minmax_range 293 if (!r0.high) { 294 ret.high = ismin ? r1.high : r0.high; [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEWrappers.c | 28 #define IS_AT_OR_AFTER(t1, t2) (((t2).high > (t1).high) \ 29 || (((t2).high == (t1).high)&& ((t2).low >= (t1).low))) 32 unsigned long high; member in struct:_vms_time 275 #define IS_AFTER(t1,t2) (((t2).high > (t1).high) \ 276 ||(((t2).high == (t1).high)&& ((t2).low > (t1).low))) 286 cur_time.low = cur_time.high [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_msr.c | 64 if (GET_DEVICE_ID(msr_value.high, msr_value.low) != MSR_CLASS_CODE_VAIL) 68 if (GET_DEVICE_ID(msr_value.high, msr_value.low) != MSR_CLASS_CODE_GLIU) 72 if (GET_DEVICE_ID(msr_value.high, msr_value.low) != MSR_CLASS_CODE_GLIU) 76 if (GET_DEVICE_ID(msr_value.high, msr_value.low) != MSR_CLASS_CODE_GLIU) 171 mbiu_port_count = (msr_value.high >> NUM_PORTS_SHIFT) & 7; 202 GET_DEVICE_ID(msr_value.high, msr_value.low); 209 mbiu_port_count = (msr_value.high >> NUM_PORTS_SHIFT) & 7; 233 GET_DEVICE_ID(msr_value.high, msr_value.low); 240 mbiu_port_count = (msr_value.high >> NUM_PORTS_SHIFT) & 7; 275 GET_DEVICE_ID(msr_value.high, msr_valu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 232 nir_ssa_def **low, nir_ssa_def **high) 242 *high = NULL; 258 *high = nir_imm_intN_t(b, ihigh, src_bit_size); 261 *high = nir_imm_intN_t(b, ihigh, src_bit_size); 264 *high = nir_imm_floatN_t(b, ihigh, src_bit_size); 274 *high = nir_imm_intN_t(b, uhigh, src_bit_size); 277 *high = nir_imm_floatN_t(b, uhigh, src_bit_size); 313 *high = nir_imm_intN_t(b, fhigh, src_bit_size); 320 *high = nir_imm_intN_t(b, fhigh, src_bit_size); 325 *high 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) argument 359 nir_ssa_def *low = NULL, *high = NULL; local in function:nir_clamp_to_type_range [all...] |
| /xsrc/external/mit/xlsatoms/dist/ |
| H A D | xlsatoms.c | 52 xcb_atom_t low, xcb_atom_t high ); 203 if (dash == range) { /* -high */ 205 } else { /* low-[high] */ 215 if (*dash) { /* [low]-high */ 221 } else { /* number (low == high) */ 239 xcb_atom_t low, high; local in function:do_range 241 mask = parse_range (range, &low, &high); 242 list_atoms (c, format, mask, low, high); 281 list_atoms(xcb_connection_t *c, const char *format, int mask, xcb_atom_t low, xcb_atom_t high) argument 289 high [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gf100.asm | 20 add $r2 (mul high u32 $r2 u32 $r3) $r2 22 add $r2 (mul high u32 $r2 u32 $r3) $r2 24 add $r2 (mul high u32 $r2 u32 $r3) $r2 26 add $r2 (mul high u32 $r2 u32 $r3) $r2 28 add $r2 (mul high u32 $r2 u32 $r3) $r2 30 mul high $r0 u32 $r0 u32 $r2 58 add $r2 (mul high u32 $r2 u32 $r3) $r2 60 add $r2 (mul high u32 $r2 u32 $r3) $r2 62 add $r2 (mul high u32 $r2 u32 $r3) $r2 64 add $r2 (mul high u3 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | gf100.asm | 20 add $r2 (mul high u32 $r2 u32 $r3) $r2 22 add $r2 (mul high u32 $r2 u32 $r3) $r2 24 add $r2 (mul high u32 $r2 u32 $r3) $r2 26 add $r2 (mul high u32 $r2 u32 $r3) $r2 28 add $r2 (mul high u32 $r2 u32 $r3) $r2 30 mul high $r0 u32 $r0 u32 $r2 58 add $r2 (mul high u32 $r2 u32 $r3) $r2 60 add $r2 (mul high u32 $r2 u32 $r3) $r2 62 add $r2 (mul high u32 $r2 u32 $r3) $r2 64 add $r2 (mul high u3 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_inst.h | 51 unsigned high, unsigned low); 53 unsigned high, unsigned low, 56 #define FC(name, high, low, assertions) \ 63 brw_inst_set_bits(inst, high, low, v); \ 71 return brw_inst_bits(inst, high, low); \ 75 #define F(name, high, low) FC(name, high, low, true) 78 unsigned high, low; \ 80 high = hi8; low = lo8; \ 82 high 1024 brw_inst_set_bits(brw_inst * inst,unsigned high,unsigned low,uint64_t value) argument 1059 brw_compact_inst_bits(const brw_compact_inst * inst,unsigned high,unsigned low) argument 1072 brw_compact_inst_set_bits(brw_compact_inst * inst,unsigned high,unsigned low,uint64_t value) argument [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | durango.c | 154 #define vsa_msr_read(msr,adr,high,low) \ 161 : "=a" (*(low)), "=d" (*(high)) \ 164 #define vsa_msr_write(msr,adr,high,low) \ 181 : "1"(msr | adr),"2"(*(high)),"3"(*(low))); \
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/registers/ |
| H A D | gen_header.py | 35 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...] |
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| H A D | vmmouse_proto.h | 73 uint16_t high; \ 85 uint32_t high; \
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | intel_perf_regs.h | 27 #define INTEL_MASK(high, low) (((1u<<((high)-(low)+1))-1)<<(low))
|
| /xsrc/external/mit/showfont/dist/ |
| H A D | showfont.c | 199 for (int row = (int)first.high; row <= (int)last.high; row++) { 206 int ch = ((row - (int)first.high) 324 first->low + (first->high << 8), 325 last->low + (last->high << 8)); 329 hdr->default_char.low + (hdr->default_char.high << 8)); 460 ((unsigned)first_ch >= (first.low + ((unsigned)first.high << 8)))) { 462 first.high = first_ch >> 8; 466 ((unsigned)end_ch <= (last.low + ((unsigned)last.high << 8)))) { 468 last.high [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_inst.h | 51 unsigned high, unsigned low); 53 unsigned high, unsigned low, 85 unsigned high, low; \ 87 high = hi12; low = lo12; \ 89 high = hi8; low = lo8; \ 91 high = hi7; low = lo7; \ 93 high = hi6; low = lo6; \ 95 high = hi5; low = lo5; \ 97 high = hi45; low = lo45; \ 99 high 1299 brw_inst_set_bits(brw_inst * inst,unsigned high,unsigned low,uint64_t value) argument 1336 brw_compact_inst_bits(const brw_compact_inst * inst,unsigned high,unsigned low) argument 1349 brw_compact_inst_set_bits(brw_compact_inst * inst,unsigned high,unsigned low,uint64_t value) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/ |
| H A D | isa.py | 62 assert('high' not in field.attrib) 64 high = low 67 high = int(field.attrib['high']) 68 assert low <= high 69 return low, high 72 low, high = get_bitrange(xml) 73 mask = ((1 << (1 + high - low)) - 1) << low 77 assert (len(patstr) == (1 + high - low)), "Invalid {} length in {}: {}..{}".format(xml.tag, name, low, high) [all...] |
| H A D | decode.h | 79 unsigned high; member in struct:isa_field
|