| /external/compiler-rt/lib/msan/ |
| D | msan_report.cc | 40 Decorator d; in DescribeStackOrigin() local 63 Decorator d; in DescribeOrigin() local 66 StackTrace stack; in DescribeOrigin() local 77 StackTrace stack = o.getStackTraceForHeapOrigin(); in DescribeOrigin() local 99 void ReportUMR(StackTrace *stack, u32 origin) { in ReportUMR() 104 Decorator d; in ReportUMR() local 115 void ReportExpectedUMRNotFound(StackTrace *stack) { in ReportExpectedUMRNotFound() 144 Decorator d; in ReportAtExitStatistics() local 203 Decorator d; in DescribeMemoryRange() local 264 Decorator d; in ReportUMRInsideAddressRange() local
|
| D | msan_poisoning.cc | 44 StackTrace *stack) { in CopyOrigin() 47 uptr d = (uptr)dst; in CopyOrigin() local 99 StackTrace *stack) { in MoveShadowAndOrigin() 109 StackTrace *stack) { in CopyShadowAndOrigin() 117 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory() 165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()
|
| /external/speex/libspeex/ |
| D | vq_sse.h | 36 …codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) in vq_nbest() 50 __m128 d = _mm_mul_ps(E[i], half); in vq_nbest() local 75 …codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) in vq_nbest_sign() 89 __m128 d = _mm_setzero_ps(); in vq_nbest_sign() local
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeAnalyzer.java | 40 int[] stack = new int[length]; in computeMaxStack() local 61 private void initStack(int[] stack, CodeAttribute ca) { in initStack() 71 private void visitBytecode(CodeIterator ci, int[] stack, int index) in visitBytecode() 99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch() 190 int[] stack, int stackDepth) in checkTarget() 196 int d = stack[target]; in checkTarget() local 211 private int visitInst(int op, CodeIterator ci, int index, int stack) in visitInst()
|
| /external/compiler-rt/lib/asan/ |
| D | asan_report.cc | 122 Decorator d; in PrintMemoryByte() local 136 Decorator d; in PrintShadowBytes() local 295 Decorator d; in DescribeAddressRelativeToGlobal() local 411 Decorator d; in PrintAccessAndVarIntersection() local 453 Decorator d; in DescribeAddressIfStack() local 517 Decorator d; in DescribeAccessToHeapChunk() local 554 Decorator d; in DescribeHeapAddress() local 743 Decorator d; in ReportStackOverflow() local 759 Decorator d; in ReportDeadlySignal() local 801 Decorator d; in ReportDoubleFree() local [all …]
|
| D | asan_win.cc | 68 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument 77 INTERCEPTOR(int, _except_handler3, void *a, void *b, void *c, void *d) { in INTERCEPTOR() 87 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() 211 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { in ReadContextStack()
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
| D | JSONWriter.java | 81 private JSONObject stack[]; field in JSONWriter 297 public JSONWriter value(double d) throws JSONException { in value()
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_report.cc | 156 Decorator d; in PrintMop() local 170 Decorator d; in PrintLocation() local 205 Decorator d; in PrintMutexShort() local 211 Decorator d; in PrintMutexShortWithAddress() local 216 Decorator d; in PrintMutex() local 230 Decorator d; in PrintThread() local 249 Decorator d; in PrintSleep() local 290 Decorator d; in PrintReport() local 356 if (ReportStack *stack = ChooseSummaryStack(rep)) { in PrintReport() local
|
| D | tsan_fd.cc | 96 FdDesc *d = fddesc(thr, pc, fd); in init() local 137 FdDesc *d = &tab[l2]; in FdOnFork() local 143 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) { in FdLocation() 150 FdDesc *d = &tab[l2]; in FdLocation() local 163 FdDesc *d = fddesc(thr, pc, fd); in FdAcquire() local 174 FdDesc *d = fddesc(thr, pc, fd); in FdRelease() local 186 FdDesc *d = fddesc(thr, pc, fd); in FdAccess() local 194 FdDesc *d = fddesc(thr, pc, fd); in FdClose() local
|
| D | tsan_rtl_report.cc | 107 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId() local 137 ReportStack *stack = ReportStack::New(); in SymbolizeStack() local 157 void ScopedReport::AddStack(StackTrace stack, bool suppressable) { in AddStack() 163 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack, in AddMemoryAccess() 177 MutexSet::Desc d = mset->Get(i); in AddMemoryAccess() local 389 Vector<uptr> stack(MBlockReportStack); in RestoreStack() local
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| D | nv50_ir_ssa.cpp | 248 for (int d = 0; i->defExists(d); ++d) in buildLiveSetsPreSSA() local 280 for (int d = 0; i->defExists(d); ++d) in buildDefSetsPreSSA() local 299 Stack *stack; member in nv50_ir::RenamePass 354 for (Value::DefIterator d = lval->defs.begin(); in convertToSSA() local 447 int d, s; in search() local
|
| D | nv50_ir_ra.cpp | 340 std::stack<BasicBlock *> stack; in visit() local 411 for (int d = 0; cal->defExists(d); ++d) { in visit() local 455 unsigned int s, d; in buildLiveSets() local 571 for (int d = 0; i->defExists(d); ++d) { in visit() local 686 std::stack<uint32_t> stack; member in nv50_ir::GCRA 1054 for (int d = 0; insn->defExists(d); ++d) in buildRIG() local 1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) { in checkInterference() local 1370 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in cleanup() local 1483 for (Value::DefIterator d = lval->defs.begin(); d != lval->defs.end(); in run() local 1612 for (int d = 0; split->defExists(d); ++d) { in resolveSplitsAndMerges() local [all …]
|
| /external/libdivsufsort/lib/ |
| D | sssort.c | 196 saint_t c, d, e; in ss_fixdown() local 314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; in ss_mintrosort() local 316 saidx_t *a, *b, *c, *d, *e, *f; in ss_mintrosort() local 669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE]; in ss_swapmerge() local
|
| D | trsort.c | 101 saidx_t c, d, e; in tr_fixdown() local 225 saidx_t *a, *b, *c, *d, *e, *f; in tr_partition() local 269 saidx_t *c, *d, *e; in tr_copy() local 292 saidx_t *c, *d, *e; in tr_partialcopy() local 331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; in tr_introsort() local
|
| /external/libpng/contrib/tools/ |
| D | pngcp.c | 463 struct stack struct 465 png_alloc_size_t best_size; /* Best so far for this option */ 466 png_alloc_size_t lo_size; 467 png_alloc_size_t hi_size; 468 int lo, hi; /* For binary chop of a range */ 469 int best_val; /* Best value found so far */ 470 int opt_string_end; /* End of the option string in 'curr' */ 471 png_byte opt; /* The option being tested */ 472 png_byte entry; /* The next value entry to be tested */ 473 png_byte end; /* This is the last entry */ [all …]
|
| /external/eigen/Eigen/src/OrderingMethods/ |
| D | Amd.h | 60 …rageIndex k, StorageIndex *head, const StorageIndex *next, StorageIndex *post, StorageIndex *stack) in cs_tdfs() 98 StorageIndex d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, in minimum_degree_ordering() local
|
| /external/skia/tests/ |
| D | CanvasTest.cpp | 401 static void SaveMatrixClipStep(SkCanvas* canvas, const TestData& d, in SaveMatrixClipStep() 416 static void SaveLayerStep(SkCanvas* canvas, const TestData& d, in SaveLayerStep() 426 static void BoundedSaveLayerStep(SkCanvas* canvas, const TestData& d, in BoundedSaveLayerStep() 436 static void PaintSaveLayerStep(SkCanvas* canvas, const TestData& d, in PaintSaveLayerStep() 446 static void TwoClipOpsStep(SkCanvas* canvas, const TestData& d, in TwoClipOpsStep() 459 static void DrawNearlyZeroLengthPathTestStep(SkCanvas* canvas, const TestData& d, in DrawNearlyZeroLengthPathTestStep() 469 static void DrawVerticesShaderTestStep(SkCanvas* canvas, const TestData& d, in DrawVerticesShaderTestStep() 485 static void DrawPictureTestStep(SkCanvas* canvas, const TestData& d, in DrawPictureTestStep() 498 static void SaveRestoreTestStep(SkCanvas* canvas, const TestData& d, in SaveRestoreTestStep() 520 static void NestedSaveRestoreWithSolidPaintTestStep(SkCanvas* canvas, const TestData& d, in NestedSaveRestoreWithSolidPaintTestStep() [all …]
|
| /external/opencv/cv/src/ |
| D | cvapprox.cpp | 173 Cv32suf d; in icvApproximateChainTC89() local 531 CvSeq* stack = 0; in icvApproxPolyDP_32s() local 735 CvSeq* stack = 0; in icvApproxPolyDP_32f() local
|
| /external/selinux/libsepol/src/ |
| D | module_to_cil.c | 164 struct stack { struct 165 void **stack; member 166 int pos; 167 int size; 396 static int stack_destroy(struct stack **stack) in stack_destroy() 409 static int stack_init(struct stack **stack) in stack_init() 434 static int stack_push(struct stack *stack, void *ptr) in stack_push() 456 static void *stack_pop(struct stack *stack) in stack_pop() 466 static void *stack_peek(struct stack *stack) in stack_peek() 1238 struct stack *stack = NULL; in cond_expr_to_cil() local [all …]
|
| /external/compiler-rt/lib/lsan/ |
| D | lsan_common.cc | 391 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb() local 457 Decorator d; in CheckForLeaks() local 518 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack() local 594 Decorator d; in PrintReportForLeak() local
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| D | yacc.py | 112 def __init__(self,s,stack=None): argument 459 def validate_dict(d): argument 1508 def traverse(x,N,stack,F,X,R,FP): argument
|
| /external/skia/tools/ |
| D | ok.cpp | 61 void* stack[128]; in setup_crash_handler() local 199 for (auto d : dst_types) { in main() local 246 for (auto d : dst_types) { in main() local
|
| /external/valgrind/coregrind/m_syswrap/ |
| D | syswrap-mips32-linux.c | 248 UWord * stack; in do_clone() local 356 Bool d; in notify_core_of_mmap() local
|
| /external/freetype/src/cff/ |
| D | cffparse.c | 438 FT_Byte** d ) in cff_parse_num() 476 FT_Byte** d, in do_fixed() 512 FT_Byte** d ) in cff_parse_fixed() 522 FT_Byte** d, in cff_parse_fixed_scaled() 534 FT_Byte** d, in cff_parse_fixed_dynamic() 1342 FT_Fixed* stack; in cff_parser_run() local
|
| /external/kmod/tools/ |
| D | depmod.c | 612 static int cfg_files_filter_out(DIR *d, const char *dir, const char *name) in cfg_files_filter_out() 714 DIR *d; in cfg_files_list() local 1111 static int depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, char *path) in depmod_modules_search_dir() 1197 DIR *d = opendir(depmod->cfg->dirname); in depmod_modules_search() local 1536 void **stack, in depmod_report_cycles_from_root() 1634 _cleanup_free_ void **stack = NULL; in depmod_report_cycles() local 1774 const struct mod *d = mod->deps.array[i]; in mod_count_all_dependencies() local 1785 const struct mod *d = mod->deps.array[i]; in mod_fill_all_unique_dependencies() local 1861 const struct mod *d = deps[j]; in output_deps() local 1899 const struct mod *d = deps[j]; in output_deps_bin() local [all …]
|