/external/clang/test/CodeGen/ |
D | regparm-struct.c | 10 int x1; member 20 int x1; member 37 int x1; member 55 int x1; member 74 float x1; member 84 float x1; member 95 float x1; member 107 float x1; member 118 float x1; member 130 double x1; member [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/libnfc-nci/src/gki/ulinux/ |
D | data_types.h | 63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument 64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument 66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument 67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
|
/external/dagger2/lib/ |
D | auto-common-1.0-20151022.071545-39.jar | ... .lang.model.type.NoType x0
Object x1
public volatile synthetic java.lang.Object visitDeclared ( ... |
/external/ceres-solver/internal/ceres/ |
D | numeric_diff_test_utils.cc | 45 bool EasyFunctor::operator()(const double* x1, in operator ()() 60 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; in ExpectCostFunctionEvaluationIsNearlyCorrect() local 90 bool TranscendentalFunctor::operator()(const double* x1, in operator ()() 106 double x1[5]; in ExpectCostFunctionEvaluationIsNearlyCorrect() member 130 double *x1 = &(kTests[k].x1[0]); in ExpectCostFunctionEvaluationIsNearlyCorrect() local
|
D | problem.cc | 66 double* x0, double* x1) { in AddResidualBlock() 75 double* x0, double* x1, double* x2) { in AddResidualBlock() 84 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 93 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 121 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 131 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 141 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
D | problem_impl.cc | 330 double* x0, double* x1) { in AddResidualBlock() 340 double* x0, double* x1, double* x2) { in AddResidualBlock() 351 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock() 363 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock() 376 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock() 390 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 406 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 423 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock() 441 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
|
/external/libvncserver/examples/ |
D | zippy.c | 49 void blank_framebuffer(char* frame_buffer, int x1, int y1, int x2, int y2) in blank_framebuffer() 55 void draw_primary_colors (char* frame_buffer, int x1, int y1, int x2, int y2) in draw_primary_colors() 81 void draw_primary_colours_generic(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic() 95 void draw_primary_colours_generic_fast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_fast() 113 static void draw_primary_colours_generic_ultrafast(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2) in draw_primary_colours_generic_ultrafast()
|
/external/opencv/cv/src/ |
D | cvpyramids.cpp | 53 #define PD_FILTER( x0, x1, x2, x3, x4 ) ((x2)*6+((x1)+(x3))*4+(x0)+(x4)) argument 62 #define PD_LT(x0,x1,x2) ((x0)*6 + (x1)*8 + (x2)*2) argument 67 #define PD_RB(x0,x1,x2,x3) ((x0) + ((x1) + (x3))*4 + (x2)*7) argument 72 #define PD_SINGULAR(x0,x1) (((x0) + (x1))*8) argument 234 #define PU_FILTER( x0, x1, x2 ) ((x1)*6 + (x0) + (x2)) argument 239 #define PU_FILTER_ZI( x0, x1 ) (((x0) + (x1))*4) argument 248 #define PU_LT( x0, x1 ) ((x0)*6 + (x1)*2) argument 252 #define PU_LT_ZI( x0, x1 ) PU_FILTER_ZI((x0),(x1)) argument 257 #define PU_RB( x0, x1 ) ((x0) + (x1)*7) argument
|
/external/ceres-solver/examples/ |
D | libmv_homography.cc | 111 const Eigen::Matrix<T, 2, 1> &x1, in SymmetricGeometricDistanceTerms() 136 const Vec2 &x1, in SymmetricGeometricDistance() 198 const Mat &x1, in Homography2DFromCorrespondencesLinearEuc() 281 TerminationCheckingCallback(const Mat &x1, const Mat &x2, in TerminationCheckingCallback() 317 const Mat &x1, in EstimateHomography2DFromCorrespondences() 377 Mat x1(2, 100); in main() local
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/ |
D | hash.pass.cpp | 26 std::string x1("1234"); in main() local 33 std::wstring x1(L"1234"); in main() local
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
D | hash.pass.cpp | 28 std::string x1("1234"); in main() local 35 std::wstring x1(L"1234"); in main() local
|
/external/clang/test/Analysis/ |
D | stack-addr-ps.cpp | 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3() local 49 int x1; in f2() local 55 int x1; in f3() local 61 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in f4() local
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 25 AGG_INLINE FX_FLOAT calc_point_location(FX_FLOAT x1, FX_FLOAT y1, in calc_point_location() 31 AGG_INLINE FX_FLOAT calc_distance(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) in calc_distance() 37 AGG_INLINE FX_FLOAT calc_line_point_distance(FX_FLOAT x1, FX_FLOAT y1, in calc_line_point_distance()
|
D | agg_curves.cpp | 30 void curve4_div::init(FX_FLOAT x1, FX_FLOAT y1, in init() 41 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, in recursive_bezier() 102 void curve4_div::bezier(FX_FLOAT x1, FX_FLOAT y1, in bezier()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | AbstractIntegerDistribution.java | 87 public double cumulativeProbability(double x0, double x1) in cumulativeProbability() 145 public double cumulativeProbability(int x0, int x1) throws MathException { in cumulativeProbability() 173 int x1 = getDomainUpperBound(p); in inverseCumulativeProbability() local
|
/external/skia/src/core/ |
D | SkBitmapProcState_sample.h | 98 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; in MAKENAME() local 149 unsigned x1 = XX & 0x3FFF; in MAKENAME() local 189 unsigned x1 = data & 0x3FFF; in MAKENAME() local
|
D | SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; in setLine() local 91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) in updateLine() 178 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local 336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
|
/external/google-tv-pairing-protocol/java/jar/ |
D | protobuf-java-2.2.0-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/lzma/CPP/Windows/ |
D | FileName.h | 57 #define IF_USE_MAIN_PATH_2(x1, x2) \ argument 65 #define IF_USE_MAIN_PATH_2(x1, x2) argument
|
/external/robolectric/v3/ |
D | robolectric-processor-3.1-SNAPSHOT.jar | ... , java.lang.Object)
String x0
Object x1
}
org/robolectric/annotation/processing/RobolectricModel ... |
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
D | lv_value.pass.cpp | 26 typename C::value_type x1, typename C::value_type x2, in test() 39 typename C::value_type x1, typename C::value_type x2, in insert3at()
|
/external/libvncserver/libvncserver/ |
D | font.c | 50 int x1,int y1,int x2,int y2, in rfbDrawCharWithClip() 106 int x1,int y1,int x2,int y2, in rfbDrawStringWithClip() 131 void rfbFontBBox(rfbFontDataPtr font,unsigned char c,int* x1,int* y1,int* x2,int* y2) in rfbFontBBox() 144 int *x1, int *y1, int *x2, int *y2) in rfbWholeFontBBox()
|
/external/clang/test/SemaTemplate/ |
D | extern-templates.cpp | 56 void g_X1(X1<void*> x1, void *ptr) { in g_X1() 62 void g_X1_2(X1<const void *> x1, const void *ptr) { in g_X1_2()
|
/external/libvorbis/lib/ |
D | mdct.c | 221 DATA_TYPE *x1 = x + points - 8; in mdct_butterfly_first() local 269 DATA_TYPE *x1 = x + points - 8; in mdct_butterfly_generic() local 357 DATA_TYPE *x1 = x+bit[1]; in mdct_bitreverse() local 508 DATA_TYPE *x1=x0+1; in mdct_forward() local
|