Searched refs:elems (Results 1 - 25 of 169) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
155 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
523 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
155 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
523 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c18 struct ieee802_11_elems *elems,
44 elems->wpa_ie = pos;
45 elems->wpa_ie_len = elen;
65 elems->wmm = pos;
66 elems->wmm_len = elen;
69 elems->wmm_tspec = pos;
70 elems->wmm_tspec_len = elen;
82 elems->wps_ie = pos;
83 elems->wps_ie_len = elen;
98 elems
17 ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, int show_errors) argument
155 ieee802_11_parse_elems(const u8 *start, size_t len, struct ieee802_11_elems *elems, int show_errors) argument
523 supp_rates_11b_only(struct ieee802_11_elems *elems) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp211 UCollationPCE(UCollationElements *elems);
222 UCollationPCE::UCollationPCE(UCollationElements *elems) argument
224 init(elems->iteratordata_.coll);
246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) argument
253 switch(elems->pce->strength) {
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems
299 uprv_init_pce(const UCollationElements *elems) argument
340 ucol_closeElements(UCollationElements *elems) argument
367 ucol_reset(UCollationElements *elems) argument
389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status) argument
404 ucol_next(UCollationElements *elems, UErrorCode *status) argument
425 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
471 ucol_previous(UCollationElements *elems, UErrorCode *status) argument
506 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
605 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
698 ucol_getOffset(const UCollationElements *elems) argument
727 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) argument
[all...]
/external/icu4c/i18n/
H A Ducoleitr.cpp211 UCollationPCE(UCollationElements *elems);
222 UCollationPCE::UCollationPCE(UCollationElements *elems) argument
224 init(elems->iteratordata_.coll);
246 inline uint64_t processCE(UCollationElements *elems, uint32_t ce) argument
253 switch(elems->pce->strength) {
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
281 if (elems->pce->strength >= UCOL_QUATERNARY) {
286 elems
299 uprv_init_pce(const UCollationElements *elems) argument
340 ucol_closeElements(UCollationElements *elems) argument
367 ucol_reset(UCollationElements *elems) argument
389 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status) argument
404 ucol_next(UCollationElements *elems, UErrorCode *status) argument
425 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
471 ucol_previous(UCollationElements *elems, UErrorCode *status) argument
506 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
605 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) argument
665 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) argument
698 ucol_getOffset(const UCollationElements *elems) argument
727 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp13 int elems[N]; member in class:IntArray
20 int elems[10]; member in class:TenElementArray
26 T elems[N]; member in class:Array
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h138 * @param elems The UCollationElements to close.
142 ucol_closeElements(UCollationElements *elems);
148 * @param elems The UCollationElements to reset.
154 ucol_reset(UCollationElements *elems);
162 * @param elems The UCollationElements containing the text.
168 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status);
173 * @param elems The UCollationElements containing the text.
180 ucol_next(UCollationElements *elems, UErrorCode *status);
189 * @param elems The UCollationElements containing the text.
199 ucol_previous(UCollationElements *elems, UErrorCod
[all...]
/external/icu4c/i18n/unicode/
H A Ducoleitr.h140 * @param elems The UCollationElements to close.
144 ucol_closeElements(UCollationElements *elems);
150 * @param elems The UCollationElements to reset.
156 ucol_reset(UCollationElements *elems);
165 * @param elems The UCollationElements containing the text.
171 ucol_forceHanImplicit(UCollationElements *elems, UErrorCode *status);
177 * @param elems The UCollationElements containing the text.
184 ucol_next(UCollationElements *elems, UErrorCode *status);
193 * @param elems The UCollationElements containing the text.
203 ucol_previous(UCollationElements *elems, UErrorCod
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_noop_swizzle.cpp63 int elems = swiz->val->type->vector_elements; local
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)
/external/mesa3d/src/glsl/
H A Dopt_noop_swizzle.cpp63 int elems = swiz->val->type->vector_elements; local
66 if (elems >= 2 && swiz->mask.y != 1)
68 if (elems >= 3 && swiz->mask.z != 2)
70 if (elems >= 4 && swiz->mask.w != 3)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DWhitespaceInfoPaths.java43 * @param elems Should be a non-null reference to a list
46 public void setElements(Vector elems) argument
48 m_elements = elems;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c252 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
286 elems[i] = elems[0];
289 return elems[0];
291 return LLVMConstVector(elems, typ
331 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
346 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
369 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
H A Dlp_bld_pack.c90 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
99 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
100 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
103 return LLVMConstVector(elems, n);
114 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
124 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
125 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
128 return LLVMConstVector(elems, n);
137 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
143 elems[
159 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
753 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c252 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
260 elems[0] = LLVMConstInt(elem_type, util_float_to_half(1.0f), 0);
262 elems[0] = LLVMConstReal(elem_type, 1.0);
264 elems[0] = LLVMConstInt(elem_type, 1LL << (type.width/2), 0);
266 elems[0] = LLVMConstInt(elem_type, 1, 0);
268 elems[0] = LLVMConstInt(elem_type, (1LL << (type.width - 1)) - 1, 0);
286 elems[i] = elems[0];
289 return elems[0];
291 return LLVMConstVector(elems, typ
331 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
346 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
369 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
H A Dlp_bld_pack.c90 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
99 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
100 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
103 return LLVMConstVector(elems, n);
114 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
124 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j);
125 elems[i + 1] = lp_build_const_int32(gallivm, n + j);
128 return LLVMConstVector(elems, n);
137 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
143 elems[
159 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
753 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; local
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader_unittest.cc74 const std::vector<T>& elems) {
80 PmpTestHelper::MakeHeaderAndBody(field_type, elems.size(), elems);
82 EXPECT_EQ(elems.size(), reader.rows_read());
84 for (uint32 i = 0; i < elems.size() && i < reader.rows_read(); i++) {
87 EXPECT_EQ(elems[i], target);
93 const std::vector<T>& elems) {
99 PmpTestHelper::MakeHeaderAndBody(field_type, elems.size()-1, elems);
106 PmpTestHelper::MakeHeaderAndBody(field_type, elems
73 TestValid(const PmpFieldType field_type, const std::vector<T>& elems) argument
92 TestMalformed(const PmpFieldType field_type, const std::vector<T>& elems) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
193 elems->supp_rates, elems->supp_rates_len,
194 elems->ext_supp_rates, elems->ext_supp_rates_len);
196 if (elems->erp_info && elems->erp_info_len == 1)
197 ap->erp = elems->erp_info[0];
201 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
193 elems->supp_rates, elems->supp_rates_len,
194 elems->ext_supp_rates, elems->ext_supp_rates_len);
196 if (elems->erp_info && elems->erp_info_len == 1)
197 ap->erp = elems->erp_info[0];
201 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c171 struct ieee802_11_elems *elems,
193 elems->supp_rates, elems->supp_rates_len,
194 elems->ext_supp_rates, elems->ext_supp_rates_len);
196 if (elems->erp_info && elems->erp_info_len == 1)
197 ap->erp = elems->erp_info[0];
201 if (elems->ds_params && elems
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
[all...]
H A Dap_list.h37 struct ieee802_11_elems *elems,
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueFormatter.java88 * @param elems the header elements to format
97 String formatElements(final HeaderElement[] elems, argument
102 return formatter.formatElements(null, elems, quote).toString();
108 final HeaderElement[] elems,
110 if (elems == null) {
115 int len = estimateElementsLen(elems);
122 for (int i=0; i<elems.length; i++) {
126 formatHeaderElement(buffer, elems[i], quote);
136 * @param elems the header elements to format, or <code>null</code>
140 protected int estimateElementsLen(final HeaderElement[] elems) { argument
107 formatElements(CharArrayBuffer buffer, final HeaderElement[] elems, final boolean quote) argument
[all...]
H A DHeaderValueFormatter.java67 * @param elems the header elements to format
76 HeaderElement[] elems,
75 formatElements(CharArrayBuffer buffer, HeaderElement[] elems, boolean quote) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dnacl_http_response_headers.cc16 std::vector<std::string>* elems) {
20 elems->push_back(item);
26 std::vector<std::string>* elems) {
29 elems->push_back(str.substr(0, pos));
30 elems->push_back(str.substr(pos + 1));
14 SplitString(const std::string& str, char delim, std::vector<std::string>* elems) argument
24 SplitOnce(const std::string& str, char delim, std::vector<std::string>* elems) argument

Completed in 1018 milliseconds

1234567