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

1 2 3 45 6

  /external/libpng/contrib/gregbook/
rpng2-x.c 206 static uch inbuf[INBUFSIZE]; variable
519 incount = fread(inbuf, 1, INBUFSIZE, infile);
520 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
600 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
624 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
  /external/libxml2/
xmlreader.c 825 xmlBufPtr inbuf; local
835 inbuf = reader->input->buffer;
836 alloc = xmlBufGetAllocationScheme(inbuf);
839 if (xmlBufUse(inbuf) < reader->cur + CHUNK_SIZE) {
847 if (xmlBufUse(inbuf) == reader->cur) {
870 if (xmlBufUse(inbuf) >= reader->cur + CHUNK_SIZE) {
872 (const char *) xmlBufContent(inbuf) + reader->cur,
880 s = xmlBufUse(inbuf) - reader->cur;
882 (const char *) xmlBufContent(inbuf) + reader->cur,
897 (xmlBufUse(inbuf) - reader->cur <= CHUNK_SIZE))
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 1163 Py_UNICODE *inbuf = PyUnicode_AS_UNICODE(value); local
    [all...]
posixmodule.c 2605 char inbuf[MAX_PATH*2]; local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 716 char inbuf[256], outbuf[256]; local
    [all...]
  /external/ppp/pppd/
sys-linux.c 209 static unsigned char inbuf[512]; /* buffer for chars read from loopback */ variable
1175 while ((n = read(master_fd, inbuf, sizeof(inbuf))) > 0)
1176 if (loop_chars(inbuf, n))
    [all...]
  /external/libedit/src/
map.c 1249 Char inbuf[EL_BUFSIZ]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_jp.c 181 (ucs2_t)c, (*inbuf)[1],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_jp.c 181 (ucs2_t)c, (*inbuf)[1],
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_jp.c 181 (ucs2_t)c, (*inbuf)[1],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 1069 char inbuf[MAX_PATH*2]; local
1070 char *inbufp = inbuf;
1071 Py_ssize_t insize = sizeof(inbuf);
1107 if (!GetFullPathName(inbuf, sizeof(outbuf)/sizeof(outbuf[0]),
1109 return win32_error("GetFullPathName", inbuf);
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 827 inbuf := bytes.NewReader([]byte(line1 + "\n" + restData))
830 l := NewReaderSize(inbuf, maxLineLength)
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 827 inbuf := bytes.NewReader([]byte(line1 + "\n" + restData))
830 l := NewReaderSize(inbuf, maxLineLength)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 2418 char inbuf[MAX_PATH*2]; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 557 //sys WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) [failretval==socket_error] = ws2_32.WSAIoctl
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 557 //sys WSAIoctl(s Handle, iocc uint32, inbuf *byte, cbif uint32, outbuf *byte, cbob uint32, cbbr *uint32, overlapped *Overlapped, completionRoutine uintptr) (err error) [failretval==socket_error] = ws2_32.WSAIoctl
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h 2450 hfa384x_usbin_t inbuf; \/* pkt buf for IN(a copy) *\/ member in struct:hfa384x_usbctlx
    [all...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /toolchain/binutils/binutils-2.25/intl/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 2252 milliseconds

1 2 3 45 6