Home
last modified time | relevance | path

Searched refs:NByte8 (Results 1 – 9 of 9) sorted by relevance

/dports/databases/adabase/AdaBase-3.1/src/results/
H A Dadabase-results-converters.ads17 function convert (nv : NByte0) return NByte8;
41 function convert (nv : NByte1) return NByte8;
65 function convert (nv : NByte2) return NByte8;
89 function convert (nv : NByte3) return NByte8;
138 function convert (nv : NByte8) return Byte1;
139 function convert (nv : NByte8) return Byte2;
140 function convert (nv : NByte8) return Byte3;
141 function convert (nv : NByte8) return Byte4;
142 function convert (nv : NByte8) return Byte8;
143 function convert (nv : NByte8) return Real9;
[all …]
H A Dadabase-results-converters.adb194 return NByte8 (nv);
272 return NByte8 (nv);
531 max : constant NByte8 := NByte8 (NByte1'Last);
541 max : constant NByte8 := NByte8 (NByte2'Last);
551 max : constant NByte8 := NByte8 (NByte3'Last);
561 max : constant NByte8 := NByte8 (NByte4'Last);
571 max : constant NByte8 := NByte8 (Byte1'Last);
581 max : constant NByte8 := NByte8 (Byte2'Last);
591 max : constant NByte8 := NByte8 (Byte3'Last);
601 max : constant NByte8 := NByte8 (Byte4'Last);
[all …]
H A Dadabase-results.ads42 type NByte8 is mod 2 ** 64; type
63 type NByte8_Access is access all NByte8;
95 PARAM_IS_NBYTE_8 : constant NByte8 := 0;
H A Dadabase-results-field.ads17 when ft_nbyte8 => v05 : NByte8;
43 function as_nbyte8 (field : Std_Field) return NByte8;
H A Dadabase-results-field.adb238 function as_nbyte8 (field : Std_Field) return NByte8
/dports/databases/adabase/AdaBase-3.1/src/statements/
H A Dadabase-statement-base.ads491 vaxx : AR.NByte8);
587 vaxx : AR.NByte8);
688 function convert is new RGC.convert4str (IntType => AR.NByte8);
715 v05 : AR.NByte8;
H A Dadabase-statement-base.adb983 vaxx : AR.NByte8) is
1230 vaxx : AR.NByte8) is
H A Dadabase-statement-base-mysql.adb949 v05 => AR.NByte8 (cv.buffer_uint64));
1224 when ft_nbyte8 => param.a05.all := AR.NByte8 (cv.buffer_uint64);
/dports/databases/adabase/AdaBase-3.1/testcases/all_types/
H A Dall_types.adb186 v_nbyte8 : aliased AR.NByte8;
352 v_nbyte8 : aliased AR.NByte8 := AR.NByte8 (2 ** 24 + 1);