/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ThreadSafeClientConnManager.java | 117 AbstractConnPool acp = new ConnPoolByRoute(connOperator, params); local 120 acp.enableConnectionGC(); 122 return acp;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_copy_propagation.cpp | 70 * and maintaining the ACP table of available copies for propagation. 76 /* Walks a basic block and does copy propagation on it using the acp 81 fs_bblock *block, exec_list *acp) 90 foreach_list(entry_node, acp) { 99 /* kill the destination from the ACP */ 101 foreach_list_safe(entry_node, acp) { 111 /* If this instruction is a raw copy, add it to the ACP. */ 127 acp->push_tail(entry); 144 exec_list acp; local 146 progress = opt_copy_propagate_local(mem_ctx, block, &acp) || progress [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_copy_propagation.cpp | 70 * and maintaining the ACP table of available copies for propagation. 76 /* Walks a basic block and does copy propagation on it using the acp 81 fs_bblock *block, exec_list *acp) 90 foreach_list(entry_node, acp) { 99 /* kill the destination from the ACP */ 101 foreach_list_safe(entry_node, acp) { 111 /* If this instruction is a raw copy, add it to the ACP. */ 127 acp->push_tail(entry); 144 exec_list acp; local 146 progress = opt_copy_propagate_local(mem_ctx, block, &acp) || progress [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_copy_propagation.cpp | 77 this->acp = new(mem_ctx) exec_list; 98 exec_list *acp; member in class:__anon13101::ir_copy_propagation_visitor 121 exec_list *orig_acp = this->acp; 125 this->acp = new(mem_ctx) exec_list; 132 this->acp = orig_acp; 156 * Replaces dereferences of ACP RHS variables with ACP LHS variables. 170 foreach_iter(exec_list_iterator, iter, *this->acp) { 201 acp->make_empty(); 210 exec_list *orig_acp = this->acp; [all...] |
opt_constant_propagation.cpp | 97 this->acp = new(mem_ctx) exec_list; 118 exec_list *acp; member in class:__anon13099::ir_constant_propagation_visitor 175 foreach_iter(exec_list_iterator, iter, *this->acp) { 224 exec_list *orig_acp = this->acp; 228 this->acp = new(mem_ctx) exec_list; 235 this->acp = orig_acp; 302 acp->make_empty(); 311 exec_list *orig_acp = this->acp; 315 this->acp = new(mem_ctx) exec_list; 319 /* Populate the initial acp with a constant of the original * [all...] |
opt_copy_propagation_elements.cpp | 36 * so this is separate despite the ACP handling being somewhat 101 this->acp = new(mem_ctx) exec_list; 123 exec_list *acp; member in class:__anon13102::ir_copy_propagation_elements_visitor 149 exec_list *orig_acp = this->acp; 153 this->acp = new(mem_ctx) exec_list; 160 this->acp = orig_acp; 198 * Replaces dereferences of ACP RHS variables with ACP LHS variables. 244 /* Try to find ACP entries covering swizzle_chan[], hoping they're 247 foreach_iter(exec_list_iterator, iter, *this->acp) { [all...] |
/external/ipsec-tools/src/racoon/ |
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);
|
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); [all...] |
/external/mesa3d/src/glsl/ |
opt_copy_propagation.cpp | 77 this->acp = new(mem_ctx) exec_list; 98 exec_list *acp; member in class:__anon23568::ir_copy_propagation_visitor 121 exec_list *orig_acp = this->acp; 125 this->acp = new(mem_ctx) exec_list; 132 this->acp = orig_acp; 156 * Replaces dereferences of ACP RHS variables with ACP LHS variables. 170 foreach_iter(exec_list_iterator, iter, *this->acp) { 201 acp->make_empty(); 210 exec_list *orig_acp = this->acp; [all...] |
opt_constant_propagation.cpp | 97 this->acp = new(mem_ctx) exec_list; 118 exec_list *acp; member in class:__anon23566::ir_constant_propagation_visitor 175 foreach_iter(exec_list_iterator, iter, *this->acp) { 224 exec_list *orig_acp = this->acp; 228 this->acp = new(mem_ctx) exec_list; 235 this->acp = orig_acp; 302 acp->make_empty(); 311 exec_list *orig_acp = this->acp; 315 this->acp = new(mem_ctx) exec_list; 319 /* Populate the initial acp with a constant of the original * [all...] |
opt_copy_propagation_elements.cpp | 36 * so this is separate despite the ACP handling being somewhat 101 this->acp = new(mem_ctx) exec_list; 123 exec_list *acp; member in class:__anon23569::ir_copy_propagation_elements_visitor 149 exec_list *orig_acp = this->acp; 153 this->acp = new(mem_ctx) exec_list; 160 this->acp = orig_acp; 198 * Replaces dereferences of ACP RHS variables with ACP LHS variables. 244 /* Try to find ACP entries covering swizzle_chan[], hoping they're 247 foreach_iter(exec_list_iterator, iter, *this->acp) { [all...] |
/external/wpa_supplicant_8/src/ap/ |
wmm.c | 84 struct hostapd_wmm_ac_params *acp = local 87 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, 88 acp->admission_control_mandatory, 90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); 91 ac->txop_limit = host_to_le16(acp->txop_limit);
|
/external/bluetooth/bluedroid/btif/co/ |
bta_av_co.c | 122 BOOLEAN acp; /* acceptor */ member in struct:__anon600 439 if (p_peer->acp) 478 if (p_peer->acp) 623 p_peer->acp = TRUE; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
ir_to_mesa.cpp | 2572 ir_to_mesa_instruction **acp = rzalloc_array(mem_ctx, local [all...] |
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 2572 ir_to_mesa_instruction **acp = rzalloc_array(mem_ctx, local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 3243 glsl_to_tgsi_instruction **acp = rzalloc_array(mem_ctx, local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 3243 glsl_to_tgsi_instruction **acp = rzalloc_array(mem_ctx, local [all...] |