/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_autocomplete.py | 55 acp = self.autocomplete 56 acp.autocompletewindow = m = Mock() 57 acp._remove_autocomplete_window() 59 self.assertIsNone(acp.autocompletewindow) 63 acp = self.autocomplete 65 acp.open_completions = open_c 66 self.assertEqual(acp.force_open_completions_event('event'), 'break') 71 acp = self.autocomplete 75 self.assertIsNone(acp.autocomplete_event(ev)) 80 self.assertIsNone(acp [all...] |
/third_party/libcoap/src/ |
H A D | coap_asn1.c | 69 const uint8_t *acp = ptr; in get_asn1_tag() local 70 uint8_t tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag() 71 size_t len = asn1_len(&acp); in get_asn1_tag() 77 tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag() 78 len = asn1_len(&acp); in get_asn1_tag() 81 if (!validate || validate(acp, len)) { in get_asn1_tag() 86 memcpy(tag_data->s, acp, len); in get_asn1_tag() 92 tag_data = get_asn1_tag(ltag, acp, len, validate); in get_asn1_tag() 96 acp += len; in get_asn1_tag() 98 tag = asn1_tag_c(&acp, in get_asn1_tag() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_constant_propagation.cpp | 88 this->acp = new(mem_ctx) exec_list; in ir_constant_propagation_visitor() 112 exec_list *acp; member in __anon7204::ir_constant_propagation_visitor 189 foreach_in_list(acp_entry, entry, this->acp) { in constant_propagation() 262 exec_list *orig_acp = this->acp; in visit_enter() 266 this->acp = new(mem_ctx) exec_list; in visit_enter() 273 this->acp = orig_acp; in visit_enter() 342 acp->make_empty(); in visit_enter() 351 exec_list *orig_acp = this->acp; in handle_if_block() 355 this->acp = new(mem_ctx) exec_list; in handle_if_block() 359 /* Populate the initial acp wit in handle_if_block() [all...] |
H A D | opt_copy_propagation_elements.cpp | 91 _mesa_hash_table_clear(acp, NULL); in erase_all() 130 hash_entry *ht_entry = _mesa_hash_table_search(s->acp, var); in read() 206 acp = _mesa_pointer_hash_table_create(this); in copy_propagation_state() 212 hash_entry *ht_entry = _mesa_hash_table_search(acp, var); in pull_acp() 218 _mesa_hash_table_insert(acp, var, entry); in pull_acp() 222 hash_entry *fallback_ht_entry = _mesa_hash_table_search(s->acp, var); in pull_acp() 249 hash_table *acp; member in __anon7206::copy_propagation_state 550 /* Populate the initial acp with a copy of the original */ in handle_if_block() 602 /* Populate the initial acp with a copy of the original */ in handle_loop()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wmm.c | 72 struct hostapd_wmm_ac_params *acp) in wmm_calc_regulatory_limit() 77 os_memcpy(acp, hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit() 88 acp, chan->wmm_rules); in wmm_calc_regulatory_limit() 96 if (os_memcmp(acp, hapd->iface->prev_wmm, in wmm_calc_regulatory_limit() 98 os_memcpy(hapd->iface->prev_wmm, acp, in wmm_calc_regulatory_limit() 140 struct hostapd_wmm_ac_params *acp = &wmmp[e]; in hostapd_eid_wmm() local 142 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm() 143 acp->admission_control_mandatory, in hostapd_eid_wmm() 145 ac->cw = wmm_ecw(acp->cwmin, acp in hostapd_eid_wmm() 71 wmm_calc_regulatory_limit(struct hostapd_data *hapd, struct hostapd_wmm_ac_params *acp) wmm_calc_regulatory_limit() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wmm.c | 72 struct hostapd_wmm_ac_params *acp) in wmm_calc_regulatory_limit() 77 os_memcpy(acp, hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit() 88 acp, chan->wmm_rules); in wmm_calc_regulatory_limit() 96 if (os_memcmp(acp, hapd->iface->prev_wmm, in wmm_calc_regulatory_limit() 98 os_memcpy(hapd->iface->prev_wmm, acp, in wmm_calc_regulatory_limit() 138 struct hostapd_wmm_ac_params *acp = &wmmp[e]; in hostapd_eid_wmm() local 140 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm() 141 acp->admission_control_mandatory, in hostapd_eid_wmm() 143 ac->cw = wmm_ecw(acp->cwmin, acp in hostapd_eid_wmm() 71 wmm_calc_regulatory_limit(struct hostapd_data *hapd, struct hostapd_wmm_ac_params *acp) wmm_calc_regulatory_limit() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_copy_propagation.cpp | 60 * Which entries in the fs_copy_prop_dataflow acp table are live at the 68 * Which entries in the fs_copy_prop_dataflow acp table are live at the end 75 * Which entries in the fs_copy_prop_dataflow acp table are generated by 82 * Which entries in the fs_copy_prop_dataflow acp table are killed over the 88 * Which entries in the fs_copy_prop_dataflow acp table are guaranteed to 110 acp_entry **acp; member in __anon8924::fs_copy_prop_dataflow 132 acp = rzalloc_array(mem_ctx, struct acp_entry *, num_acp); in fs_copy_prop_dataflow() 146 acp[next_acp] = entry; in fs_copy_prop_dataflow() 198 unsigned idx = reg_space(acp[i]->dst) & (acp_table_size - 1); in setup_initial_values() 199 acp_table[idx].push_tail(acp[ in setup_initial_values() 1022 opt_copy_propagation_local(void *copy_prop_ctx, bblock_t *block, exec_list *acp) opt_copy_propagation_local() argument [all...] |
/third_party/popt/src/ |
H A D | poptconfig.c | 68 * @retval *acp no. of paths 73 int * acp, const char *** avp) variable 83 if (acp) { 84 *acp = (int) pglob->gl_pathc; 94 *acp = 0; 101 if (acp) 102 *acp = 1;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | local_access_chain_convert_pass.h | 97 // Return true if all indices of access chain |acp| are OpConstant integers 98 bool IsConstantIndexAccessChain(const Instruction* acp) const;
|
H A D | local_access_chain_convert_pass.cpp | 172 const Instruction* acp) const { in IsConstantIndexAccessChain() 174 return acp->WhileEachInId([&inIdx, this](const uint32_t* tid) { in IsConstantIndexAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | local_access_chain_convert_pass.h | 97 // Return true if all indices of access chain |acp| are OpConstant integers 98 bool IsConstantIndexAccessChain(const Instruction* acp) const;
|
H A D | local_access_chain_convert_pass.cpp | 172 const Instruction* acp) const { in IsConstantIndexAccessChain() 174 return acp->WhileEachInId([&inIdx, this](const uint32_t* tid) { in IsConstantIndexAccessChain()
|
/third_party/spirv-tools/source/opt/ |
H A D | local_access_chain_convert_pass.h | 97 // Return true if all indices of the access chain |acp| are OpConstant 99 bool Is32BitConstantIndexAccessChain(const Instruction* acp) const;
|
H A D | local_access_chain_convert_pass.cpp | 180 const Instruction* acp) const { in Is32BitConstantIndexAccessChain() 182 return acp->WhileEachInId([&inIdx, this](const uint32_t* tid) { in Is32BitConstantIndexAccessChain()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/math_test_data/ |
H A D | fmod_data.h | 68 {0x1.acp+6, 0x1.4p+3, 0x1.cp+2}, 69 {0x1.acp+6, 0x1.6p+3, 0x1p+3}, 70 {0x1.acp+6, 0x1.8p+3, 0x1.6p+3},
|
H A D | fmodf_data.h | 59 {0x1.acp+6, 0x1.4p+3, 0x1.cp+2}, 60 {0x1.acp+6, 0x1.6p+3, 0x1p+3}, 61 {0x1.acp+6, 0x1.8p+3, 0x1.6p+3},
|
H A D | remainder_data.h | 65 {0x1.acp+6, 0x1.4p+3, -0x1.8p+1}, 66 {0x1.acp+6, 0x1.6p+3, -0x1.8p+1}, 67 {0x1.acp+6, 0x1.8p+3, -0x1p+0},
|
H A D | remainderf_data.h | 59 {0x1.acp+6, 0x1.4p+3, -0x1.8p+1}, 60 {0x1.acp+6, 0x1.6p+3, -0x1.8p+1}, 61 {0x1.acp+6, 0x1.8p+3, -0x1p+0},
|
H A D | remquof_data.h | 67 {0x1.acp+6, 0x1.3p+3, 0x1.4p+1, 11}, 68 {0x1.acp+6, 0x1.5p+3, 0x1p+1, 10}, 69 {0x1.acp+6, 0x1.7p+3, 0x1.cp+1, 9},
|
H A D | remquo_data.h | 68 {0x1.acp+5, 0x1.3p+3, -0x1.cp+1, 6}, 69 {0x1.acp+7, 0x1.5p+3, 0x1p+2, 20}, 70 {0x1.acp+7, 0x1.7p+3, -0x1.2p+2, 19},
|
H A D | exp2f_data.h | 59 {0x1.9103c2p-3, 0x1.2536acp+0}, 197 {0x1.9103c1fffff7p-3, 0x1.2536acp+0},
|
H A D | log10f_data.h | 32 {0x1.0148acp+0, 0x1.1cc46ep-9}, 283 {0x1.48ae14p-5, -0x1.6588acp+0},
|
H A D | sqrtf_data.h | 17 {0x1.0046acp-121, 0x1.6a3bdcp-61},
|
H A D | cbrtf_data.h | 108 {-0x1.2b153p-10, -0x1.acp-4}, 325 {-0x1.2b152ffc97ccbp-10, -0x1.acp-4},
|
/third_party/optimized-routines/math/ |
H A D | v_log_data.c | 99 {0x1.05193497a7cc5p+0, -0x1.43183683400acp-6},
|