Home
last modified time | relevance | path

Searched refs:inLen (Results 1 - 17 of 17) sorted by relevance

/third_party/node/benchmark/string_decoder/
H A Dstring-decoder.js7 inLen: [32, 128, 1024, 4096],
16 function main({ encoding, inLen, chunkLen, n }) {
35 for (let i = 0; i < inLen; ++i) {
/third_party/backends/backend/
H A Dfujitsu.c1170 size_t inLen = INQUIRY_std_len; in init_inquire() local
1176 set_IN_return_size (cmd, inLen); in init_inquire()
1184 in, &inLen in init_inquire()
1258 size_t inLen = INQUIRY_vpd_len; in init_vpd() local
1267 set_IN_return_size (cmd, inLen); in init_vpd()
1275 in, &inLen in init_vpd()
1859 size_t inLen = MODE_SENSE_data_len; in init_ms() local
1877 set_MSEN_xfer_length (cmd, inLen); in init_ms()
1886 in, &inLen in init_ms()
1896 inLen in init_ms()
2716 size_t inLen = RD_gdi_len; init_serial() local
5987 size_t inLen = GHS_data_len; get_hardware_status() local
6043 size_t inLen = RS_return_size; get_hardware_status() local
7798 size_t inLen = R_PSIZE_len; get_pixelsize() local
8213 size_t inLen = 0; read_from_JPEGduplex() local
8518 size_t inLen = 0; read_from_3091duplex() local
8662 size_t inLen = 0; read_from_scanner() local
[all...]
H A Dcardscan.c1514 unsigned char * inBuff, size_t * inLen in do_cmd()
1520 size_t loc_inLen = *inLen; in do_cmd()
1584 if(inBuff && inLen && inTime){ in do_cmd()
1586 memset(inBuff,0,*inLen); in do_cmd()
1591 DBG(25, "in: reading %ld bytes, timeout %d\n", (long)*inLen, inTime); in do_cmd()
1592 ret = sanei_usb_read_bulk(s->fd, inBuff, inLen); in do_cmd()
1603 DBG(25, "in: read %ld bytes\n", (long)*inLen); in do_cmd()
1604 if(*inLen){ in do_cmd()
1605 hexdump(30, "in: <<", inBuff, *inLen); in do_cmd()
1608 if(loc_inLen != *inLen){ in do_cmd()
[all...]
H A Dcanon_dr.c1141 size_t inLen = s->inquiry_length; in init_inquire() local
1147 set_IN_return_size (cmd, inLen); in init_inquire()
1155 in, &inLen in init_inquire()
1224 size_t inLen = s->vpd_length; in init_vpd() local
1231 set_IN_return_size (cmd, inLen); in init_vpd()
1239 in, &inLen in init_vpd()
4535 size_t inLen = R_COUNTERS_len; in read_counters() local
4547 set_R_xfer_length(cmd, inLen); in read_counters()
4553 in, &inLen in read_counters()
4579 size_t inLen in read_sensors() local
4634 size_t inLen = R_PANEL_len; read_panel() local
4742 size_t inLen = R_PSIZE_len; get_pixelsize() local
5058 send_cmd(struct scanner *s, unsigned char* cmd, size_t cmdLen, unsigned char* out, size_t outLen, unsigned char * inBuff, size_t * inLen) send_cmd() argument
5261 size_t inLen = R_IMPRINTER_len; detect_imprinter() local
6068 size_t inLen = 0; read_from_scanner() local
6240 size_t inLen = 0; read_from_scanner_duplex() local
7310 size_t inLen = 0, reqLen = 0; calibrate_fine_src_hw() local
[all...]
H A Dkodak.c477 size_t inLen = I_data_len; in init_inquire() local
485 set_I_data_length (cmd, inLen); in init_inquire()
491 in, &inLen in init_inquire()
2270 size_t inLen = 0; in read_from_scanner() local
2292 inLen = bytes; in read_from_scanner()
2307 buf, &inLen in read_from_scanner()
2318 inLen = 0; in read_from_scanner()
2323 inLen = 0; in read_from_scanner()
2326 if(inLen){ in read_from_scanner()
2327 copy_buffer (s, buf, inLen); in read_from_scanner()
[all...]
H A Dcanon_dr.h624 unsigned char * inBuff, size_t * inLen
631 unsigned char * inBuff, size_t * inLen
638 unsigned char * inBuff, size_t * inLen
H A Dfujitsu.h777 unsigned char * inBuff, size_t * inLen
784 unsigned char * inBuff, size_t * inLen
791 unsigned char * inBuff, size_t * inLen
H A Dcardscan.h180 unsigned char * inBuff, size_t * inLen
H A Depjitsu.c940 size_t inLen = sizeof(in); in get_ident() local
948 in, &inLen in get_ident()
4018 size_t inLen = 10; in sane_read() local
4024 in, &inLen in sane_read()
4026 hexdump(15, "cmd 43: ", in, inLen); in sane_read()
4823 unsigned char * inBuff, size_t * inLen in do_cmd()
4897 if(inBuff && inLen && inTime){ in do_cmd()
4899 loc_inLen = *inLen; in do_cmd()
4900 DBG(25, "in: memset %ld bytes\n", (long)*inLen); in do_cmd()
4901 memset(inBuff,0,*inLen); in do_cmd()
[all...]
H A Dkodak.h251 unsigned char * inBuff, size_t * inLen
H A Depjitsu.h356 unsigned char * inBuff, size_t * inLen
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DPunycodeReference.java229 int inLen = 0; in encode()
234 in[inLen++]=ch; in encode()
242 rc = encode(inLen,in,case_flags, outLen, output); in encode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java226 int inLen = 0; in encode()
231 in[inLen++]=ch; in encode()
239 rc = encode(inLen,in,case_flags, outLen, output); in encode()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp839 SizeT inLen = inSize - inPos; in DecodeBlock() local
848 xzu.InBuf + inPos, &inLen, in DecodeBlock()
849 (inLen == 0), // srcFinished in DecodeBlock()
862 inPos += inLen; in DecodeBlock()
865 packRem -= inLen; in DecodeBlock()
869 if ((inLen == 0 && outLen == 0) || blockFinished) in DecodeBlock()
/third_party/icu/icu4c/source/test/iotest/
H A Dfiletst.c956 size_t inLen =0; in TestCodepageFlush()
978 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush()
981 if(inLen<=0) { in TestCodepageFlush()
987 for(i=0;i<(int32_t)inLen;i++) { in TestCodepageFlush()
1003 if(inLen != 12) { in TestCodepageFlush()
1004 log_err("Expected 12 bytes, read %d\n", inLen); in TestCodepageFlush()
1006 log_verbose("OK: read %d bytes\n", inLen); in TestCodepageFlush()
/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp645 size_t inLen = inData.count(); in initializeTests() local
646 inFile.read(inData.begin(), inLen); in initializeTests()
/third_party/astc-encoder/Source/
H A Dtinyexr.h9371 size_t tmpBufSize, size_t inLen, int num_channels, in DecompressPiz()
9374 if (inLen == tmpBufSize) { in DecompressPiz()
9376 memcpy(outPtr, inPtr, inLen); in DecompressPiz()
9423 if (size_t((ptr - inPtr) + length) > inLen) { in DecompressPiz()
9370 DecompressPiz(unsigned char *outPtr, const unsigned char *inPtr, size_t tmpBufSize, size_t inLen, int num_channels, const EXRChannelInfo *channels, int data_width, int num_lines) DecompressPiz() argument

Completed in 52 milliseconds