Searched defs:hc (Results 1 - 17 of 17) sorted by relevance

/external/eigen/doc/snippets/
H A DHessenbergDecomposition_packedMatrix.cpp8 Vector3d hc = hessOfA.householderCoefficients(); variable
9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
H A DTridiagonalization_householderCoefficients.cpp5 Vector3d hc = triOfA.householderCoefficients(); variable
6 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
/external/eigen/test/
H A Dhouseholder.cpp89 HCoeffsVectorType hc = qr.hCoeffs().conjugate(); local
90 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc);
91 hseq.setLength(hc.size()).setShift(shift);
92 VERIFY(hseq.length() == hc.size());
104 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc);
105 rhseq.setLength(hc.size()).setShift(shift);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
189 return hc;
196 struct wpabuf *hc; local
247 hc = ndef_build_wifi_hc(0);
248 if (hc == NULL) {
253 return wpabuf_concat(hr, hc);
/external/wpa_supplicant_8/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
189 return hc;
196 struct wpabuf *hc; local
247 hc = ndef_build_wifi_hc(0);
248 if (hc == NULL) {
253 return wpabuf_concat(hr, hc);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c175 struct wpabuf *hc, *carrier; local
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
189 return hc;
196 struct wpabuf *hc; local
247 hc = ndef_build_wifi_hc(0);
248 if (hc == NULL) {
253 return wpabuf_concat(hr, hc);
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1270 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
1271 if (hc->isLeapYear(hc->get(UCAL_YEAR,status)) && value == 6 && count >= 3 )
1273 if (!hc->isLeapYear(hc->get(UCAL_YEAR,status)) && value >= 6 && count < 3 )
2563 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2564 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2611 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2614 if (!hc->isLeapYear(hc
2905 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
[all...]
/external/openssh/
H A Dumac.c534 static void nh_transform(nh_ctx *hc, UINT8 *buf, UINT32 nbytes) argument
536 * as argument "hc" the current hash context and a buffer which must be a
543 key = hc->nh_key + hc->bytes_hashed;
544 nh_aux(key, buf, hc->state, nbytes);
579 static void nh_reset(nh_ctx *hc) argument
582 hc->bytes_hashed = 0;
583 hc->next_data_empty = 0;
584 hc->state[0] = 0;
586 hc
599 nh_init(nh_ctx *hc, aes_int_key prf_key) argument
609 nh_update(nh_ctx *hc, UINT8 *buf, UINT32 nbytes) argument
664 nh_final(nh_ctx *hc, UINT8 *result) argument
704 nh(nh_ctx *hc, UINT8 *buf, UINT32 padded_len, UINT32 unpadded_len, UINT8 *result) argument
829 poly_hash(uhash_ctx_t hc, UINT32 data_in[]) argument
[all...]
/external/valgrind/main/massif/
H A Dms_main.c1543 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk)); local
1544 hc->req_szB = req_szB;
1545 hc->slop_szB = slop_szB;
1546 hc->data = (Addr)p;
1547 hc->where = NULL;
1548 VG_(HT_add_node)(malloc_list, hc);
1553 hc->where = get_XCon( tid, exclude_first_entry );
1555 if (hc->where) {
1563 update_XCon(hc->where, req_szB);
1613 HP_Chunk* hc local
1663 HP_Chunk* hc; local
1825 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 237 milliseconds