Searched refs:pass (Results 276 - 300 of 336) sorted by relevance

<<11121314

/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm42 ;# just skip to the second pass.
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp53 MachineVerifier(Pass *pass, const char *b) : argument
54 PASS(pass),
115 // Vregs that pass through MBB untouched. This set is disjoint from
119 // Vregs that must pass through MBB because they are needed by a successor
1117 // can pass through an MBB live, but may not be live every time. It is assumed
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb493 If you need to use a token class other than CommonToken, you can pass the class
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h216 /* Define the vendor unique id carried in the pass through data
220 /* the only pass through vendor unique commands defined by AVRC is the group navigation commands
834 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member in union:__anon1093
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php7 // pass
/external/libpng/
H A Dpng.h806 // the number of index points in each pass
809 // the line span of two index points of each pass
812 // the index points of each pass
1339 png_uint_32 num_rows PNG_DEPSTRUCT; /* number of rows in current pass */
1353 png_uint_32 row_number PNG_DEPSTRUCT; /* current row in interlace pass */
1373 png_byte pass PNG_DEPSTRUCT; /* current interlace pass (0 - 6) */
1911 PNGARG((png_structp png_ptr, int *row_offset, int pass));
3475 png_bytep row, int pass, png_uint_32 transformations)) PNG_PRIVATE;
3483 /* Grab pixels out of a row for an interlaced pass */
[all...]
/external/dropbear/libtommath/
H A Dbn.tex176 This is to help resolve as many dependencies as possible. In the last pass the symbol LTM\_LAST will be defined.
181 They can be enabled at any pass of the configuration phase.
197 Build trims are meant to be defined on the last pass of the configuration which means they are to be defined
1658 This will find a prime greater than $256^{size}$ which can be ``bbs\_style'' or not depending on $bbs$ and must pass
1666 copied from the original input. It can be used to pass RNG context data to the callback. The function
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2361 (** [PassManager.create ()] constructs a new whole-module pass pipeline. This
2368 pass pipeline over the module [m]. It does not take ownership of [m].
2376 all of the passes scheduled in the pass manager [pm]. Returns [true] if
2383 function pass manager [fpm]. Returns [true] if any of the passes modified
2389 function pass manager [fpm] over the function [f]. Returns [true] if any
2396 function pass manager [fpm]. Returns [true] if any of the passes
2401 (** Frees the memory of a pass pipeline. For function pipelines, does not free
/external/openssl/crypto/stack/
H A Dsafestack.h201 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
205 pass, passlen, oct, seq)
2422 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
2423 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
2425 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
2426 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/external/openssl/include/openssl/
H A Dsafestack.h201 #define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \
205 pass, passlen, oct, seq)
2422 #define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \
2423 SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
2425 #define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \
2426 SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
H A Dssl.h914 /* Engine to pass requests for client certs to
1842 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_subpixelvariance16x16s_neon.asm346 ;(called when speed<=8). xoffset/yoffset can only be 4 or 0, which means either by pass the filter,
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_subpixel_altivec.asm42 ;# just skip to the second pass.
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h1164 png_uint_32 num_rows; /* number of rows in current pass */
1169 png_uint_32 row_number; /* current row in interlace pass */
1187 png_byte pass; /* current interlace pass (0 - 6) */ member in struct:png_struct_def
3170 png_bytep row, int pass, png_uint_32 transformations));
3178 /* grab pixels out of a row for an interlaced pass */
3180 png_bytep row, int pass));
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm224 && !firstRequest().url().protocolInHTTPFamily() // On Tiger, always pass credentials in URL, so that they get stored even if the request gets cancelled right away.
580 d->m_pass = url.pass();
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp367 /* We have to pass the colortable explicitly, since we may have one
711 png_ptr->pass = 0;
741 /* We have to pass the colortable explicitly, since we may have one
/external/icu4c/test/cintltst/
H A Dcreststn.c39 static int32_t pass; variable
1492 log_verbose("Passed:= %d Failed= %d \n", pass, fail);
2005 ++pass;
/external/e2fsprogs/resize/
H A Dresize2fs.c76 errcode_t (*progress)(ext2_resize_t rfs, int pass,
674 * their new locations, again during this pass we can abort without
932 * outside of the block group. And we can't pass in
75 resize_fs(ext2_filsys fs, blk_t *new_size, int flags, errcode_t (*progress)(ext2_resize_t rfs, int pass, unsigned long cur, unsigned long max_val)) argument
/external/openssl/ssl/
H A Dssl.h914 /* Engine to pass requests for client certs to
1842 int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass,
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp605 String KURL::pass() const function in class:WebCore::KURL
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas257 /// a token filled with the appropriate information and pass that back.
913 /// of tokens so you have to pass in a map or array of token names (from which
1012 /// You can also just pass in a node: ID
1034 /// TODO: allow them to pass in a comparator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/icu4c/test/intltest/
H A Dtranstst.cpp1886 // Make sure @ past post context doesn't pass limit
4832 const UnicodeString& summary, UBool pass,
4834 if (pass) {
4831 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/libvorbis/doc/
H A D01-introduction.tex233 is coded in the bitstream using cascaded (multi-pass) vector

Completed in 6427 milliseconds

<<11121314