Home
last modified time | relevance | path

Searched defs:bytes_needed (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/sandbox/win/src/sidestep/
Dpreamble_patcher_with_stub.cpp56 size_t* bytes_needed) { in RawPatchWithStub()
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpairingsession.cc156 size_t bytes_needed = nonce_length / encoder_->symbols_per_byte(); in DoOutputPairing() local
/external/flac/libFLAC/
Dmd5.c493 const size_t bytes_needed = (size_t)channels * (size_t)samples * (size_t)bytes_per_sample; in FLAC__MD5Accumulate() local
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5386 int32_t rules_length, target_cap, bytes_needed, buff_size; in TestJitterbug981() local
5444 int32_t target_cap, bytes_needed, numNeeded = 0; in TestJitterbug1293() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3834 intptr_t bytes_needed = alignment - mod; in align() local