/external/valgrind/perf/ |
D | ffbench.c | 241 Float *fdata /* , *fd */ ; in main() local 251 fdata = (Float *) malloc(fasize); in main() 252 if (fdata == NULL) { in main() 259 #define Re(x,y) fdata[1 + (faedge * (x) + (y)) * 2] in main() 260 #define Im(x,y) fdata[2 + (faedge * (x) + (y)) * 2] in main() 262 memset(fdata, 0, fasize); in main() 273 fourn(fdata, nsize, 2, 1); in main() 276 fourn(fdata, nsize, 2, -1); in main() 287 r = fdata[i]; in main() 288 ij = fdata[i + 1]; in main()
|
/external/clang/test/CodeGenCXX/ |
D | 2007-04-10-PackedUnion.cpp | 34 AData fdata; member in L 40 fdata = other.fdata; in L()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 71 static void getFaceData(btk_HDCR hdcr, FaceData* fdata) in getFaceData() argument 78 fdata->eyedist = (float)(rightEye.x - leftEye.x) / (1 << 16); in getFaceData() 79 fdata->midpointx = (float)(rightEye.x + leftEye.x) / (1 << 17); in getFaceData() 80 fdata->midpointy = (float)(rightEye.y + leftEye.y) / (1 << 17); in getFaceData() 81 fdata->confidence = (float)btk_DCR_confidence(hdcr) / (1 << 24); in getFaceData()
|
/external/llvm/tools/llvm-config/ |
D | BuildVariables.inc.in | 22 …ng-long -Wcovered-switch-default -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_… 24 …lt -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_…
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 945 float *fdata =(float *)cmdbuf->buf; in radeon_emit_veclinear() local 956 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start, fdata[i]); in radeon_emit_veclinear() 957 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start, fdata[i+1]); in radeon_emit_veclinear() 958 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start, fdata[i+2]); in radeon_emit_veclinear() 959 fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start, fdata[i+3]); in radeon_emit_veclinear() 964 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i]); in radeon_emit_veclinear() 965 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+1]); in radeon_emit_veclinear() 966 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+2]); in radeon_emit_veclinear() 967 fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+3]); in radeon_emit_veclinear()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 607 char *fdata; in ReadFileData() local 623 if (!(fdata = (char *)malloc(count + 2))) { in ReadFileData() 627 if (fread(fdata, 1, count, in) != count) { in ReadFileData() 631 fdata[count] = '\0'; in ReadFileData() 645 memcpy(return_data[i], fdata + ptr_len, len); in ReadFileData()
|
/external/toybox/ |
D | configure | 13 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
|
D | Android.mk | 213 -ffunction-sections -fdata-sections \
|
/external/sfntly/ |
D | Android.mk | 102 -fdata-sections \ 179 -fdata-sections \
|
/external/pdfium/build/ |
D | standalone.gypi | 82 '-fdata-sections', 142 '-fdata-sections', 154 '-fdata-sections',
|
/external/icu/icu4c/source/config/ |
D | mh-beos | 21 # -funroll-all-loops -ffunction-sections -fdata-sections
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | data.py | 458 with open(filename, 'w') as fdata: 459 self.write_fileobj(fdata)
|
/external/v8/build/config/nacl/ |
D | BUILD.gn | 139 "-fdata-sections",
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 1137 '-fdata-sections', 1190 '-fdata-sections', 1308 '-fdata-sections', 1331 '-fdata-sections',
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 1557 const u8 *fdata = NULL; /* points to found item */ in radius_msg_get_tunnel_password() local 1578 fdata = data; in radius_msg_get_tunnel_password() 1582 if (fdata == NULL) in radius_msg_get_tunnel_password() 1589 os_memcpy(buf, fdata, fdlen); in radius_msg_get_tunnel_password()
|
/external/mksh/ |
D | Makefrag.inc | 12 CFLAGS= -fno-exceptions -Wno-multichar -fpic -fPIE -ffunction-sections -fdata-sections -funwind-t…
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 958 float* fdata = mat->data.fl; in cvRange() local 959 for( i = 0; i < rows; i++, fdata += step ) in cvRange() 961 fdata[j] = (float)val; in cvRange()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 312 const float* fdata = 0; in CV_IMPLEMENT_QSORT_EX() local 323 fdata = _train_data->data.fl + vi0*dv_step; in CV_IMPLEMENT_QSORT_EX() 335 fdata = _responses->data.fl; in CV_IMPLEMENT_QSORT_EX() 354 float t = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX() 435 val = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX() 463 val = fdata[si*step]; in CV_IMPLEMENT_QSORT_EX()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 42 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 117 VGfloat **fdata = (VGfloat **)data; in data_at() local 119 *itr = (*fdata)[i]; in data_at() 122 *fdata += count; in data_at()
|
/external/v8/build/config/compiler/ |
D | BUILD.gn | 1188 "-fdata-sections", 1280 "-fdata-sections",
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 568 add_flag_if_supported("-fdata-sections" FDATA_SECTIONS)
|
/external/libevent/ |
D | configure.ac | 811 CFLAGS="-ffunction-sections -fdata-sections $CFLAGS"
|
/external/google-breakpad/src/build/ |
D | common.gypi | 672 '-fdata-sections',
|
/external/dbus/ |
D | NEWS | 443 -ffunction-sections, -fdata-sections and -Wl,--gc-sections options
|