HomeSort by: relevance | last modified time | path
    Searched refs:sTable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ipf/dist/perl/
plog 300 my $sTable = 0; # Generate source table.
329 $sTable = 1;
408 $dTable = $sTable = 1 unless ($dTable || $sTable);
411 push (@dirs, 's') if ($sTable);
644 &countPacket ($src, 's', $dest, $proto, $count, "$sport:$dport:$if:$act", @flags) if ($sTable);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 398 is that they must remain stable between versions of the Unicode Standard.
2886 sort!((a,b) => a.a < b.a, SwapStrategy.stable)(ivals);
2887 // what follows is a variation on stable remove
7783 import std.internal.unicode_tables : sTable = simpleCaseTable; // generated file
7853 idx = idx - sTable[idx].n;
7854 idx2 = idx2 - sTable[idx2].n;
7858 diff = sTable[idx].ch - sTable[idx2].ch;
7861 diff = sTable[idx - sTable[idx].n].ch - rhs
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 12221 ** have been stable for decades, (b) the values are part of POSIX and
26869 ShellText sTable;
26882 initText(&sTable);
26883 appendText(&sTable, zTable, quoteChar(zTable));
26889 appendText(&sTable, "(", 0);
26890 appendText(&sTable, azCol[0], 0);
26892 appendText(&sTable, ",", 0);
26893 appendText(&sTable, azCol[i], quoteChar(azCol[i]));
26895 appendText(&sTable, ")", 0);
26931 freeText(&sTable);
    [all...]

Completed in 35 milliseconds