HomeSort by relevance Sort by last modified time
    Searched refs:di (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /external/jpeg/
jmemdosa.asm 18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
47 push di
66 pop di
82 push di
98 pop di
114 push di
132 pop di
148 push di
170 pop di
186 push di
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
47 push di
66 pop di
82 push di
98 pop di
114 push di
132 pop di
148 push di
170 pop di
186 push di
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 123 struct dup_inode *di; local
146 di = (struct dup_inode *) dnode_get(n);
148 di = (struct dup_inode *) e2fsck_allocate_memory(ctx,
151 di->dir = EXT2_ROOT_INO;
154 di->dir = 0;
156 di->num_dupblocks = 0;
157 di->block_list = 0;
158 di->inode = *inode;
159 dict_alloc_insert(&ino_dict, INT_TO_VOIDPTR(ino), di);
164 blk_el->next = di->block_list
175 struct dup_inode *di; local
731 struct dup_inode *di; local
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 22 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
23 fPrimitiveType = di.fPrimitiveType;
24 fStartVertex = di.fStartVertex;
25 fStartIndex = di.fStartIndex;
26 fVertexCount = di.fVertexCount;
27 fIndexCount = di.fIndexCount;
29 fInstanceCount = di.fInstanceCount;
30 fVerticesPerInstance = di.fVerticesPerInstance;
31 fIndicesPerInstance = di.fIndicesPerInstance;
33 if (NULL != di.fDevBounds)
    [all...]
  /external/valgrind/main/callgrind/
fn.c 229 obj_node* new_obj_node(DebugInfo* di, obj_node* next)
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
236 VG_(DebugInfo_get_filename)(di) )
246 obj->start = di ? VG_(DebugInfo_get_text_avma)(di) : 0;
247 obj->size = di ? VG_(DebugInfo_get_text_size)(di) : 0;
248 obj->offset = di ? VG_(DebugInfo_get_text_bias)(di) : 0;
264 obj_node* CLG_(get_obj_node)(DebugInfo* di)
492 DebugInfo* di; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 127 di = 0,
139 data[di++] = v;
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 6 return /\.(3gp|asf|avi|di?vx|f4v|fbr|mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm|wmv?|xvid)$/i.test(path);
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 81 Derived<int> di; // expected-note{{instantiation of}} member in namespace:Ambig
135 Derived<int> di; member in namespace:PR5812
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 135 #define di _sch_isdigit macro
151 #define D (const unsigned short) (di |xd|pr) /* decimal digit */
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 1011 IRDirty* di; local
1050 IRDirty* di; local
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 315 int i, di, k; \
333 di = MIN(block_size, size.width - i); \
335 for( k = 0; k < di*3; k += 3, src += src_cn ) \
346 dst1, CV_STUB_STEP, cvSize(di,1) ); \
363 int i, di, k; local
381 di = MIN(block_size, size.width - i);
383 for( k = 0; k < di*3; k += 3, src += src_cn )
394 dst1, CV_STUB_STEP, cvSize(di,1) );
417 int i, di, k; \
435 di = MIN(block_size, size.width - i);
974 int i, di, k; local
1046 int i, di, k; local
1366 int i, di, k; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]
  /external/valgrind/main/drd/
drd_main.c 426 const DebugInfo* di; local
431 for (di = VG_(next_DebugInfo)(0); di; di = VG_(next_DebugInfo)(di)) {
436 VG_(dmsg)("Examining %s / %s\n", VG_(DebugInfo_get_filename)(di),
437 VG_(DebugInfo_get_soname)(di));
439 avma = VG_(DebugInfo_get_plt_avma)(di);
440 size = VG_(DebugInfo_get_plt_size)(di);
449 avma = VG_(DebugInfo_get_gotplt_avma)(di);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 227 int di = 0;
233 data[di++] = (short)v;
247 int di = 0;
253 data[di++] = v;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 259 int di = 0;
267 data[di++] = (short)v;
283 int di = 0;
291 data[di++] = v;
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 112 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
113 ++di) {
116 yaml::Node *n = di->getRoot();
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 99 unsigned short ax, bx, cx, dx, si, di, cflag; member in struct:_RMWORDREGS
lfbprof.c 124 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di);
135 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di);
159 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di);
172 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di);
230 r.w.di = limit & 0xFFFF;
331 regs->x.di = 0;
  /external/quake/quake/src/WinQuake/
dosisms.h 43 unsigned short di, di_hi; member in struct:__anon14418::__anon14420
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 112 const char *di; member in struct:asm_int_op
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 112 const char *di; member in struct:asm_int_op
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 112 const char *di; member in struct:asm_int_op
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 112 const char *di; member in struct:asm_int_op
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 319 static void initDocStruct(DOCINFO* di, TCHAR* docname)
321 memset(di, 0, sizeof(DOCINFO));
322 di->cbSize = sizeof(DOCINFO);
323 di->lpszDocName = docname;
352 DOCINFO di; local
353 initDocStruct(&di, L"WebKit Doc");
354 ::StartDoc(printDC, &di);
  /external/regex-re2/util/
sparse_array.h 400 int di = sparse_to_dense_[i]; local
401 if (di < size_ - 1) {
402 dense_[di] = dense_[size_ - 1];
403 sparse_to_dense_[dense_[di].index_] = di;

Completed in 825 milliseconds

1 23 4 5 6 7 8