HomeSort by: relevance | last modified time | path
    Searched defs:expected_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/lvm2/dist/tools/
vgchange.c 61 int count = 0, expected_count = 0; local
83 expected_count++;
107 if (expected_count)
112 return (expected_count != count) ? ECMD_FAILED : ECMD_PROCESSED;
vgchange.c 61 int count = 0, expected_count = 0; local
83 expected_count++;
107 if (expected_count)
112 return (expected_count != count) ? ECMD_FAILED : ECMD_PROCESSED;
  /src/sys/external/bsd/drm/dist/shared-core/
r300_cmdbuf.c 589 int expected_count; local
594 expected_count = cmd[1] >> 16;
596 expected_count = (expected_count+1)/2;
598 if (count && count != expected_count) {
600 count, expected_count);
641 if (cmd[3] != expected_count) {
643 cmd[3], expected_count);
r300_cmdbuf.c 589 int expected_count; local
594 expected_count = cmd[1] >> 16;
596 expected_count = (expected_count+1)/2;
598 if (count && count != expected_count) {
600 count, expected_count);
641 if (cmd[3] != expected_count) {
643 cmd[3], expected_count);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-sh.c 560 unsigned int expected_count = local
565 for (count = 1; count < expected_count; count++)
571 if (count == expected_count)
574 /* The count of backslashes is > 0 and < expected_count, therefore the
582 if (!open_singlequote && count > (expected_count >> 1))
624 if (count == expected_count - 1)
627 /* Some of the count values < expected_count - 1 are
631 && count >= (expected_count >> 2))
640 if (count >= (expected_count >> 1))
652 to get one backslash in the end is (expected_count >> 1) + 1. *
    [all...]
x-sh.c 560 unsigned int expected_count = local
565 for (count = 1; count < expected_count; count++)
571 if (count == expected_count)
574 /* The count of backslashes is > 0 and < expected_count, therefore the
582 if (!open_singlequote && count > (expected_count >> 1))
624 if (count == expected_count - 1)
627 /* Some of the count values < expected_count - 1 are
631 && count >= (expected_count >> 2))
640 if (count >= (expected_count >> 1))
652 to get one backslash in the end is (expected_count >> 1) + 1. *
    [all...]
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 1243 size_t expected_count, actual_count, i, j; local
1262 expected_count = i;
1263 if (expected_count) {
1264 expected = calloc(expected_count, sizeof(*expected));
1306 for (i = 0; i < expected_count; ++i) {
1320 for (i = 0; i < expected_count; ++i) {
1335 for (i = 0; i < expected_count; ++i) {
1350 for (i = 0; i < expected_count; ++i)
test_main.c 1243 size_t expected_count, actual_count, i, j; local
1262 expected_count = i;
1263 if (expected_count) {
1264 expected = calloc(expected_count, sizeof(*expected));
1306 for (i = 0; i < expected_count; ++i) {
1320 for (i = 0; i < expected_count; ++i) {
1335 for (i = 0; i < expected_count; ++i) {
1350 for (i = 0; i < expected_count; ++i)

Completed in 54 milliseconds