/external/elfutils/libdw/ |
dwarf_getlocation.c | 115 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block, 121 struct loc_s fake = { .addr = block->data }; 132 const unsigned char *data = block->data; 133 const unsigned char *const end_data = data + block->length; 138 block of size zero. */ 145 newloc->offset = data - block->data; 332 newp->addr = block->data; 350 /* If it has a block form, it's a single location expression. */ 351 Dwarf_Block block; 352 if (INTUSE(dwarf_formblock) (attr, &block) != 0 373 Dwarf_Block block; local [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/ |
MD5.java | 43 private final byte[] block = new byte[64]; field in class:MD5 200 block[64 - space] = b; 203 transform(block, 0); 216 System.arraycopy(buff, pos, block, 64 - space, len); 226 System.arraycopy(buff, pos, block, 64 - space, space); 227 transform(block, 0);
|
/external/grub/netboot/ |
fsys_tftp.c | 40 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 || bcounter) && (block != prevblock + (unsigned short) 1) [all...] |
/external/grub/stage2/ |
fsys_ufs2.c | 210 int block, off, loc, ino = ROOTINO; local 274 block = lblkno (SUPERBLOCK, loc); 276 if ((map = block_map (block)) < 0 278 blksize (SUPERBLOCK, INODE_UFS2, block),
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 127 def print_block (block, start, end, data): 130 print " /* %s (%04X..%04X) */" % (block, start, end) 157 block = data[u][2] variable 158 (start, end) = blocks[block] 173 print_block (block, start, end, data)
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DXTFlipper.java | 73 private static void flipDXT5Block(byte[] block, int h){ 77 byte c0 = block[0]; 78 byte c1 = block[1]; 81 bb.put(block, 2, 6).flip(); 121 bb.get(block, 2, 6).flip(); 123 assert c0 == block[0] && c1 == block[1]; local 126 private static void flipDXT3Block(byte[] block, int h){ 131 byte tmp0 = block[0]; 132 byte tmp1 = block[1] [all...] |
/external/kernel-headers/original/linux/lockd/ |
xdr.h | 53 u32 block; member in struct:nlm_args
|
/external/libvorbis/lib/ |
highlevel.h | 56 highlevel_byblocktype block[4]; /* padding, impulse, transition, long */ member in struct:highlevel_encode_setup
|
/external/marisa-trie/lib/marisa/ |
bitvector.cc | 444 UInt32 block = ~blocks_[block_id]; local 445 PopCount count(block); 449 block = ~blocks_[block_id]; 450 count = PopCount(block); 457 block >>= 8; 462 block >>= 16; 466 block >>= 24; 469 return bit_id + SelectTable[i][block & 0xFF]; 528 UInt32 block = blocks_[block_id]; local 529 PopCount count(block); [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
bitvector.cc | 445 UInt32 block = ~blocks_[block_id]; local 446 PopCount count(block); 450 block = ~blocks_[block_id]; 451 count = PopCount(block); 458 block >>= 8; 463 block >>= 16; 467 block >>= 24; 470 return bit_id + SelectTable[i][block & 0xFF]; 530 UInt32 block = blocks_[block_id]; local 531 PopCount count(block); [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 43 * Insert a new block, right where builder is pointing to. 61 /* get current basic block */ 64 /* check if there's another block after this one */ 67 /* insert the new block before the next block */ 71 /* append new block after current block */ 81 * Begin a "skip" block. Inside this block we can test a condition and 82 * skip to the end of the block if the condition is false 381 LLVMBasicBlockRef block = LLVMGetInsertBlock(gallivm->builder); local [all...] |
lp_bld_type.c | 409 LLVMBasicBlockRef block; local 411 block = LLVMGetFirstBasicBlock(function); 412 while (block) { 414 instr = LLVMGetFirstInstruction(block); 420 block = LLVMGetNextBasicBlock(block);
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_context.h | 67 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/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.c | 246 struct data_block *block, *tmp; local 248 for (block = list->head->next; block; block = tmp) { 249 tmp = block->next; 250 FREE(block); 278 struct cmd_block *block = lp_scene_alloc(scene, sizeof(struct cmd_block)); local 279 if (block) { 281 bin->tail->next = block; 282 bin->tail = block; 305 struct data_block *block = MALLOC_STRUCT(data_block); local 328 const struct data_block *block; local [all...] |
lp_test_format.c | 93 LLVMBasicBlockRef block; local 112 block = LLVMAppendBasicBlockInContext(context, func, "entry"); 113 LLVMPositionBuilderAtEnd(builder, block); 160 for (i = 0; i < desc->block.height; ++i) { 161 for (j = 0; j < desc->block.width; ++j) { 245 for (i = 0; i < desc->block.height; ++i) { 246 for (j = 0; j < desc->block.width; ++j) {
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 92 struct r600_fence_block *block; local 103 /* Allocate a new block */ 104 block = CALLOC_STRUCT(r600_fence_block); 105 if (block == NULL) 108 LIST_ADD(&block->head, &rscreen->fences.blocks); 110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head); 113 fence = &block->fences[index % FENCE_BLOCK_SIZE];
|
/external/mesa3d/src/glsl/ |
lower_ubo_reference.cpp | 86 struct gl_uniform_block *block = &shader->UniformBlocks[uniform_block]; local 87 this->ubo_var = &block->Uniforms[var->location];
|
/external/mesa3d/src/mesa/main/ |
texcompress_etc_tmp.h | 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) 88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0]); 89 block->base_colors[1][0] = (int) TAG(etc1_base_color_diff_lo)(src[0]); 90 block->base_colors[0][1] = (int) TAG(etc1_base_color_diff_hi)(src[1]); 91 block->base_colors[1][1] = (int) TAG(etc1_base_color_diff_lo)(src[1]); 92 block->base_colors[0][2] = (int) TAG(etc1_base_color_diff_hi)(src[2]); 93 block->base_colors[1][2] = (int) TAG(etc1_base_color_diff_lo)(src[2]); 97 block->base_colors[0][0] = (int) TAG(etc1_base_color_ind_hi)(src[0]); 98 block->base_colors[1][0] = (int) TAG(etc1_base_color_ind_lo)(src[0]); 99 block->base_colors[0][1] = (int) TAG(etc1_base_color_ind_hi)(src[1]) 147 struct etc1_block block; local [all...] |
/external/openfst/src/extensions/ngram/ |
bitmap-index.cc | 74 // search primary index for the relevant block 76 const uint32 block = find_primary_block(bit_index + 1); local 78 if (block > 0) { 79 rembits -= primary_index_[block - 1]; 80 offset += block * kSecondaryBlockSize; 94 // search inverted primary index for relevant block 97 const uint32 block = find_inverted_primary_block(bit_index + 1); local 98 if (block > 0) { 99 remzeros -= *primary_index_inverted(primary_index_.begin() + block - 1, 101 offset += block * kSecondaryBlockSize [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosmouse.c | 229 char block[5]; local 239 block[0] = 3; 240 block[1] = osX & 0xFF; 241 block[2] = (osX >> 8) & 0xFF; 242 block[3] = osY & 0xFF; 243 block[4] = (osY >> 8) & 0xFF; 246 regs.r[1] = (int)block; 265 unsigned char block[9]; local 266 block[0] = 1; /* Define mouse cursor bounding block */ 354 Uint8 block[5]; local [all...] |
SDL_wimpvideo.c | 286 window_block[16] = 1; /* Sprite area control block pointer */ 392 int block[6]; local 394 regs.r[1] = (int)block; 396 if (block[0] == (int)this->hidden->window_handle) 408 regs.r[0] = block[0]; 409 regs.r[1] = block[1]; 410 regs.r[2] = block[2]; 411 regs.r[3] = block[3]; 412 regs.r[4] = block[4]; 413 regs.r[5] = block[5] [all...] |
/external/skia/src/core/ |
SkWriter32.cpp | 26 Block* block = fHead; local 29 SkASSERT(block); 30 // don't 'free' the first block, since it is owned by the caller 31 block = block->fNext; 33 while (block) { 34 Block* next = block->fNext; 35 sk_free(block); 56 Block* block = fTail; local 84 Block* block = fHead; local 118 Block* block = fHead; local 147 const Block* block = fHead; local 205 const Block* block = fHead; local 220 const Block* block = fHead; local [all...] |
/external/v8/src/ |
data-flow.h | 124 uint32_t block = data_[i / 32]; local 125 return (block & (1U << (i % 32))) != 0;
|
/external/valgrind/main/none/tests/ |
sha1_test.c | 82 #define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \ 83 |(rol(block->l[i],8)&0x00FF00FF)) 85 #define blk0(i) block->l[i] 89 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ 90 ^block->l[(i+2)&15]^block->l[i&15],1)) 100 /* Hash a single 512-bit block. This is the core of the algorithm. * 110 CHAR64LONG16 block[1]; \/* use array to appear as a pointer *\/ local 118 CHAR64LONG16* block = (const CHAR64LONG16*)buffer; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
sha1-internal.c | 130 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ 131 (rol(block->l[i], 8) & 0x00FF00FF)) 133 #define blk0(i) block->l[i] 135 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \ 136 block->l[(i + 8) & 15] ^ block->l[(i + 2) & 15] ^ block->l[i & 15], 1)) 169 /* Hash a single 512-bit block. This is the core of the algorithm. * 178 CHAR64LONG16* block; local [all...] |