HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 676 - 700 of 2246) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
textPrompt.css 34 display: block;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 45 * Early exit. Useful to skip to the end of a function or block when
52 /** Block to skip to */
53 LLVMBasicBlockRef block; member in struct:lp_build_skip_context
110 LLVMBasicBlockRef block; member in struct:lp_build_loop_state
lp_bld_format_soa.c 113 assert(format_desc->block.width == 1);
114 assert(format_desc->block.height == 1);
115 assert(format_desc->block.bits <= type.width);
149 if (stop < format_desc->block.bits) {
299 * \param base_ptr points to start of the texture image block. For non-
302 * compressed data block.
304 * \param i, j the sub-block pixel coordinates. For non-compressed formats
323 format_desc->block.width == 1 &&
324 format_desc->block.height == 1 &&
325 format_desc->block.bits <= type.width &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_printf.c 67 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(gallivm->context, func, "entry"); local
71 LLVMPositionBuilderAtEnd(builder, block);
  /external/chromium_org/ui/webui/resources/css/
spinner.css 13 display: inline-block;
  /external/chromium_org/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
54 // Basic block that stores to x in foo(), which is a captured variable, with
55 // the predecessor block making no mention of x.
  /external/compiler-rt/lib/asan/
asan_mac.cc 285 typedef void (*dispatch_function_t)(void *block);
286 typedef void* (*worker_t)(void *block);
290 void *block; member in struct:__asan::__anon19098
311 void asan_dispatch_call_block_and_release(void *block) {
313 asan_block_context_t *context = (asan_block_context_t*)block;
317 block, pthread_self());
320 // Call the original dispatcher for the block.
321 context->func(context->block);
336 asan_ctxt->block = ctxt;
  /external/e2fsprogs/misc/
filefrag.c 57 #define FIGETBSZ _IO(0x00, 2) /* get the block size used for bmap */
94 static int get_bmap(int fd, unsigned long block, unsigned long *phy_blk)
99 b = block;
266 unsigned long block, last_block = 0, numblocks, i, count; local
267 long bpib; /* Blocks per indirect block */
332 printf("File size of %s is %lld (%ld block%s, blocksize %d)\n",
347 rc = get_bmap(fd, i, &block);
348 if (block == 0)
353 if (last_block && (block != last_block+1) ) {
355 printf("Discontinuity: Block %ld is at
    [all...]
  /external/freetype/src/raster/
ftmisc.h 65 void* block );
70 void* block );
  /external/harfbuzz/src/
harfbuzz-impl.h 116 _hb_realloc( HB_Pointer block,
121 _hb_free( HB_Pointer block );
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 120 _hb_realloc( HB_Pointer block,
125 _hb_free( HB_Pointer block );
  /external/libnfc-nci/src/nfc/include/
rw_api.h 50 RW_T1T_READ8_CPLT_EVT, /* Read block completed */
51 RW_T1T_WRITE_E8_CPLT_EVT, /* Write block after erase completed */
52 RW_T1T_WRITE_NE8_CPLT_EVT, /* Write block with no erase completed */
210 BT_HDR *p_data; /* block data of security status */
221 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */
288 NFC_API extern tNFC_STATUS RW_T1tRead (UINT8 block, UINT8 byte);
299 NFC_API extern tNFC_STATUS RW_T1tWriteErase (UINT8 block, UINT8 byte, UINT8 new_byte);
310 NFC_API extern tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte);
332 NFC_API extern tNFC_STATUS RW_T1tRead8 (UINT8 block);
343 NFC_API extern tNFC_STATUS RW_T1tWriteErase8 (UINT8 block, UINT8 *p_new_dat)
    [all...]
  /external/libvorbis/
Android.mk 11 lib/block.c \
  /external/libvorbis/symbian/
vorbis.mmp 38 SOURCE analysis.c barkmel.c bitrate.c block.c codebook.c envelope.c floor0.c floor1.c info.c
  /external/libvpx/libvpx/vp8/encoder/
block.h 31 typedef struct block struct
51 } BLOCK;
70 /* 16 Y, 4 U, 4 V, 1 DC 2nd order block */
71 BLOCK block[25]; member in struct:macroblock
157 void (*quantize_b)(BLOCK *b, BLOCKD *d);
158 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 15 #include "vp8/encoder/block.h"
28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d)
55 short *coeff_ptr = mb->block[0].coeff;
56 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 45 * Early exit. Useful to skip to the end of a function or block when
52 /** Block to skip to */
53 LLVMBasicBlockRef block; member in struct:lp_build_skip_context
110 LLVMBasicBlockRef block; member in struct:lp_build_loop_state
lp_bld_format_soa.c 113 assert(format_desc->block.width == 1);
114 assert(format_desc->block.height == 1);
115 assert(format_desc->block.bits <= type.width);
149 if (stop < format_desc->block.bits) {
299 * \param base_ptr points to start of the texture image block. For non-
302 * compressed data block.
304 * \param i, j the sub-block pixel coordinates. For non-compressed formats
323 format_desc->block.width == 1 &&
324 format_desc->block.height == 1 &&
325 format_desc->block.bits <= type.width &
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_printf.c 67 LLVMBasicBlockRef block = LLVMAppendBasicBlockInContext(gallivm->context, func, "entry"); local
71 LLVMPositionBuilderAtEnd(builder, block);
  /external/stressapptest/src/
error_diag.h 113 int block_; // error block.
124 int block_; // error block.
143 virtual int AddHDDMiscompareError(string devicename, int block, int offset,
147 virtual int AddHDDSectorTagError(string devicename, int block, int offset,
  /external/valgrind/main/memcheck/tests/
err_disable2.stderr.exp 7 Address 0x........ is 5 bytes inside a block of size 10 free'd
  /external/valgrind/main/memcheck/tests/s390x/
cu42.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 2 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
28 ; * block; must be aligned on a 4-byte boundary. The
35 ; * [in] curQP quantization parameter of the current block. curQP may
36 ; * equal to predQP especially when the current block and
37 ; * the predictor block are in the same macroblock.
38 ; * [in] predQP quantization parameter of the predictor block
47 ; * alpha) of the current block
50 ; * block
  /packages/apps/Email/tests/src/com/android/email/
SingleRunningTaskTest.java 39 public void block() { method in class:SingleRunningTaskTest.NormalTask
95 // Block the first task
96 e.block();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 64 UiTreeBlock block = new UiTreeBlock(mEditor, rootNode, local
69 block.createContent(managedForm);

Completed in 2213 milliseconds

<<21222324252627282930>>