Searched refs:matched (Results 1 - 25 of 262) sorted by relevance

1234567891011

/xsrc/external/mit/brotli/dist/c/enc/
H A Dfind_match_length.h24 size_t matched = 0; local in function:FindMatchLengthWithLimit
28 BROTLI_UNALIGNED_LOAD64LE(s1 + matched))) {
30 matched += 8;
33 BROTLI_UNALIGNED_LOAD64LE(s1 + matched);
35 matched += matching_bits >> 3;
36 return matched;
41 if (BROTLI_PREDICT_TRUE(s1[matched] == *s2)) {
43 ++matched;
45 return matched;
48 return matched;
[all...]
H A Dcompress_fragment.c563 size_t matched = 5 + FindMatchLengthWithLimit( local in function:BrotliCompressFragmentFastImpl
567 ip += matched;
568 BROTLI_DCHECK(0 == memcmp(base, candidate, matched));
594 EmitCopyLenLastDistance(matched, cmd_depth, cmd_bits, cmd_histo,
623 size_t matched = 5 + FindMatchLengthWithLimit( local in function:BrotliCompressFragmentFastImpl
626 ip += matched;
628 BROTLI_DCHECK(0 == memcmp(base, candidate, matched));
629 EmitCopyLen(matched, cmd_depth, cmd_bits, cmd_histo,
H A Dcompress_fragment_two_pass.c325 size_t matched = min_match + FindMatchLengthWithLimit( local in function:CreateCommands
330 ip += matched;
331 BROTLI_DCHECK(0 == memcmp(base, candidate, matched));
342 EmitCopyLenLastDistance(matched, commands);
390 size_t matched = min_match + FindMatchLengthWithLimit( local in function:CreateCommands
393 ip += matched;
395 BROTLI_DCHECK(0 == memcmp(base, candidate, matched));
396 EmitCopyLen(matched, commands);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_error_decode.c405 int matched; local in function:read_data_file
477 matched = sscanf(line, "%08x : %08x", &offset, &value);
478 if (matched != 2) {
484 matched = sscanf(line, "PCI ID: 0x%04x\n", &reg);
485 if (matched == 0)
486 matched = sscanf(line, " PCI ID: 0x%04x\n", &reg);
487 if (matched == 0) {
490 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);
492 if (matched == 1) {
506 matched
[all...]
H A Derror2aub.c317 int matched = sscanf(line, "PCI ID: 0x%04x\n", &pci_id); local in function:main
318 fail_if(!matched, "Invalid error state file!\n");
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_error_decode.c413 int matched; local in function:read_data_file
490 matched = sscanf(line, "%08x : %08x", &offset, &value);
491 if (matched != 2) {
497 matched = sscanf(line, "PCI ID: 0x%04x\n", &reg);
498 if (matched == 0)
499 matched = sscanf(line, " PCI ID: 0x%04x\n", &reg);
500 if (matched == 0) {
503 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", &reg);
505 if (matched == 1) {
519 matched
[all...]
H A Derror2aub.c305 int matched = sscanf(line, "PCI ID: 0x%04x\n", &pci_id); local in function:main
306 fail_if(!matched, "Invalid error state file!\n");
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_debug.h50 bool matched; /* whether the wave is used by a currently-bound shader */ member in struct:ac_wave_info
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_debug.h54 bool matched; /* whether the wave is used by a currently-bound shader */ member in struct:ac_wave_info
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglconfig.c449 EGLBoolean matched = EGL_TRUE; local in function:_eglMatchConfig
465 matched = EGL_FALSE;
469 matched = EGL_FALSE;
473 matched = EGL_FALSE;
483 if (!matched) {
496 return matched;
743 /* get the number of matched configs */
755 /* get the matched configs */
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglconfig.c449 EGLBoolean matched = EGL_TRUE; local in function:_eglMatchConfig
465 matched = EGL_FALSE;
469 matched = EGL_FALSE;
473 matched = EGL_FALSE;
483 if (!matched) {
496 return matched;
740 /* get the number of matched configs */
752 /* get the matched configs */
/xsrc/external/mit/ctwm/dist/
H A Dicons.c1375 * it matched in **pattern.
1382 Matchtype matched = match_none; local in function:LookupIconNameOrClass
1387 matched = match_list;
1390 if(matched == match_none) {
1394 matched = match_list;
1398 if(matched == match_none) {
1403 matched = match_list;
1408 icon->match = matched;
H A Devent_handlers.c710 bool matched = false; local in function:HandleKeyPress
716 matched = true;
722 matched = true;
736 matched = true;
740 if(matched) {
1026 bool matched = false; local in function:HandleKeyPress
1033 matched = true;
1043 if(!matched) {
1047 matched = true;
1058 if(!matched) {
[all...]
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dsun_mouse.c278 int matched; member in struct:reltoabs_match
320 matchptr -> matched = 1;
324 matchptr -> matched = 2;
362 reltoabs_match.matched = 0;
374 return (reltoabs_match.matched != 0);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_search.c409 bool matched = true; local in function:match_expression
413 matched = false;
418 return matched;
638 printf("matched: ");
661 * so we can remove it. The rest of the matched expression, however, we
/xsrc/external/mit/MesaLib.old/dist/scripts/
H A Dget_reviewer.pl834 is matched.
1730 be matched to its commit author and that commits signers with blame.
1778 my $matched = 0;
1790 $matched = 1;
1794 $matched = 1;
1796 if (!$matched) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c443 int matched = sscanf(const_str, "const[%d] {%f, %f, %f, %f}", index, local in function:parse_constant
445 return matched == 5;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_debug.c434 waves->matched = true;
466 if (waves[i].matched)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c443 int matched = sscanf(const_str, "const[%d] {%f, %f, %f, %f}", index, local in function:parse_constant
445 return matched == 5;
/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c279 int matched = sscanf(selection, "%x:%x", &vendor_id, &device_id); local in function:device_select_find_explicit_default
280 if (matched != 2)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c438 bool matched = true; local in function:match_expression
446 matched = false;
451 return matched;
732 fprintf(stderr, "matched: ");
/xsrc/external/mit/twm/dist/src/
H A Devents.c616 int matched = FALSE; local in function:HandleKeyPress
624 matched = TRUE;
632 if (!matched)
638 matched = TRUE;
647 if (!matched)
653 matched = TRUE;
660 if (matched)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.c356 waves->matched = true;
388 if (waves[i].matched)
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc566 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); local in function:testing::internal::DeathTestImpl::Passed
567 if (matched) {
/xsrc/external/mit/xauth/dist/
H A Dprocess.c1314 Bool matched = False; local in function:iterdpy
1322 matched = True;
1331 if (matched == False) {

Completed in 35 milliseconds

1234567891011