HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 151 - 175 of 1844) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/kernels/
compare_and_bitpack_op_gpu.cu.cc 46 const T* block = input + 8 * i; local
48 ((((ldg(block) > thresh) << 7)) | (((ldg(block + 1) > thresh) << 6)) |
49 (((ldg(block + 2) > thresh) << 5)) |
50 (((ldg(block + 3) > thresh) << 4)) |
51 (((ldg(block + 4) > thresh) << 3)) |
52 (((ldg(block + 5) > thresh) << 2)) |
53 (((ldg(block + 6) > thresh) << 1)) | (((ldg(block + 7) > thresh))));
63 // threads work on one block and use the ballot instruction to th
66 const int64 block = ldg(reinterpret_cast<const int64*>(input + 8 * i)); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-dce.cc 52 HBasicBlock* block = graph()->blocks()->at(i); local
53 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
57 for (int j = 0; j < block->phis()->length(); j++) {
58 HPhi* phi = block->phis()->at(j);
72 HBasicBlock* block = graph()->blocks()->at(i); local
73 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
84 for (int j = 0; j < block->phis()->length(); j++) {
85 HPhi* phi = block->phis()->at(j);
97 HBasicBlock* block = phi->block(); local
    [all...]
hydrogen-mark-unreachable.cc 20 HBasicBlock* block = blocks->at(i); local
21 if (!block->IsReachable()) continue;
22 bool is_reachable = blocks->at(0) == block;
23 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
25 // A block is reachable if one of its predecessors is reachable,
27 // block or has a control flow instruction for which the next block
33 if (!known_pred_succ || pred_succ == block) {
38 if (block->is_osr_entry()) {
43 block->MarkUnreachable()
    [all...]
hydrogen-store-elimination.cc 15 // Performs a block-by-block local analysis for removable stores.
34 HBasicBlock* block = graph()->blocks()->at(i); local
35 if (!block->IsReachable()) continue;
36 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
  /external/valgrind/memcheck/tests/
err_disable4.c 28 char* block = NULL; variable
46 usechar( block[5] );
80 block = malloc(10);
81 free(block);
  /external/valgrind/none/tests/amd64/
bug127521-64.c 17 ULong block[6]; local
20 block[0] = rdxIn;
21 block[1] = raxIn;
22 block[2] = rcxIn;
23 block[3] = rbxIn;
24 block[4] = (ULong)&mem[0];
25 block[5] = ~(0ULL);
40 : /*in*/ "r"(&block[0])
43 *rdxOut = block[0];
44 *raxOut = block[1]
70 ULong block[6]; local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_gx.c 11 double block[2]; local
12 block[0] = x;
18 : /*in*/ "b" (&block[0])
21 return block[1];
26 double block[2]; local
27 block[0] = x;
33 : /*in*/ "b" (&block[0])
36 return block[1];
41 double block[2]; local
42 block[0] = x
57 double block[2]; local
    [all...]
  /external/vboot_reference/host/lib/
host_keyblock.c 29 /* Allocate key block */
89 /* Allocate key block */
132 /* Read a key block from a .keyblock file. Caller owns the returned
138 VbKeyBlockHeader* block; local
141 block = (VbKeyBlockHeader*)ReadFile(filename, &file_size);
142 if (!block) {
143 VBDEBUG(("Error reading key block file: %s\n", filename));
147 /* Verify the hash of the key block, since we can do that without
149 if (0 != KeyBlockVerify(block, file_size, NULL, 1)) {
150 VBDEBUG(("Invalid key block file: %s\n", filename))
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
dlrr.cc 19 // DLRR Report Block (RFC 3611).
24 // | BT=5 | reserved | block length |
27 // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ block
33 // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ block
41 LOG(LS_WARNING) << "Invalid size for dlrr block.";
67 // Create block header.
91 SubBlock block; local
92 block.ssrc = ssrc;
93 block.last_rr = last_rr;
94 block.delay_since_last_rr = delay_last_rr
    [all...]
dlrr_unittest.cc 52 const Dlrr::SubBlock& block = dlrr.sub_blocks().front(); local
53 EXPECT_EQ(kSsrc, block.ssrc);
54 EXPECT_EQ(kLastRR, block.last_rr);
55 EXPECT_EQ(kDelay, block.delay_since_last_rr);
  /external/webrtc/webrtc/video/
report_block_stats.cc 36 RTCPReportBlock block; local
37 block.cumulativeLost = rtcp_stats.cumulative_lost;
38 block.fractionLost = rtcp_stats.fraction_lost;
39 block.extendedHighSeqNum = rtcp_stats.extended_max_sequence_number;
40 block.jitter = rtcp_stats.jitter;
41 block.remoteSSRC = remote_ssrc;
42 block.sourceSSRC = source_ssrc;
46 block, &num_sequence_numbers, &num_lost_sequence_numbers);
70 // Fraction lost since previous report block.
82 // Get diff with previous report block
    [all...]
  /frameworks/base/libs/androidfw/tests/
BenchmarkHelpers.cpp 48 ssize_t block = table.getResource(resid, &value, false /*may_be_bag*/, 0u /*density*/, &flags, local
50 table.resolveReference(&value, block, &last_ref, &flags, &selected_config);
  /frameworks/base/tools/aapt/
AaptXml.cpp 119 ssize_t block = resTable.resolveReference(&value, 0); local
120 if (block < 0) {
135 const char16_t* str = resTable.valueToString(&value, static_cast<size_t>(block), NULL, &len);
  /libcore/luni/src/main/java/libcore/util/
RecoverySystem.java 37 * in the PCKS7 block must match
42 PKCS7 block = new PKCS7(blockStream); local
46 X509Certificate[] certificates = block.getCertificates();
53 SignerInfo[] signerInfos = block.getSignerInfos();
71 SignerInfo verifyResult = block.verify(signerInfo, contentStream);
  /libcore/ojluni/src/main/java/java/nio/channels/
MembershipKey.java 48 * system supports source filtering, then the {@link #block block} and {@link
49 * #unblock unblock} methods can be used to block or unblock multicast datagrams
99 * Block multicast datagrams from the given source address.
110 * The source address to block
125 public abstract MembershipKey block(InetAddress source) throws IOException; method in class:MembershipKey
129 * previously blocked using the {@link #block(InetAddress) block} method.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
block.h 5 ** block.h **
48 * this structure contains the informations of a statement block. It may happen
52 * to save time and memory by trying to find these blocks itself. The block
63 CloogStatement * statement ; /**< The list of statements in the block. */
66 int depth ; /**< Original block depth (outer loop number).*/
81 { CloogBlock * block ; /**< An element of the list. */ member in struct:cloogblocklist
110 CloogBlock * cloog_block_copy(CloogBlock * block) ;
loop.h 51 * block, the stride is 1 (i.e. there is no stride), block is necessarily not
71 CloogBlock * block ; /**< The included statement block, NULL if none.*/ member in struct:cloogloop
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go 37 ls.err(fwd.Label.Pos(), "goto %s jumps into block starting at %s", name, l.parent.start)
58 parent *block // block containing this label declaration
63 type block struct { type
64 parent *block // immediately enclosing block, or nil
65 start src.Pos // start of block
66 lstmt *LabeledStmt // labeled statement associated with this block, or nil
73 // declare declares the label introduced by s in block b and returns
76 func (ls *labelScope) declare(b *block, s *LabeledStmt) *label
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go 37 ls.err(fwd.Label.Pos(), "goto %s jumps into block starting at %s", name, l.parent.start)
58 parent *block // block containing this label declaration
63 type block struct { type
64 parent *block // immediately enclosing block, or nil
65 start src.Pos // start of block
66 lstmt *LabeledStmt // labeled statement associated with this block, or nil
73 // declare declares the label introduced by s in block b and returns
76 func (ls *labelScope) declare(b *block, s *LabeledStmt) *label
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 103 void block(void) { errx(EXIT_FAILURE, "%s", no_block + 2); } function
117 block(void) function
126 * Record truncation can cross block boundaries. If currently in a
161 * input block.
179 * block, it's a truncation.
  /system/netd/libnetdutils/
MemBlockTest.cpp 49 void checkArbitraryMemBlock(const MemBlock& block, size_t expectedSize) {
50 Slice slice = block.get();
93 MemBlock block(makeArbitraryMemBlock(DNS_PACKET_SIZE));
94 ASSERT_NO_FATAL_FAILURE(checkArbitraryMemBlock(block, DNS_PACKET_SIZE));
98 MemBlock block = makeArbitraryMemBlock(DNS_PACKET_SIZE); local
99 ASSERT_NO_FATAL_FAILURE(checkArbitraryMemBlock(block, DNS_PACKET_SIZE));
105 MemBlock block; local
106 EXPECT_TRUE(block.get().empty());
107 EXPECT_EQ(nullptr, block.get().base());
116 block = std::move(block2)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHandlerThread.java 53 mStarted.block();
110 mIdle.block();
  /art/libdexfile/dex/
compact_offset_table.cc 42 const uint8_t* block = data_begin_ + offset; local
43 uint16_t bit_mask = *block;
44 ++block;
45 bit_mask = (bit_mask << kBitsPerByte) | *block;
46 ++block;
57 current_offset += DecodeUnsignedLeb128(&block);
94 // Write the offset of the block for each block.
97 // Block size of up to kElementsPerIndex
  /device/google/contexthub/lib/nanohub/
nanoapp.c 73 uint32_t block; local
83 block = fread(dst + total, 1, grow, f);
84 total += block;
85 } while (block == grow);
  /external/capstone/windows/
winkernel_mm.c 38 CS_WINKERNEL_MEMBLOCK *block = NULL; local
45 block = (CS_WINKERNEL_MEMBLOCK *)ExAllocatePoolWithTag(
47 if (!block) {
50 block->size = size;
52 return block->data;

Completed in 626 milliseconds

1 2 3 4 5 67 8 91011>>