HomeSort by relevance Sort by last modified time
    Searched refs:acp (Results 1 - 25 of 31) sorted by null

1 2

  /build/libs/host/
Android.mk 19 # acp uses libhost, so we can't use
20 # acp to install libhost.
  /build/tools/acp/
Android.mk 9 acp.c
22 LOCAL_MODULE := acp
  /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:__anon14992::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:__anon14990::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:__anon14993::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/mesa3d/src/glsl/
opt_copy_propagation.cpp 77 this->acp = new(mem_ctx) exec_list;
98 exec_list *acp; member in class:__anon25336::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:__anon25334::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:__anon25337::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...]
  /build/tools/
Android.mk 22 include $(filter-out %/acp/Android.mk %/signapk/Android.mk %/zipalign/Android.mk,\
  /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/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/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/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...]
  /prebuilts/sdk/tools/
Android.mk 24 # We can't simple call $(BUILD_PREBUILT) here, because $(ACP) is not
27 LOCAL_MODULE := acp
32 $(ACP): $(LOCAL_PATH)/$(HOST_OS)/acp$(HOST_EXECUTABLE_SUFFIX)
33 @echo "Copy: acp ($@)"
117 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/dx | $(ACP)
  /external/chromium_org/ui/base/ime/win/
tsf_text_store.h 107 LONG* acp) OVERRIDE;
113 STDMETHOD(GetEndACP)(LONG* acp) OVERRIDE;
tsf_text_store.cc 116 LONG* acp) {
143 STDMETHODIMP TSFTextStore::GetEndACP(LONG* acp) {
144 if (!acp)
148 *acp = string_buffer_.size();
  /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...]
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 76 SkAutoTCallVProc<CGDataProvider, CGDataProviderRelease> acp(data);
  /development/build/tools/
windows_sdk.mk 50 acp \
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 122 BOOLEAN acp; /* acceptor */ member in struct:__anon3314
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/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...]

Completed in 2545 milliseconds

1 2