Home
last modified time | relevance | path

Searched refs:short_array (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/nanopb/tests/regression/issue_253/
H A DSConscript5 env.NanopbProto('short_array')
7 p = env.Program(['short_array.c',
8 'short_array.pb.c',
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-indices.c230 uint16_t *short_array; in cogl_get_rectangle_indices() local
243 p = short_array = g_malloc ((ctx->rectangle_short_indices_len in cogl_get_rectangle_indices()
262 short_array, in cogl_get_rectangle_indices()
265 g_free (short_array); in cogl_get_rectangle_indices()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-indices.c230 uint16_t *short_array; in cogl_get_rectangle_indices() local
243 p = short_array = malloc ((ctx->rectangle_short_indices_len in cogl_get_rectangle_indices()
262 short_array, in cogl_get_rectangle_indices()
265 free (short_array); in cogl_get_rectangle_indices()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-indices.c228 uint16_t *short_array; in cogl_get_rectangle_indices() local
241 p = short_array = g_malloc ((ctx->rectangle_short_indices_len in cogl_get_rectangle_indices()
260 short_array, in cogl_get_rectangle_indices()
263 g_free (short_array); in cogl_get_rectangle_indices()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java94 short short_array[] = new short[n]; in with_shorts() local
97 short_array[i] = (short)base_array[i]; in with_shorts()
100 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java94 short short_array[] = new short[n]; in with_shorts() local
97 short_array[i] = (short)base_array[i]; in with_shorts()
100 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java93 short short_array[] = new short[n]; in with_shorts() local
96 short_array[i] = (short)base_array[i]; in with_shorts()
99 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java93 short short_array[] = new short[n]; in with_shorts() local
96 short_array[i] = (short)base_array[i]; in with_shorts()
99 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java93 short short_array[] = new short[n]; in with_shorts() local
96 short_array[i] = (short)base_array[i]; in with_shorts()
99 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java94 short short_array[] = new short[n]; in with_shorts() local
97 short_array[i] = (short)base_array[i]; in with_shorts()
100 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java94 short short_array[] = new short[n]; in with_shorts() local
97 short_array[i] = (short)base_array[i]; in with_shorts()
100 res += (int) short_array[i]; in with_shorts()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/Arrays/ArrayTests/
H A DArrayTests.java94 short short_array[] = new short[n]; in with_shorts() local
97 short_array[i] = (short)base_array[i]; in with_shorts()
100 res += (int) short_array[i]; in with_shorts()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D53osinte.ads516 type short_array is array (Natural range <>) of short; type
520 m_short : short_array (0 .. 1);
527 m_short2 : short_array (0 .. 1);
534 c_short : short_array (0 .. 1);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A D53osinte.ads516 type short_array is array (Natural range <>) of short; type
520 m_short : short_array (0 .. 1);
527 m_short2 : short_array (0 .. 1);
534 c_short : short_array (0 .. 1);
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dconvert.c306 short *short_array = (short *) ( (char *) rgbValue + rgbValueOffset); in copy_and_convert_field() local
313 if (sscanf(vp, "%hd", &short_array[i]) != 1) in copy_and_convert_field()
328 short_array[i] = 0; in copy_and_convert_field()
333 &short_array[0], in copy_and_convert_field()
334 &short_array[1], in copy_and_convert_field()
335 &short_array[2], in copy_and_convert_field()
336 &short_array[3], in copy_and_convert_field()
337 &short_array[4], in copy_and_convert_field()
338 &short_array[5], in copy_and_convert_field()
339 &short_array[6], in copy_and_convert_field()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads533 type short_array is array (Natural range <>) of short; type
537 m_short : short_array (0 .. 1);
549 m_short2 : short_array (0 .. 1);
557 c_short : short_array (0 .. 1);
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-osinte-hpux.ads533 type short_array is array (Natural range <>) of short; type
537 m_short : short_array (0 .. 1);
549 m_short2 : short_array (0 .. 1);
557 c_short : short_array (0 .. 1);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads533 type short_array is array (Natural range <>) of short; type
537 m_short : short_array (0 .. 1);
549 m_short2 : short_array (0 .. 1);
557 c_short : short_array (0 .. 1);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads530 type short_array is array (Natural range <>) of short; type
534 m_short : short_array (0 .. 1);
546 m_short2 : short_array (0 .. 1);
554 c_short : short_array (0 .. 1);
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-osinte-hpux.ads533 type short_array is array (Natural range <>) of short; type
537 m_short : short_array (0 .. 1);
549 m_short2 : short_array (0 .. 1);
557 c_short : short_array (0 .. 1);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads530 type short_array is array (Natural range <>) of short; type
534 m_short : short_array (0 .. 1);
546 m_short2 : short_array (0 .. 1);
554 c_short : short_array (0 .. 1);
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-osinte-hpux.ads534 type short_array is array (Natural range <>) of short; type
538 m_short : short_array (0 .. 1);
550 m_short2 : short_array (0 .. 1);
558 c_short : short_array (0 .. 1);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads530 type short_array is array (Natural range <>) of short; type
534 m_short : short_array (0 .. 1);
546 m_short2 : short_array (0 .. 1);
554 c_short : short_array (0 .. 1);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnarl/
H A Ds-osinte__hpux.ads533 type short_array is array (Natural range <>) of short; type
537 m_short : short_array (0 .. 1);
549 m_short2 : short_array (0 .. 1);
557 c_short : short_array (0 .. 1);
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-osinte-hpux.ads534 type short_array is array (Natural range <>) of short; type
538 m_short : short_array (0 .. 1);
550 m_short2 : short_array (0 .. 1);
558 c_short : short_array (0 .. 1);

12345