/external/valgrind/main/none/tests/x86/ |
D | bug132813-x86.c | 6 unsigned int block[3]; in do_pushb_pos() local 25 unsigned int block[3]; in do_pushb_neg() local 44 unsigned int block[3]; in do_pushw_pos() local 63 unsigned int block[3]; in do_pushw_neg() local 82 unsigned int block[3]; in do_pushl_pos() local 101 unsigned int block[3]; in do_pushl_neg() local 121 unsigned int block[3]; in do_66pushb_pos() local 140 unsigned int block[3]; in do_66pushb_neg() local
|
D | jcxz.c | 8 UInt block[2]; in test_jcxz() local 29 UInt block[2]; in test_jecxz() local
|
/external/valgrind/main/none/tests/amd64/ |
D | bug132813-amd64.c | 6 unsigned long long int block[3]; in do_pushb_pos() local 25 unsigned long long int block[3]; in do_pushb_neg() local 44 unsigned long long int block[3]; in do_pushw_pos() local 63 unsigned long long int block[3]; in do_pushw_neg() local 82 unsigned long long int block[3]; in do_pushq_pos() local 101 unsigned long long int block[3]; in do_pushq_neg() local 121 unsigned long long int block[3]; in do_66pushb_pos() local 140 unsigned long long int block[3]; in do_66pushb_neg() local
|
D | lzcnt64.c | 10 ULong block[3] = { arg, 0ULL, 0ULL }; in do_lzcnt64() local 27 ULong block[3] = { arg, 0ULL, 0ULL }; in do_lzcnt32() local 44 ULong block[3] = { arg, 0ULL, 0ULL }; in do_lzcnt16() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
D | GCMUtil.java | 41 static void multiply(byte[] block, byte[] val) in multiply() 125 static void shiftRight(byte[] block) in shiftRight() 141 static void shiftRight(byte[] block, byte[] output) in shiftRight() 157 static void shiftRight(int[] block) in shiftRight() 173 static void shiftRight(int[] block, int[] output) in shiftRight() 189 static void shiftRightN(int[] block, int n) in shiftRightN() 205 static void shiftRightN(int[] block, int n, int[] output) in shiftRightN() 221 static void xor(byte[] block, byte[] val) in xor() 229 static void xor(byte[] block, byte[] val, int off, int len) in xor() 237 static void xor(byte[] block, byte[] val, byte[] output) in xor() [all …]
|
/external/libpcap/ |
D | gencode.h | 230 struct block { struct 242 struct block *head; argument 243 struct block *link; /* link field used by optimizer */ argument 255 struct block *b; /* protocol checks */ argument
|
/external/skia/src/gpu/ |
D | GrMemoryPool.cpp | 46 BlockHeader* block = CreateBlock(blockSize); in allocate() local 72 BlockHeader* block = *reinterpret_cast<BlockHeader**>(ptr); in release() local 106 BlockHeader* block = in CreateBlock() local 117 void GrMemoryPool::DeleteBlock(BlockHeader* block) { in DeleteBlock() 123 BlockHeader* block = fHead; in validate() local
|
/external/qemu/android/utils/ |
D | system.c | 26 void* block; in android_alloc() local 43 void* block; in android_alloc0() local 58 android_realloc( void* block, size_t size ) in android_realloc() 76 android_free( void* block ) in android_free() 101 void* block = _android_array_alloc(itemSize, count); in _android_array_alloc0() local 107 _android_array_realloc( void* block, size_t itemSize, size_t count ) in _android_array_realloc()
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | HandleStack.cpp | 49 HandleSlot block = blocks[i]; in mark() local 52 HandleSlot block = blocks[end]; in mark() local 58 HandleSlot block = m_blockStack.grow(); in grow() local
|
/external/skia/legacy/src/core/ |
D | SkChunkAlloc.cpp | 23 Block* block = this; in freeChain() local 32 Block* block = this; in tail() local 78 Block* block = fPool; in newBlock() local 105 Block* block = fBlock; in alloc() local 126 Block* block = fBlock; in unalloc() local 140 const Block* block = fBlock; in contains() local
|
D | SkWriter32.cpp | 36 Block* block = (Block*)sk_malloc_throw(sizeof(Block) + size); in Create() local 51 Block* block = fHead; in reset() local 63 void SkWriter32::reset(void* block, size_t size) { in reset() 80 Block* block = fTail; in reserve() local 104 Block* block = fHead; in peek32() local 121 const Block* block = fHead; in flatten() local 185 const Block* block = fHead; in writeToStream() local
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_gx.c | 11 double block[2]; in do_fre() local 26 double block[2]; in do_fres() local 41 double block[2]; in do_frsqrte() local 57 double block[2]; in do_frsqrtes() local
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLRow.cpp | 49 RenderMathMLBlock* block = toRenderMathMLBlock(current); in nonOperatorHeight() local 78 RenderMathMLBlock* block = toRenderMathMLBlock(current); in layout() local 108 RenderMathMLBlock* block = toRenderMathMLBlock(current); in layout() local 125 RenderMathMLBlock* block = toRenderMathMLBlock(firstChild()); in baselinePosition() local
|
D | RenderMathMLOperator.h | 57 inline RenderMathMLOperator* toRenderMathMLOperator(RenderMathMLBlock* block) in toRenderMathMLOperator() 63 inline const RenderMathMLOperator* toRenderMathMLOperator(const RenderMathMLBlock* block) in toRenderMathMLOperator()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-impl.c | 37 HB_Pointer block = NULL; in _hb_alloc() local 52 _hb_realloc(HB_Pointer block, in _hb_realloc() 72 _hb_free( HB_Pointer block ) in _hb_free()
|
/external/harfbuzz/src/ |
D | harfbuzz-impl.c | 37 HB_Pointer block = NULL; in _hb_alloc() local 52 _hb_realloc(HB_Pointer block, in _hb_realloc() 72 _hb_free( HB_Pointer block ) in _hb_free()
|
/external/markdown/markdown/ |
D | blockprocessors.py | 60 def test(self, parent, block): argument 120 def test(self, parent, block): argument 153 def create_item(self, parent, block): argument 158 def get_level(self, parent, block): argument 189 def test(self, parent, block): argument 221 def test(self, parent, block): argument 265 def test(self, parent, block): argument 302 def get_items(self, block): argument 336 def test(self, parent, block): argument 367 def test(self, parent, block): argument [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirblock.c | 22 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2() 61 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block() 68 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2() 110 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | block.h | 28 typedef struct block struct 34 /* 16 Y blocks, 4 U blocks, 4 V blocks each with 16 entries */ argument 35 short *quant; 36 short *quant_fast; 60 typedef struct macroblock argument 67 /* 16 Y, 4 U, 4 V, 1 DC 2nd order block */ argument 68 BLOCK block[25]; member
|
/external/skia/src/core/ |
D | SkWriter32.cpp | 26 Block* block = fHead; in reset() local 56 Block* block = fTail; in doReserve() local 85 Block* block = fHead; in peek32() local 119 Block* block = fHead; in rewindToOffset() local 148 const Block* block = fHead; in flatten() local 206 const Block* block = fHead; in writeToStream() local 221 const Block* block = fHead; in validate() local
|
D | SkChunkAlloc.cpp | 76 Block* block = (Block*)sk_malloc_flags(sizeof(Block) + size, in newBlock() local 95 Block* block = fBlock; in alloc() local 116 Block* block = fBlock; in unalloc() local 130 const Block* block = fBlock; in contains() local
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | SuballocatedIntVector.java | 171 int[] block=m_map[index]; in addElement() local 211 int[] block=m_map[index]; in addElements() local 269 int[] block=m_map[index]; in insertElementAt() local 288 int[] block=m_map[index]; in insertElementAt() local 357 int[] block=m_map[index]; in removeElementAt() local 404 int[] block=m_map[index]; in setElementAt() local 476 int[] block; in indexOf() local 529 int[] block=m_map[index]; in lastIndexOf() local
|
/external/chromium/net/disk_cache/ |
D | mapped_file_win.cc | 45 bool MappedFile::Load(const FileBlock* block) { in Load() 50 bool MappedFile::Store(const FileBlock* block) { in Store()
|
D | mapped_file_posix.cc | 35 bool MappedFile::Load(const FileBlock* block) { in Load() 40 bool MappedFile::Store(const FileBlock* block) { in Store()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | DXTFlipper.java | 73 private static void flipDXT5Block(byte[] block, int h){ in flipDXT5Block() 123 assert c0 == block[0] && c1 == block[1]; in flipDXT5Block() local 126 private static void flipDXT3Block(byte[] block, int h){ in flipDXT3Block() 168 private static void flipDXT1orDXTA3Block(byte[] block, int h){ in flipDXT1orDXTA3Block()
|