Searched refs:put (Results 1 - 25 of 1475) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
57 hints.put(DecodeHintType.CHARACTER_SET, characterSet);
59 hints.put(DecodeHintType.NEED_RESULT_POINT_CALLBACK, resultPointCallback);
/external/zlib/src/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
/external/zlib/src/contrib/infback9/
H A Dinfback9.c180 put = window; \
183 if (out(out_desc, put, (unsigned)left)) { \
226 unsigned char FAR *put; /* next output */ local
267 put = window;
333 zmemcpy(put, next, copy);
337 put += copy;
493 *put++ = (unsigned char)(length);
565 from = put + copy;
569 from = put - offset;
576 *put
[all...]
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm367 ; /* put in, out, bits, and hold back into ar and pop esp */
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas33 next_out: PChar; (* next output byte should be put there *)
/external/zlib/src/contrib/puff/
H A Dpufftest.c90 int ret, put = 0, fail = 0; local
101 put = 1;
103 fail = 1, put = 1;
147 if (put && ret == 0) {
/external/zlib/src/
H A Ddeflate.c470 int put; local
477 put = Buf_size - s->bi_valid;
478 if (put > bits)
479 put = bits;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
481 s->bi_valid += put;
483 value >>= put; local
484 bits -= put;
624 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1220 * necessary to put mor
[all...]
H A Dgzwrite.c170 unsigned put = len; local
240 /* input was all buffered or compressed (put will fit in int) */
241 return (int)put;
341 /* do the printf() into the input buffer, put length in len */
426 /* do the printf() into the input buffer, put length in len */
H A Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
213 put = state->window; \
216 if (out(out_desc, put, left)) { \
259 unsigned char FAR *put; /* next output */ local
286 put = state->window;
347 zmemcpy(put, next, copy);
351 put += copy;
517 *put++ = (unsigned char)(state->length);
590 from = put
[all...]
H A Dinflate.c461 put = strm->next_out; \
472 strm->next_out = put; \
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
611 unsigned char FAR *put; /* next output */ local
886 zmemcpy(put, next, copy);
890 put += copy;
1142 *put++ = 0;
1157 from = put - state->offset;
1164 *put++ = *from++;
1170 *put
[all...]
/external/zlib/src/examples/
H A Dgzlog.c503 uint put; local
517 put = (MAX_STORE << 10) - log->stored;
518 if (put > len)
519 put = (uint)len;
520 if (put) {
521 if (write(log->fd, data, put) != put)
524 log->tcrc = crc32(log->tcrc, data, put);
525 log->tlen += put;
526 log->stored += put;
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java671 dcArrayForms.put("dc:contributor", bagForm);
672 dcArrayForms.put("dc:language", bagForm);
673 dcArrayForms.put("dc:publisher", bagForm);
674 dcArrayForms.put("dc:relation", bagForm);
675 dcArrayForms.put("dc:subject", bagForm);
676 dcArrayForms.put("dc:type", bagForm);
682 dcArrayForms.put("dc:creator", seqForm);
683 dcArrayForms.put("dc:date", seqForm);
691 dcArrayForms.put("dc:description", altTextForm);
692 dcArrayForms.put("d
[all...]
H A DXMPSchemaRegistryImpl.java114 prefixToNamespaceMap.put(suggestedPrefix, namespaceURI);
115 namespaceToPrefixMap.put(namespaceURI, suggestedPrefix);
421 aliasMap.put(key, aliasInfo);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java267 optionsNames.put(key, result);
/external/webp/src/dec/
H A Ddecode_vp8.h33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
51 // The actual area passed to put() is stored
54 // set before calling put()
69 VP8IoPutHook put; member in struct:VP8Io
78 // during put()). Is NOT called if setup() failed.
83 // can be taken into consideration during the put() method.
117 VP8IoPutHook put,
H A Dframe.c241 // struct must have the following fields set correctly before calling put():
274 if (io->put != NULL) {
325 ok = io->put(io);
481 // io->put: [ 0..15][16..31][ 0..15][...
H A Didec.c836 VP8IoPutHook put,
844 idec->io_.put = put;
835 WebPISetIOHooks(WebPIDecoder* const idec, VP8IoPutHook put, VP8IoSetupHook setup, VP8IoTeardownHook teardown, void* user_data) argument
H A Dio.c642 io->put = CustomPut;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S91 mov $60,%rax # put exit syscall number (60) in rax
H A Dll.S500 push $SYSCALL_WRITE # put 4 in eax (write syscall)
505 lea 1(%rdx),%edi # put 1 in ebx (stdout)
H A Dmillion.S20 mov $60,%rax # put exit syscall number (60) in rax
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S50 # not needed, but I had to put it here
310 li 0,SYSCALL_EXIT # put the exit syscall number in eax
470 divw 21,19,20 # divide r19 by r20 put into r21
H A Dmillion.S20 li 0,1 # put the exit syscall number (1) in r0
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax
H A Drep_prefix.S270 inc %eax # put exit syscall number (1) in eax

Completed in 234 milliseconds

1234567891011>>