Home
last modified time | relevance | path

Searched refs:fdata (Results 1 – 25 of 39) sorted by relevance

12

/external/valgrind/perf/
Dffbench.c241 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/
D2007-04-10-PackedUnion.cpp34 AData fdata; member in L
40 fdata = other.fdata; in L()
/external/compiler-rt/test/profile/Linux/
Dcoverage_shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f…
3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-…
4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
Dinstrprof-dynamic-two-shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s…
3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s…
4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
Dinstrprof-dynamic-one-shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s…
3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
Dinstrprof-dlopen.test2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=…
3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld…
8 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stat…
/external/python/cpython2/Lib/plat-irix6/
Dflp.py333 def create_full_form(inst, (fdata, odatalist)): argument
334 form = create_form(fdata)
335 exec 'inst.'+fdata.Name+' = form\n'
343 def merge_full_form(inst, form, (fdata, odatalist)): argument
344 exec 'inst.'+fdata.Name+' = form\n'
358 def create_form(fdata): argument
360 return fl.make_form(FL.NO_BOX, fdata.Width, fdata.Height)
/external/python/cpython2/Lib/plat-irix5/
Dflp.py334 def create_full_form(inst, (fdata, odatalist)): argument
335 form = create_form(fdata)
336 exec 'inst.'+fdata.Name+' = form\n'
344 def merge_full_form(inst, form, (fdata, odatalist)): argument
345 exec 'inst.'+fdata.Name+' = form\n'
359 def create_form(fdata): argument
361 return fl.make_form(FL.NO_BOX, fdata.Width, fdata.Height)
/external/neven/
DFaceDetector_jni.cpp71 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/
DBuildVariables.inc.in22 …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 -fno-rtti…
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c942 float *fdata =(float *)cmdbuf->buf; in radeon_emit_veclinear() local
953 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start, fdata[i]); in radeon_emit_veclinear()
954 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start, fdata[i+1]); in radeon_emit_veclinear()
955 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start, fdata[i+2]); in radeon_emit_veclinear()
956 fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start, fdata[i+3]); in radeon_emit_veclinear()
961 fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i]); in radeon_emit_veclinear()
962 fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+1]); in radeon_emit_veclinear()
963 fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start - 0x100 + 0x60, fdata[i+2]); in radeon_emit_veclinear()
964 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/
Dvktestframework.cpp579 char *fdata; in ReadFileData() local
594 if (!(fdata = (char *)malloc(count + 2))) { in ReadFileData()
598 if (fread(fdata, 1, count, in) != count) { in ReadFileData()
602 fdata[count] = '\0'; in ReadFileData()
616 memcpy(return_data[i], fdata + ptr_len, len); in ReadFileData()
/external/libmtp/src/
Dmtpz.c131 FILE *fdata = fopen(path, "r"); in mtpz_loaddata() local
132 if (!fdata) in mtpz_loaddata()
136 MTPZ_PUBLIC_EXPONENT = (unsigned char *)fgets_strip((char *)malloc(8), 8, fdata); in mtpz_loaddata()
144 char *hexenckey = fgets_strip((char *)malloc(35), 35, fdata); in mtpz_loaddata()
159 MTPZ_MODULUS = (unsigned char *)fgets_strip((char *)malloc(260), 260, fdata); in mtpz_loaddata()
167 MTPZ_PRIVATE_KEY = (unsigned char *)fgets_strip((char *)malloc(260), 260, fdata); in mtpz_loaddata()
175 char *hexcerts = fgets_strip((char *)malloc(1260), 1260, fdata); in mtpz_loaddata()
191 fclose(fdata); in mtpz_loaddata()
/external/kmod/
DAndroid.bp36 "-fdata-sections",
Dconfigure.ac252 -fdata-sections])
/external/python/cpython2/Lib/test/
Dtest_zipfile.py442 for fpath, fdata in SMALL_TEST_DATA:
443 zipfp.writestr(fpath, fdata)
446 for fpath, fdata in SMALL_TEST_DATA:
457 self.assertEqual(fdata, fid.read())
465 for fpath, fdata in SMALL_TEST_DATA:
466 zipfp.writestr(fpath, fdata)
470 for fpath, fdata in SMALL_TEST_DATA:
474 self.assertEqual(fdata, fid.read())
616 for fpath, fdata in SMALL_TEST_DATA:
617 zipfp.writestr(fpath, fdata)
[all …]
/external/toybox/
Dconfigure13 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
DAndroid.mk224 -ffunction-sections -fdata-sections \
/external/swiftshader/
DBUILD.gn61 "-fdata-sections",
/external/icu/icu4c/source/config/
Dmh-beos23 # -funroll-all-loops -ffunction-sections -fdata-sections
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dglobal-sections.ll3 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -fdata-sections | FileCheck %s -check-prefix=LINUX-…
/external/sfntly/
DAndroid.bp89 "-fdata-sections",
/external/wpa_supplicant_8/src/radius/
Dradius.c1568 const u8 *fdata = NULL; /* points to found item */ in radius_msg_get_tunnel_password() local
1589 fdata = data; in radius_msg_get_tunnel_password()
1593 if (fdata == NULL) in radius_msg_get_tunnel_password()
1600 os_memcpy(buf, fdata, fdlen); in radius_msg_get_tunnel_password()
/external/v8/gypfiles/
Dtoolchain.gypi1159 '-fdata-sections',
1212 '-fdata-sections',
1329 '-fdata-sections',
1351 '-fdata-sections',
/external/skia/gn/
DBUILD.gn418 "-fdata-sections",

12