/external/valgrind/main/helgrind/ |
D | hg_errors.c | 234 static void init_XError ( XError* xe ) { in init_XError() argument 235 VG_(memset)(xe, 0, sizeof(*xe) ); in init_XError() 236 xe->tag = XE_Race-1; /* bogus */ in init_XError() 258 XError* xe = (XError*)VG_(get_error_extra)(err); in HG_() local 259 tl_assert(xe); in HG_() 264 if (xe->tag == XE_Race) { in HG_() 276 tl_assert(!xe->XE.Race.hctxt); in HG_() 277 tl_assert(!xe->XE.Race.descr1); in HG_() 278 tl_assert(!xe->XE.Race.descr2); in HG_() 287 &xe->XE.Race.hctxt, &xe->XE.Race.haddr, &xe->XE.Race.hszB, in HG_() [all …]
|
/external/valgrind/main/exp-ptrcheck/ |
D | pc_common.c | 160 XError xe; in sg_record_error_SorG() local 161 VG_(memset)(&xe, 0, sizeof(xe)); in sg_record_error_SorG() 162 xe.tag = XE_SorG; in sg_record_error_SorG() 163 xe.XE.SorG.addr = addr; in sg_record_error_SorG() 164 xe.XE.SorG.sszB = sszB; in sg_record_error_SorG() 165 VG_(strncpy)( &xe.XE.SorG.expect[0], in sg_record_error_SorG() 166 expect, sizeof(xe.XE.SorG.expect) ); in sg_record_error_SorG() 167 VG_(strncpy)( &xe.XE.SorG.actual[0], in sg_record_error_SorG() 168 actual, sizeof(xe.XE.SorG.actual) ); in sg_record_error_SorG() 169 xe.XE.SorG.expect[ sizeof(xe.XE.SorG.expect)-1 ] = 0; in sg_record_error_SorG() [all …]
|
/external/srtp/tables/ |
D | aes_tables.c | 146 uint8_t x, xe, x9, xd, xb; in aes_compute_inv_tables() local 153 xe = gf2_8_multiply(0x0e, x); in aes_compute_inv_tables() 158 tmp.v8[0] = xe; in aes_compute_inv_tables() 165 tmp.v8[1] = xe; in aes_compute_inv_tables() 172 tmp.v8[2] = xe; in aes_compute_inv_tables() 179 tmp.v8[3] = xe; in aes_compute_inv_tables()
|
/external/oprofile/events/ia64/itanium2/ |
D | unit_masks | 63 0xe L1D_STBUFRECIR 107 0xe NRETIND.WRONG_PATH 123 0xe NRETIND.UNKNOWN_PATH_WRONG_PATH 141 0xe NRETIND.OKPRED_NOTTAKEN 179 0xe ALL SELF 194 0xe ALL SELF 210 0xe ALL SELF 225 0xe ALL2.WRONG_PATH 336 0xe FRC_RECIRC 396 0xe L1DF_L2M [all …]
|
/external/icu4c/data/translit/ |
D | Hiragana_Katakana.txt | 119 $xe = [ \ 132 え ← $xe {ー};
|
D | es_FONIPA_ja.txt | 141 xe → ヘ ;
|
D | es_FONIPA_am.txt | 157 xe → ኼ ;
|
D | pl_FONIPA_ja.txt | 195 xe → ヘ ;
|
D | sk_FONIPA_ja.txt | 171 xe → ヘ ; # not backed by data
|
D | cs_FONIPA_ja.txt | 182 xe → ヘ ;
|
D | es_FONIPA_zh.txt | 472 xe → 赫 ;
|
/external/llvm/test/TableGen/ |
D | DefmInsideMultiClass.td | 25 defm SUB : basic_s<0xe>, basic_p<0xe>;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 266 int xe = w - comp.m_offset; in offsetForPositionForComplexText() local 267 int xs = xe - comp.m_width; in offsetForPositionForComplexText() 270 … ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5) in offsetForPositionForComplexText() 279 int xe = xs + comp.m_width; in offsetForPositionForComplexText() local 280 if (position <= xe) { in offsetForPositionForComplexText() 281 if (position - xs >= xe) in offsetForPositionForComplexText()
|
/external/kernel-headers/original/linux/ |
D | tiocl.h | 16 unsigned short xe; /* X end */ member
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_es-ES.txt | 59 # TEST j\ cónyuge "kon.j\u.xe 60 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""kon.j\u.xe"/>.</speak>
|
/external/oprofile/events/mips/20K/ |
D | events | 20 event:0xe counters:0 um:zero minimum:500 name:LSU_REPLAYS : LSU requested replays
|
/external/oprofile/events/mips/5K/ |
D | events | 23 event:0xe counters:0 um:zero minimum:500 name:DUAL_ISSUED_INSNS : Dual issued instructions executed
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 974 ULong *x, *x1, *xe, z; variable 990 xe = x + b->wds; 999 while(x < xe); 1011 while(x < xe); 1018 while(x < xe); 1637 ULong *x, *x1, *xe, y; variable 1643 xe = x + b->wds; 1648 while(x < xe) { 1656 while(x < xe) 1707 ULong *x, *xe; variable [all …]
|
/external/qemu/pc-bios/keymaps/ |
D | common | 16 BackSpace 0xe
|
/external/icu4c/data/locales/ |
D | ee.txt | 185 "Adeɛmekpɔxe",
|
/external/opencv/cv/src/ |
D | cvsamplers.cpp | 620 double xe = A11*(win_size.width-1) + A12*y + A13; \ 625 (unsigned)(cvFloor(xe)-1) < (unsigned)(src_size.width - 3) && \ 696 double xe = A11*(win_size.width-1) + A12*y + A13; \ 701 (unsigned)(cvFloor(xe)-1) < (unsigned)(src_size.width - 3) && \
|
/external/oprofile/events/ppc/7450/ |
D | events | 12 event:0xe counters:0,1 um:zero minimum:3000 name:VPU_CYCLES : Cycles a VPU Instruction
|
/external/oprofile/events/mips/25K/ |
D | events | 28 event:0xe counters:0,1 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execut…
|
/external/icu4c/test/testdata/ |
D | DataDrivenCollationTest.txt | 497 // "xdx<xðx<xÐx<xđx<xĐx<xe<Xe<xex<xn<Xn<xŋ<xŊ<Xŋ<XŊ<xnx<xŋx<xŊx<"
|
/external/oprofile/events/mips/24K/ |
D | events | 32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed
|