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

/external/bluetooth/bluez/lib/
H A Dhci.c1052 hci_command_hdr hc; local
1056 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1057 hc.plen= plen;
1061 iv[1].iov_base = &hc;
/external/chromium/net/third_party/nss/ssl/
H A Dsslcon.c1771 int hc; local
1789 for (hs = cs, hc = csLen; hc > 0; hs += 3, hc -= 3) {
1802 hc = qs - qualifiedSpecs;
1803 PRINT_BUF(10, (ss, "qualified specs from client:", qualifiedSpecs, hc));
1804 PORT_Memcpy(cs, qualifiedSpecs, hc);
1805 return hc;
1824 int hc, /* number of cs's in hs. */
1873 while (--hc >
1823 ssl2_ChooseSessionCypher(sslSocket *ss, int hc, PRUint8 * hs, int * pKeyLen) argument
[all...]
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1504 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
1505 if (hc->isLeapYear(hc->get(UCAL_YEAR,status)) && value == 6 && count >= 3 )
1507 if (!hc->isLeapYear(hc->get(UCAL_YEAR,status)) && value >= 6 && count < 3 )
2479 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2480 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2511 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2514 if (!hc->isLeapYear(hc
[all...]

Completed in 85 milliseconds