/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | DoctypeXmlStreamWrapper.java | 64 char inbuf[] = new char[BUFFER_READ_SIZE]; in wrap() local 76 private static String fixup(byte[] inbuf, String encoding) { in fixup() 110 private static final boolean hasDocType(byte[] inbuf, String encoding) { in hasDocType() 128 private static final boolean hasDocType(char[] inbuf, int readlen) { in hasDocType() 135 private static boolean arrayContains(char[] inbuf, int inlen, char[] testbuf) { in arrayContains() 149 private static boolean arrayContains(byte[] inbuf, int inlen, byte[] testbuf) { in arrayContains()
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | dirblock.c | 67 void *inbuf, int flags EXT2FS_ATTR((unused)), in ext2fs_write_dir_block4() 97 void *inbuf, int flags EXT2FS_ATTR((unused))) in ext2fs_write_dir_block3() 103 void *inbuf, int flags EXT2FS_ATTR((unused))) in ext2fs_write_dir_block2() 109 void *inbuf) in ext2fs_write_dir_block()
|
H A D | ext_attr.c | 251 errcode_t ext2fs_write_ext_attr3(ext2_filsys fs, blk64_t block, void *inbuf, in ext2fs_write_ext_attr3() 280 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) in ext2fs_write_ext_attr2() 285 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) in ext2fs_write_ext_attr()
|
/aosp_15_r20/external/sandboxed-api/contrib/zstd/utils/ |
H A D | utils_zstd.cc | 34 sapi::v::Array<uint8_t> inbuf(ssize); in CompressInMemory() local 64 sapi::v::Array<uint8_t> inbuf(ssize); in DecompressInMemory() local 104 sapi::v::Array<uint8_t> inbuf(inbuf_size); in CompressStream() local 190 sapi::v::Array<uint8_t> inbuf(inbuf_size); in DecompressStream() local
|
/aosp_15_r20/external/compiler-rt/test/msan/ |
H A D | iconv.cc | 20 const char *inbuf = inbuf_; in main() local 22 char *inbuf = inbuf_; in main() local
|
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/utils/ |
H A D | utils_blosc.cc | 37 sapi::v::Array<uint8_t> inbuf(ssize); in Compress() local 77 sapi::v::Array<uint8_t> inbuf(ssize); in Decompress() local
|
/aosp_15_r20/external/dtc/ |
H A D | flattree.c | 566 struct inbuf { struct 570 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
|
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 13 const Py_UNICODE *inbuf, *inbuf_top, *inbuf_end; member 19 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member 257 const Py_UNICODE replchar = '?', *inbuf = &replchar; in multibytecodec_encerror() local 737 Py_UNICODE *inbuf, *inbuf_end, *inbuf_tmp = NULL; in encoder_encode_stateful() local
|
/aosp_15_r20/packages/modules/adb/pairing_auth/ |
D | pairing_auth.cpp | 253 bool pairing_auth_encrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_encrypt() 280 bool pairing_auth_decrypt(PairingAuthCtx* ctx, const uint8_t* inbuf, size_t inlen, uint8_t* outbuf, in pairing_auth_decrypt()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/ |
D | gun.c | 83 unsigned char *inbuf; member 161 unsigned char inbuf[SIZE]; /* input buffer */ variable
|
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/test/ |
H A D | test_blosc.cc | 163 sapi::v::Array<uint8_t> inbuf(insize); in TEST_P() local 198 sapi::v::Array<uint8_t> inbuf(insize); in TEST_P() local
|
/aosp_15_r20/external/libopus/tests/ |
H A D | test_opus_encode.c | 146 opus_int16 *inbuf; in test_encode() local 314 short *inbuf; in run_test1() local
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | bzcat.c | 87 char *inbuf; member 609 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, in start_bunzip()
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/wrapper/ |
H A D | wrapper_zopfli.cc | 34 auto inbuf = std::make_unique<uint8_t[]>(insize); in ZopfliCompressFD() local
|
/aosp_15_r20/external/cronet/net/filter/ |
H A D | gzip_header.cc | 30 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, in ReadMore()
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | schannel.c | 1073 SecBuffer inbuf; in schannel_connect_step1() local 1337 SecBuffer inbuf[2]; in schannel_connect_step2() local 2108 SecBuffer inbuf[4]; in schannel_recv() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/stream/ |
H A D | stream04.c | 58 char *inbuf; in main() local
|
/aosp_15_r20/external/libxml2/os400/ |
H A D | libxmlmain.c | 40 char * inbuf; in main() local
|
/aosp_15_r20/external/curl/packages/OS400/ |
H A D | curlmain.c | 59 char *inbuf; in main() local
|
/aosp_15_r20/external/sandboxed-api/contrib/zopfli/utils/ |
H A D | utils_zopfli.cc | 29 sapi::v::Array<uint8_t> inbuf(ssize); in Compress() local
|
/aosp_15_r20/external/apache-xml/test/tests/bugzilla/ |
H A D | BugzillaNodeInfo.java | 122 String inbuf = br.readLine(); in checkFileContains() local
|
/aosp_15_r20/external/bzip2/ |
H A D | unzcrash.c | 40 uchar inbuf[M_BLOCK]; variable
|
/aosp_15_r20/external/eigen/bench/ |
H A D | benchFFT.cpp | 49 vector<T> inbuf(nfft); in bench() local
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | host_signature.c | 29 static int sign_external(uint32_t size, const uint8_t *inbuf, uint8_t *outbuf, in sign_external()
|
/aosp_15_r20/external/libxml2/os400/iconv/ |
H A D | iconv.c | 127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, in Iconv()
|