| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | oscolor.c | 1583 int low, mid, high; local in function:OsLookupColor 1586 low = 0; 1588 while (high >= low) 1590 mid = (low + high) / 2; 1601 low = mid + 1;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | oscolor.c | 1640 int low, mid, high; local in function:OsLookupColor 1643 low = 0; 1645 while (high >= low) { 1646 mid = (low + high) / 2; 1656 low = 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)); 186 reflective = msrValue.low [all...] |
| H A D | vid_rdcl.c | 296 if ((msr_value.low & MCP_DOTPLL_LOCK) && 298 ((sys_value.low & (MCP_DOTPOSTDIV3 | MCP_DOTPREDIV2 | MCP_DOTPREMULT2)) 308 msr_value.low |= 0x00000001; 309 msr_value.low &= ~MCP_DOTPLL_BYPASS; 314 sys_value.low &= ~(MCP_DOTPOSTDIV3 | MCP_DOTPREDIV2 | MCP_DOTPREMULT2); 315 sys_value.low |= sys_low; 320 msr_value.low &= 0xFFFFFFFE; 327 } while (timeout-- && !(msr_value.low & MCP_DOTPLL_LOCK)); 1650 post_div3 = (msr_value.low & MCP_DOTPOSTDIV3) ? 1 : 0; 1651 pre_mult2 = (msr_value.low [all...] |
| /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 59 this->low = low; 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 68 ir_constant *low; member in class:__anondb3718010110::minmax_range 239 if (!r0.low) { 240 ret.low = ismin ? r0.low : r1.low; [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/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)); 291 reflective = msrValue.low [all...] |
| H A D | vid_rdcl.c | 485 msr_value.low |= 0x00000001; 486 msr_value.low &= ~MCP_DOTPLL_BYPASS; 493 msr_value.low |= MCP_DOTPOSTDIV3; 495 msr_value.low &= ~MCP_DOTPOSTDIV3; 497 msr_value.low |= MCP_DOTPREDIV2; 499 msr_value.low &= ~MCP_DOTPREDIV2; 501 msr_value.low |= MCP_DOTPREMULT2; 503 msr_value.low &= ~MCP_DOTPREMULT2; 509 msr_value.low &= 0xFFFFFFFE; 516 } while (timeout-- && !(msr_value.low [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | charclass.h | 56 extern int SetCharacterClassRange(int low, int high, int value);
|
| /xsrc/external/mit/xlsatoms/dist/ |
| H A D | xlsatoms.c | 52 xcb_atom_t low, xcb_atom_t 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); 246 say_batch(xcb_connection_t *c, const char *format, xcb_get_atom_name_cookie_t *cookie, xcb_atom_t low, long count, int stop_error) argument 254 cookie[i] = xcb_get_atom_name(c, (xcb_atom_t)i + low); 266 printf (format, i + low, atom_nam 281 list_atoms(xcb_connection_t * c,const char * format,int mask,xcb_atom_t low,xcb_atom_t high) argument [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 60 this->low = low; 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 69 ir_constant *low; member in class:__anon4524e4d40110::minmax_range 284 if (!r0.low) { 285 ret.low = ismin ? r0.low : r1.low; [all...] |
| /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/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 = hi7; low 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/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) 178 reflective = msr_value.low & WHOAMI_MASK; 202 GET_DEVICE_ID(msr_value.high, msr_value.low); 214 reflective = msr_value.low & WHOAMI_MASK; 233 GET_DEVICE_ID(msr_value.high, msr_value.low); 245 reflective = msr_value.low & WHOAMI_MASK; 275 GET_DEVICE_ID(msr_value.high, msr_value.low); [all...] |
| H A D | cim_vg.c | 562 msr_value.low = DF_DEFAULT_XVGA_PAD_SEL_LOW; 569 msr_value.low = mode_params->panel_pad_sel_low; 576 msr_value.low = DF_DEFAULT_TFT_PAD_SEL_LOW; 590 msr_value.low &= ~DF_CONFIG_OUTPUT_MASK; 591 msr_value.low |= DF_OUTPUT_PANEL; 593 msr_value.low |= DF_SIMULTANEOUS_CRT_FP; 595 msr_value.low &= ~DF_SIMULTANEOUS_CRT_FP; 607 msr_value.low &= ~DF_CONFIG_OUTPUT_MASK; 608 msr_value.low |= DF_OUTPUT_PANEL; 610 msr_value.low | [all...] |
| H A D | cim_init.c | 105 *cpu_revision |= ((msr_value.low & 0xF0) << 4) | 106 ((msr_value.low & 0x0F) << 16); 114 *companion_revision |= ((msr_value.low & 0xF0) << 4) | 115 ((msr_value.low & 0x0F) << 16);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/registers/ |
| H A D | gen_header.py | 35 def __init__(self, name, low, high, shr, type, parser): 37 self.low = low 44 if low < 0 or low > 31: 45 raise parser.error("low attribute out of range: %d" % low) 48 if high < low: 49 raise parser.error("low is greater than high: low [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_load_store_vectorize.c | 641 * of "low" and "high". */ 644 struct entry *low, struct entry *high, unsigned size) 653 unsigned high_offset = high->offset_signed - low->offset_signed; 656 unsigned common_bit_size = MIN2(get_bit_size(low), get_bit_size(high)); 663 if (!ctx->options->callback(low->align_mul, 664 low->align_offset, 666 low->intrin, high->intrin, 670 if (low->is_store) { 671 unsigned low_size = low->intrin->num_components * get_bit_size(low); 643 new_bitsize_acceptable(struct vectorize_ctx * ctx,unsigned new_bit_size,struct entry * low,struct entry * high,unsigned size) argument 720 vectorize_loads(nir_builder * b,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second,unsigned new_bit_size,unsigned new_num_components,unsigned high_start) argument 811 vectorize_stores(nir_builder * b,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second,unsigned new_bit_size,unsigned new_num_components,unsigned high_start) argument 1048 check_for_robustness(struct vectorize_ctx * ctx,struct entry * low,uint64_t high_offset) argument 1094 try_vectorize(nir_function_impl * impl,struct vectorize_ctx * ctx,struct entry * low,struct entry * high,struct entry * first,struct entry * second) argument 1185 struct entry *low = *util_dynarray_element(arr, struct entry *, first_idx); local in function:vectorize_sorted_entries [all...] |
| H A D | nir_conversion_builder.h | 232 nir_ssa_def **low, nir_ssa_def **high) 241 *low = NULL; 257 *low = nir_imm_intN_t(b, ilow, src_bit_size); 263 *low = nir_imm_floatN_t(b, ilow, src_bit_size); 272 *low = nir_imm_intN_t(b, 0, src_bit_size); 276 *low = nir_imm_floatN_t(b, 0.0f, src_bit_size); 311 *low = nir_imm_intN_t(b, flow, src_bit_size); 324 *low = nir_imm_floatN_t(b, flow, src_bit_size); 359 nir_ssa_def *low = NULL, *high = NULL; local in function:nir_clamp_to_type_range 360 nir_get_clamp_limits(b, src_type, dest_type, &low, 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 [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/showfont/dist/ |
| H A D | showfont.c | 200 int start = first.low + (row << 8); 201 for (int col = (int)first.low; col <= (int)last.low; col++) { 207 * ((int)last.low - (int)first.low + 1)) 208 + (col - (int)first.low); 209 int temp_ch = start + (col - (int)first.low); 324 first->low + (first->high << 8), 325 last->low + (last->high << 8)); 329 hdr->default_char.low [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEWrappers.c | 29 || (((t2).high == (t1).high)&& ((t2).low >= (t1).low))) 31 unsigned long low; member in struct:_vms_time 276 ||(((t2).high == (t1).high)&& ((t2).low > (t1).low))) 286 cur_time.low = cur_time.high = result_time.low = result_time.high = 0; 297 status = lib$sub_times (&(te_ptr->te_timer_value.low), &cur_time, 306 (result_time.high == -1 && result_time.low > -10000))
|
| /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 = hi4; low 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 | 61 assert('low' not in field.attrib) 63 low = int(field.attrib['pos']) 64 high = low 66 low = int(field.attrib['low']) 68 assert low <= high 69 return low, high 72 low, high = get_bitrange(xml) 73 mask = ((1 << (1 + high - low)) - 1) << low [all...] |
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| H A D | vmmouse_proto.h | 72 uint16_t low; \ 84 uint32_t low; \
|