Searched refs:convert (Results 51 - 75 of 393) sorted by path

1234567891011>>

/external/chromium_org/third_party/boringssl/
H A Dboringssl.target.linux-mips.mk83 third_party/boringssl/src/crypto/bn/convert.c \
H A Dboringssl.target.linux-mips64.mk83 third_party/boringssl/src/crypto/bn/convert.c \
H A Dboringssl.target.linux-x86.mk83 third_party/boringssl/src/crypto/bn/convert.c \
H A Dboringssl.target.linux-x86_64.mk83 third_party/boringssl/src/crypto/bn/convert.c \
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher_test.c77 static int convert(uint8_t *s) { function
394 kn = convert(key);
395 in = convert(iv);
396 pn = convert(plaintext);
397 cn = convert(ciphertext);
399 an = convert(aad);
400 tn = convert(tag);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd242 # or long but the attempt to convert to a Py_ssize_t value would
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h469 The data member will be passed as the first argument to the convert
472 The convert function is used to convert multibyte sequences; s will
474 convert function must return the Unicode scalar value represented
477 The convert function may be NULL if the encoding is a single-byte
482 release has been called, the convert function will not be called
509 int (XMLCALL *convert)(void *data, const char *s); member in struct:__anon11767
H A Dxmlparse.c34 /* Using pointer subtraction to convert to integer type. */
3515 info.convert = NULL;
3531 info.convert,
H A Dxmltok.c1249 CONVERTER convert; member in struct:unknown_encoding
1267 int c = uenc->convert(uenc->userData, p);
1277 int c = uenc->convert(uenc->userData, p);
1287 int c = uenc->convert(uenc->userData, p);
1306 int c = uenc->convert(uenc->userData, *fromP);
1335 uenc->convert(uenc->userData, *fromP);
1348 CONVERTER convert,
1407 e->convert = convert;
1408 if (convert) {
1346 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, void *userData) argument
1640 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, void *userData) argument
[all...]
H A Dxmltok.h290 CONVERTER convert,
310 CONVERTER convert,
/external/chromium_org/third_party/fips181/
H A Dfips181.target.darwin-arm.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.darwin-arm64.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.darwin-mips.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.darwin-mips64.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.darwin-x86.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.darwin-x86_64.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-arm.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-arm64.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-mips.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-mips64.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-x86.mk26 third_party/fips181/convert.cc \
H A Dfips181.target.linux-x86_64.mk26 third_party/fips181/convert.cc \
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.c48 /* convert a UTF-16 name entry to ASCII */
83 /* convert an Apple Roman or symbol name entry to ASCII */
160 TT_NameEntry_ConvertFunc convert; local
236 convert = NULL;
245 convert = tt_name_entry_ascii_from_utf16;
254 convert = tt_name_entry_ascii_from_utf16;
264 convert = tt_name_entry_ascii_from_other;
269 convert = tt_name_entry_ascii_from_utf16;
272 if ( rec && convert )
290 result = convert( re
[all...]

Completed in 492 milliseconds

1234567891011>>