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

<<1112131415

/external/ppp/pppd/
H A Dpppd.h339 extern struct bpf_program pass_filter; /* Filter for pkts to pass */
564 void demand_unblock __P((void)); /* set all NPs to pass packets */
662 int set_filters __P((struct bpf_program *pass, struct bpf_program *active));
/external/srec/tools/test_g2g/
H A Dtest_g2g.c360 traverse_tree( (tree_node*)node->node.pass, tree_topo, num_terminal_nodes);
/external/webkit/Tools/Scripts/
H A Dbuild-webkit346 Usage: $programName [options] [options to pass to build system]
/external/v8/src/
H A Djsregexp.h879 static bool SkipPass(int pass, bool ignore_case);
883 TextEmitPassType pass,
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_sse2.asm536 ; First-pass filter only when yoffset==0
649 ; First-pass filter only when yoffset==0
814 ; Second-pass filter only when xoffset==0
/external/icu4c/test/intltest/
H A Dcalregts.cpp2571 // In pass one, change the first day of week so that the weeks
2572 // shift in August 2001. In pass two, change the minimal days
2581 for (int32_t pass=0; pass<2; ++pass) {
2582 if (pass==0) {
2597 if (pass==0) {
H A Dusettest.cpp1390 // We test this with two passes; in the second pass we
1393 for (int32_t pass=1; pass<=2; ++pass) {
1396 if (pass==2) {
1399 // Pattern is only good for pass 1
1400 UBool isPatternValid = (pass==1);
H A Dcaltest.cpp1741 //for (int8_t pass=2; pass<=2; ++pass) {
1742 for (int8_t pass=1; pass<=2; ++pass) {
1743 switch (pass) {
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1290 begin group "module pass manager";
1296 begin group "function pass manager";
1338 suite "pass manager" test_pass_manager;
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat28 ( echo Must pass location of vcdiff.exe as script argument ^
/external/icu4c/common/
H A Duloc.cpp1145 int32_t pass = 0; local
1148 while (pass++ < 2) {
1608 * depending on the options. To specify level 1, pass in options=0.
1609 * To specify level 2, pass in options=_ULOC_CANONICALIZE.
/external/libvorbis/doc/
H A D07-floor1.tex355 Then compute the final curve in one pass:
/external/libvpx/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),
114 // Vregs that pass through MBB untouched. This set is disjoint from
118 // Vregs that must pass through MBB because they are needed by a successor
1132 // can pass through an MBB live, but may not be live every time. It is assumed
/external/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat28 ( echo Must pass location of vcdiff.exe as script argument ^
/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:__anon1192
/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/skia/src/images/
H A DSkImageDecoder_libpng.cpp368 /* We have to pass the colortable explicitly, since we may have one
717 png_ptr->pass = 0;
747 /* We have to pass the colortable explicitly, since we may have one
/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))
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex234 labels, but instead to pass the socket to manager via \verb|SCM_RIGHTS|

Completed in 5699 milliseconds

<<1112131415