Searched refs:block (Results 101 - 125 of 929) sorted by relevance

1234567891011>>

/external/openssl/crypto/engine/
H A Denginetest.c97 ENGINE *block[512]; local
122 memset(block, 0, 512 * sizeof(ENGINE *));
226 if(((block[loop] = ENGINE_new()) == NULL) ||
227 !ENGINE_set_id(block[loop], id) ||
228 !ENGINE_set_name(block[loop], name))
230 printf("Couldn't create block of ENGINE structures.\n"
237 if(!ENGINE_add(block[loop]))
240 loop, ENGINE_get_id(block[loop]),
241 ENGINE_get_name(block[loop]));
261 OPENSSL_free((void *)ENGINE_get_id(block[loo
[all...]
/external/valgrind/main/helgrind/tests/
H A Dannotate_hbefore.c95 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local
105 : /*in*/ "S"(&block[0])
108 assert(block[3] == 0 || block[3] == 1);
109 return block[3] & 1;
118 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local
130 : /*in*/ "S"(&block[0])
133 assert(block[3] == 0 || block[3] == 1);
134 return block[
144 UWord block[2] = { (UWord)addr, nyu }; local
[all...]
/external/valgrind/main/none/tests/x86/
H A Dbt_everything.c147 UChar* block; local
153 block = calloc(200,1);
154 block += 100;
162 case 0: c = btsl_mem(block, bitoff); break;
163 case 1: c = btrl_mem(block, bitoff); break;
164 case 2: c = btcl_mem(block, bitoff); break;
165 case 3: c = btl_mem(block, bitoff); break;
172 block -= 100;
175 UChar ch = block[n];
176 /* printf("%d ", (int)block[
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFrame.cpp152 WKFrameGetResourceDataBlock block = (WKFrameGetResourceDataBlock)context; local
153 block(data, error);
154 Block_release(block);
157 void WKFrameGetMainResourceData_b(WKFrameRef frameRef, WKFrameGetResourceDataBlock block) argument
159 WKFrameGetMainResourceData(frameRef, callGetResourceDataBlockAndDispose, Block_copy(block));
162 void WKFrameGetResourceData_b(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataBlock block) argument
164 WKFrameGetResourceData(frameRef, resourceURL, callGetResourceDataBlockAndDispose, Block_copy(block));
176 WKFrameGetWebArchiveBlock block = (WKFrameGetWebArchiveBlock)context; local
177 block(archiveData, error);
178 Block_release(block);
181 WKFrameGetWebArchive_b(WKFrameRef frameRef, WKFrameGetWebArchiveBlock block) argument
[all...]
/external/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java27 * the blocks of a particular method. Each block has a corresponding
32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
40 * final instruction) of each basic block (indexed by basic block
47 * @param method {@code non-null;} the method to have block addresses for
61 * Gets the instance for the start of the given block.
63 * @param block {
66 getStart(BasicBlock block) argument
86 getLast(BasicBlock block) argument
108 getEnd(BasicBlock block) argument
[all...]
H A DStdCatchBuilder.java41 /** {@code non-null;} block output order */
44 /** {@code non-null;} address objects for each block */
52 * @param order {@code non-null;} block output order
53 * @param addresses {@code non-null;} address objects for each block
85 BasicBlock block = blocks.get(i);
86 TypeList catches = block.getLastInsn().getCatches();
102 BasicBlock block = blocks.get(i);
103 TypeList catches = block.getLastInsn().getCatches();
118 * @param order {@code non-null;} block output order
119 * @param addresses {@code non-null;} address objects for each block
216 handlersFor(BasicBlock block, BlockAddresses addresses) argument
[all...]
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.cpp44 void MarkedBlock::destroy(MarkedBlock* block) argument
46 for (size_t i = block->firstAtom(); i < block->m_endAtom; i += block->m_atomsPerCell)
47 reinterpret_cast<JSCell*>(&block->atoms()[i])->~JSCell();
48 block->m_allocation.deallocate();
/external/webkit/Source/WebCore/rendering/
H A DRenderArena.cpp81 void* block = ::malloc(debugHeaderSize + size); local
82 RenderArenaDebugHeader* header = static_cast<RenderArenaDebugHeader*>(block);
86 return static_cast<char*>(block) + debugHeaderSize;
118 void* block = static_cast<char*>(ptr) - debugHeaderSize; local
119 RenderArenaDebugHeader* header = static_cast<RenderArenaDebugHeader*>(block);
124 ::free(block);
/external/icu4c/common/
H A Dutrie.c83 /* preallocate and reset the first data block (block index 0) */
87 /* preallocate and reset the first block (number 0) and Latin-1 (U+0000..U+00ff) after that */
93 /* do this at least for trie->index[0] even if that block is only partly used for Latin-1 */
190 * @return -1 if no new data block available (out of memory in data array)
203 /* allocate a new data block */
211 /* copy-on-write for a block from a setRange() */
221 int32_t block; local
228 block=utrie_getDataBlock(trie, c);
229 if(block<
239 int32_t block; local
261 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
289 int32_t block, rest, repeatBlock; local
377 int32_t block, i; local
408 int32_t indexLength, block; local
562 int32_t block; local
937 uint16_t block; local
1064 int32_t l, i, j, block, prevBlock, nullBlock, offset; local
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_nv_co.h85 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
105 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_nv_co.h85 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
105 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_nv_co.h88 NFC_API extern void nfa_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block);
108 NFC_API extern void nfa_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block);
/external/markdown/markdown/extensions/
H A Ddef_list.py31 def test(self, parent, block):
32 return bool(self.RE.search(block))
35 block = blocks.pop(0)
36 m = self.RE.search(block)
37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
38 d, theRest = self.detab(block[m.end():])
82 def create_item(parent, block):
83 """ Create a new dd and parse the block with it as the parent. """
85 self.parser.parseBlocks(dd, [block])
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dbase64.c106 unsigned char dtable[256], *out, *pos, in[4], block[4], tmp; local
135 block[count] = tmp;
138 *pos++ = (block[0] << 2) | (block[1] >> 4);
139 *pos++ = (block[1] << 4) | (block[2] >> 2);
140 *pos++ = (block[2] << 6) | block[3];
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/wpa_supplicant_8/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbase64.c100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
131 block[count] = tmp;
134 *pos++ = (block[0] << 2) | (block[1] >> 4);
135 *pos++ = (block[1] << 4) | (block[2] >> 2);
136 *pos++ = (block[2] << 6) | block[3];
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c2 * bmap.c --- logical to physical block mapping
31 blk_t block, blk_t *phys_blk);
133 char *block_buf, int bmap_flags, blk64_t block,
167 retval = ext2fs_extent_set_bmap(handle, block,
171 retval = ext2fs_extent_goto(handle, block);
181 offset = block - extent.e_lblk;
182 if (block >= extent.e_lblk && (offset <= extent.e_len)) {
192 retval = ext2fs_extent_set_bmap(handle, block,
214 if (block < EXT2_NDIR_BLOCKS) {
217 inode_bmap(inode, block)
132 ext2fs_bmap2(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk64_t block, int *ret_flags, blk64_t *phys_blk) argument
320 ext2fs_bmap(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, int bmap_flags, blk_t block, blk_t *phys_blk) argument
[all...]
/external/eigen/test/
H A Dblock.cpp13 template<typename MatrixType> void block(const MatrixType& m) function
46 // check nested block xpr on lhs
55 //check block()
58 RowVectorType br1(m1.block(r1,0,1,cols));
59 VectorType bc1(m1.block(0,c1,rows,1));
60 VERIFY_IS_EQUAL(b1, m1.block(r1,c1,1,1));
63 //check operator(), both constant and non-constant, on block()
64 m1.block(r1,c1,r2-r1+1,c2-c1+1) = s1 * m2.block(0, 0, r2-r1+1,c2-c1+1);
65 m1.block(r
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetters.java18 private StringBlock block; field in class:Letters
26 this.block = bound;
77 BitmapCharacter ellipsis = font.getCharSet().getCharacter(block.getEllipsisChar());
82 l.update(block);
84 if (l.isInvalid(block)) {
85 switch (block.getLineWrapMode()) {
109 blank.update(block);
117 while (cursor.isInvalid(block, ellipsisWidth) && !cursor.isLineStart()) {
121 cursor.update(block);
125 cursor.update(block);
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3Tree.g114 block
141 : ^(('='|'+=') ID block)
154 | ^('~' block optionsSpec?)
169 /** Matches ENBF blocks (and token sets via block rule) */
171 : ^(SYNPRED block)
172 | ^(OPTIONAL block)
173 | ^(CLOSURE block)
174 | ^(POSITIVE_CLOSURE block)
176 | block
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css11 display: block;
21 display: block;
H A Dtile_page.css13 display: inline-block;
26 display: inline-block;
/external/clang/test/CodeGen/
H A Dblockstret.c65 const char *getBlockSignature(void *block) { argument
66 struct block_layout_abi *layout = (struct block_layout_abi *)block;
74 int usesStruct(void *block) { argument
75 struct block_layout_abi *layout = (struct block_layout_abi *)block;

Completed in 685 milliseconds

1234567891011>>