| /xsrc/external/mit/makedepend/dist/ |
| H A D | include.c | 148 struct inclist *ip; local in function:newinclude 153 ip = inclistp++; 156 ip->i_file = strdup(newfile); 157 if (ip->i_file == NULL) 161 ip->i_incstring = ip->i_file; 163 ip->i_incstring = strdup(incstring); 164 if (ip->i_incstring == NULL) 171 if (realpath(ip->i_file, r_include) == NULL) 172 ip 187 included_by(struct inclist * ip,struct inclist * newfile) argument 240 struct inclist *ip; local in function:inc_clean 319 struct inclist *ip; local in function:inc_path [all...] |
| H A D | cppsetup.c | 39 my_if_errors(IfParser *ip, const char *cp, const char *expecting) argument 41 struct _parse_data *pd = ip->data; 66 lookup_variable(IfParser *ip, const char *var, int len) argument 69 struct _parse_data *pd = ip->data; 81 my_eval_defined(IfParser *ip, const char *var, int len) argument 83 if (lookup_variable(ip, var, len)) 92 my_eval_variable(IfParser *ip, const char *var, int len) argument 97 s = lookup_variable(ip, var, len); 104 s = lookup_variable(ip, var, strlen(var)); 107 var = ParseIfExpression(ip, va 123 IfParser ip = { local in function:cppsetup [all...] |
| H A D | pr.c | 106 pr(struct inclist *ip, const char *file, const char *base) argument 115 quoted = quoteColons(ip->i_file, quotebuf, sizeof(quotebuf)); 130 if (!verbose || ip->i_list == NULL || ip->i_flags & NOTIFIED) 132 ip->i_flags |= NOTIFIED; 134 printf("\n# %s includes:", ip->i_file); 135 for (unsigned int i = 0; i < ip->i_listlen; i++) 136 printf("\n#\t%s", ip->i_list[i]->i_incstring);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 66 unsigned count, ip, it_count, ic_count, i, j; local in function:r500_dump_rs_block 82 ip = rs->inst[i] & 0xf; 83 fprintf(stderr, "texture: ip %d to psf %d\n", 84 ip, (rs->inst[i] >> 5) & 0x7f); 86 tex_ptr = rs->ip[ip] & 0xffffff; 103 ip = (rs->inst[i] >> 12) & 0xf; 104 fprintf(stderr, "color: ip %d to psf %d\n", 105 ip, (rs->inst[i] >> 18) & 0x7f); 107 col_ptr = (rs->ip[i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 66 unsigned count, ip, it_count, ic_count, i, j; local in function:r500_dump_rs_block 82 ip = rs->inst[i] & 0xf; 83 fprintf(stderr, "texture: ip %d to psf %d\n", 84 ip, (rs->inst[i] >> 5) & 0x7f); 86 tex_ptr = rs->ip[ip] & 0xffffff; 103 ip = (rs->inst[i] >> 12) & 0xf; 104 fprintf(stderr, "color: ip %d to psf %d\n", 105 ip, (rs->inst[i] >> 18) & 0x7f); 107 col_ptr = (rs->ip[i [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | buttonmap.c | 36 XAnyClassPtr ip; local in function:get_button_map 52 ip = (XAnyClassPtr) info->inputclassinfo; 57 if (ip->class == ButtonClass) { 58 nbuttons = ((XButtonInfoPtr)ip)->num_buttons; 61 ip = (XAnyClassPtr) ((char *) ip + ip->length); 100 XAnyClassPtr ip; local in function:set_button_map 116 ip = (XAnyClassPtr) info->inputclassinfo; 121 if (ip [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | iconmgr.c | 45 static void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win); 173 IconMgr *ip; local in function:MoveIconManager 184 ip = Active->iconmgr; 193 tmp = ip->first; 199 tmp = ip->last; 231 new_row = ip->cur_rows - 1; 233 new_col = ip->cur_columns - 1; 234 if (new_row >= ip->cur_rows) 236 if (new_col >= ip->cur_columns) 242 for (tmp = ip 288 IconMgr *ip, *tmp_ip = NULL; local in function:JumpIconManager 357 IconMgr *ip; local in function:AddIconManager 458 InsertInIconManager(IconMgr * ip,WList * tmp,TwmWindow * tmp_win) argument 496 RemoveFromIconManager(IconMgr * ip,WList * tmp) argument 516 IconMgr *ip; local in function:RemoveIconManager 591 SortIconManager(IconMgr * ip) argument 627 PackIconManager(IconMgr * ip) argument [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | iconmgr.c | 333 IconMgr *ip, *previ, *p = NULL; local in function:AllocateOtherIconManagers 351 for(ip = imfirst->next; ip != NULL; ip = ip->next) { 354 *p = *ip; 363 ip->nextv = p; 370 for(ip = ws->iconmgr; ip != NULL; ip 407 IconMgr *ip; local in function:MoveIconManager 539 IconMgr *ip; local in function:MoveMappedIconManager 623 IconMgr *ip, *tmp_ip = NULL; local in function:JumpIconManager 700 IconMgr *ip; local in function:AddIconManager 904 InsertInIconManager(IconMgr * ip,WList * tmp,TwmWindow * tmp_win) argument 948 RemoveFromIconManager(IconMgr * ip,WList * tmp) argument 984 IconMgr *ip; local in function:RemoveIconManager 1085 SortIconManager(IconMgr * ip) argument 1143 PackIconManager(IconMgr * ip) argument [all...] |
| H A D | iconmgr.h | 67 void InsertInIconManager(IconMgr *ip, WList *tmp, TwmWindow *tmp_win); 68 void RemoveFromIconManager(IconMgr *ip, WList *tmp); 74 void SortIconManager(IconMgr *ip); 75 void PackIconManager(IconMgr *ip);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.cpp | 68 int ip = 0; local in function:vec4_live_variables::setup_def_use 71 assert(ip == block->start_ip); 73 assert(cfg->blocks[block->num - 1]->end_ip == ip - 1); 85 start[v] = MIN2(start[v], ip); 86 end[v] = ip; 108 start[v] = MIN2(start[v], ip); 109 end[v] = ip; 131 ip++; 260 check_register_live_range(const vec4_live_variables *live, int ip, argument 265 live->start[var + j] > ip || liv 275 unsigned ip = 0; local in function:vec4_live_variables::validate 305 int ip = INT_MAX; local in function:vec4_live_variables::var_range_start 316 int ip = INT_MIN; local in function:vec4_live_variables::var_range_end [all...] |
| H A D | brw_fs_live_variables.cpp | 57 int ip, const fs_reg ®) 62 start[var] = MIN2(start[var], ip); 63 end[var] = MAX2(end[var], ip); 75 int ip, const fs_reg ®) 80 start[var] = MIN2(start[var], ip); 81 end[var] = MAX2(end[var], ip); 106 int ip = 0; local in function:fs_live_variables::setup_def_use 109 assert(ip == block->start_ip); 111 assert(cfg->blocks[block->num - 1]->end_ip == ip - 1); 124 setup_one_read(bd, ip, re 56 setup_one_read(struct block_data * bd,int ip,const fs_reg & reg) argument 74 setup_one_write(struct block_data * bd,fs_inst * inst,int ip,const fs_reg & reg) argument 327 check_register_live_range(const fs_live_variables * live,int ip,const fs_reg & reg,unsigned n) argument 347 int ip = 0; local in function:fs_live_variables::validate [all...] |
| H A D | brw_fs_scoreboard.cpp | 43 * - ip instruction pointer 247 unsigned ip = 0; local in function:__anon19a82a480110::ordered_inst_addresses 250 jps[ip] = jp; 253 ip++; 963 const fs_inst *inst, unsigned ip, scoreboard &sb) 968 const ordered_address jp = p ? ordered_address(p, jps[ip].jp[IDX(p)]) : 978 inst->is_math()) ? dependency(TGL_SBID_SRC, ip, exec_all) : 991 const dependency rd_dep = dependency(TGL_SBID_SRC, ip, exec_all); 999 is_unordered(inst) ? dependency(TGL_SBID_DST, ip, exec_all) : 1024 unsigned ip local in function:__anon19a82a480110::gather_block_scoreboards 962 update_inst_scoreboard(const fs_visitor * shader,const ordered_address * jps,const fs_inst * inst,unsigned ip,scoreboard & sb) argument 1095 unsigned ip = 0; local in function:__anon19a82a480110::gather_inst_dependencies 1189 for (unsigned ip = 0; ip < num_instructions(shader); ip++) local in function:__anon19a82a480110::allocate_inst_dependencies 1195 for (unsigned ip = 0; ip < num_instructions(shader); ip++) { local in function:__anon19a82a480110::allocate_inst_dependencies 1222 unsigned ip = 0; local in function:__anon19a82a480110::emit_inst_dependencies [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate_shaders.c | 47 uint32_t ip; member in struct:vc4_shader_validation_state 183 uint64_t inst = validation_state->shader[validation_state->ip]; 307 uint64_t inst = validation_state->shader[validation_state->ip]; 380 uint64_t inst = validation_state->shader[validation_state->ip]; 471 uint64_t inst = validation_state->shader[validation_state->ip]; 546 uint64_t inst = validation_state->shader[validation_state->ip]; 568 int ip) 582 validation_state->ip); 593 uint64_t inst = validation_state->shader[validation_state->ip]; 628 int ip; local in function:vc4_validate_branches 565 check_branch(uint64_t inst,struct vc4_validated_shader_info * validated_shader,struct vc4_shader_validation_state * validation_state,int ip) argument 737 uint32_t ip = validation_state->ip; local in function:vc4_handle_branch_target 774 uint32_t ip; local in function:vc4_validate_shader [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_validate_shaders.c | 47 uint32_t ip; member in struct:vc4_shader_validation_state 183 uint64_t inst = validation_state->shader[validation_state->ip]; 307 uint64_t inst = validation_state->shader[validation_state->ip]; 380 uint64_t inst = validation_state->shader[validation_state->ip]; 471 uint64_t inst = validation_state->shader[validation_state->ip]; 546 uint64_t inst = validation_state->shader[validation_state->ip]; 568 int ip) 582 validation_state->ip); 593 uint64_t inst = validation_state->shader[validation_state->ip]; 628 int ip; local in function:vc4_validate_branches 565 check_branch(uint64_t inst,struct vc4_validated_shader_info * validated_shader,struct vc4_shader_validation_state * validation_state,int ip) argument 737 uint32_t ip = validation_state->ip; local in function:vc4_handle_branch_target 774 uint32_t ip; local in function:vc4_validate_shader [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog_emit.c | 223 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) argument 227 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { 228 code->inst[ip].inst0 |= R500_INST_NOP; 237 int ip; local in function:emit_paired 245 ip = ++code->inst_end; 250 if (ip > 0) { 251 alu_nop(c, ip - 1); 255 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode); 256 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode); 259 code->inst[ip] 373 int ip; local in function:emit_tex 663 int ip; local in function:r500BuildFragmentProgramHwCode [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r500_fragprog_emit.c | 225 static void alu_nop(struct r300_fragment_program_compiler *c, int ip) argument 229 if ((code->inst[ip].inst0 & 0x3) != R500_INST_TYPE_TEX) { 230 code->inst[ip].inst0 |= R500_INST_NOP; 239 int ip; local in function:emit_paired 247 ip = ++code->inst_end; 252 if (ip > 0) { 253 alu_nop(c, ip - 1); 257 code->inst[ip].inst5 = translate_rgb_op(c, inst->RGB.Opcode); 258 code->inst[ip].inst4 = translate_alpha_op(c, inst->Alpha.Opcode); 261 code->inst[ip] 375 int ip; local in function:emit_tex 665 int ip; local in function:r500BuildFragmentProgramHwCode [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 32 ConverterCommon::getSubroutine(unsigned ip) argument 34 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 38 ip, Subroutine(new Function(prog, "SUB", ip)))).first; 46 unsigned ip = f->getLabel(); local in function:nv50_ir::ConverterCommon::getSubroutine 47 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 50 it = sub.map.insert(std::make_pair(ip, Subroutine(f))).first;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 34 ConverterCommon::getSubroutine(unsigned ip) argument 36 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 40 ip, Subroutine(new Function(prog, "SUB", ip)))).first; 48 unsigned ip = f->getLabel(); local in function:nv50_ir::ConverterCommon::getSubroutine 49 std::map<unsigned, Subroutine>::iterator it = sub.map.find(ip); 52 it = sub.map.insert(std::make_pair(ip, Subroutine(f))).first;
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | cmsTrig.c | 322 double ip; 327 ip = val; 329 ip = abs + XCMS_DMAXPOWTWO; /* dump fraction */ 330 ip -= XCMS_DMAXPOWTWO; /* restore w/o frac */ 331 if (ip > abs) /* if it rounds up */ 332 ip -= 1.0; /* fix it */ 333 ip = XCMS_FABS(ip); 335 *dp = ip; 336 return (val - ip); /* signe 319 double ip; local in function:_XcmsModuloF [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | qpu_validate.c | 40 int ip; member in struct:v3d_qpu_validate_state 61 fprintf(stderr, "v3d_qpu_validate at ip %d: %s:\n", state->ip, msg); 67 if (dump_ip++ == state->ip) 80 return (state->ip - state->last_branch_ip) < 3; 86 return (state->ip - state->last_thrsw_ip) < 3; 206 if (state->ip - state->last_sfu_write < 2) { 234 state->last_sfu_write = state->ip; 243 if (state->last_thrsw_ip == state->ip - 1) { 256 state->last_thrsw_ip = state->ip; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | qpu_validate.c | 40 int ip; member in struct:v3d_qpu_validate_state 61 fprintf(stderr, "v3d_qpu_validate at ip %d: %s:\n", state->ip, msg); 67 if (dump_ip++ == state->ip) 80 return (state->ip - state->last_branch_ip) < 3; 86 return (state->ip - state->last_thrsw_ip) < 3; 194 if (state->ip - state->last_sfu_write < 2) { 222 state->last_sfu_write = state->ip; 231 if (state->last_thrsw_ip == state->ip - 1) { 244 state->last_thrsw_ip = state->ip; [all...] |
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | compress_fragment_two_pass.c | 243 /* "ip" is the input pointer. */ 244 const uint8_t* ip = input; local in function:CreateCommands 265 for (next_hash = Hash(++ip, shift, min_match); ; ) { 283 const uint8_t* next_ip = ip; 286 BROTLI_DCHECK(next_emit < ip); 291 ip = next_ip; 292 BROTLI_DCHECK(hash == Hash(ip, shift, min_match)); 293 next_ip = ip + bytes_between_hash_lookups; 298 candidate = ip - last_distance; 299 if (IsMatch(ip, candidat [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_fragment.h | 59 bool load_interpolated(GPRVector &dest, ShaderInput &io, const Interpolator& ip, 61 bool load_interpolated_one_comp(GPRVector &dest, ShaderInput& io, const Interpolator& ip, EAluOp op); 62 bool load_interpolated_two_comp(GPRVector &dest, ShaderInput& io, const Interpolator& ip,EAluOp op, int writemask); 64 ShaderInput& io, const Interpolator& ip, EAluOp op, int start, int comp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 59 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, argument 66 c->temp_start[var] = MIN2(c->temp_start[var], ip); 67 c->temp_end[var] = MAX2(c->temp_end[var], ip); 96 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, argument 107 c->temp_start[var] = MIN2(c->temp_start[var], ip); 108 c->temp_end[var] = MAX2(c->temp_end[var], ip); 198 int ip = 0; local in function:qir_setup_def_use 201 block->start_ip = ip; 207 qir_setup_use(c, block, ip, inst->src[i]); 209 qir_setup_def(c, block, ip, partial_update_h [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qir_live_variables.c | 47 qir_setup_use(struct vc4_compile *c, struct qblock *block, int ip, argument 54 c->temp_start[var] = MIN2(c->temp_start[var], ip); 55 c->temp_end[var] = MAX2(c->temp_end[var], ip); 84 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, argument 95 c->temp_start[var] = MIN2(c->temp_start[var], ip); 96 c->temp_end[var] = MAX2(c->temp_end[var], ip); 186 int ip = 0; local in function:qir_setup_def_use 189 block->start_ip = ip; 195 qir_setup_use(c, block, ip, inst->src[i]); 197 qir_setup_def(c, block, ip, partial_update_h [all...] |