cetnost 33 main.c pole[i].cetnost = 0; cetnost 76 main.c pole[buffer[i]].cetnost++; // Inkrement poctu vyskytu tohoo znaku cetnost 87 main.c if (pole[8 * j + i].cetnost == 0) cetnost 90 main.c g_print("\t%d", pole[8 * j + i].cetnost); cetnost 109 main.c gint cetnost = 0; cetnost 112 main.c if (pole[i].cetnost > cetnost) cetnost 113 main.c cetnost = pole[i].cetnost; cetnost 117 main.c g_print("Maximalni cetnost: %d\n", cetnost); cetnost 120 main.c return cetnost; cetnost 136 main.c if (pole[i].cetnost != 0 && pole[i].cetnost <= nejmensi_cetnost && pole[i].spoj == -1) { cetnost 138 main.c nejmensi_cetnost = pole[i].cetnost; cetnost 158 main.c if (pole[i].cetnost > nejvetsi_cetnost) { cetnost 160 main.c nejvetsi_cetnost = pole[i].cetnost; cetnost 184 main.c while (pole[nejmensi].cetnost < pocet_znaku) { cetnost 194 main.c pole[dalsi_uzel].cetnost = pole[pole[dalsi_uzel].vetev1].cetnost + pole[pole[dalsi_uzel].vetev2].cetnost; cetnost 197 main.c g_print("Uzel %d[%d] spojuje uzly %d[%d] a %d[%d]\n", dalsi_uzel, pole[dalsi_uzel].cetnost, pole[dalsi_uzel].vetev1, pole[pole[dalsi_uzel].vetev1].cetnost, pole[dalsi_uzel].vetev2, pole[pole[dalsi_uzel].vetev2].cetnost); cetnost 205 main.c if (pole[i].cetnost != 0) { cetnost 301 main.c if (pole[i].cetnost > 0) { cetnost 303 main.c buffer[znaku_v_tabulce * 5 + 2] = (guchar) ((pole[i].cetnost >> 24) & 0x000000ff); cetnost 304 main.c buffer[znaku_v_tabulce * 5 + 3] = (guchar) ((pole[i].cetnost >> 16) & 0x000000ff); cetnost 305 main.c buffer[znaku_v_tabulce * 5 + 4] = (guchar) ((pole[i].cetnost >> 8) & 0x000000ff); cetnost 306 main.c buffer[znaku_v_tabulce * 5 + 5] = (guchar) ((pole[i].cetnost >> 0) & 0x000000ff); cetnost 411 main.c pole[buffer[5 * i + 1]].cetnost = (((gint) buffer[5 * i + 2]) << 24) & 0xff000000; cetnost 412 main.c pole[buffer[5 * i + 1]].cetnost |= (((gint) buffer[5 * i + 3]) << 16) & 0x00ff0000; cetnost 413 main.c pole[buffer[5 * i + 1]].cetnost |= (((gint) buffer[5 * i + 4]) << 8) & 0x0000ff00; cetnost 414 main.c pole[buffer[5 * i + 1]].cetnost |= (((gint) buffer[5 * i + 5]) << 0) & 0x000000ff; cetnost 415 main.c pocet_znaku += pole[buffer[5 * i + 1]].cetnost; cetnost 30 main.h gint cetnost; /**< Cetnost vyskytu uzlu */