Home
last modified time | relevance | path

Searched refs:sizeof (Results 1 – 25 of 7996) sorted by relevance

12345678910>>...320

/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dentries.gperf4 boxybold_20.rle, gwlua_png_boxybold_20_rle, sizeof( gwlua_png_boxybold_20_rle )
73 class.lua, gwlua_lua_class_lua, sizeof( gwlua_lua_class_lua )
74 classes.lua, gwlua_lua_classes_lua, sizeof( gwlua_lua_classes_lua )
77 dialogs.lua, gwlua_lua_dialogs_lua, sizeof( gwlua_lua_dialogs_lua )
79 fmod.lua, gwlua_lua_fmod_lua, sizeof( gwlua_lua_fmod_lua )
81 forms.lua, gwlua_lua_forms_lua, sizeof( gwlua_lua_forms_lua )
83 hand.rle, gwlua_png_hand_rle, sizeof( gwlua_png_hand_rle )
84 jpeg.lua, gwlua_lua_jpeg_lua, sizeof( gwlua_lua_jpeg_lua )
85 math.lua, gwlua_lua_math_lua, sizeof( gwlua_lua_math_lua )
88 snes.rle, gwlua_png_snes_rle, sizeof( gwlua_png_snes_rle )
[all …]
/dports/archivers/ucl/ucl-1.03/acc/
H A Dacc_chk.ch111 ACCCHK_ASSERT(sizeof(char) == sizeof((char)0))
114 ACCCHK_ASSERT(sizeof('\0') == sizeof(char))
119 ACCCHK_ASSERT(sizeof('\0') == sizeof(int))
132 ACCCHK_ASSERT(sizeof(short) >= sizeof(char))
146 ACCCHK_ASSERT(sizeof(int) >= sizeof(short))
147 ACCCHK_ASSERT(sizeof(int) == sizeof(0))
148 ACCCHK_ASSERT(sizeof(int) == sizeof((int)0))
157 ACCCHK_ASSERT(sizeof(long) >= sizeof(int))
158 ACCCHK_ASSERT(sizeof(long) == sizeof(0L))
165 ACCCHK_ASSERT(sizeof(size_t) >= sizeof(int))
[all …]
/dports/devel/py-dask/dask-2021.11.2/dask/tests/
H A Dtest_sizeof.py6 from dask.sizeof import getsizeof, sizeof
11 assert sizeof(1) == getsizeof(1)
39 assert sizeof(x) <= 8
48 assert sizeof(df) >= sizeof(df.x) + sizeof(df.y) - sizeof(df.index)
49 assert sizeof(df.x) >= sizeof(df.index)
71 assert sizeof(df[["x", "x", "x"]]) > sizeof(df)
90 assert sizeof("a") * 1000 < sizeof(s) < 2 * sizeof("a") * 1000
99 assert sizeof("a") * 1000 < sizeof(df) < 2 * sizeof("a") * 1000
112 assert sizeof(empty) > 0
126 assert sizeof(table) > sizeof(table.schema.metadata)
[all …]
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dt_hmac2.pas78 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
79 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
80 Check1(psha384,@key,sizeof(key),@data,sizeof(data),@H384,sizeof(H384));
81 Check1(psha512,@key,sizeof(key),@data,sizeof(data),@H512,sizeof(H512));
127 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
128 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
129 Check1(psha384,@key,sizeof(key),@data,sizeof(data),@H384,sizeof(H384));
130 Check1(psha512,@key,sizeof(key),@data,sizeof(data),@H512,sizeof(H512));
181 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
182 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
[all …]
H A Dt_hmac.pas632 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
633 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
634 Check1(psha384,@key,sizeof(key),@data,sizeof(data),@H384,sizeof(H384));
635 Check1(psha512,@key,sizeof(key),@data,sizeof(data),@H512,sizeof(H512));
681 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
682 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
683 Check1(psha384,@key,sizeof(key),@data,sizeof(data),@H384,sizeof(H384));
684 Check1(psha512,@key,sizeof(key),@data,sizeof(data),@H512,sizeof(H512));
735 Check1(psha224,@key,sizeof(key),@data,sizeof(data),@H224,sizeof(H224));
736 Check1(psha256,@key,sizeof(key),@data,sizeof(data),@H256,sizeof(H256));
[all …]
H A Dt_hmsha3.pas87 hmac_update(ctx, @data, sizeof(data));
92 hmac_update(ctx, @data, sizeof(data));
97 hmac_update(ctx, @data, sizeof(data));
102 hmac_update(ctx, @data, sizeof(data));
143 hmac_update(ctx, @data, sizeof(data));
148 hmac_update(ctx, @data, sizeof(data));
153 hmac_update(ctx, @data, sizeof(data));
158 hmac_update(ctx, @data, sizeof(data));
204 hmac_update(ctx, @data, sizeof(data));
209 hmac_update(ctx, @data, sizeof(data));
[all …]
H A Dt_aesccm.pas85 iv1, sizeof(iv1), @hdr1, sizeof(hdr1),
93 err := AES_CCM_Enc_Auth(tag, sizeof(tag1), key1, sizeof(key1),
94 iv1, sizeof(iv1), @hdr1, sizeof(hdr1),
101 err := AES_CCM_Dec_Veri(@tag1, sizeof(tag1), key1, sizeof(key1),
102 iv1, sizeof(iv1), @hdr1, sizeof(hdr1),
129 err := AES_CCM_Enc_Auth(tag, sizeof(tag2), key2, sizeof(key2),
130 iv2, sizeof(iv2), @hdr2, sizeof(hdr2),
138 iv2, sizeof(iv2), @hdr2, sizeof(hdr2),
165 err := AES_CCM_Enc_Auth(tag, sizeof(tag3), key3, sizeof(key3),
166 iv3, sizeof(iv3), @hdr3, sizeof(hdr3),
[all …]
H A Dt_hmacob.pas58 hmac_MD5_update(ctx, @data1, sizeof(data1));
69 hmac_MD5_update(ctx, @data2, sizeof(data2));
79 hmac_MD5_init(ctx, @key6, sizeof(key6));
80 hmac_MD5_update(ctx, @data6, sizeof(data6));
90 hmac_MD5_init(ctx, @key7, sizeof(key7));
91 hmac_MD5_update(ctx, @data7, sizeof(data7));
150 hmac_sha1_init(ctx, @key6, sizeof(key6));
161 hmac_sha1_init(ctx, @key7, sizeof(key7));
347 hmac_Whirl_init(ctx, @key, sizeof(key));
360 fillchar(key6, sizeof(key6), #$aa);
[all …]
H A Dt_btypes.pas64 writeln('sizeof char : ', sizeof(v_char ));
65 writeln('sizeof string : ', sizeof(v_string ));
66 writeln('sizeof integer : ', sizeof(v_integer ));
67 writeln('sizeof longint : ', sizeof(v_longint ));
68 writeln('sizeof pointer : ', sizeof(v_pointer ));
69 writeln('sizeof char8 : ', sizeof(v_char8 ));
70 writeln('sizeof Int8 : ', sizeof(v_Int8 ));
71 writeln('sizeof Int16 : ', sizeof(v_Int16 ));
72 writeln('sizeof Int32 : ', sizeof(v_Int32 ));
73 writeln('sizeof UInt8 : ', sizeof(v_UInt8 ));
[all …]
H A Dt_aesgcm.pas586 single_test(@T04,16,K04,8*sizeof(K04),@I04,sizeof(I04),@A04,sizeof(A04),@C04,sizeof(C04),@P04,04);
587 single_test(@T05,16,K05,8*sizeof(K05),@I05,sizeof(I05),@A05,sizeof(A05),@C05,sizeof(C05),@P05,05);
588 single_test(@T06,16,K06,8*sizeof(K06),@I06,sizeof(I06),@A06,sizeof(A06),@C06,sizeof(C06),@P06,06);
592 single_test(@T10,16,K10,8*sizeof(K10),@I10,sizeof(I10),@A10,sizeof(A10),@C10,sizeof(C10),@P10,10);
593 single_test(@T11,16,K11,8*sizeof(K11),@I11,sizeof(I11),@A11,sizeof(A11),@C11,sizeof(C11),@P11,11);
594 single_test(@T12,16,K12,8*sizeof(K12),@I12,sizeof(I12),@A12,sizeof(A12),@C12,sizeof(C12),@P12,12);
598 single_test(@T16,16,K16,8*sizeof(K16),@I16,sizeof(I16),@A16,sizeof(A16),@C16,sizeof(C16),@P16,16);
599 single_test(@T17,16,K17,8*sizeof(K17),@I17,sizeof(I17),@A17,sizeof(A17),@C17,sizeof(C17),@P17,17);
600 single_test(@T18,16,K18,8*sizeof(K18),@I18,sizeof(I18),@A18,sizeof(A18),@C18,sizeof(C18),@P18,18);
929 single_test(@T03,16,K03,8*sizeof(K03),@I03,sizeof(I03),@H03,sizeof(H03),@C03,sizeof(C03),@P03,03);
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/
H A Dsizeof.cl10 ## sizeof ##
13 name: sizeof
29 out[i++] = sizeof(char);
30 out[i++] = sizeof(uchar);
31 out[i++] = sizeof(short);
33 out[i++] = sizeof(int);
34 out[i++] = sizeof(uint);
35 out[i++] = sizeof(long);
36 out[i++] = sizeof(ulong);
43 out[i++] = sizeof(int2);
[all …]
/dports/science/simlib/simlib/tests/reference-outputs/
H A Dsizeof-all-64.out15 sizeof(void*) = 8
16 sizeof(SimObject) = 24
17 sizeof(Link) = 48, parent = SimObject
18 sizeof(Entity) = 88, parent = Link
19 sizeof(Process) = 104, parent = Entity
20 sizeof(Event) = 88, parent = Entity
21 sizeof(Sampler) = 128, parent = Event
22 sizeof(Stat) = 64, parent = SimObject
25 sizeof(Queue) = 208, parent = List
34 sizeof(Input) = 8
[all …]
H A Dsizeof-all-32.out15 sizeof(void*) = 4
16 sizeof(SimObject) = 12
17 sizeof(Link) = 24, parent = SimObject
18 sizeof(Entity) = 52, parent = Link
19 sizeof(Process) = 64, parent = Entity
20 sizeof(Event) = 52, parent = Entity
21 sizeof(Sampler) = 80, parent = Event
25 sizeof(Queue) = 148, parent = List
34 sizeof(Input) = 4
39 sizeof(IntegrationMethod) = 24
[all …]
/dports/science/simlib/simlib/tests/sizeof-old-outputs/
H A Dsizeof-all.out-2.99-6415 sizeof(void*) = 8
16 sizeof(SimObject) = 24
17 sizeof(Link) = 48, parent = SimObject
18 sizeof(Entity) = 88, parent = Link
19 sizeof(Process) = 104, parent = Entity
20 sizeof(Event) = 88, parent = Entity
21 sizeof(Sampler) = 128, parent = Event
22 sizeof(Stat) = 64, parent = SimObject
25 sizeof(Queue) = 208, parent = List
34 sizeof(Input) = 8
[all …]
H A Dsizeof-all.out-2.19a-3215 sizeof(void*) = 4
16 sizeof(SimObject) = 12
17 sizeof(Link) = 24, parent = SimObject
18 sizeof(Entity) = 52, parent = Link
19 sizeof(Process) = 64, parent = Entity
20 sizeof(Event) = 52, parent = Entity
21 sizeof(Sampler) = 80, parent = Event
25 sizeof(Queue) = 148, parent = List
34 sizeof(Input) = 4
39 sizeof(IntegrationMethod) = 24
[all …]
H A Dsizeof-all.out-2.19-64a15 sizeof(void*) = 8
16 sizeof(SimObject) = 24
17 sizeof(Link) = 48, parent = SimObject
18 sizeof(Entity) = 88, parent = Link
19 sizeof(Process) = 104, parent = Entity
20 sizeof(Event) = 88, parent = Entity
21 sizeof(Sampler) = 128, parent = Event
22 sizeof(Stat) = 64, parent = SimObject
25 sizeof(Queue) = 208, parent = List
34 sizeof(Input) = 8
[all …]
H A Dsizeof-all.out-2.20-32bit15 sizeof(void*) = 4
16 sizeof(SimObject) = 12
17 sizeof(Link) = 24, parent = SimObject
18 sizeof(Entity) = 52, parent = Link
19 sizeof(Process) = 64, parent = Entity
20 sizeof(Event) = 52, parent = Entity
21 sizeof(Sampler) = 80, parent = Event
25 sizeof(Queue) = 148, parent = List
34 sizeof(Input) = 4
39 sizeof(IntegrationMethod) = 24
[all …]
H A Dsizeof-all.out-2.1615 sizeof(SimObject) = 12
16 sizeof(Link) = 24, parent = SimObject
17 sizeof(Entity) = 52, parent = Link
18 sizeof(Process) = 220, parent = Entity
19 sizeof(Event) = 52, parent = Entity
20 sizeof(Sampler) = 80, parent = Event
21 sizeof(Stat) = 48, parent = SimObject
24 sizeof(Queue) = 148, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 20
[all …]
H A Dsizeof-all.out-2.19-6415 sizeof(SimObject) = 24
16 sizeof(Link) = 48, parent = SimObject
17 sizeof(Entity) = 88, parent = Link
18 sizeof(Process) = 312, parent = Entity
19 sizeof(Event) = 88, parent = Entity
20 sizeof(Sampler) = 128, parent = Event
21 sizeof(Stat) = 64, parent = SimObject
23 sizeof(List) = 56, parent = SimObject
24 sizeof(Queue) = 208, parent = List
33 sizeof(Input) = 8
[all …]
H A Dsizeof-all.out-old15 sizeof(SimObject) = 8
16 sizeof(Link) = 20, parent = SimObject
17 sizeof(Entity) = 48, parent = Link
18 sizeof(Process) = 216, parent = Entity
19 sizeof(Event) = 48, parent = Entity
20 sizeof(Sampler) = 76, parent = Event
21 sizeof(Stat) = 44, parent = SimObject
24 sizeof(Queue) = 136, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 28
[all …]
H A Dsizeof-all.out-2.1815 sizeof(SimObject) = 12
16 sizeof(Link) = 24, parent = SimObject
17 sizeof(Entity) = 52, parent = Link
18 sizeof(Process) = 220, parent = Entity
19 sizeof(Event) = 52, parent = Entity
20 sizeof(Sampler) = 80, parent = Event
21 sizeof(Stat) = 48, parent = SimObject
24 sizeof(Queue) = 148, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 24
[all …]
H A Dsizeof-all.out-2.1515 sizeof(SimObject) = 12
16 sizeof(Link) = 24, parent = SimObject
17 sizeof(Entity) = 52, parent = Link
18 sizeof(Process) = 220, parent = Entity
19 sizeof(Event) = 52, parent = Entity
20 sizeof(Sampler) = 80, parent = Event
21 sizeof(Stat) = 48, parent = SimObject
24 sizeof(Queue) = 148, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 28
[all …]
H A Dsizeof-all.out-2.1715 sizeof(SimObject) = 12
16 sizeof(Link) = 24, parent = SimObject
17 sizeof(Entity) = 52, parent = Link
18 sizeof(Process) = 220, parent = Entity
19 sizeof(Event) = 52, parent = Entity
20 sizeof(Sampler) = 80, parent = Event
21 sizeof(Stat) = 48, parent = SimObject
24 sizeof(Queue) = 148, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 20
[all …]
H A Dsizeof-all.out-2.18-6415 sizeof(SimObject) = 24
16 sizeof(Link) = 48, parent = SimObject
17 sizeof(Entity) = 88, parent = Link
18 sizeof(Process) = 312, parent = Entity
19 sizeof(Event) = 88, parent = Entity
20 sizeof(Sampler) = 128, parent = Event
21 sizeof(Stat) = 64, parent = SimObject
23 sizeof(List) = 56, parent = SimObject
24 sizeof(Queue) = 208, parent = List
33 sizeof(Input) = 8
[all …]
H A Dsizeof-all.out-2.18a15 sizeof(SimObject) = 12
16 sizeof(Link) = 24, parent = SimObject
17 sizeof(Entity) = 52, parent = Link
18 sizeof(Process) = 220, parent = Entity
19 sizeof(Event) = 52, parent = Entity
20 sizeof(Sampler) = 80, parent = Event
21 sizeof(Stat) = 48, parent = SimObject
24 sizeof(Queue) = 148, parent = List
33 sizeof(Input) = 4
38 sizeof(IntegrationMethod) = 20
[all …]

12345678910>>...320