Searched refs:out_buf (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSHProjection.cpp | 128 int32_t* out_buf) { in SparseLshProjection() argument 139 *out_buf++ = hash_signature; in SparseLshProjection() 141 *out_buf++ = hash_signature + i * (1 << num_bits); in SparseLshProjection() 148 const RunTimeOperandInfo* weight, int32_t* out_buf) { in DenseLshProjection() argument 155 *out_buf++ = bit; in DenseLshProjection() 164 int32_t* out_buf = reinterpret_cast<int32_t*>(output_->buffer); in Eval() local 168 DenseLshProjection<T>(hash_, input_, weight_, out_buf); in Eval() 172 SparseLshProjection<T>(type_, hash_, input_, weight_, out_buf); in Eval()
|
/frameworks/av/media/libstagefright/flac/dec/test/ |
D | FlacDecoderTest.cpp | 147 void *out_buf = malloc(outSize); in processFlacDecoder() local 148 if (!out_buf) { in processFlacDecoder() 156 status_t decoderErr = mFLACDecoder->decodeOneFrame((uint8_t *)data, size, out_buf, in processFlacDecoder() 164 if (out_buf) { in processFlacDecoder() 165 free(out_buf); in processFlacDecoder() 166 out_buf = nullptr; in processFlacDecoder() 170 ostrm.write(reinterpret_cast<char *>(out_buf), outSize); in processFlacDecoder() 171 free(out_buf); in processFlacDecoder() 172 out_buf = nullptr; in processFlacDecoder()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | getelementptr.ll | 32 ; CHECK: %out_buf.gep = getelementptr inbounds %RsExpandKernelDriverInfoPfx, %RsExpandKernelDriverI… 33 ; CHECK: load i8*, i8** %out_buf.gep 46 ; CHECK: %out_buf.gep = getelementptr inbounds %RsExpandKernelDriverInfoPfx, %RsExpandKernelDriverI… 47 ; CHECK: load i8*, i8** %out_buf.gep
|
D | tbaa.ll | 21 ; CHECK: NoAlias: %0 = load {{.*}}, i8** %out_buf.gep, !tbaa {{.*}} <-> store i32 %call.resul…
|