HomeSort by relevance Sort by last modified time
    Searched refs:nleft (Results 1 - 24 of 24) sorted by null

  /external/ltp/testcases/kernel/sched/clisrv/
writen.c 33 int nleft, nwritten; local
35 nleft = nbytes;
36 while (nleft > 0) {
37 nwritten = write(fd, ptr, nleft);
40 nleft -= nwritten;
43 return (nbytes - nleft);
  /external/ltp/testcases/kernel/fs/doio/
pattern.c 42 int nb, ncmp, nleft; local
49 nleft = buflen;
59 if (nleft < nb) {
60 return (memcmp(cp, pat + patshift, nleft) ? -1 : 0);
65 nleft -= nb;
71 if (nleft < nb) {
72 return (memcmp(cp, pat, nleft) ? -1 : 0);
77 nleft -= nb;
89 nb = (ncmp < nleft) ? ncmp : nleft;
103 int trans, ncopied, nleft; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/string/
strlcpy.c 31 size_t nleft = dsize; variable
34 if (nleft != 0) {
35 while (--nleft != 0) {
42 if (nleft == 0) {
wcslcpy.c 31 size_t nleft = dsize; local
34 if (nleft != 0) {
35 while (--nleft != 0) {
42 if (nleft == 0) {
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 98 int nleft = vLocation[0] - pLocation[0]; local
100 int nright = nleft + vRect.width();
103 assertEquals(left + h_offset , nleft);
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 913 FT_UInt nleft; local
928 if ( FT_READ_USHORT( nleft ) )
933 if ( FT_READ_BYTE( nleft ) )
937 /* try to rescue some of the SIDs if `nleft' is too large */
938 if ( glyph_sid > 0xFFFFL - nleft )
941 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
942 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
946 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1150 FT_UInt nleft; local
    [all...]
  /external/mesa3d/include/c11/
threads_win32.h 211 int nleft = 0; local
226 if ((nleft = cond->to_unblock) != 0) {
237 nleft = 0;
251 if (nleft == 1) {
  /libcore/ojluni/src/main/native/
net_util.c 345 int nleft = len; local
349 while(nleft > 1) {
351 nleft -= 2;
354 if (nleft == 1) {
  /external/freetype/src/cff/
cffload.c 952 FT_UInt nleft; local
967 if ( FT_READ_USHORT( nleft ) )
972 if ( FT_READ_BYTE( nleft ) )
976 /* try to rescue some of the SIDs if `nleft' is too large */
977 if ( glyph_sid > 0xFFFFL - nleft )
980 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
981 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
984 /* Fill in the range of sids -- `nleft + 1' glyphs. */
985 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1695 FT_UInt nleft; local
    [all...]
  /external/iputils/
ping.c 954 register int nleft = len; local
965 while (nleft > 1) {
967 nleft -= 2;
971 if (nleft == 1)
    [all...]
rdisc.c 923 register int nleft = len; local
934 while( nleft > 1 ) {
936 nleft -= 2;
940 if( nleft == 1 )
    [all...]
  /external/elfutils/src/
ar.c 594 size_t nleft; local
595 char *data = elf_rawfile (subelf, &nleft);
653 while ((n = TEMP_FAILURE_RETRY (write (xfd, data, nleft))) != -1)
655 nleft -= n;
656 if (nleft == 0)
    [all...]
  /external/libcups/filter/
pstops.c 526 size_t nleft; /* Number of bytes left/remaining */ local
529 nleft = length;
537 while (nleft > 0 || length == 0)
539 if (nleft > sizeof(buffer) || length == 0)
542 nbytes = (ssize_t)nleft;
547 nleft -= (size_t)nbytes;
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3571 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; local
3605 mDNSu32 nleft = req->hdr.datalen - req->data_bytes; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 355 func nod(op Op, nleft *Node, nright *Node) *Node {
358 n.Left = nleft
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 355 func nod(op Op, nleft *Node, nright *Node) *Node {
358 n.Left = nleft
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1050 milliseconds