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

  /external/openssl/crypto/cmac/
cmac.c 231 size_t nleft; local
232 nleft = bl - ctx->nlast_block;
233 if (dlen < nleft)
234 nleft = dlen;
235 memcpy(ctx->last_block + ctx->nlast_block, data, nleft);
236 dlen -= nleft;
237 ctx->nlast_block += nleft;
241 data += nleft;
  /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/chromium_org/third_party/freetype/src/cff/
cffload.c 906 FT_UInt nleft; local
921 if ( FT_READ_USHORT( nleft ) )
926 if ( FT_READ_BYTE( nleft ) )
930 /* try to rescue some of the SIDs if `nleft' is too large */
931 if ( glyph_sid > 0xFFFFL - nleft )
934 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
935 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
939 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1143 FT_UInt nleft; local
    [all...]
  /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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 906 FT_UInt nleft; local
921 if ( FT_READ_USHORT( nleft ) )
926 if ( FT_READ_BYTE( nleft ) )
930 /* try to rescue some of the SIDs if `nleft' is too large */
931 if ( glyph_sid > 0xFFFFL - nleft )
934 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
935 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
939 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1143 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/0.153/src/
ar.c 605 size_t nleft; local
606 char *data = elf_rawfile (subelf, &nleft);
664 while ((n = TEMP_FAILURE_RETRY (write (xfd, data, nleft))) != -1)
666 nleft -= n;
667 if (nleft == 0)
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3569 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; local
3603 mDNSu32 nleft = req->hdr.datalen - req->data_bytes; local
    [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 1129 milliseconds