Home
last modified time | relevance | path

Searched full:sz (Results 1 – 25 of 2279) sorted by relevance

12345678910>>...92

/external/libvpx/vpx_ports/
Dmem_ops_aligned.h46 #define mem_get_ne_aligned_generic(end, sz) \ argument
47 static VPX_INLINE unsigned MEM_VALUE_T mem_get_##end##sz##_aligned( \
49 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \
53 #define mem_get_sne_aligned_generic(end, sz) \ argument
54 static VPX_INLINE signed MEM_VALUE_T mem_get_s##end##sz##_aligned( \
56 const int##sz##_t *mem = (const int##sz##_t *)vmem; \
60 #define mem_get_se_aligned_generic(end, sz) \ argument
61 static VPX_INLINE unsigned MEM_VALUE_T mem_get_##end##sz##_aligned( \
63 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \
65 swap_endian_##sz(val, raw); \
[all …]
/external/libaom/aom_ports/
Dmem_ops_aligned.h47 #define mem_get_ne_aligned_generic(end, sz) \ argument
48 static AOM_INLINE unsigned MEM_VALUE_T mem_get_##end##sz##_aligned( \
50 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \
54 #define mem_get_sne_aligned_generic(end, sz) \ argument
55 static AOM_INLINE signed MEM_VALUE_T mem_get_s##end##sz##_aligned( \
57 const int##sz##_t *mem = (const int##sz##_t *)vmem; \
61 #define mem_get_se_aligned_generic(end, sz) \ argument
62 static AOM_INLINE unsigned MEM_VALUE_T mem_get_##end##sz##_aligned( \
64 const uint##sz##_t *mem = (const uint##sz##_t *)vmem; \
66 swap_endian_##sz(val, raw); \
[all …]
/external/jemalloc_new/test/unit/
Dstats.c4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
7 sz = sizeof(size_t); in TEST_BEGIN()
8 assert_d_eq(mallctl("stats.allocated", (void *)&allocated, &sz, NULL, in TEST_BEGIN()
10 assert_d_eq(mallctl("stats.active", (void *)&active, &sz, NULL, 0), in TEST_BEGIN()
12 assert_d_eq(mallctl("stats.resident", (void *)&resident, &sz, NULL, 0), in TEST_BEGIN()
14 assert_d_eq(mallctl("stats.mapped", (void *)&mapped, &sz, NULL, 0), in TEST_BEGIN()
33 size_t sz; in TEST_BEGIN() local
42 sz = sizeof(size_t); in TEST_BEGIN()
44 (void *)&allocated, &sz, NULL, 0), expected, in TEST_BEGIN()
46 sz = sizeof(uint64_t); in TEST_BEGIN()
[all …]
Dmallctl.c7 size_t sz; in TEST_BEGIN() local
23 sz = sizeof(epoch)-1; in TEST_BEGIN()
24 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, in TEST_BEGIN()
26 sz = sizeof(epoch)+1; in TEST_BEGIN()
27 assert_d_eq(mallctl("epoch", (void *)&epoch, &sz, NULL, 0), EINVAL, in TEST_BEGIN()
44 size_t sz; in TEST_BEGIN() local
67 sz = sizeof(epoch)-1; in TEST_BEGIN()
68 assert_d_eq(mallctlbymib(mib, miblen, (void *)&epoch, &sz, NULL, 0), in TEST_BEGIN()
71 sz = sizeof(epoch)+1; in TEST_BEGIN()
72 assert_d_eq(mallctlbymib(mib, miblen, (void *)&epoch, &sz, NULL, 0), in TEST_BEGIN()
[all …]
Ddecay.c15 size_t sz = sizeof(bool); in check_background_thread_enabled() local
16 int ret = mallctl("background_thread", (void *)&enabled, &sz, NULL,0); in check_background_thread_enabled()
41 size_t sz = sizeof(unsigned); in do_arena_create() local
42 assert_d_eq(mallctl("arenas.create", (void *)&arena_ind, &sz, NULL, 0), in do_arena_create()
112 size_t sz = sizeof(npurge); in get_arena_npurge_impl() local
113 assert_d_eq(mallctlbymib(mib, miblen, (void *)&npurge, &sz, NULL, 0), in get_arena_npurge_impl()
146 size_t sz = sizeof(pdirty); in get_arena_pdirty() local
147 assert_d_eq(mallctlbymib(mib, miblen, (void *)&pdirty, &sz, NULL, 0), 0, in get_arena_pdirty()
161 size_t sz = sizeof(pmuzzy); in get_arena_pmuzzy() local
162 assert_d_eq(mallctlbymib(mib, miblen, (void *)&pmuzzy, &sz, NULL, 0), 0, in get_arena_pmuzzy()
[all …]
Dpack.c7 #define SZ (ZU(1) << (LG_PAGE - 2)) macro
9 #define SZ ZU(4096) macro
21 size_t sz; in binind_compute() local
24 sz = sizeof(nbins); in binind_compute()
25 assert_d_eq(mallctl("arenas.nbins", (void *)&nbins, &sz, NULL, 0), 0, in binind_compute()
37 sz = sizeof(size); in binind_compute()
38 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &sz, NULL, in binind_compute()
40 if (size == SZ) { in binind_compute()
52 size_t sz; in nregs_per_run_compute() local
60 sz = sizeof(nregs); in nregs_per_run_compute()
[all …]
/external/jemalloc_new/test/integration/
Dxallocx.c13 size_t sz = sizeof(ind); in arena_ind() local
14 assert_d_eq(mallctl("arenas.create", (void *)&ind, &sz, NULL, in arena_ind()
23 size_t sz, tsz; in TEST_BEGIN() local
27 sz = sallocx(p, 0); in TEST_BEGIN()
29 tsz = xallocx(p, sz, 0, 0); in TEST_BEGIN()
30 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
38 size_t sz, tsz; in TEST_BEGIN() local
42 sz = sallocx(p, 0); in TEST_BEGIN()
44 tsz = xallocx(p, sz, sz-42, 0); in TEST_BEGIN()
45 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); in TEST_BEGIN()
[all …]
Dthread_tcache_enabled.c6 size_t sz = sizeof(bool); in thd_start() local
7 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL, in thd_start()
12 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
13 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
18 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
19 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
23 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
24 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
28 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
29 (void *)&e1, sz), 0, "Unexpected mallctl() error"); in thd_start()
[all …]
Dmallocx.c118 size_t sz; in TEST_BEGIN() local
120 for (sz = 1; sz < MAXSZ; sz = nallocx(sz, 0) + 1) { in TEST_BEGIN()
123 nsz = nallocx(sz, 0); in TEST_BEGIN()
125 p = mallocx(sz, 0); in TEST_BEGIN()
127 "Unexpected mallocx(size=%zx, flags=0) error", sz); in TEST_BEGIN()
129 assert_zu_ge(rsz, sz, "Real size smaller than expected"); in TEST_BEGIN()
133 p = mallocx(sz, 0); in TEST_BEGIN()
135 "Unexpected mallocx(size=%zx, flags=0) error", sz); in TEST_BEGIN()
138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN()
140 p = mallocx(sz, MALLOCX_ZERO); in TEST_BEGIN()
[all …]
Dallocated.c17 size_t sz, usize; in thd_start() local
19 sz = sizeof(a0); in thd_start()
20 if ((err = mallctl("thread.allocated", (void *)&a0, &sz, NULL, 0))) { in thd_start()
27 sz = sizeof(ap0); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
39 sz = sizeof(d0); in thd_start()
40 if ((err = mallctl("thread.deallocated", (void *)&d0, &sz, NULL, 0))) { in thd_start()
47 sz = sizeof(dp0); in thd_start()
48 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
63 sz = sizeof(a1); in thd_start()
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha512-x86_64.pl142 $SZ=8;
154 $SZ=4;
169 $_ctx="16*$SZ+0*8(%rsp)";
170 $_inp="16*$SZ+1*8(%rsp)";
171 $_end="16*$SZ+2*8(%rsp)";
172 $_rsp="`16*$SZ+3*8`(%rsp)";
173 $framesz="16*$SZ+4*8";
178 my $STRIDE=$SZ;
179 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
189 mov $T1,`$SZ*($i&0xf)`(%rsp)
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha512-x86_64.pl142 $SZ=8;
154 $SZ=4;
169 $_ctx="16*$SZ+0*8(%rsp)";
170 $_inp="16*$SZ+1*8(%rsp)";
171 $_end="16*$SZ+2*8(%rsp)";
172 $_rsp="`16*$SZ+3*8`(%rsp)";
173 $framesz="16*$SZ+4*8";
178 my $STRIDE=$SZ;
179 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
189 mov $T1,`$SZ*($i&0xf)`(%rsp)
[all …]
/external/clang/test/OpenMP/
Dtarget_codegen.cpp25 // CHECK-DAG: [[ENTTY:%.+]] = type { i8*, i8*, i[[SZ:32|64]] }
35 // CHECK-DAG: [[SIZET2:@.+]] = private unnamed_addr constant [1 x i{{32|64}}] [i[[SZ:32|64]] 2]
37 // CHECK-DAG: [[SIZET3:@.+]] = private unnamed_addr constant [2 x i[[SZ]]] [i[[SZ]] 4, i[[SZ]] 2]
40 …AG: [[SIZET5:@.+]] = private unnamed_addr constant [3 x i[[SZ]]] [i[[SZ]] 4, i[[SZ]] 2, i[[SZ]] 40]
42 …[SIZET6:@.+]] = private unnamed_addr constant [4 x i[[SZ]]] [i[[SZ]] 4, i[[SZ]] 2, i[[SZ]] 1, i[[S…
90 …ll i32 @__tgt_target(i32 -1, i8* @{{[^,]+}}, i32 0, i8** null, i8** null, i[[SZ]]* null, i32* null) in foo()
107 // CHECK: call void [[HVT1:@.+]](i[[SZ]] {{[^,]+}}) in foo()
113 …i32 1, i8** [[BP:%[^,]+]], i8** [[P:%[^,]+]], i[[SZ]]* getelementptr inbounds ([1 x i[[SZ]]], [1 x… in foo()
120 // CHECK-DAG: [[BP0]] = inttoptr i[[SZ]] %{{.+}} to i8* in foo()
121 // CHECK-DAG: [[P0]] = inttoptr i[[SZ]] %{{.+}} to i8* in foo()
[all …]
Dtarget_codegen_global_capture.cpp62 // CHECK-DAG: [[CONVLB]] = bitcast i[[sz:64|32]]* [[CADDRLB:%.+]] to i16* in foo()
63 // CHECK-DAG: [[CVALLB:%.+]] = load i[[sz]], i[[sz]]* [[CADDRLB]], in foo()
64 // CHECK-DAG: [[CPTRLB:%.+]] = inttoptr i[[sz]] [[CVALLB]] to i8* in foo()
69 // CHECK-DAG: [[CONVLC]] = bitcast i[[sz]]* [[CADDRLC:%.+]] to i16* in foo()
70 // CHECK-DAG: [[CVALLC:%.+]] = load i[[sz]], i[[sz]]* [[CADDRLC]], in foo()
71 // CHECK-DAG: [[CPTRLC:%.+]] = inttoptr i[[sz]] [[CVALLC]] to i8* in foo()
76 // CHECK-DAG: [[CONVLD]] = bitcast i[[sz]]* [[CADDRLD:%.+]] to i16* in foo()
77 // CHECK-DAG: [[CVALLD:%.+]] = load i[[sz]], i[[sz]]* [[CADDRLD]], in foo()
78 // CHECK-DAG: [[CPTRLD:%.+]] = inttoptr i[[sz]] [[CVALLD]] to i8* in foo()
85 // CHECK-DAG: [[CONVFB]] = bitcast i[[sz]]* [[CADDRFB:%.+]] to float* in foo()
[all …]
/external/libvpx/vp8/common/
Dreconintra.c33 #define INIT_SIZE(sz) \ in vp8_init_intra_predictors_internal() argument
34 pred[V_PRED][SIZE_##sz] = vpx_v_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
35 pred[H_PRED][SIZE_##sz] = vpx_h_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
36 pred[TM_PRED][SIZE_##sz] = vpx_tm_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
38 dc_pred[0][0][SIZE_##sz] = vpx_dc_128_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
39 dc_pred[0][1][SIZE_##sz] = vpx_dc_top_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
40 dc_pred[1][0][SIZE_##sz] = vpx_dc_left_predictor_##sz##x##sz; \ in vp8_init_intra_predictors_internal()
41 dc_pred[1][1][SIZE_##sz] = vpx_dc_predictor_##sz##x##sz in vp8_init_intra_predictors_internal()
/external/mesa3d/src/mesa/sparc/
Dsparc.c46 #define DECLARE_XFORM_GROUP(pfx, sz) \ argument
47 extern void _mesa_##pfx##_transform_points##sz##_general(XFORM_ARGS); \
48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \
49 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot(XFORM_ARGS); \
50 extern void _mesa_##pfx##_transform_points##sz##_perspective(XFORM_ARGS); \
51 extern void _mesa_##pfx##_transform_points##sz##_2d(XFORM_ARGS); \
52 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot(XFORM_ARGS); \
53 extern void _mesa_##pfx##_transform_points##sz##_3d(XFORM_ARGS);
55 #define ASSIGN_XFORM_GROUP(pfx, sz) \ argument
56 _mesa_transform_tab[sz][MATRIX_GENERAL] = \
[all …]
/external/mesa3d/src/mesa/x86/
Dx86_xform.h41 #define DECLARE_XFORM_GROUP( pfx, sz ) \ argument
42 extern void _mesa_##pfx##_transform_points##sz##_general( XFORM_ARGS ); \
43 extern void _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \
44 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot( XFORM_ARGS ); \
45 extern void _mesa_##pfx##_transform_points##sz##_perspective( XFORM_ARGS ); \
46 extern void _mesa_##pfx##_transform_points##sz##_2d( XFORM_ARGS ); \
47 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot( XFORM_ARGS ); \
48 extern void _mesa_##pfx##_transform_points##sz##_3d( XFORM_ARGS );
50 #define ASSIGN_XFORM_GROUP( pfx, sz ) \ argument
51 _mesa_transform_tab[sz][MATRIX_GENERAL] = \
[all …]
/external/cldr/common/collation/
Dhu.xml22 &S<sz<<<Sz<<<SZ
45 &sz<<<ssz/sz
46 &Sz<<<Ssz/sz
47 &SZ<<<SSZ/SZ
64 &S<sz<<<sZ<<<Sz<<<SZ
88 &sz<<<ssz/sz<<<ssZ/sZ<<<sSz/Sz<<<sSZ/SZ
89 &Sz<<<Ssz/sz<<<SsZ/sZ<<<SSz/Sz
90 &SZ<<<SSZ/SZ
/external/mesa3d/src/mesa/math/
Dm_trans_tmp.h44 if (SZ >= 1) t[i][0] = TRX_4F(f, 0); in DEST_4F()
45 if (SZ >= 2) t[i][1] = TRX_4F(f, 1); in DEST_4F()
46 if (SZ >= 3) t[i][2] = TRX_4F(f, 2); in DEST_4F()
47 if (SZ == 4) t[i][3] = TRX_4F(f, 3); else t[i][3] = 1.0; in DEST_4F()
68 if (SZ >= 1) t[i][0] = TRX_4FN(f, 0); in DEST_4FN()
69 if (SZ >= 2) t[i][1] = TRX_4FN(f, 1); in DEST_4FN()
70 if (SZ >= 3) t[i][2] = TRX_4FN(f, 2); in DEST_4FN()
71 if (SZ == 4) t[i][3] = TRX_4FN(f, 3); else t[i][3] = 1.0; in DEST_4FN()
128 if (SZ >= 1) TRX_UB(t[i][0], f, 0); in DEST_4UB()
129 if (SZ >= 2) TRX_UB(t[i][1], f, 1); in DEST_4UB()
[all …]
/external/rust/crates/ring/crypto/fipsmodule/sha/asm/
Dsha512-x86_64.pl147 $SZ=8;
159 $SZ=4;
174 $_ctx="16*$SZ+0*8(%rsp)";
175 $_inp="16*$SZ+1*8(%rsp)";
176 $_end="16*$SZ+2*8(%rsp)";
177 $_rsp="`16*$SZ+3*8`(%rsp)";
178 $framesz="16*$SZ+4*8";
183 my $STRIDE=$SZ;
184 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
194 mov $T1,`$SZ*($i&0xf)`(%rsp)
[all …]
/external/webp/swig/
Dlibwebp_java_wrap.c246 jbyteArray SWIG_JavaArrayOutSchar (JNIEnv *jenv, signed char *result, jsize sz);
251 jshortArray SWIG_JavaArrayOutUchar (JNIEnv *jenv, unsigned char *result, jsize sz);
256 jshortArray SWIG_JavaArrayOutShort (JNIEnv *jenv, short *result, jsize sz);
261 jintArray SWIG_JavaArrayOutUshort (JNIEnv *jenv, unsigned short *result, jsize sz);
266 jintArray SWIG_JavaArrayOutInt (JNIEnv *jenv, int *result, jsize sz);
271 jlongArray SWIG_JavaArrayOutUint (JNIEnv *jenv, unsigned int *result, jsize sz);
276 jintArray SWIG_JavaArrayOutLong (JNIEnv *jenv, long *result, jsize sz);
281 jlongArray SWIG_JavaArrayOutUlong (JNIEnv *jenv, unsigned long *result, jsize sz);
286 jlongArray SWIG_JavaArrayOutLonglong (JNIEnv *jenv, jlong *result, jsize sz);
291 jfloatArray SWIG_JavaArrayOutFloat (JNIEnv *jenv, float *result, jsize sz);
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.cc63 void MetaMap::AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz) { in AllocBlock() argument
66 b->siz = sz; in AllocBlock()
78 uptr sz = RoundUpTo(b->siz, kMetaShadowCell); in FreeBlock() local
79 FreeRange(proc, p, sz); in FreeBlock()
80 return sz; in FreeBlock()
83 bool MetaMap::FreeRange(Processor *proc, uptr p, uptr sz) { in FreeRange() argument
86 u32 *end = MemToMeta(p + sz); in FreeRange()
122 void MetaMap::ResetRange(Processor *proc, uptr p, uptr sz) { in ResetRange() argument
126 FreeRange(proc, p, sz); in ResetRange()
131 if (sz <= 4 * kPageSize) { in ResetRange()
[all …]
/external/cronet/net/data/cache_tests/list_loop2/
Dcontents.txt40 empty sz 1: 1
41 empty sz 2: 0
42 empty sz 3: 0
43 empty sz 4: 255
59 empty sz 1: 0
60 empty sz 2: 0
61 empty sz 3: 1
62 empty sz 4: 254
78 empty sz 1: 0
79 empty sz 2: 0
[all …]
/external/ipsec-tools/src/racoon/
Ddebugrm.h41 #define racoon_malloc(sz) malloc((sz)) argument
44 #define racoon_calloc(cnt, sz) calloc((cnt), (sz)) argument
47 #define racoon_realloc(old, sz) realloc((old), (sz)) argument
57 #define racoon_malloc(sz) \ argument
58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
61 #define racoon_calloc(cnt, sz) \ argument
62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz))
65 #define racoon_realloc(old, sz) \ argument
66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz))
87 #define vmalloc(sz) \ argument
[all …]
/external/toybox/toys/pending/
Ddd.c48 long sz, count;
91 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz)); in write_out()
95 if (nw == TT.out.sz) TT.out_full++; in write_out()
100 if (TT.out.count < TT.out.sz) break; in write_out()
125 TT.in.sz = TT.out.sz = 512; //default io block size in dd_main()
128 else if (strstart(&arg, "ibs=")) TT.in.sz = atolx_range(arg, 1, LONG_MAX); in dd_main()
129 else if (strstart(&arg, "obs=")) TT.out.sz = atolx_range(arg, 1, LONG_MAX); in dd_main()
149 if (bs) TT.in.sz = TT.out.sz = bs; in dd_main()
155 // For bs=, in/out is done as it is. so only in.sz is enough. in dd_main()
157 TT.in.buff = TT.out.buff = xmalloc(TT.in.sz + (bs ? 0 : TT.out.sz)); in dd_main()
[all …]

12345678910>>...92