/external/chromium_org/third_party/smhasher/src/ |
Bitvec.cpp | 122 uint32_t getbit ( const void * block, int len, uint32_t bit ) 124 uint8_t * b = (uint8_t*)block; 134 uint32_t getbit_wrap ( const void * block, int len, uint32_t bit ) 136 uint8_t * b = (uint8_t*)block; 146 void setbit ( void * block, int len, uint32_t bit ) 148 uint8_t * b = (uint8_t*)block; 156 void setbit ( void * block, int len, uint32_t bit, uint32_t val ) 158 val ? setbit(block,len,bit) : clearbit(block,len,bit); 161 void clearbit ( void * block, int len, uint32_t bit [all...] |
/external/jpeg/ |
jcphuff.c | 384 JBLOCKROW block; local 398 block = MCU_data[blkn]; 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); 472 JBLOCKROW block; local 482 /* Encode the MCU data block */ 483 block = MCU_data[0]; 490 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) { 577 JBLOCKROW block; local 589 block = MCU_data[blkn]; 592 temp = (*block)[0] 628 JBLOCKROW block; local [all...] |
/external/libvpx/armv7a/ |
vp8_rtcd.h | 19 struct block; 277 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 280 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 281 void vp8_fast_quantize_b_armv6(struct block *, struct blockd *); 284 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 287 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 308 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 309 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch) [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
tokenize.c | 111 int pt; /* near block/prev token context index */ 121 b = xd->block + 24; 200 unsigned int block; local 202 int pt; /* near block/prev token context index */ 212 b = xd->block; 214 for (block = 0; block < 16; block++, b++) 216 tmp1 = vp8_block2above[block]; 217 tmp2 = vp8_block2left[block]; [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 384 JBLOCKROW block; local 398 block = MCU_data[blkn]; 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); 472 JBLOCKROW block; local 482 /* Encode the MCU data block */ 483 block = MCU_data[0]; 490 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) { 577 JBLOCKROW block; local 589 block = MCU_data[blkn]; 592 temp = (*block)[0] 628 JBLOCKROW block; local [all...] |
/frameworks/compile/libbcc/lib/Support/ |
sha1.c | 116 #define blk0(i) (block->l[i]=(rol(block->l[i],24)&0xFF00FF00) \ 117 |(rol(block->l[i],8)&0x00FF00FF)) 119 #define blk0(i) block->l[i] 121 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ 122 ^block->l[(i+2)&15]^block->l[i&15],1)) 132 /* Hash a single 512-bit block. This is the core of the algorithm. * 142 CHAR64LONG16* block; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
elementsPanel.css | 35 display: inline-block; 96 display: inline-block; 105 display: inline-block; 115 display: inline-block; 125 display: inline-block; 136 display: inline-block; 147 display: inline-block; 156 display: inline-block; 161 display: inline-block; 166 display: inline-block; [all...] |
/external/chromium_org/tools/code_coverage/third_party/ |
sorttable.js | 451 Array.forEach = function(array, block, context) { 453 block.call(context, array[i], i, array); 459 Function.prototype.forEach = function(object, block, context) { 462 block.call(context, object[key], key, object); 468 String.forEach = function(string, block, context) { 470 block.call(context, chr, index, string); 475 var forEach = function(object, block, context) { 483 object.forEach(block, context); 492 resolve.forEach(object, block, context);
|
/external/clang/tools/scan-build/ |
sorttable.js | 449 Array.forEach = function(array, block, context) { 451 block.call(context, array[i], i, array); 457 Function.prototype.forEach = function(object, block, context) { 460 block.call(context, object[key], key, object); 466 String.forEach = function(string, block, context) { 468 block.call(context, chr, index, string); 473 var forEach = function(object, block, context) { 481 object.forEach(block, context); 490 resolve.forEach(object, block, context);
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
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...] |
/frameworks/base/tools/preload/ |
sorttable.js | 449 Array.forEach = function(array, block, context) { 451 block.call(context, array[i], i, array); 457 Function.prototype.forEach = function(object, block, context) { 460 block.call(context, object[key], key, object); 466 String.forEach = function(string, block, context) { 468 block.call(context, chr, index, string); 473 var forEach = function(object, block, context) { 481 object.forEach(block, context); 490 resolve.forEach(object, block, context);
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_mdp.h | 289 uint32_t block; member in struct:mdp_qseed_cfg_data 322 uint32_t block; member in struct:mdp_csc_cfg_data 336 uint32_t block; member in struct:mdp_igc_lut_data 425 uint32_t block; member in struct:mdp_histogram_start_req 432 uint32_t block; member in struct:mdp_histogram_data 446 uint32_t block; member in struct:mdp_pcc_cfg_data 466 uint32_t block; member in struct:mdp_pgc_lut_data 479 uint32_t block; member in struct:mdp_hist_lut_data 507 uint32_t block; member in struct:mdp_pa_cfg_data
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_mdp.h | 292 uint32_t block; member in struct:mdp_qseed_cfg_data 325 uint32_t block; member in struct:mdp_csc_cfg_data 338 uint32_t block; member in struct:mdp_igc_lut_data 437 uint32_t block; member in struct:mdp_histogram_start_req 449 uint32_t block; member in struct:mdp_histogram_data 462 uint32_t block; member in struct:mdp_pcc_cfg_data 481 uint32_t block; member in struct:mdp_pgc_lut_data 493 uint32_t block; member in struct:mdp_hist_lut_data 520 uint32_t block; member in struct:mdp_pa_cfg_data
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
queues.py | 99 def put(self, obj, block=True, timeout=None): 101 if not self._sem.acquire(block, timeout): 113 def get(self, block=True, timeout=None): 114 if block and timeout is None: 124 if block: 126 if not self._rlock.acquire(block, timeout): 129 if block: 309 def put(self, obj, block=True, timeout=None): 311 if not self._sem.acquire(block, timeout):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
queues.py | 99 def put(self, obj, block=True, timeout=None): 101 if not self._sem.acquire(block, timeout): 113 def get(self, block=True, timeout=None): 114 if block and timeout is None: 124 if block: 126 if not self._rlock.acquire(block, timeout): 129 if block: 309 def put(self, obj, block=True, timeout=None): 311 if not self._sem.acquire(block, timeout):
|
/system/core/libsparse/ |
sparse_read.c | 99 int fd, int64_t offset, unsigned int blocks, unsigned int block, 114 ret = sparse_file_add_fd(s, fd, offset, len, block); 137 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) 155 ret = sparse_file_add_fill(s, fill_val, len, block); 178 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) 239 verbose_error(s->verbose, ret, "data block at %lld", offset); 247 verbose_error(s->verbose, ret, "fill block at %lld", offset); 256 verbose_error(s->verbose, ret, "skip block at %lld", offset); 264 verbose_error(s->verbose, -EINVAL, "crc block at %lld", 270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld" 363 unsigned int block = 0; local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
SerializedGrammar.java | 49 Block block; field in class:SerializedGrammar.Rule 50 public Rule(String name, Block block) { 52 this.block = block; 55 return name+":"+block; 59 class Block { 61 public Block(List[] alts) { 127 Block b = readBlock(in) [all...] |
/external/ceres-solver/internal/ceres/ |
schur_eliminator_test.cc | 99 Matrix P = H.block(0, 0, num_eliminate_cols, num_eliminate_cols); 100 Matrix Q = H.block(0, 104 Matrix R = H.block(num_eliminate_cols, 112 P.block(row, row, block_size, block_size) = 114 .block(row, row, block_size, block_size)
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
WorkerScriptController.cpp | 152 v8::TryCatch block; local 158 if (!block.CanContinue()) { 163 if (block.HasCaught()) { 164 v8::Local<v8::Message> message = block.Message(); 170 block.Reset();
|
/external/chromium_org/third_party/libwebp/dsp/ |
upsampling_sse2.c | 133 int block; \ 138 /* 17 pixels must be read-able for each block */ \ 159 for (block = 0; block < num_blocks; ++block) { \ 163 32 * block + 1, 32) \
|
/external/eigen/test/ |
householder.cpp | 64 if(rows>=2) VERIFY_IS_MUCH_SMALLER_THAN(m1.block(1,0,rows-1,cols).norm(), m1.norm()); 76 if(rows>=2) VERIFY_IS_MUCH_SMALLER_THAN(m3.block(0,1,rows,rows-1).norm(), m3.norm()); 85 HBlockMatrixType hbm = m1.block(shift,0,brows,cols); 88 m2.block(shift,0,brows,cols) = qr.matrixQR(); 96 m5.block(shift,0,brows,cols).template triangularView<StrictlyLower>().setZero();
|
/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/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 219 static void decode_block(int plane, int block, BLOCK_SIZE plane_bsize, 231 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &aoff, &loff); 233 eob = decode_coefs(&arg->pbi->common, xd, arg->r, block, 234 pd->plane_type, seg_eob, BLOCK_OFFSET(pd->qcoeff, block), 240 pd->eobs[block] = eob;
|
/external/webp/src/dsp/ |
upsampling_sse2.c | 133 int block; \ 138 /* 17 pixels must be read-able for each block */ \ 159 for (block = 0; block < num_blocks; ++block) { \ 163 32 * block + 1, 32) \
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
mux.py | 100 """Raised when an invalid multiplexing control block received.""" 155 """Creates a control block that consists of objective channel id, opcode, 161 opcode: opcode of the control block. 196 block = _create_control_block_length_value( 198 payload = _encode_channel_id(_CONTROL_CHANNEL_ID) + block 208 block = _create_control_block_length_value( 210 payload = _encode_channel_id(_CONTROL_CHANNEL_ID) + block 259 """A structure that holds parsing result of multiplexing control block. 260 Control block specific attributes will be added by _MuxFramePayloadParser. 425 """Reads control block(s) [all...] |