Searched refs:boundary (Results 101 - 125 of 146) sorted by relevance

123456

/external/openssl/crypto/pkcs7/
H A Dpkcs7.h344 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
/external/openssl/include/openssl/
H A Dpkcs7.h344 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
H A Dasn1t.h744 /* Streaming I/O boundary */
745 unsigned char **boundary; member in struct:ASN1_STREAM_ARG_st
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm507 ;# roughly 1/7th difference across boundary
526 ;# roughly 2/7th difference across boundary
546 ;# roughly 3/7th difference across boundary
638 ;# Filtering a vertical mb. Each mb is aligned on a 16 byte boundary.
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp1880 hb_uint32 boundary = indic_nextSyllableBoundary(script, text, from+i, end, &invalid) - from; local
1883 if (boundary > len-1) boundary = len;
1885 while (i < boundary) {
1890 assert(i == boundary);
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Dpa-risc2.s241 ; Top of loop aligned on 64-byte boundary
403 ; Top of loop aligned on 64-byte boundary
538 ; Top of loop aligned on 64-byte boundary
H A Dpa-risc2W.s233 ; Top of loop aligned on 64-byte boundary
393 ; Top of loop aligned on 64-byte boundary
527 ; Top of loop aligned on 64-byte boundary
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s241 ; Top of loop aligned on 64-byte boundary
403 ; Top of loop aligned on 64-byte boundary
538 ; Top of loop aligned on 64-byte boundary
H A Dpa-risc2W.s233 ; Top of loop aligned on 64-byte boundary
393 ; Top of loop aligned on 64-byte boundary
527 ; Top of loop aligned on 64-byte boundary
/external/kernel-headers/original/sound/
H A Dasound.h382 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
410 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
416 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc984 // boundary type, we can just let the screenreader handle it.
1010 // boundary type, we can just let the screenreader handle it.
1035 // boundary type, we can just let the screenreader handle it.
1386 ui::TextBoundaryType boundary = IA2TextBoundaryToTextBoundary(ia2_boundary); local
1389 text, line_breaks, boundary, start_offset, direction);
/external/libvorbis/doc/
H A D02-bitpacking.tex214 boundary. Often, the encoded bitstream is not an integer number of
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/
H A Djsregexp.cc2252 // Emit the code to handle \b and \B (word-boundary or non-word-boundary)
2292 // Emit the code to handle \b and \B (word-boundary or non-word-boundary).
2312 Label* boundary; local
2315 boundary = &ok;
2319 boundary = new_trace.backtrack();
2335 EmitWordCheck(assembler, boundary, not_boundary, false);
2343 assembler->CheckAtStart(boundary);
2351 EmitWordCheck(assembler, not_boundary, boundary, fall_through_on_wor
[all...]
H A Dobjects.cc6734 int boundary = first->length(); local
6735 if (to - boundary >= boundary - from) {
6737 if (from < boundary) {
6738 WriteToFlat(first, sink, from, boundary);
6739 sink += boundary - from;
6742 from -= boundary;
6744 to -= boundary;
6748 if (to > boundary) {
6753 if (to - boundary
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm80 ; Note : these value are good with a 8 bytes boundary pack structure
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php528 function hashPart($text, $boundary = 'X') {
534 # The $boundary argument specify what character should be used to surround
545 $key = "$boundary\x1A" . ++$i . $boundary;
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm830 ; roughly 2/7th difference across boundary
862 ; roughly 1/7th difference across boundary
1231 ; roughly 2/7th difference across boundary
1262 ; roughly 1/7th difference across boundary
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp723 AtomicString contentType = AtomicString("multipart/form-data; boundary=", AtomicString::ConstructFromLiteral) + m_requestEntityBody->boundary().data();
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1t.h744 /* Streaming I/O boundary */
745 unsigned char **boundary; member in struct:ASN1_STREAM_ARG_st
H A Dasn_mime.c298 /* Generate a random boundary */
312 BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
400 sarg.boundary = NULL;
459 prm = mime_param_find(hdr, "boundary");
916 /* Check for a multipart boundary. Returns:
917 * 0 : no boundary
918 * 1 : part boundary
919 * 2 : final boundary
927 /* Check for part boundary */
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1t.h744 /* Streaming I/O boundary */
745 unsigned char **boundary; member in struct:ASN1_STREAM_ARG_st
/external/openssl/crypto/asn1/
H A Dasn1t.h744 /* Streaming I/O boundary */
745 unsigned char **boundary; member in struct:ASN1_STREAM_ARG_st
H A Dasn_mime.c298 /* Generate a random boundary */
312 BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
400 sarg.boundary = NULL;
459 prm = mime_param_find(hdr, "boundary");
916 /* Check for a multipart boundary. Returns:
917 * 0 : no boundary
918 * 1 : part boundary
919 * 2 : final boundary
927 /* Check for part boundary */
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm117 ; Note : these value are good with a 8 bytes boundary pack structure

Completed in 747 milliseconds

123456