Home
last modified time | relevance | path

Searched defs:by (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/test/Modules/Inputs/include_next/y/
Db.h1 enum { by = 4 }; enumerator
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp18 int by = state.fB >> 2; in testSimplifyTrianglesMain() local
79 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp17 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local
74 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyQuadThreadedTest.cpp21 int by = state.fB >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp21 int by = state.fB >> 2; in testSimplifyQuadralateralsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp80 int by = state.fB >> 2; in testQuadLineIntersectMain() local
DReadPixelsTest.cpp187 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/
Dsimpleformattertest.cpp349 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/
DbgenOutput.py79 def IndentLevel(by = 1): argument
89 def DedentLevel(by = 1): argument
/external/skia/experimental/
DSkSetPoly3To3_A.cpp43 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()
DSkSetPoly3To3.cpp30 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
DSkSetPoly3To3_D.cpp50 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { in dot()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp46 int bx1, bx2, by; in OnSize() local
/external/v8/src/regexp/
Dregexp-macro-assembler-irregexp.cc128 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()
Dregexp-macro-assembler-tracer.cc47 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/
Dsnapshot-source-sink.h39 void Advance(int by) { position_ += by; } in Advance()
/external/libgsm/inc/
Dprivate.h53 #define SASR(x, by) ((x) >> (by)) argument
55 #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) argument
/external/skia/src/core/
DSkSafeMath.h71 uint64_t by = y; in mul32() local
/external/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, in calc_intersection()
/external/svox/pico/lib/
Dpicoos.c1202 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/
DSkPathOpsConic.cpp157 double by = 2 * dy - (ay + cy) / 2; in subDivide() local
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c149 int mbx, mby, bx, by; in main() local
/external/v8/src/heap/
Dspaces-inl.h229 void MemoryChunk::IncrementLiveBytes(HeapObject* object, int by) { in IncrementLiveBytes()
241 void MemoryChunk::IncrementLiveBytes(int by) { in IncrementLiveBytes()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h394 bool BasicBlock::reachableBy(const BasicBlock *by, const BasicBlock *term) in reachableBy()
/external/skia/src/utils/
DSkInterpolator.cpp232 SkScalar SkUnitCubicInterp(SkScalar value, SkScalar bx, SkScalar by, in SkUnitCubicInterp()

123