Home
last modified time | relevance | path

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

1234

/external/fastrpc/src/
Dstd_SwapBytes.c94 byte by = pbSrc[0]; in STD_COPY_SWAP() local
106 byte by = pbSrc[0]; in STD_COPY_SWAP() local
121 byte by = pbSrc[0]; in STD_COPY_SWAP() local
/external/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp360 UnicodeString by("by"); in TestFormatReplaceNoOptimization() local
390 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingText() local
420 UnicodeString by("by"); in TestFormatReplaceOptimization() local
450 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
479 UnicodeString by("by"); in TestFormatReplaceOptimizationNoOffsets() local
/external/skqp/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
/external/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp18 int by = state.fB >> 2; in testSimplifyTrianglesMain() local
76 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp17 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local
73 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
/external/clang/test/Modules/Inputs/include_next/y/
Db.h1 enum { by = 4 }; enumerator
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
DProperties.kt9 infix fun <T> Property<T>.by(value: T) { in by() method
/external/llvm-project/clang/test/Modules/Inputs/include_next/y/
Db.h1 enum { by = 4 }; enumerator
/external/python/cpython2/Tools/bgen/bgen/
DbgenOutput.py79 def IndentLevel(by = 1): argument
89 def DedentLevel(by = 1): argument
/external/XNNPACK/test/
Ddepth-to-space-operator-tester.h171 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX32() local
237 for (size_t by = 0; by < block_size(); by++) { in TestNCHW2NHWCxX32() local
Ddepthtospace-microkernel-tester.h125 for (size_t by = 0; by < block_size(); by++) { in Test() local
/external/XNNPACK/src/x32-depthtospace2d-chw2hwc/
Dscalar.c26 for (size_t by = 0; by < block_size; by++) { in xnn_x32_depthtospace2d_chw2hwc_ukernel__scalar() local
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp46 int bx1, bx2, by; in OnSize() local
/external/libaom/libaom/av1/common/
Dcdef_block.h39 uint8_t by; member
/external/oboe/docs/reference/
Djquery.js16 …e|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]… argument
23 …,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ)… argument
/external/tinyxml2/docs/
Djquery.js16 …e|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]… argument
23 …,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ)… argument
/external/libgsm/inc/
Dprivate.h57 #define SASR(x, by) ((x) >> (by)) argument
59 #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) argument
/external/skia/src/core/
DSkSafeMath.h73 uint64_t by = y; in mul32() local
/external/skqp/src/core/
DSkSafeMath.h73 uint64_t by = y; in mul32() local
/external/pdfium/third_party/agg23/
Dagg_math.h49 AGG_INLINE bool calc_intersection(float ax, float ay, float bx, float by, in calc_intersection()

1234