/external/clang/test/Modules/Inputs/include_next/y/ |
D | b.h | 1 enum { by = 4 }; enumerator
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 18 int by = state.fB >> 2; in testSimplifyTrianglesMain() local 79 int by = b >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 17 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local 74 int by = b >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 21 int by = state.fB >> 2; in testSimplifyQuadsMain() local
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 21 int by = state.fB >> 2; in testSimplifyQuadralateralsMain() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 80 int by = state.fB >> 2; in testQuadLineIntersectMain() local
|
D | ReadPixelsTest.cpp | 187 for (int by = 0; by < bh; ++by) { in check_read() local 214 for (int by = 0; by < bh; ++by) { in check_read() local
|
/external/icu/icu4c/source/test/intltest/ |
D | simpleformattertest.cpp | 349 UnicodeString by("by"); in TestFormatReplaceNoOptimization() local 379 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingText() local 409 UnicodeString by("by"); in TestFormatReplaceOptimization() local 439 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local 468 UnicodeString by("by"); in TestFormatReplaceOptimizationNoOffsets() local
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenOutput.py | 79 def IndentLevel(by = 1): argument 89 def DedentLevel(by = 1): argument
|
/external/skia/experimental/ |
D | SkSetPoly3To3_A.cpp | 43 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in ddot() 47 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
|
D | SkSetPoly3To3.cpp | 30 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
|
D | SkSetPoly3To3_D.cpp | 50 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ComboDialog.cpp | 46 int bx1, bx2, by; in OnSize() local
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler-irregexp.cc | 128 void RegExpMacroAssemblerIrregexp::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd() 142 void RegExpMacroAssemblerIrregexp::AdvanceRegister(int register_index, int by) { in AdvanceRegister() 197 void RegExpMacroAssemblerIrregexp::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition()
|
D | regexp-macro-assembler-tracer.cc | 47 void RegExpMacroAssemblerTracer::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition() 118 void RegExpMacroAssemblerTracer::AdvanceRegister(int reg, int by) { in AdvanceRegister() 124 void RegExpMacroAssemblerTracer::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd()
|
/external/v8/src/snapshot/ |
D | snapshot-source-sink.h | 39 void Advance(int by) { position_ += by; } in Advance()
|
/external/libgsm/inc/ |
D | private.h | 53 #define SASR(x, by) ((x) >> (by)) argument 55 #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) argument
|
/external/skia/src/core/ |
D | SkSafeMath.h | 71 uint64_t by = y; in mul32() local
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, in calc_intersection()
|
/external/svox/pico/lib/ |
D | picoos.c | 1202 picoos_bool picoos_ReadByte(picoos_File f, picoos_uint8 * by) in picoos_ReadByte() 1241 picoos_uint8 picoos_WriteByte(picoos_File f, picoos_char by) in picoos_WriteByte() 2038 picoos_uint8 by[2]; in picoos_read_le_uint16() local 2057 picoos_uint8 by[4]; in picoos_read_le_uint32() local 2097 picoos_uint8 * by = data + *pos; in picoos_read_mem_pi_uint16() local 2107 picoos_uint8 * by = data + *pos; in picoos_read_mem_pi_uint32() local 2122 picoos_uint8 by[2]; in picoos_write_le_uint16() local 2131 picoos_uint8 by[4]; in picoos_write_le_uint32() local 2143 picoos_uint8 * by = data + *pos; in picoos_write_mem_pi_uint16() local
|
/external/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 157 double by = 2 * dy - (ay + cy) / 2; in subDivide() local
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | test_rendering.c | 149 int mbx, mby, bx, by; in main() local
|
/external/v8/src/heap/ |
D | spaces-inl.h | 229 void MemoryChunk::IncrementLiveBytes(HeapObject* object, int by) { in IncrementLiveBytes() 241 void MemoryChunk::IncrementLiveBytes(int by) { in IncrementLiveBytes()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 394 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term) in reachableBy()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp()
|