Home
last modified time | relevance | path

Searched defs:by (Results 1 – 25 of 100) 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/XNNPACK/test/
Ddepth-to-space-operator-tester.h173 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX8() local
239 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX16() local
305 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX32() local
371 for (size_t by = 0; by < block_size(); by++) { in TestNCHW2NHWCxX32() local
Dspace-to-depth-operator-tester.h170 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX8() local
239 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX16() local
308 for (size_t by = 0; by < block_size(); by++) { in TestNHWCxX32() local
/external/cronet/stable/third_party/icu/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/icu/icu4c/source/test/intltest/
Dsimpleformattertest.cpp361 UnicodeString by("by"); in TestFormatReplaceNoOptimization() local
391 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingText() local
421 UnicodeString by("by"); in TestFormatReplaceOptimization() local
451 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingArgumentUsedTwice() local
480 UnicodeString by("by"); in TestFormatReplaceOptimizationNoOffsets() local
/external/cronet/tot/third_party/icu/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/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp24 int by = state.fB >> 2; in testSimplifyTrianglesMain() local
82 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp23 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local
79 int by = b >> 2; in DEF_TEST() local
DPathOpsSimplifyQuadThreadedTest.cpp27 int by = state.fB >> 2; in testSimplifyQuadsMain() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp27 int by = state.fB >> 2; in testSimplifyQuadralateralsMain() local
/external/clang/test/Modules/Inputs/include_next/y/
Db.h1 enum { by = 4 }; enumerator
/external/sdv/vsomeip/third_party/boost/date_time/example/gregorian/
Dfind_last_day_of_months.cpp27 catch(const bad_year& by) { in main() local
/external/lzma/CPP/7zip/UI/FileManager/
DEditDialog.cpp32 int bx1, by; in OnSize() local
DComboDialog.cpp46 int bx1, bx2, by; in OnSize() local
DMessagesDialog.cpp66 int bx, by; in OnSize() local
DSplitDialog.cpp54 int bx1, bx2, by; in OnSize() local
DCopyDialog.cpp42 int bx1, bx2, by; in OnSize() local
/external/rappor/pipeline/
Dmetric_status.R64 ), by=metric] nameattr
216 ), by=list(metric)] nameattr in list
249 by=list(var1, var2)] list
/external/libaom/av1/common/
Dcdef_block.h39 uint8_t by; member
/external/okio/okio/src/nonWasmTest/kotlin/okio/
DForwardingFileSystemTest.kt103 val by = base / "by" in pathMappingImpactedBySorting() constant
/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/kotlinx.atomicfu/buildSrc/src/main/kotlin/
DPublishing.kt16 infix fun <T> Property<T>.by(value: T) { in by() method
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/
Dfmod_generic_impl_test.cpp49 for (T by : TEST_BASES) { in testExtensive() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/
Dfmod_generic_impl_test.cpp49 for (T by : TEST_BASES) { in testExtensive() local
/external/llvm-libc/test/src/math/exhaustive/
Dfmod_generic_impl_test.cpp49 for (T by : TEST_BASES) { in testExtensive() local

1234