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

1234567891011>>

/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);
H A Dnfa_nv_ci.h100 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...]
H A Dexpanddir.c37 char *block; local
50 retval = ext2fs_new_dir_block(fs, 0, 0, &block);
56 retval = ext2fs_write_dir_block(fs, new_blk, block);
58 retval = ext2fs_get_mem(fs->blocksize, &block);
63 memset(block, 0, fs->blocksize);
64 retval = io_channel_write_blk(fs->io, new_blk, 1, block);
70 ext2fs_free_mem(&block);
112 * Update the size and block count fields in the inode.
H A Dext2_io.h39 unsigned long block,
46 unsigned long block,
72 errcode_t (*read_blk)(io_channel channel, unsigned long block,
74 errcode_t (*write_blk)(io_channel channel, unsigned long block,
82 errcode_t (*read_blk64)(io_channel channel, unsigned long long block,
84 errcode_t (*write_blk64)(io_channel channel, unsigned long long block,
110 unsigned long long block,
113 unsigned long long block,
127 (unsigned long block, int count, errcode_t err);
129 (unsigned long block, in
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
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/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;
/external/clang/test/Index/
H A Dcomplete-type-factors.m20 void (^block)(enum Color, int);
21 block(c, 17);
98 // CHECK-CC6: VarDecl:{ResultType void (^)(enum Color, int)}{TypedText block} (34)
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_done.c30 if ((state->buflen > (int)sizeof(state->block)) || (state->buflen < 0) ||
31 (state->block_len > (int)sizeof(state->block)) || (state->buflen > state->block_len)) {
41 state->checksum[x] ^= state->block[x] ^ state->Lr[x];
46 state->checksum[x] ^= state->block[x];
/external/grub/netboot/
H A Dfsys_tftp.c40 static unsigned short block, prevblock; variable
63 timeout = rfc2131_sleep_interval (block ? TFTP_REXMT : TIMEOUT, retry);
73 if (! block && retry++ < MAX_TFTP_RETRIES)
87 if (block && ((retry += TFTP_REXMT) < TFTP_TIMEOUT))
187 block = tp.u.ack.block = 0;
205 block = ntohs (tp.u.ack.block = tr->u.data.block);
211 if ((block || bcounte
[all...]
/external/libvorbis/lib/
H A Dhighlevel.h56 highlevel_byblocktype block[4]; /* padding, impulse, transition, long */ member in struct:highlevel_encode_setup
/external/openssl/crypto/modes/
H A Dofb128.c64 * 128bit block we have used is contained in *num;
69 block128_f block)
90 (*block)(ivec, ivec, key);
100 (*block)(ivec, ivec, key);
113 (*block)(ivec, ivec, key);
66 CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, block128_f block) argument
/external/stressapptest/src/
H A Ddisk_blocks.h32 // Data about a block written to disk so that it can be verified later.
48 int64 addr_; // address of first sector in block
49 int64 size_; // size of block
51 bool initialized_; // flag indicating the block was written on disk
68 // Get a random block from the list. Only returns if a element
77 // Return a new block in a unused address.
79 // Remove block from structure (called by write threads)
80 int RemoveBlock(BlockData *block);
81 // Release block to be erased (called by random threads)
82 int ReleaseBlock(BlockData *block);
92 BlockData *block; member in struct:DiskBlockTable::StorageData
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c71 nandemul_Block**block; member in struct:__anon16061
100 blk = ned.block[blockNumber];
138 ned.block = YMALLOC(sizeof(nandemul_Block*) * nBlocks );
140 if(!ned.block) return YAFFS_FAIL;
151 if(!(blk = ned.block[i] = YMALLOC(sizeof(nandemul_Block))))
165 ned.block[i]->damaged = 0;
176 YFREE(ned.block[i]);
178 YFREE(ned.block);
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[bl
[all...]
/external/chromium/net/spdy/
H A Dspdy_protocol.h441 uint16 type = ntohs(block()->control_.type_);
447 return ntohs(block()->control_.version_) & kVersionMask;
456 uint16 type = ntohs(block()->control_.type_);
466 // Returns true if this control frame is of a type that has a header block,
476 // The size of the 'Number of Name/Value pairs' field in a Name/Value block.
479 // The size of the 'Length of a name' field in a Name/Value block.
482 // The size of the 'Length of a value' field in a Name/Value block.
486 const struct SpdyFrameBlock* block() const { function in class:spdy::SpdyControlFrame
503 return ntohl(block()->stream_id_) & kStreamIdMask;
511 return ntohl(block()
536 const struct SpdySynStreamControlFrameBlock* block() const { function in class:spdy::SpdySynStreamControlFrame
573 const struct SpdySynReplyControlFrameBlock* block() const { function in class:spdy::SpdySynReplyControlFrame
614 const struct SpdyRstStreamControlFrameBlock* block() const { function in class:spdy::SpdyRstStreamControlFrame
650 const struct SpdySettingsControlFrameBlock* block() const { function in class:spdy::SpdySettingsControlFrame
685 const struct SpdyPingControlFrameBlock* block() const { function in class:spdy::SpdyPingControlFrame
710 const struct SpdyGoAwayControlFrameBlock* block() const { function in class:spdy::SpdyGoAwayControlFrame
748 const struct SpdyHeadersControlFrameBlock* block() const { function in class:spdy::SpdyHeadersControlFrame
785 const struct SpdyWindowUpdateControlFrameBlock* block() const { function in class:spdy::SpdyWindowUpdateControlFrame
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCTSBlockCipher.java9 * A Cipher Text Stealing (CTS) mode cipher. CTS allows block ciphers to
18 * Create a buffered block cipher that uses Cipher Text Stealing
20 * @param cipher the underlying block cipher this buffering object wraps.
75 * process a single byte, producing an output block if neccessary.
175 * Process the last block in the buffer.
177 * @param out the array the block currently being held is copied into.
199 byte[] block = new byte[blockSize];
203 cipher.processBlock(buf, 0, block, 0);
207 throw new DataLengthException("need at least one block of input for CTS");
212 buf[i] = block[
[all...]

Completed in 1394 milliseconds

1234567891011>>