HomeSort by relevance Sort by last modified time
    Searched full:rawcount (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.c 50 static unsigned int rawcount; variable
195 if (idx >= rawcount)
197 if (rawcount == 0)
214 if (i >= rawcount)
350 if (i >= rawcount)
357 if (sym->n_numaux == 0 || i >= rawcount -1 || rawsyms[i + 1].is_sym)
442 if (idx >= rawcount)
444 if (rawcount == 0)
483 if (idx >= rawcount)
645 if (i >= rawcount)
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 410 uint16_t rawCount = electronCount * totalGain;
411 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
420 rawCount += kBlackLevel;
421 rawCount += noiseStddev * noiseSample;
423 *px++ = rawCount;
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Sensor.cpp 405 uint16_t rawCount = electronCount * totalGain;
406 rawCount = (rawCount < kMaxRawValue) ? rawCount : kMaxRawValue;
415 rawCount += kBlackLevel;
416 rawCount += noiseStddev * noiseSample;
418 *px++ = rawCount;
  /build/soong/third_party/zip/
writer.go 244 fw.rawCount = &countWriter{w: fw.comp}
329 rawCount *countWriter
341 return w.rawCount.Write(p)
359 fh.UncompressedSize64 = uint64(w.rawCount.count)
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 336 fw.rawCount = &countWriter{w: fw.comp}
406 rawCount *countWriter
418 return w.rawCount.Write(p)
434 fh.UncompressedSize64 = uint64(w.rawCount.count)
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 336 fw.rawCount = &countWriter{w: fw.comp}
406 rawCount *countWriter
418 return w.rawCount.Write(p)
434 fh.UncompressedSize64 = uint64(w.rawCount.count)
  /external/skia/src/core/
SkStream.cpp 694 size_t read(void* buffer, size_t rawCount) override {
695 size_t count = rawCount;
  /external/skqp/src/core/
SkStream.cpp 676 size_t read(void* buffer, size_t rawCount) override {
677 size_t count = rawCount;
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/archive/
zip.a 241 ??w·3?"?&?dir  headerBPlast ?fileWriter??zipw~rawCount?comp?compCount? crc32 bhash hash.go Hash32?? /Hash ~Sum"b " Reset? BlockSize Sum32?& closed????"?&??w·2?&??compressors|| comment -testHookCloseSizeOffsetsizePT???esc:0x4a&? Create?? ?~&LCreateHeader??B fh·4~&? Flush???&???w·1n?|| comp·3?SetComment??n comment·3&SetOffset??n
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/archive/
zip.a 246 ??w·3?"?&?dir  headerBPlast ?fileWriter??zipw?rawCount?comp?compCount? crc32 bhash hash.go Hash32?? /Hash ?Sum"b " Reset? BlockSize Sum32?& closed????"?&??w·2?&??compressors~ comment -testHookCloseSizeOffsetsizePT???esc:0x4a&? Create?? ??&LCreateHeader??B fh·4?&? Flush???&???w·1n?~ comp·3?SetComment??n comment·3&SetOffset??n
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/archive/
zip.a 241 ??w·3?"?&?dir  headerBPlast ?fileWriter??zipw~rawCount?comp?compCount? crc32 bhash hash.go Hash32?? /Hash ~Sum"b " Reset? BlockSize Sum32?& closed????"?&??w·2?&??compressors|| comment -testHookCloseSizeOffsetsizePT???esc:0x4a&? Create?? ?~&LCreateHeader??B fh·4~&? Flush???&???w·1n?|| comp·3?SetComment??n comment·3&SetOffset??n
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/archive/
zip.a 246 ??w·3?"?&?dir  headerBPlast ?fileWriter??zipw?rawCount?comp?compCount? crc32 bhash hash.go Hash32?? /Hash ?Sum"b " Reset? BlockSize Sum32?& closed????"?&??w·2?&??compressors~ comment -testHookCloseSizeOffsetsizePT???esc:0x4a&? Create?? ??&LCreateHeader??B fh·4?&? Flush???&???w·1n?~ comp·3?SetComment??n comment·3&SetOffset??n
    [all...]

Completed in 1001 milliseconds