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

  /external/skia/src/sfnt/
SkTTCFHeader.h 28 SK_OT_ULONG numOffsets;
29 //SK_OT_ULONG offset[numOffsets]
  /frameworks/native/opengl/tools/glgen/src/
JFunc.java 128 int numOffsets = 0;
132 ++numOffsets;
142 if (numOffsets > 1) {
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 206 // numOffsets The number of offsets in offsetEncoding
208 func (w *huffmanBitWriter) generateCodegen(numLiterals int, numOffsets int, litEnc, offEnc *huffmanEncoder) {
223 cgnl = codegen[numLiterals : numLiterals+numOffsets]
227 codegen[numLiterals+numOffsets] = badCode
365 // numOffsets The number of offsets specified in codegen
367 func (w *huffmanBitWriter) writeDynamicHeader(numLiterals int, numOffsets int, numCodegens int, isEof bool) {
377 w.writeBits(int32(numOffsets-1), 5)
448 numLiterals, numOffsets := w.indexTokens(tokens)
461 for offsetCode := 4; offsetCode < numOffsets; offsetCode++ {
478 w.generateCodegen(numLiterals, numOffsets, w.literalEncoding, w.offsetEncoding
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 206 // numOffsets The number of offsets in offsetEncoding
208 func (w *huffmanBitWriter) generateCodegen(numLiterals int, numOffsets int, litEnc, offEnc *huffmanEncoder) {
223 cgnl = codegen[numLiterals : numLiterals+numOffsets]
227 codegen[numLiterals+numOffsets] = badCode
365 // numOffsets The number of offsets specified in codegen
367 func (w *huffmanBitWriter) writeDynamicHeader(numLiterals int, numOffsets int, numCodegens int, isEof bool) {
377 w.writeBits(int32(numOffsets-1), 5)
448 numLiterals, numOffsets := w.indexTokens(tokens)
461 for offsetCode := 4; offsetCode < numOffsets; offsetCode++ {
478 w.generateCodegen(numLiterals, numOffsets, w.literalEncoding, w.offsetEncoding
    [all...]
  /external/lz4/examples/
dictionaryRandomAccess.c 130 int numOffsets;
134 read_int(inpFp, &numOffsets);
135 if (numOffsets <= endBlock) { exit(3); }
136 seek_bin(inpFp, -4 * (numOffsets + 1), SEEK_END);
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 775 int32_t numOffsets;
800 if (!foundError && offsindx >= testPtr->numOffsets) {
810 if (!foundError && offsindx < testPtr->numOffsets) {
817 if (!foundError && offsindx >= testPtr->numOffsets) {
827 if (!foundError && offsindx < testPtr->numOffsets) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 321 int addUsedOffsets(int binding, int offset, int numOffsets);
linkValidate.cpp 699 int TIntermediate::addUsedOffsets(int binding, int offset, int numOffsets)
702 TRange offsetRange(offset, offset + numOffsets - 1);
    [all...]
ParseHelper.cpp     [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 381 ttcfHeader->numOffsets = SkEndian_SwapBE32(ttcCount);
480 static void transform_offsets(SkScalar* stopOffsets, const int numOffsets,
492 for (int i = 0; i < numOffsets; ++i) {
498 for (int i = 0; i < numOffsets; ++i) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 1069 milliseconds