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

  /external/llvm/include/llvm/CodeGen/
MachORelocation.h 33 int32_t r_value; // the value the item to be relocated is referring member in class:llvm::MachORelocation
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachORelocation.h 33 int32_t r_value; // the value the item to be relocated is referring member in class:llvm::MachORelocation
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachORelocation.h 33 int32_t r_value; // the value the item to be relocated is referring member in class:llvm::MachORelocation
44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; }
51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {}
  /external/ltp/testcases/kernel/syscalls/bind/
bind02.c 78 int sockfd, r_value; local
96 r_value = bind(sockfd, (struct sockaddr *)&servaddr, sizeof(servaddr));
97 if (r_value) {
101 tst_resm(TFAIL, "incorrect error, %d", r_value);
  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_readerwriter.c 113 int r_value = 1; local
121 if (-1 == sem_init(&r_lock, shared, r_value)) {
  /external/tensorflow/tensorflow/python/kernel_tests/
critical_section_test.py 54 r_value = self.evaluate(r)
56 sorted(r_value))
89 r_value = self.evaluate(r)
92 sorted(r_value))
94 self.assertAllClose([0] * num_concurrent, r_value)
functional_ops_test.py 83 r_value = self.evaluate(r)
85 self.assertAllEqual(22, r_value[0])
86 self.assertAllEqual(20, r_value[1])
145 r_value = self.evaluate(r)
147 self.assertAllEqual(22, r_value[0])
148 self.assertAllEqual(20, r_value[1])
231 r_value = self.evaluate(r)
233 self.assertAllEqual([1.0, 2.0, 6.0, 24.0, 120.0, 720.0], r_value[0])
234 self.assertAllEqual([1.0, -2.0, 6.0, -24.0, 120.0, -720.0], r_value[1])
250 r_value = self.evaluate(r
    [all...]
  /external/elfutils/libdw/
cfi.c 121 #define register_rule(regno, r_rule, r_value) do { \
125 fs->regs[regno].value = (r_value); \
  /external/tensorflow/tensorflow/python/ops/
variables.py     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 1848 uint32_t r_value, pair_r_value, r_type; local
2016 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 566 const uint32_t r_value = (r_scattered ? local
596 outs() << format("True 0x%08x", (unsigned int)r_value);
631 (unsigned int)r_value);
2251 uint32_t r_value, pair_r_value, r_type; local
2438 uint32_t r_value, pair_r_value, r_type, r_length, other_half; local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 929 int32_t r_value; member in struct:llvm::MachO::scattered_relocation_info
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
MachO.h 954 int32_t r_value; member in struct:llvm::MachO::scattered_relocation_info
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 937 int32_t r_value; member in struct:llvm::MachO::scattered_relocation_info
    [all...]

Completed in 3268 milliseconds