Searched refs:block (Results 326 - 350 of 1527) sorted by relevance

<<11121314151617181920>>

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c53 static void nfc_hal_hci_set_next_hci_netwk_config (UINT8 block);
55 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
75 if ( (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf && (p_evt_data->nv_read.block == HC_F3_NV_BLOCK || p_evt_data->nv_read.block == HC_F4_NV_BLOCK))
76 ||(nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf && p_evt_data->nv_read.block == HC_F2_NV_BLOCK) )
78 nfc_hal_hci_handle_nv_read (p_evt_data->nv_read.block, p_evt_data->nv_read.status, p_evt_data->nv_read.size);
82 /* Invalid block or no buffer, Ignore */
83 HAL_TRACE_ERROR1 ("nfc_hal_hci_evt_hdlr: No buffer for handling read NV block: 0x%02x", p_evt_data->nv_read.block);
393 HAL_TRACE_DEBUG1 ("nfc_hal_hci_handle_hcp_pkt_from_hc (): Sent command to reset nv file for block
428 nfc_hal_hci_handle_nv_read(UINT8 block, tHAL_NFC_STATUS status, UINT16 size) argument
587 nfc_hal_hci_set_next_hci_netwk_config(UINT8 block) argument
[all...]
/external/libpcap/
H A Dgencode.c140 static struct block *root;
175 static inline struct block *new_block(int);
177 static struct block *gen_retblk(int);
180 static void backpatch(struct block *, struct block *);
181 static void merge(struct block *, struct block *);
182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
183 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32);
184 static struct block *gen_cmp_g
[all...]
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c83 nandemul_Block**block; member in struct:__anon28872
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
119 p = &ned.block[blk]->page[pg]->data[start];
141 blk = ned.block[blockNumber];
179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks );
181 if(!ned.block) return ENOMEM;
192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block))))
206 ned.block[i]->damaged = 0;
217 FREE(ned.block[i]);
219 FREE(ned.block);
534 int i, nBlocks,block; local
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css35 display: block;
50 display: block;
56 display: block;
64 display: block;
77 display: block;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_password_changed.css32 #old-password-block {
40 #password-changed-link-block {
75 #password-changed.resync #old-password-block,
76 #password-changed.resync #password-changed-link-block,
89 display: block;
/external/chromium_org/chrome/browser/resources/
H A Dfeedback.css21 display: block;
45 display: block;
66 display: inline-block;
83 display: block;
103 display: block;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css35 display: block;
50 display: block;
56 display: block;
64 display: block;
77 display: block;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c87 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
93 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
94 set_contexts(xd, pd, plane_bsize, tx_size, pd->eobs[block] > 0, aoff, loff);
97 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, argument
106 int pt; /* near block/prev token context index */
109 const int eob = pd->eobs[block];
111 const int16_t *qcoeff_ptr = BLOCK_OFFSET(pd->qcoeff, block);
121 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff);
127 get_scan(xd, tx_size, type, block, &scan, &nb);
170 static void is_skippable(int plane, int block, argument
[all...]
/external/valgrind/main/memcheck/tests/
H A Dfprw.stderr.exp9 Address 0x........ is 0 bytes inside a block of size 8 free'd
15 Address 0x........ is 0 bytes inside a block of size 8 free'd
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
27 Address 0x........ is 0 bytes inside a block of size 4 free'd
38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
H A Dholey_buffer_too_small.stderr.exp6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd
15 Address 0x........ is 0 bytes after a block of size 8 alloc'd
24 Address 0x........ is 1 bytes before a block of size 8 alloc'd
33 Address 0x........ is 0 bytes after a block of size 8 alloc'd
42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
H A Dpartial_load_ok.stderr.exp4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 4 free'd
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c86 * memory block. If KEEPALIVE is defined, blocks that are freed by
94 FT_Long size; /* < 0 if the block was freed */
230 FT_Pointer block; local
234 block = table->alloc( memory, size );
237 return block;
243 FT_Pointer block )
249 table->free( memory, block );
371 "leaked memory block at address %p, size %8ld in (%s:%ld)\n",
528 /* This block was already freed. Our memory is now completely */
532 "memory heap corrupted (allocating freed block)" );
684 FT_Byte* block; local
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c86 * memory block. If KEEPALIVE is defined, blocks that are freed by
94 FT_Long size; /* < 0 if the block was freed */
230 FT_Pointer block; local
234 block = table->alloc( memory, size );
237 return block;
243 FT_Pointer block )
249 table->free( memory, block );
367 "leaked memory block at address %p, size %8ld in (%s:%ld)\n",
523 /* This block was already freed. Our memory is now completely */
527 "memory heap corrupted (allocating freed block)" );
679 FT_Byte* block; local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java89 private Rectangle getBound(StringBlock block) { argument
90 if (block.getTextBox() != null) {
91 return block.getTextBox();
124 boolean isInvalid(StringBlock block) { argument
125 return isInvalid(block, 0);
128 boolean isInvalid(StringBlock block, float gap) { argument
134 Rectangle bound = block.getTextBox();
250 void update(StringBlock block) { argument
251 final float[] tabs = block.getTabPosition();
252 final float tabWidth = block
352 computeLineY(StringBlock block) argument
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp117 ValueVector &getValueVector(const CFGBlock *block) { argument
118 return vals[block->getBlockID()];
123 bool updateValueVectorWithScratch(const CFGBlock *block);
133 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, argument
137 return getValueVector(block)[idx.getValue()];
157 static void printVector(const CFGBlock *block, ValueVector &bv, argument
159 llvm::errs() << block->getBlockID() << " :";
180 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { argument
181 ValueVector &dst = getValueVector(block);
186 printVector(block, scratc
227 enqueueSuccessors(const clang::CFGBlock *block) argument
436 const CFGBlock *block; member in class:__anon15167::TransferFunctions
443 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler &handler) argument
728 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler &handler) argument
842 const CFGBlock *block = *BI; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c276 x->quantize_b(&x->block[i], &x->e_mbd.block[i]);
279 x->quantize_b(&x->block[24], &x->e_mbd.block[24]);
289 x->quantize_b(&x->block[i], &x->e_mbd.block[i]);
298 x->quantize_b(&x->block[i], &x->e_mbd.block[i]);
661 x->e_mbd.block[i].dequant = xd->dequant_y1;
663 x->e_mbd.block[
[all...]
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c210 int block[4]; \
233 block[0] = flags_in; \
234 block[1] = g_val; \
235 block[2] = (int)(long)&e_val; \
236 block[3] = 0; \
247 : : "r"(&block[0]) : "eax","ebx","cc","memory" \
254 e_val, block[3] & CC_MASK) ); \
298 int block[3]; \
319 block[0] = flags_in; \
320 block[
563 UChar* block; local
[all...]
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_commands_overlay.css10 display: inline-block;
37 display: inline-block;
44 display: inline-block;
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
H A Dpopup.css24 display: inline-block;
33 display: block;
48 display: block;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp_unittest.cc292 char block[kBlockSize]; local
296 rcvd = remote_.Recv(block, sizeof(block));
298 recv_stream_.Write(block, rcvd, NULL, NULL);
307 char block[kBlockSize]; local
310 if (send_stream_.Read(block, sizeof(block), &tosend, NULL) !=
312 sent = local_.Send(block, tosend);
411 char block[kBlockSize]; local
415 rcvd = receiver_->Recv(block, sizeo
426 char block[kBlockSize]; local
526 char block[kBlockSize]; local
554 char block[kBlockSize]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_context.h67 rbug_block_t block; member in struct:rbug_proto_context_draw_block
92 rbug_block_t block; member in struct:rbug_proto_context_draw_rule
128 rbug_block_t block; member in struct:rbug_proto_context_draw_blocked
140 rbug_block_t block,
159 rbug_block_t block,
187 rbug_block_t block,
/external/chromium_org/v8/src/
H A Dhydrogen-infer-representation.cc128 HBasicBlock* block = graph()->blocks()->at(i); local
129 const ZoneList<HPhi*>* phis = block->phis();
134 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
150 HBasicBlock* block = graph()->blocks()->at(i); local
151 const ZoneList<HPhi*>* phis = block->phis();
158 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java34 * block and the now-unused blocks are deleted. These identical blocks
55 * a hash. In particular, hash the contents of each block and only
65 // For each non-deleted block...
70 // doomed block
124 * @param a {@code non-null;} a block to compare
125 * @param b {@code non-null;} another block to compare
133 * Combines blocks proven identical into one alpha block, re-writing
135 * to the alpha block instead.
137 * @param alphaLabel block that will replace all the beta block
164 replaceSucc(BasicBlock block, int oldLabel, int newLabel) argument
[all...]
/external/markdown/markdown/extensions/
H A Dheaderid.py80 # Detect a header at start of any line in block
92 def test(self, parent, block):
93 return bool(self.RE.search(block))
96 block = blocks.pop(0)
97 m = self.RE.search(block)
99 before = block[:m.start()] # All lines before header
100 after = block[m.end():] # All lines after header
102 # As the header was not the first line of the block and the
104 # recursively parse this lines as a block.
118 # Insert remaining lines as first block fo
[all...]
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.h67 rbug_block_t block; member in struct:rbug_proto_context_draw_block
92 rbug_block_t block; member in struct:rbug_proto_context_draw_rule
128 rbug_block_t block; member in struct:rbug_proto_context_draw_blocked
140 rbug_block_t block,
159 rbug_block_t block,
187 rbug_block_t block,

Completed in 5116 milliseconds

<<11121314151617181920>>