Searched defs:ext (Results 176 - 200 of 235) sorted by relevance

12345678910

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp593 static unsigned GetExtIndex(const char *ext) argument
607 char c2 = ext[pos++];
791 static bool IsExeExt(const wchar_t *ext) argument
794 if (StringsAreEqualNoCase_Ascii(ext, g_ExeExts[i]))
837 const wchar_t *ext; local
839 ext = ui.Name.Ptr(dotPos + 1);
841 ext = ui.Name.RightPtr(0);
857 if (IsExeExt(ext))
865 else if (StringsAreEqualNoCase_Ascii(ext, "wav"))
872 if (StringsAreEqualNoCase_Ascii(ext, "s
2321 const wchar_t *ext = ui.Name.Ptr(dotPos <= slashPos ? ui.Name.Len() : dotPos + 1); local
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp1032 static bool IsExeExt(const UString &ext) argument
1034 return ext.IsEqualTo_Ascii_NoCase("exe");
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c630 _XExtension *ext; local
631 for (ext = dpy->ext_procs; ext; ext = ext->next) {
632 if (ext->name && strcmp(ext->name, extName) == 0) {
633 return ext;
648 _XExtension *ext; local
650 ext
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c818 _XExtension *ext; local
819 for (ext = dpy->ext_procs; ext; ext = ext->next) {
820 if (ext->name && strcmp(ext->name, extName) == 0) {
821 return ext;
836 _XExtension *ext; local
838 ext
[all...]
/external/python/cpython2/Python/
H A Dcompile.c3650 int size, arg = 0, ext = 0; local
3657 ext = arg >> 16;
3672 *code++ = ext & 0xff;
3673 *code++ = ext >> 8;
/external/syslinux/gpxe/src/include/gpxe/
H A Dieee80211.h642 /** Differentiator between band and ext triplets */
649 struct ieee80211_ie_country_ext_triplet ext; member in union:ieee80211_ie_country_triplet
/external/toybox/toys/pending/
H A Dip.c451 static uint32_t get_ifaceindex(char *name, int ext) argument
465 if (index == -1 && ext) perror_exit("can't find device '%s'", name);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1439 void *ext; local
1443 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1445 for (i = 0; ext && i < sk_GENERAL_NAME_num(ext); i++) {
1446 gen = sk_GENERAL_NAME_value(ext, i);
1454 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free);
1544 void *ext;
1553 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1555 for (j = 0; ext && j < sk_GENERAL_NAME_num(ext);
1703 void *ext; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1439 void *ext; local
1443 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1445 for (i = 0; ext && i < sk_GENERAL_NAME_num(ext); i++) {
1446 gen = sk_GENERAL_NAME_value(ext, i);
1454 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free);
1544 void *ext;
1553 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1555 for (j = 0; ext && j < sk_GENERAL_NAME_num(ext);
1703 void *ext; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1439 void *ext; local
1443 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1445 for (i = 0; ext && i < sk_GENERAL_NAME_num(ext); i++) {
1446 gen = sk_GENERAL_NAME_value(ext, i);
1454 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free);
1544 void *ext;
1553 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
1555 for (j = 0; ext && j < sk_GENERAL_NAME_num(ext);
1703 void *ext; local
[all...]
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jar ... db4o/defragment/ com/db4o/diagnostic/ com/db4o/events/ com/db4o/ext/ com/db4o/foundation/ com/db4o/foundation/io/ com/db4o/foundation
H A Djaxen-1.1-beta-7.jar ... org/jaxen/expr/iter/ org/jaxen/function/ org/jaxen/function/ext/ org/jaxen/function/xslt/ org/jaxen/javabean/ org/jaxen/jdom ...
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc3956 bool Segment::UpdateChunkName(const char* ext, char** name) const { argument
3957 if (!name || !ext)
3962 sprintf_s(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
3964 snprintf(ext_chk, sizeof(ext_chk), "_%06d.%s", chunk_count_, ext);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1172 ResourceRecord ext = rr->resrec; local
1173 if (ext.rdlength == oldrdlen && mDNSPlatformMemSame(&ext.rdata->u, &oldrd->u, oldrdlen)) goto exit;
1174 SetNewRData(&ext, oldrd, oldrdlen);
1175 external_stop_advertising_service(&ext);
3787 case port_mapping_request: min_size += sizeof(mDNSu32) + 4 /* udp/tcp */ + 4 /* int/ext port */ + 4 /* ttl */; break;
/external/python/cpython2/Modules/
H A D_ssl.c835 X509_EXTENSION *ext = NULL; local
867 ext = X509_get_ext(certificate, i);
868 if(!(method = X509V3_EXT_get(ext))) {
875 p = X509_EXTENSION_get_data(ext)->data;
880 X509_EXTENSION_get_data(ext)->length,
886 X509_EXTENSION_get_data(ext)->length));
/external/tcpdump/
H A Dprint-isakmp.c580 const struct isakmp_gen *ext, \
618 const struct isakmp_gen *ext,
633 u_char np, const struct isakmp_gen *ext,
681 const struct isakmp_gen *ext,
982 const struct isakmp_gen *ext,
995 p = (const struct ikev1_pl_sa *)ext;
997 UNALIGNED_MEMCPY(&sa, ext, sizeof(sa));
1020 np = (const u_char *)ext + sizeof(sa);
1022 ND_TCHECK2(*(ext + 1), sizeof(ident));
1023 UNALIGNED_MEMCPY(&ident, ext
981 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0, int depth) argument
1041 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase, uint32_t doi0, uint32_t proto0 _U_, int depth) argument
1204 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto, int depth _U_) argument
1273 ikev1_ke_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1297 ikev1_id_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1467 ikev1_cert_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1500 ikev1_cr_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1532 ikev1_hash_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1556 ikev1_sig_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1580 ikev1_nonce_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1610 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth) argument
1752 ikev1_d_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi0 _U_, uint32_t proto0 _U_, int depth _U_) argument
1796 ikev1_vid_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
1833 ikev2_gen_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext) argument
1855 ikev2_t_print(netdissect_options *ndo, int tcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep) argument
1932 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int oprop_length, const u_char *ep, int depth) argument
2037 const struct isakmp_gen *ext; local
2119 ikev2_ke_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2148 ikev2_ID_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2230 ikev2_cert_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2240 ikev2_cr_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2250 ikev2_auth_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2286 ikev2_nonce_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2316 ikev2_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2524 ikev2_d_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2534 ikev2_vid_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2568 ikev2_TS_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2578 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ uint32_t phase, _U_ uint32_t doi, _U_ uint32_t proto, _U_ int depth) argument
2649 ikev2_cp_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2659 ikev2_eap_print(netdissect_options *ndo, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, uint32_t phase _U_, uint32_t doi _U_, uint32_t proto _U_, int depth _U_) argument
2669 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2710 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2803 const struct isakmp_gen *ext; local
2833 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2878 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, uint32_t phase, uint32_t doi, uint32_t proto, int depth) argument
2947 const struct isakmp_gen *ext; local
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64.cc2575 Extend ext = addr.extend(); local
2581 ext = UXTX;
2589 ExtendMode(ext) | ImmShiftLS((shift_amount > 0) ? 1 : 0));
H A Dmacro-assembler-arm64.cc1753 void MacroAssembler::CallExternalReference(const ExternalReference& ext, argument
1756 Mov(x1, ext);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1758 void MacroAssembler::JumpToExternalReference(const ExternalReference& ext, argument
1761 mov(ebx, Immediate(ext));
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc1698 void MacroAssembler::JumpToExternalReference(const ExternalReference& ext, argument
1701 mov(ebx, Immediate(ext));
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2401 LogicVRegister Simulator::ext(VectorFormat vform, function in class:vixl::aarch64::Simulator
H A Dsimulator-aarch64.cc1286 Extend ext = static_cast<Extend>(instr->GetExtendMode()); local
1287 VIXL_ASSERT((ext == UXTW) || (ext == UXTX) || (ext == SXTW) || (ext == SXTX));
1291 ExtendValue(kXRegSize, ReadXRegister(instr->GetRm()), ext, shift_amount);
3915 ext(vf, rd, rn, rm, index);
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc5096 void MacroAssembler::CallExternalReference(const ExternalReference& ext, argument
5100 PrepareCEntryFunction(ext);
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc2398 void MacroAssembler::CallExternalReference(const ExternalReference& ext, argument
2401 mov(r4, Operand(ext));

Completed in 1178 milliseconds

12345678910