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

  /frameworks/compile/libbcc/lib/Core/
Source.cpp 65 std::unique_ptr<llvm::MemoryBuffer> input_memory = local
68 if (input_memory == nullptr) {
74 std::move(input_memory));
98 std::unique_ptr<llvm::MemoryBuffer> input_memory(input_data.release());
100 std::move(input_memory));
  /external/libpng/contrib/libtests/
pngstest.c 555 png_voidp input_memory; member in struct:__anon13394
609 if (image->input_memory != NULL)
611 free(image->input_memory);
612 image->input_memory = NULL;
    [all...]

Completed in 55 milliseconds