HomeSort by relevance Sort by last modified time
    Searched refs:binary_size (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
libspirv.cpp 65 bool SpirvTools::Disassemble(const uint32_t* binary, const size_t binary_size,
68 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size,
82 const size_t binary_size) const {
83 return spvValidateBinary(impl_->context, binary, binary_size, nullptr) ==
87 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size,
89 spv_const_binary_t the_binary{binary, binary_size};
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.hpp 105 // |binary_size| specifies the number of words in |binary|.
106 bool Disassemble(const uint32_t* binary, size_t binary_size,
114 // |binary_size| specifies the number of words in |binary|.
115 bool Validate(const uint32_t* binary, size_t binary_size) const;
117 bool Validate(const uint32_t* binary, size_t binary_size,
  /external/llvm/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
YAML.h 73 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
YAML.h 82 ArrayRef<uint8_t>::size_type binary_size() const { function in class:llvm::yaml::BinaryRef
  /external/llvm/lib/ObjectYAML/
YAML.cpp 53 if (binary_size() == 0)
  /external/libxcam/modules/ocl/
cl_kernel.h 108 size_t *binary_size = NULL,
cl_context.cpp 313 uint8_t **gen_binary, size_t *binary_size,
371 if (gen_binary != NULL && binary_size != NULL) {
372 error_code = clGetProgramInfo (program.id, CL_PROGRAM_BINARY_SIZES, sizeof (size_t) * 1, binary_size, NULL);
377 *gen_binary = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * (*binary_size));
cl_context.h 92 size_t *binary_size,
cl_kernel.cpp 235 uint8_t **gen_binary, size_t *binary_size,
261 gen_binary, binary_size,
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 184 if (S.SectionData.binary_size() > 0) {
187 S.Header.SizeOfRawData = S.SectionData.binary_size();
458 assert(S.Header.SizeOfRawData >= S.SectionData.binary_size());
459 OS << num_zeros(S.Header.SizeOfRawData - S.SectionData.binary_size());
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 9 chromium/src/tools/binary_size/run_binary_size_analysis.py. Main changes:
24 "key": {"source_type": "binary_size"},
121 # https://code.google.com/p/chromium/codesearch#chromium/src/tools/binary_size/template/D3SymbolTreeMap.js&l=74
331 'key': {'source_type': 'binary_size'},
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 9 chromium/src/tools/binary_size/run_binary_size_analysis.py. Main changes:
24 "key": {"source_type": "binary_size"},
121 # https://code.google.com/p/chromium/codesearch#chromium/src/tools/binary_size/template/D3SymbolTreeMap.js&l=74
331 'key': {'source_type': 'binary_size'},

Completed in 894 milliseconds

1 2