Searched refs:acp (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/glsl/ |
D | opt_copy_propagation.cpp | 75 this->acp = new(mem_ctx) exec_list; in ir_copy_propagation_visitor() 96 exec_list *acp; member in ir_copy_propagation_visitor 117 exec_list *orig_acp = this->acp; in visit_enter() 121 this->acp = new(mem_ctx) exec_list; in visit_enter() 128 this->acp = orig_acp; in visit_enter() 166 foreach_iter(exec_list_iterator, iter, *this->acp) { in visit() 197 acp->make_empty(); in visit_enter() 206 exec_list *orig_acp = this->acp; in handle_if_block() 210 this->acp = new(mem_ctx) exec_list; in handle_if_block() 217 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->lhs, a->rhs)); in handle_if_block() [all …]
|
D | opt_constant_propagation.cpp | 82 this->acp = new(mem_ctx) exec_list; in ir_constant_propagation_visitor() 103 exec_list *acp; member in ir_constant_propagation_visitor 160 foreach_iter(exec_list_iterator, iter, *this->acp) { in handle_rvalue() 209 exec_list *orig_acp = this->acp; in visit_enter() 213 this->acp = new(mem_ctx) exec_list; in visit_enter() 220 this->acp = orig_acp; in visit_enter() 268 acp->make_empty(); in visit_enter() 277 exec_list *orig_acp = this->acp; in handle_if_block() 281 this->acp = new(mem_ctx) exec_list; in handle_if_block() 288 this->acp->push_tail(new(this->mem_ctx) acp_entry(a->var, a->write_mask, in handle_if_block() [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | wmm.c | 84 struct hostapd_wmm_ac_params *acp = in hostapd_eid_wmm() local 87 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm() 88 acp->admission_control_mandatory, in hostapd_eid_wmm() 90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm() 91 ac->txop_limit = host_to_le16(acp->txop_limit); in hostapd_eid_wmm()
|
/external/ipsec-tools/src/racoon/ |
D | admin.c | 362 struct admin_com_psk *acp; local 367 acp = (struct admin_com_psk *) 371 idtype = acp->id_type; 373 if ((id = vmalloc(acp->id_len)) == NULL) { 379 data = (char *)(acp + 1); 382 if ((key = vmalloc(acp->key_len)) == NULL) { 390 data = (char *)(data + acp->id_len);
|
D | racoonctl.c | 655 struct admin_com_psk *acp; local 669 com_len += sizeof(*acp) + strlen(id) + 1 + strlen(key) + 1; 716 acp = (struct admin_com_psk *) 719 acp->id_type = IDTYPE_USERFQDN; 720 acp->id_len = strlen(id) + 1; 721 acp->key_len = strlen(key) + 1; 723 data = (char *)(acp + 1); 726 data = (char *)(data + acp->id_len);
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | ThreadSafeClientConnManager.java | 117 AbstractConnPool acp = new ConnPoolByRoute(connOperator, params); in createConnectionPool() local 120 acp.enableConnectionGC(); in createConnectionPool() 122 return acp; in createConnectionPool()
|
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 159 SkAutoTCallIProc<GifFileType, DGifCloseFile> acp(gif); in onDecode() local
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 20452 http://www.acp-cpa.ca/lettertoeditortips.htm 69463 http://www.secf.org/acp/INFO-U~3.HTM 72619 http://www.studentpress.org/acp/trends/~govstate.html
|