Home
last modified time | relevance | path

Searched defs:ptr0 (Results 1 – 10 of 10) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DBT4.java132 int ptr0 = (cyclicPos << 1) + 1; in getMatches() local
190 int ptr0 = (cyclicPos << 1) + 1; in skip() local
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java181 int ptr0 = (_cyclicBufferPos << 1) + 1; in GetMatches() local
290 int ptr0 = (_cyclicBufferPos << 1) + 1; in Skip() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlattice_neon.c28 int32_t* ptr0, // Sample buffer in WebRtcIsacfix_FilterMaLoopNeon()
Dlattice_mips.c130 int32_t* ptr0, // Sample buffer in WebRtcIsacfix_FilterMaLoopMIPS()
Dlattice.c58 int32_t* ptr0, // Sample buffer in WebRtcIsacfix_FilterMaLoopC()
/external/lz4/lib/
Dlz4opt.h98 U16 *ptr0, *ptr1, delta0, delta1; in LZ4HC_BinTree_InsertAndGetAllMatches() local
/external/lzma/C/
DLzFind.c392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1() local
446 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec() local
DLzFindMt.c245 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpecN() local
/external/clang/test/CodeGenCXX/
Dmember-function-pointers.cpp203 void (C::*ptr0)() = &A::foo; variable
/external/libmojo/mojo/public/cpp/bindings/tests/
Dassociated_interface_unittest.cc179 AssociatedInterfacePtr<IntegerSender> ptr0; in TEST_F() local