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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strlcpy.c 31 size_t nleft = dsize; local
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 93 int nleft = vLocation[0] - pLocation[0]; local
95 int nright = nleft + vRect.width();
98 assertEquals(left + h_offset , nleft);
  /external/dbus/dbus/
dbus-nonce.c 38 size_t nleft; local
44 nleft = 16;
54 while (nleft)
56 n = _dbus_read_socket (fd, &p, nleft);
78 nleft -= n;
  /libcore/ojluni/src/main/native/
net_util.c 251 int nleft = len; local
255 while(nleft > 1) {
257 nleft -= 2;
260 if (nleft == 1) {
  /external/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/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...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
subr.go 375 func Nod(op int, nleft *Node, nright *Node) *Node {
378 n.Left = nleft
393 if nleft != nil {
394 n.Name = nleft.Name
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 372 func Nod(op int, nleft *Node, nright *Node) *Node {
375 n.Left = nleft
390 if nleft != nil {
391 n.Name = nleft.Name
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
subr.go 375 func Nod(op int, nleft *Node, nright *Node) *Node {
378 n.Left = nleft
393 if nleft != nil {
394 n.Name = nleft.Name
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 372 func Nod(op int, nleft *Node, nright *Node) *Node {
375 n.Left = nleft
390 if nleft != nil {
391 n.Name = nleft.Name
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3565 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; local
3599 mDNSu32 nleft = req->hdr.datalen - req->data_bytes; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /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 1678 milliseconds