Searched defs:pass (Results 226 - 250 of 281) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1888 // Make sure @ past post context doesn't pass limit
4844 const UnicodeString& summary, UBool pass,
4846 if (pass) {
4843 expectAux(const UnicodeString& tag, const UnicodeString& summary, UBool pass, const UnicodeString& expectedResult) argument
/external/libedit/src/
H A Dreadline.c1696 struct passwd *pass = NULL; local
1708 (pass = getpwent()) != NULL
1709 && text[0] == pass->pw_name[0]
1710 && strcmp(text, pass->pw_name) == 0)
1713 if (pass == NULL) {
1717 return strdup(pass->pw_name);
/external/libusb/libusb/os/
H A Dwindows_winusb.c1294 unsigned int nb_guids, pass, i, j, ancestor; local
1333 for (pass = 0; ((pass < nb_guids) && (r == LIBUSB_SUCCESS)); pass++) {
1337 usbi_dbg("#### PROCESSING %ss %s", passname[(pass <= HID_PASS) ? pass : (HID_PASS + 1)],
1338 (pass != GEN_PASS) ? guid_to_string(guid[pass]) : "");
1353 if ((pass == HCD_PASS) && (i == UINT8_MAX)) {
1358 if (pass !
4119 int iface, pass, r; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c49 // Use this macro to turn on/off use of alt-refs in one-pass vbr mode.
324 void vp9_rc_init(const VP9EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { argument
327 if (pass == 0 && oxcf->rc_mode == VPX_CBR) {
434 } else if (cpi->oxcf.pass == 2) {
460 } else if (cpi->oxcf.pass == 2) {
597 if (cpi->oxcf.enable_auto_arf && cpi->oxcf.pass == 0 &&
757 // not first frame of one pass and kf_boost is set
910 // not first frame of one pass and kf_boost is set
1248 if (cpi->oxcf.pass == 0) {
1324 if (cpi->oxcf.pass
[all...]
H A Dvp9_encoder.h163 int pass; member in struct:VP9EncoderConfig
207 // two pass datarate control
208 int two_pass_vbrbias; // two pass datarate control tweaks
535 // Default value is 1. From first pass stats, encode_breakout may be disabled.
853 return cpi->use_svc && cpi->oxcf.pass != 0;
857 return (cpi->use_svc && cpi->oxcf.pass == 0);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_intrin_sse2.c190 int pass; local
240 // first pass are transposed so that the same column code can be reused. The
241 // results of the second pass are also transposed so that the rows (processed
243 for (pass = 0; pass < 2; pass++) {
244 // To store results of each pass before the transpose.
/external/libvpx/libvpx/
H A Dvpxenc.c144 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)");
146 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name");
149 ARG_DEF(NULL, "fpmbf", 1, "First pass block statistics file name");
906 global->pass = arg_parse_uint(&arg);
908 if (global->pass < 1 || global->pass > 2)
909 die("Error: Invalid pass selected (%d)\n", global->pass);
962 if (global->pass) {
963 /* DWIM: Assume the user meant passes=2 if pass
1484 setup_pass(struct stream_state *stream, struct VpxEncoderConfig *global, int pass) argument
1871 int pass; local
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1285 struct radv_render_pass *pass,
1290 if (pass->attachment_count == 0) {
1296 pass->attachment_count *
1304 for (uint32_t i = 0; i < pass->attachment_count; ++i) {
1305 struct radv_render_pass_attachment *att = &pass->attachments[i];
1464 cmd_buffer->state.pass = radv_render_pass_from_handle(pBeginInfo->pInheritanceInfo->renderPass);
1467 &cmd_buffer->state.pass->subpasses[pBeginInfo->pInheritanceInfo->subpass];
1469 radv_cmd_state_setup_attachments(cmd_buffer, cmd_buffer->state.pass, NULL);
1908 RADV_FROM_HANDLE(radv_render_pass, pass, pRenderPassBegin->renderPass);
1915 cmd_buffer->state.pass
1284 radv_cmd_state_setup_attachments(struct radv_cmd_buffer *cmd_buffer, struct radv_render_pass *pass, const VkRenderPassBeginInfo *info) argument
[all...]
H A Dradv_private.h208 /* Whenever we generate an error, pass it through this function. Useful for
421 VkRenderPass pass; member in struct:radv_meta_state::__anon14567
436 VkRenderPass pass; member in struct:radv_meta_state::__anon14570
442 VkRenderPass pass; member in struct:radv_meta_state::__anon14571
677 struct radv_render_pass * pass; member in struct:radv_cmd_state
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h141 unsigned pass:8; member in struct:svga_depth_stencil_state::__anon15514
/external/opencv/cv/src/
H A Dcvhaar.cpp1133 int pass, stage_offset = 0; local
1182 for( pass = 0; pass < npass; pass++ )
1198 if( pass == 0 )
1218 if( pass < npass - 1 )
1235 if( pass == npass - 1 )
/external/openssh/
H A Dssh-keygen.c280 char *pass; local
289 pass = xstrdup(identity_passphrase);
291 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN);
292 r = sshkey_load_private(filename, pass, &prv, NULL);
293 explicit_bzero(pass, strlen(pass));
294 free(pass);
/external/ppp/pppd/
H A Dsys-linux.c1331 * set_filters - set the active and pass filters in the kernel driver.
1333 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1337 fp.len = pass->bf_len;
1338 fp.filter = (struct sock_filter *) pass->bf_insns;
1343 error("Couldn't set pass-filter in kernel: %m");
2265 * sifup - Config the interface up and enable IP packets to pass.
2810 * are removed and the device is no longer able to pass IPX
/external/selinux/checkpolicy/
H A Dpolicy_define.c62 unsigned int pass; variable
86 pass = pass_number;
156 if (pass == 2) {
220 if (pass == 1)
254 if (pass == 2) {
292 if (pass == 2) {
368 if (pass == 1) {
400 if (pass == 1) {
432 if (pass == 1) {
464 if (pass
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c52 enum cil_pass pass; member in struct:cil_args_resolve
3354 enum cil_pass pass = 0; local
3362 pass = args->pass;
3363 switch (pass) {
3632 enum cil_pass pass = args->pass; local
3688 if (pass != CIL_PASS_TIF && pass != CIL_PASS_MACRO) {
3695 if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (pass > CIL_PASS_BLKAB
3838 enum cil_pass pass = CIL_PASS_TIF; local
[all...]
H A Dcil_binary.c68 int pass; member in struct:cil_args_binary
3611 int pass; local
3622 pass = args->pass;
3634 switch (pass) {
4913 extra_args.pass = i;
/external/stressapptest/src/
H A Dworker.cc1235 "but no miscompares found on second pass.\n",
1379 "but no miscompares found on second pass.\n",
1630 tag[sec].pass = pass_ & 0xff;
1720 tag[badsec].pass = 27;
1735 (tag[sec].pass != (pass_ & 0xff))) {
1742 else if (tag[sec].pass != (pass_ & 0xff))
1752 logprintf(5, "Sector Error: Sector tag @ 0x%x, pass %d/%d. "
1755 (pass_ & 0xff), (unsigned int)tag[sec].pass,
2439 // This thread does not evaluate pass/fail or software error.
3298 // just pass i
3518 bool pass = true; local
[all...]
/external/vulkan-validation-layers/demos/
H A Dcube.cpp1475 bool const pass = memory_type_from_properties( local
1480 VERIFY(pass);
1530 auto const pass = memory_type_from_properties( local
1533 VERIFY(pass);
1873 auto pass = local
1876 VERIFY(pass == true);
H A Dcube.c1110 bool U_ASSERT_ONLY pass; local
1126 pass = memory_type_from_properties(demo, mem_reqs.memoryTypeBits,
1129 assert(pass);
1237 bool U_ASSERT_ONLY pass; local
1274 pass = memory_type_from_properties(demo, mem_reqs.memoryTypeBits,
1277 assert(pass);
1462 bool U_ASSERT_ONLY pass; local
1497 pass = memory_type_from_properties(
1501 assert(pass);
2965 NULL, // If specific features are required, pass the
[all...]
/external/vulkan-validation-layers/layers/
H A Dcore_validation_types.h305 uint32_t pass; member in struct:DAGNode
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1604 register int pass; local
1710 for (pass = 1; pass <= 2; ++pass) {
1721 if (pass == 1) {
1881 if (pass == 1)
1924 if (pass == 1)
/external/libpng/contrib/tools/
H A Dpngfix.c1480 int pass; local
1484 for (pass=0; pass<=6; ++pass)
1486 png_uint_32 pw = PNG_PASS_COLS(file->width, pass);
1498 /* Add row_bytes * pass-height to the file image_bytes field
1502 PNG_PASS_ROWS(file->height, pass));
1515 /* As above, but use image_width in place of the pass width: */
2927 /* First pass: */
3053 * the code will always read ahead exactly 8 bytes and pass thi
3624 int pass; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h435 /* Experimental code for lagged and one pass */
453 int pass; member in struct:VP8_COMP
507 // GF update for 1 pass cbr.
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c3938 /* Make a pass over 'ents'. For each tyent, inspect the target of any
3964 /* Make a pass over 'ents', building a dictionary of TyEnts as we go.
4038 /* If a commoning pass and a substitution pass both make fewer than
4059 above (a commoning pass followed by a substitution pass), but
4085 /* Make a pass through the (temporary) variables array. Examine the
4488 Int pass; local
4561 /* Do an initial pass to scan the .debug_types section, if any, and
4603 /* Perform three DIE-reading passes. The first pass read
[all...]
/external/ImageMagick/coders/
H A Dpng.c1937 pass,
3192 for (pass=0; pass < num_passes; pass++)
3213 if (pass < num_passes-1)
3294 status=SetImageProgress(image,LoadImageTag,pass,num_passes);
3303 for (pass=0; pass < num_passes; pass++)
3341 if (pass < num_passe
1930 pass, local
7919 pass; local
[all...]

Completed in 1613 milliseconds

1234567891011>>