HomeSort by relevance Sort by last modified time
    Searched refs:offs1 (Results 1 - 2 of 2) sorted by null

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 381 $offs1 = $totalcont;
418 print "first kb should start at $offs1\n";
424 $offs += &print_uint32($offs1);
425 print "kb offs: $offs1, offs=$offs\n";
428 $offs1 += $kb->{size} + $kb->{fill};
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 664 const int offs1 = localOffs-2 < 0 ? ((localOffs+workGroupSize-2)%workGroupSize) : ((localOffs-2)%workGroupSize);
665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1);
    [all...]

Completed in 224 milliseconds