HomeSort by relevance Sort by last modified time
    Searched defs:stab (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
rc5.c 35 static const ulong32 stab[50] = { variable
97 XMEMCPY(S, stab, t * sizeof(*S));
rc6.c 34 static const ulong32 stab[44] = { variable
87 XMEMCPY(S, stab, 44 * sizeof(stab[0]));
  /external/iproute2/tc/
tc_qdisc.c 36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n");
43 fprintf(stderr, "STAB_OPTIONS := ... try tc qdisc add stab help\n");
54 } stab; local
64 memset(&stab, 0, sizeof(stab));
119 } else if (matches(*argv, "stab") == 0) {
120 if (parse_size_table(&argc, &argv, &stab.szopts) < 0)
157 if (check_size_table_opts(&stab.szopts)) {
160 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0)
    [all...]

Completed in 32 milliseconds