HomeSort by relevance Sort by last modified time
    Searched refs:bufsize (Results 276 - 300 of 828) sorted by null

<<11121314151617181920>>

  /external/syslinux/utils/
pxelinux-options 203 my $bufsize = 0;
227 ($blen, $alen, $bufsize, $junk) = unpack("VVVV", $data);
233 $hdr{'bufsize'} = $bufsize;
270 my $bufsize = 0;
279 if (defined($hdr->{'bufsize'})) {
280 return undef unless ($len <= $hdr->{'bufsize'});
298 return undef unless (print $file "\0" x ($hdr->{'bufsize'} - $len));
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
zsyscall_windows.go 67 func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) {
68 r0, _, _ := syscall.Syscall6(procRegSetValueExW.Addr(), 6, uintptr(key), uintptr(unsafe.Pointer(valueName)), uintptr(reserved), uintptr(vtype), uintptr(unsafe.Pointer(buf)), uintptr(bufsize))
syscall.go 26 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
zsyscall_windows.go 67 func regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) {
68 r0, _, _ := syscall.Syscall6(procRegSetValueExW.Addr(), 6, uintptr(key), uintptr(unsafe.Pointer(valueName)), uintptr(reserved), uintptr(vtype), uintptr(unsafe.Pointer(buf)), uintptr(bufsize))
syscall.go 26 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 387 unsigned avail, bufsize; local
429 bufsize = musbRecordingHandle->period_size;
432 frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
433 x.frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
530 memset(dstProxy_addr, 0x0, bufsize);
534 memcpy(dstProxy_addr, srcUsb_addr, bufsize );
776 unsigned avail, xfer, bufsize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 890 int bufsize = 0; local
897 bufsize = bufsize + bufsize_incr;
898 tmpbuf = malloc(bufsize);
902 res = getcwd(tmpbuf, bufsize);
2734 int err, bufsize = -1; local
2759 int bufsize = -1; local
2811 int bufsize = -1; local
2843 int bufsize = -1; local
2875 int bufsize = -1; local
3373 int bufsize = -1; local
3414 int bufsize = -1; local
3451 int bufsize = -1; local
3488 int bufsize = -1; local
4080 int bufsize = -1; local
5020 int bufsize = -1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 378 bufsize = None variable in class:_popen
381 def __init__(self,cmd,mode='r',bufsize=None):
389 self.bufsize = bufsize
398 if self.bufsize is not None:
419 def popen(cmd, mode='r', bufsize=None):
447 if bufsize is None:
450 return popen(cmd,mode,bufsize)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 111 def __init__(self, bufsize=2**16):
112 self._bufsize = bufsize
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 378 bufsize = None variable in class:_popen
381 def __init__(self,cmd,mode='r',bufsize=None):
389 self.bufsize = bufsize
398 if self.bufsize is not None:
419 def popen(cmd, mode='r', bufsize=None):
447 if bufsize is None:
450 return popen(cmd,mode,bufsize)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 111 def __init__(self, bufsize=2**16):
112 self._bufsize = bufsize
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
dlgauto.h 220 state->bufsize = zzbufsize;
247 zzbufsize = state->bufsize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
dlgauto.h 220 state->bufsize = zzbufsize;
247 zzbufsize = state->bufsize;
  /external/kmod/testsuite/
init_module.c 242 uint64_t bufsize; local
254 &bufsize);
  /external/libnfnetlink/include/libnfnetlink/
libnfnetlink.h 199 #define nfnl_nest(nlh, bufsize, type) \
201 nfnl_addattr_l(nlh, bufsize, (NLA_F_NESTED | type), NULL, 0); \
  /external/libpcap/
dlpisubs.c 349 p->bufsize = PKTBUFSIZE;
350 p->buffer = malloc(p->bufsize + p->offset);
pcap-bt-monitor-linux.c 176 handle->bufsize = BT_CONTROL_SIZE + sizeof(pcap_bluetooth_linux_monitor_header) + handle->snapshot;
195 handle->buffer = malloc(handle->bufsize);
  /external/python/cpython2/Lib/
platform.py 380 bufsize = None variable in class:_popen
383 def __init__(self,cmd,mode='r',bufsize=None):
391 self.bufsize = bufsize
400 if self.bufsize is not None:
421 def popen(cmd, mode='r', bufsize=None):
449 if bufsize is None:
452 return popen(cmd,mode,bufsize)
    [all...]
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 111 def __init__(self, bufsize=2**16):
112 self._bufsize = bufsize
  /external/strace/
pathtrace.c 100 getfdpath(struct tcb *tcp, int fd, char *buf, unsigned bufsize)
109 n = readlink(linkpath, buf, bufsize - 1);
112 * it returns truncated result (IOW: n == bufsize - 1).
  /external/swiftshader/src/OpenGL/libGL/
Program.h 104 bool getUniformfv(GLint location, GLsizei *bufSize, GLfloat *params);
105 bool getUniformiv(GLint location, GLsizei *bufSize, GLint *params);
113 void getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog);
116 void getActiveAttribute(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const;
120 void getActiveUniform(GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) const;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 378 bufsize = None variable in class:_popen
381 def __init__(self,cmd,mode='r',bufsize=None):
389 self.bufsize = bufsize
398 if self.bufsize is not None:
419 def popen(cmd, mode='r', bufsize=None):
447 if bufsize is None:
450 return popen(cmd,mode,bufsize)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 111 def __init__(self, bufsize=2**16):
112 self._bufsize = bufsize
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 378 bufsize = None variable in class:_popen
381 def __init__(self,cmd,mode='r',bufsize=None):
389 self.bufsize = bufsize
398 if self.bufsize is not None:
419 def popen(cmd, mode='r', bufsize=None):
447 if bufsize is None:
450 return popen(cmd,mode,bufsize)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 111 def __init__(self, bufsize=2**16):
112 self._bufsize = bufsize

Completed in 1042 milliseconds

<<11121314151617181920>>