HomeSort by relevance Sort by last modified time
    Searched refs:inbuf (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/curl/tests/server/
fake_ntlm.c 50 static char *printable(char *inbuf, size_t inlength)
65 inlength = strlen(inbuf);
96 if((inbuf[i] > 0x20) && (inbuf[i] < 0x7F)) {
97 outbuf[o] = inbuf[i];
101 snprintf(&outbuf[o], outsize - o, HEX_FMT_STR, inbuf[i]);
  /external/vboot_reference/futility/
cmd_gbb_utility.c 364 uint8_t *inbuf = NULL; local
467 inbuf = read_entire_file(infile, &filesize);
468 if (!inbuf)
471 gbb = FindGbbHeader(inbuf, filesize);
527 inbuf = read_entire_file(infile, &filesize);
528 if (!inbuf)
531 gbb = FindGbbHeader(inbuf, filesize);
548 memcpy(outbuf, inbuf, filesize);
633 if (inbuf)
634 free(inbuf);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 13 const Py_UNICODE *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon5473
19 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon5474
243 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
257 const Py_UNICODE replchar = '?', *inbuf = &replchar; local
264 r = codec->encode(state, codec->config, &inbuf, 1,
280 buf->inbuf += esize;
284 start = (Py_ssize_t)(buf->inbuf - buf->inbuf_top);
348 buf->inbuf = buf->inbuf_top + newpos;
382 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
400 buf->inbuf += esize;
738 Py_UNICODE *inbuf, *inbuf_end, *inbuf_tmp = NULL; local
    [all...]
_codecs_hk.c 42 ucs4_t c = **inbuf;
63 (((*inbuf)[1] & 0xfff7) == 0x0304)) {
66 ((*inbuf)[1] >> 3)) & 3];
_codecs_tw.c 17 Py_UNICODE c = **inbuf;
cjkcodecs.h 75 const Py_UNICODE **inbuf, Py_ssize_t inleft, \
88 const unsigned char **inbuf, Py_ssize_t inleft, \
104 (*inbuf) += (i); \
119 #define IN1 ((*inbuf)[0])
120 #define IN2 ((*inbuf)[1])
121 #define IN3 ((*inbuf)[2])
122 #define IN4 ((*inbuf)[3])
_codecs_iso2022.c 161 ucs4_t c = **inbuf;
304 const unsigned char **inbuf, Py_ssize_t *inleft)
312 if (IS_ESCEND((*inbuf)[i])) {
317 (*inbuf)[i] == '&' && (*inbuf)[i+1] == '@')
350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' &&
351 (*inbuf)[5] == 'B') {
375 (*inbuf) += esclen;
392 const unsigned char **inbuf, Py_ssize_t *inleft,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 13 const Py_UNICODE *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon5806
19 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon5807
241 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
255 const Py_UNICODE replchar = '?', *inbuf = &replchar; local
262 r = codec->encode(state, codec->config, &inbuf, 1,
278 buf->inbuf += esize;
282 start = (Py_ssize_t)(buf->inbuf - buf->inbuf_top);
345 buf->inbuf = buf->inbuf_top + newpos;
379 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
397 buf->inbuf += esize;
735 Py_UNICODE *inbuf, *inbuf_end, *inbuf_tmp = NULL; local
    [all...]
_codecs_hk.c 42 ucs4_t c = **inbuf;
63 (((*inbuf)[1] & 0xfff7) == 0x0304)) {
66 ((*inbuf)[1] >> 3)) & 3];
_codecs_tw.c 17 Py_UNICODE c = **inbuf;
cjkcodecs.h 75 const Py_UNICODE **inbuf, Py_ssize_t inleft, \
88 const unsigned char **inbuf, Py_ssize_t inleft, \
104 (*inbuf) += (i); \
119 #define IN1 ((*inbuf)[0])
120 #define IN2 ((*inbuf)[1])
121 #define IN3 ((*inbuf)[2])
122 #define IN4 ((*inbuf)[3])
_codecs_iso2022.c 161 ucs4_t c = **inbuf;
304 const unsigned char **inbuf, Py_ssize_t *inleft)
312 if (IS_ESCEND((*inbuf)[i])) {
317 (*inbuf)[i] == '&' && (*inbuf)[i+1] == '@')
350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' &&
351 (*inbuf)[5] == 'B') {
375 (*inbuf) += esclen;
392 const unsigned char **inbuf, Py_ssize_t *inleft,
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 13 const Py_UNICODE *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon30300
19 const unsigned char *inbuf, *inbuf_top, *inbuf_end; member in struct:__anon30301
243 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
257 const Py_UNICODE replchar = '?', *inbuf = &replchar; local
264 r = codec->encode(state, codec->config, &inbuf, 1,
280 buf->inbuf += esize;
284 start = (Py_ssize_t)(buf->inbuf - buf->inbuf_top);
348 buf->inbuf = buf->inbuf_top + newpos;
382 esize = (Py_ssize_t)(buf->inbuf_end - buf->inbuf);
400 buf->inbuf += esize
739 Py_UNICODE *inbuf, *inbuf_end, *inbuf_tmp = NULL; local
    [all...]
_codecs_hk.c 42 ucs4_t c = **inbuf;
63 (((*inbuf)[1] & 0xfff7) == 0x0304)) {
66 ((*inbuf)[1] >> 3)) & 3];
_codecs_tw.c 17 Py_UNICODE c = **inbuf;
cjkcodecs.h 75 const Py_UNICODE **inbuf, Py_ssize_t inleft, \
88 const unsigned char **inbuf, Py_ssize_t inleft, \
104 (*inbuf) += (i); \
119 #define IN1 ((*inbuf)[0])
120 #define IN2 ((*inbuf)[1])
121 #define IN3 ((*inbuf)[2])
122 #define IN4 ((*inbuf)[3])
_codecs_iso2022.c 161 ucs4_t c = **inbuf;
304 const unsigned char **inbuf, Py_ssize_t *inleft)
312 if (IS_ESCEND((*inbuf)[i])) {
317 (*inbuf)[i] == '&' && (*inbuf)[i+1] == '@')
350 (*inbuf)[3] == ESC && (*inbuf)[4] == '$' &&
351 (*inbuf)[5] == 'B') {
375 (*inbuf) += esclen;
392 const unsigned char **inbuf, Py_ssize_t *inleft
    [all...]
  /external/eigen/unsupported/test/
FFTW.cpp 148 ComplexVector inbuf(nfft);
152 inbuf[k]= Complex( (T)(rand()/(double)RAND_MAX - .5), (T)(rand()/(double)RAND_MAX - .5) );
153 fft.fwd( outbuf , inbuf);
155 VERIFY( T(fft_rmse(outbuf,inbuf)) < test_precision<T>() );// gross check
158 VERIFY( T(dif_rmse(inbuf,buf3)) < test_precision<T>() );// gross check
166 VERIFY( T(dif_rmse(inbuf,buf4)) < test_precision<T>() );// gross check
171 VERIFY( T(dif_rmse(inbuf,buf3)) < test_precision<T>() );// gross check
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 61 Byte *inbuf; /* input buffer */ member in struct:gz_stream
114 s->stream.next_in = s->inbuf = Z_NULL;
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
174 if (err != Z_OK || s->inbuf == Z_NULL) {
267 s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file);
273 s->stream.next_in = s->inbuf;
301 if (len) s->inbuf[0] = s->stream.next_in[0];
303 len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file);
306 s->stream.next_in = s->inbuf;
383 TRYFREE(s->inbuf);
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 75 inbuf []byte
100 n, err := r.r.Read(r.inbuf)
101 r.rb.src = inputBytes(r.inbuf[0:n])
122 rr := &normReader{rb: reorderBuffer{}, r: r, inbuf: buf}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 75 inbuf []byte
100 n, err := r.r.Read(r.inbuf)
101 r.rb.src = inputBytes(r.inbuf[0:n])
122 rr := &normReader{rb: reorderBuffer{}, r: r, inbuf: buf}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 36 .global var2, inbuf, align2
38 inbuf .usect newvars, 7, 1 ; w/o quotes, block 7 words label
  /external/syslinux/memdisk/
unzip.c 36 static uch *inbuf; /* input pointer */ variable
40 static unsigned inbytes; /* valid bytes in inbuf */
81 uch b = *inbuf++;
93 inbuf--;
362 inbuf = indata;
  /libcore/ojluni/src/main/java/sun/security/util/
DerValue.java 265 DerInputBuffer inbuf = in.dup(); local
266 int readLen = inbuf.available();
271 DataInputStream dis = new DataInputStream(inbuf);
275 inbuf = new DerInputBuffer(derIn.convert(indefData));
276 if (tag != inbuf.read())
279 length = DerInputStream.getLength(inbuf);
280 buffer = inbuf.dup();
  /external/dtc/
flattree.c 580 struct inbuf { struct
584 static void inbuf_init(struct inbuf *inb, void *base, void *limit)
591 static void flat_read_chunk(struct inbuf *inb, void *p, int len)
601 static uint32_t flat_read_word(struct inbuf *inb)
612 static void flat_realign(struct inbuf *inb, int align)
621 static char *flat_read_string(struct inbuf *inb)
642 static struct data flat_read_data(struct inbuf *inb, int len)
659 static char *flat_read_stringtable(struct inbuf *inb, int offset)
678 static struct property *flat_read_property(struct inbuf *dtbuf,
679 struct inbuf *strbuf, int flags
    [all...]

Completed in 728 milliseconds

12 3 4 5 6