HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 251 - 275 of 2088) sorted by null

<<11121314151617181920>>

  /external/libxcam/modules/ocl/
cl_demo_handler.h 51 create_cl_binary_demo_image_handler (const SmartPtr<CLContext> &context, const uint8_t *binary, size_t size);
  /external/python/cpython3/Python/
traceback.c 188 PyObject *binary; local
246 binary = _PyObject_CallMethodId(io, &PyId_open, "ss", namebuf, "rb");
247 if (binary != NULL) {
248 result = binary;
271 PyObject *binary; local
286 binary = _PyObject_CallMethodId(io, &PyId_open, "Os", filename, "rb");
288 if (binary == NULL) {
291 binary = _Py_FindSourceFile(filename, buf, sizeof(buf), io);
292 if (binary == NULL) {
299 fd = PyObject_AsFileDescriptor(binary);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode_test.go 8 "encoding/binary"
45 inst, err := Decode(code, binary.BigEndian)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode_test.go 8 "encoding/binary"
45 inst, err := Decode(code, binary.BigEndian)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
markv.h 17 // uses various bit reduction techiniques to reduce the size of the binary.
64 // Encodes the given SPIR-V binary to MARK-V binary.
74 // Decodes a SPIR-V binary from the given MARK-V binary.
84 // Destroys MARK-V binary created by spvSpirvToMarkv().
85 void spvMarkvBinaryDestroy(spv_markv_binary binary);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
binary.cpp 15 #include "binary.h"
34 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary,
37 if (!binary->code) return SPV_ERROR_INVALID_BINARY;
38 if (binary->wordCount < SPV_INDEX_INSTRUCTION)
43 pHeader->magic = spvFixWord(binary->code[SPV_INDEX_MAGIC_NUMBER], endian);
44 pHeader->version = spvFixWord(binary->code[SPV_INDEX_VERSION_NUMBER], endian);
46 spvFixWord(binary->code[SPV_INDEX_GENERATOR_NUMBER], endian);
47 pHeader->bound = spvFixWord(binary->code[SPV_INDEX_BOUND], endian);
48 pHeader->schema = spvFixWord(binary->code[SPV_INDEX_SCHEMA], endian);
49 pHeader->instructions = &binary->code[SPV_INDEX_INSTRUCTION]
    [all...]
  /system/extras/libfec/test/
test_read.cpp 46 ofstream output(argv[2], ios::binary | ios::trunc);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
tlspic.s 6 ! Main binary, PIC
  /toolchain/binutils/binutils-2.27/libiberty/
pex-djgpp.c 84 const char *name, int binary)
86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT));
93 const char *name, int binary, int append)
101 | (binary ? O_BINARY : O_TEXT)),
  /build/make/core/
aux_executable.mk 39 # binary name, because it's used to set the "soname" in the binary.
47 # variables from LOCAL_BUILT_MODULE. This tells binary.make to explicitly
53 include $(BUILD_SYSTEM)/binary.mk
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
RunBinToolFromBuildDir 14 echo BaseTools C Tool binary was not found \($TOOL_BASENAME\)
  /external/curl/docs/cmdline-opts/
interface.d 14 On Linux it can be used to specify a VRF, but the binary needs to either
proxy-user.d 8 If you use a Windows SSPI-enabled curl binary and do either Negotiate or NTLM
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 8 (* Install standard binary operators.
  /external/ltp/testcases/network/rpc/rpc-tirpc/
rpc_test.sh 43 sprog - server program binary
44 clprog - client program binary
  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.hpp 63 const std::string &log = {}) : binary(m), opts(opts), log(log) {}
68 module binary; member in struct:clover::program::build
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 7 :: Note that if you use the binary package of nanopb, the protoc
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 8 (* Install standard binary operators.
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
plotDetection.m 7 %DATfile: The file containing the detection values in binary float format.
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
39 binary = 'clang-format' variable
41 binary = vim.eval('g:clang_format_path') variable
94 command = [binary, '-style', style, '-cursor', str(cursor)]

Completed in 1583 milliseconds

<<11121314151617181920>>