Searched refs:arr (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | atof-ieee.c | 674 LITTLENUM_TYPE arr[10]; local 684 gen_to_words (&arr[0], 4, 11); 685 memcpy (&dv, &arr[0], sizeof (double)); 686 sprintf (sbuf, "%x %x %x %x %.14G ", arr[0], arr[1], arr[2], arr[3], dv); 687 gen_to_words (&arr[0], 2, 8); 688 memcpy (&fv, &arr[0], sizeof (float)); 689 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
|
/toolchain/binutils/binutils-2.27/zlib/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 65 byte[] arr = {1,2,3,4,5,6,7,8,9,10}; in BlockPutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 72 byte[] arr2 = (byte[])arr.Clone(); in BlockPutGet() 74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | disable_pie_unsafe_size_test.cc | 24 char arr[128 * 1024 * 1024]; variable
|
/toolchain/binutils/binutils-2.27/ld/po/ |
D | fr.po | 1254 msgstr "%P : erreur interne : arrêt immédiat %s, ligne %d dans %s\n" 1258 msgstr "%P : erreur interne : arrêt immédiat à %s ligne %d\n"
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ld.texinfo | 2725 extern int arr[]; 2729 printf("%d\n",arr[1]); 2736 extern int arr[]; 2741 volatile int *parr = arr; 2756 extern FOO_IMPORT int arr[]; 2760 printf("%d\n",arr[1]);
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | fr.po | 958 msgstr "%s : ICF s'est arrêté après %u iteration(s)"
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | fr.po | 7913 msgstr "NT_S390_LAST_BREAK (adresse de dernier événement d'arrêt s390)" 7933 msgstr "NT_ARM_HW_BREAK (registres de point d'arrêt matériel AArch)"
|
/toolchain/binutils/binutils-2.27/gas/po/ |
D | fr.po | 8617 msgstr "Les arrêts explicites sont ignorés en mode auto"
|