Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 25 of 66) sorted by relevance

123

/third_party/openssl/crypto/pkcs12/
Dp12_utl.c16 unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, in OPENSSL_asc2uni() argument
23 asclen = strlen(asc); in OPENSSL_asc2uni()
31 unitmp[i + 1] = asc[i >> 1]; in OPENSSL_asc2uni()
74 unsigned char *OPENSSL_utf82uni(const char *asc, int asclen, in OPENSSL_utf82uni() argument
82 asclen = strlen(asc); in OPENSSL_utf82uni()
85 j = UTF8_getc((const unsigned char *)asc+i, asclen-i, &utf32chr); in OPENSSL_utf82uni()
104 return OPENSSL_asc2uni(asc, asclen, uni, unilen); in OPENSSL_utf82uni()
123 j = UTF8_getc((const unsigned char *)asc+i, asclen-i, &utf32chr); in OPENSSL_utf82uni()
/third_party/ffmpeg/libavformat/
Dacedec.c28 uint32_t asc; in ace_probe() local
34 asc = AV_RB32(p->buf + 0x40); in ace_probe()
35 if (asc < 0x44 || asc > p->buf_size - 4) in ace_probe()
37 if (AV_RB32(p->buf + asc) != MKBETAG('A','S','C',' ')) in ace_probe()
/third_party/python/Tools/msi/
Duploadrelease.ps187 $chm = gci python*.chm, python*.chm.asc
105 $exe = gci *.exe, *.exe.asc, *.zip, *.zip.asc
106 $msi = gci *.msi, *.msi.asc, *.msu, *.msu.asc
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/third_party/node/deps/icu-small/source/i18n/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/third_party/icu/icu4c/source/i18n/
Dastro.h156 Equatorial(double asc = 0, double dec = 0)
157 : ascension(asc), declination(dec) { } in ascension() argument
165 void set(double asc, double dec) { in set() argument
166 ascension = asc; in set()
/third_party/jsoncpp/
Ddev.makefile9 gpg --verify $<.asc
10 # Then upload .asc to the release.
33 \rm -rf *.gz *.asc dist/
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md8 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip.asc) (1 …
10 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.3/json.hpp.asc) (1 KB)
36 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.2/include.zip.asc) (1 …
38 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.2/json.hpp.asc) (1 KB)
67 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.1/include.zip.asc) (1 …
69 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.1/json.hpp.asc) (1 KB)
121 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.7.0/include.zip.asc) (1 …
123 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.7.0/json.hpp.asc) (1 KB)
178 …- [include.zip.asc](https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip.asc) (1 …
180 - [json.hpp.asc](https://github.com/nlohmann/json/releases/download/v3.6.1/json.hpp.asc) (1 KB)
[all …]
/third_party/skia/third_party/externals/expat/expat/
Ddistribute.sh52 gpg --armor --output ${archive}.asc --detach-sign ${archive}
53 gpg --verify ${archive}.asc ${archive}
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c173 build_sense_buffer(bool desc, uint8_t *buf, uint8_t skey, uint8_t asc, in build_sense_buffer() argument
179 buf[2] = asc; in build_sense_buffer()
186 buf[12] = asc; in build_sense_buffer()
193 mk_sense_asc_ascq(struct sg_pt_linux_scsi * ptp, int sk, int asc, int ascq, in mk_sense_asc_ascq() argument
210 build_sense_buffer(dsense, sbp, sk, asc, ascq); in mk_sense_asc_ascq()
213 asc, ascq); in mk_sense_asc_ascq()
222 uint8_t sstatus, sk, asc, ascq; in mk_sense_from_nvme_status() local
225 ok = sg_nvme_status2scsi(ptp->nvme_status, &sstatus, &sk, &asc, &ascq); in mk_sense_from_nvme_status()
229 asc = 0xb; in mk_sense_from_nvme_status()
241 build_sense_buffer(dsense, sbp, sk, asc, ascq); in mk_sense_from_nvme_status()
[all …]
/third_party/eudev/src/scsi_id/
Dscsi_serial.c126 unsigned char asc; in sg_err_category_new() local
130 asc = sense_buffer[2]; in sg_err_category_new()
133 asc = (sb_len > 12) ? sense_buffer[12] : 0; in sg_err_category_new()
139 if (0x28 == asc) in sg_err_category_new()
141 if (0x29 == asc) in sg_err_category_new()
186 int asc, ascq; in scsi_dump_sense() local
232 asc = sense_buffer[12]; in scsi_dump_sense()
236 asc = sense_buffer[2]; in scsi_dump_sense()
244 dev_scsi->kernel, sense_key, asc, ascq); in scsi_dump_sense()
/third_party/ffmpeg/libavfilter/
Daf_alimiter.c48 double asc; member
97 double peak, double limit, double patt, int asc) in get_rdelta() argument
101 if (asc && s->auto_release && s->asc_c > 0) { in get_rdelta()
102 double a_att = limit / (s->asc_coeff * s->asc) * (double)s->asc_c; in get_rdelta()
158 s->asc += peak; in filter_frame()
212 s->asc -= peak; in filter_frame()
/third_party/protobuf/kokoro/macos/
Dprepare_build_macos_rc76 curl -sSL https://rvm.io/mpapis.asc | gpg --import -
77 curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib_data.h63 unsigned char asc; /* additional sense code */ member
69 unsigned char asc; /* additional sense code (ASC) */ member
Dsg_lib.h169 unsigned char asc; member
201 char * sg_get_asc_ascq_str(int asc, int ascq, int buff_len, char * buff);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c2068 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep() local
2073 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep()
2074 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep()
2082 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2094 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2103 if (asc->cnt == cnt_invalid) in sctp_asconf_iterator_ep()
2114 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_ep_end() local
2118 asc = (struct sctp_asconf_iterator *)ptr; in sctp_asconf_iterator_ep_end()
2119 LIST_FOREACH(l, &asc->list_of_work, sctp_nxt_addr) { in sctp_asconf_iterator_ep_end()
2146 struct sctp_asconf_iterator *asc; in sctp_asconf_iterator_stcb() local
[all …]
/third_party/python/Lib/test/test_email/data/
Dmsg_45.txt21 Content-Type: application/pgp-signature; name="signature.asc"
23 Content-Disposition: attachment; filename="signature.asc"
/third_party/openssl/doc/
Dfingerprints.txt8 as the release but with ".asc" appended. For example, release
10 in the file named openssl-1.0.1h.tar.gz.asc.
/third_party/tzdata/
DMakefile861 rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
1007 tzcode$(VERSION).tar.gz.asc \
1008 tzdata$(VERSION).tar.gz.asc
1010 tzdata$(VERSION)-rearguard.tar.gz.asc
1012 tzdb-$(VERSION).tar.lz.asc
1079 tzcode$(VERSION).tar.gz.asc: tzcode$(VERSION).tar.gz
1080 tzdata$(VERSION).tar.gz.asc: tzdata$(VERSION).tar.gz
1081 tzdata$(VERSION)-rearguard.tar.gz.asc: tzdata$(VERSION)-rearguard.tar.gz
1082 tzdb-$(VERSION).tar.lz.asc: tzdb-$(VERSION).tar.lz
/third_party/ejdb/src/jql/tests/data/
D019.jql3 | asc /foo/bar desc :myfield
D019.expected.jql4 | asc /foo/bar
/third_party/libusb/
DTODO2 https://github.com/libusb/libusb/milestones?direction=asc&sort=due_date&state=open
/third_party/mesa3d/docs/
Ddownload.rst12 here: `release-maintainers-keys.asc <release-maintainers-keys.asc>`__.
/third_party/e2fsprogs/debian/
Dwatch2 opts="pgpsigurlmangle=s%$%.asc%" \

123