| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | find_match_length.h | 24 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 D | compress_fragment.c | 563 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 D | compress_fragment_two_pass.c | 325 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 D | aubinator_error_decode.c | 405 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", ®); 485 if (matched == 0) 486 matched = sscanf(line, " PCI ID: 0x%04x\n", ®); 487 if (matched == 0) { 490 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", ®); 492 if (matched == 1) { 506 matched [all...] |
| H A D | error2aub.c | 317 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 D | aubinator_error_decode.c | 413 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", ®); 498 if (matched == 0) 499 matched = sscanf(line, " PCI ID: 0x%04x\n", ®); 500 if (matched == 0) { 503 matched = sscanf(pci_id_start, "PCI ID: 0x%04x\n", ®); 505 if (matched == 1) { 519 matched [all...] |
| H A D | error2aub.c | 305 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 D | ac_debug.h | 50 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 D | ac_debug.h | 54 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 D | eglconfig.c | 449 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 D | eglconfig.c | 449 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 D | icons.c | 1375 * 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 D | event_handlers.c | 710 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 D | sun_mouse.c | 278 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 D | nir_search.c | 409 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 D | get_reviewer.pl | 834 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 D | rc_test_helpers.c | 443 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 D | radv_debug.c | 434 waves->matched = true; 466 if (waves[i].matched)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| H A D | rc_test_helpers.c | 443 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 D | device_select_layer.c | 279 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 D | nir_search.c | 438 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 D | events.c | 616 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 D | radv_debug.c | 356 waves->matched = true; 388 if (waves[i].matched)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 566 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 D | process.c | 1314 Bool matched = False; local in function:iterdpy 1322 matched = True; 1331 if (matched == False) {
|