Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 25 of 57) 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()
33 unitmp[i + 1] = asc[i >> 1]; in OPENSSL_asc2uni()
79 unsigned char *OPENSSL_utf82uni(const char *asc, int asclen, in OPENSSL_utf82uni() argument
87 asclen = strlen(asc); in OPENSSL_utf82uni()
90 j = UTF8_getc((const unsigned char *)asc+i, asclen-i, &utf32chr); in OPENSSL_utf82uni()
109 return OPENSSL_asc2uni(asc, asclen, uni, unilen); in OPENSSL_utf82uni()
128 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/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/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/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/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/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/jsoncpp/
Ddev.makefile11 gpg --verify $<.asc
12 # Then upload .asc to the release.
35 \rm -rf *.gz *.asc dist/
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/async_iteration/async_iterators/
Dasync_iterators_2.ts27 async function asc(arr: any[]) { function
35 asc(arr);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/asynchronous_functions/
Dasynchronous_functions_4.ts28 async function asc(arr: any[]) { function
36 asc(arr);
/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/skia/third_party/externals/expat/expat/
Ddistribute.sh52 gpg --armor --output ${archive}.asc --detach-sign ${archive}
53 gpg --verify ${archive}.asc ${archive}
/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/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/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/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/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/tzdata/
DMakefile871 rm -f leapseconds version $(MANTXTS) $(TZS) *.asc *.tar.*
1023 tzcode$(VERSION).tar.gz.asc \
1024 tzdata$(VERSION).tar.gz.asc
1026 tzdata$(VERSION)-rearguard.tar.gz.asc
1028 tzdb-$(VERSION).tar.lz.asc
1095 tzcode$(VERSION).tar.gz.asc: tzcode$(VERSION).tar.gz
1096 tzdata$(VERSION).tar.gz.asc: tzdata$(VERSION).tar.gz
1097 tzdata$(VERSION)-rearguard.tar.gz.asc: tzdata$(VERSION)-rearguard.tar.gz
1098 tzdb-$(VERSION).tar.lz.asc: tzdb-$(VERSION).tar.lz
/third_party/mesa3d/docs/
Ddownload.rst12 here: `release-maintainers-keys.asc <release-maintainers-keys.asc>`__.
/third_party/ejdb/src/jql/tests/data/
D019.expected.jql4 | asc /foo/bar
D019.jql3 | asc /foo/bar desc :myfield
/third_party/libuv/
DMAINTAINERS.md39 $ gpg --armor --export saghul@gmail.com > saghul.asc
43 $ git hash-object -w saghul.asc

123