HomeSort by relevance Sort by last modified time
    Searched refs:machines (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libebl/
eblopenbackend.c 39 } machines[] = variable in typeref:struct:__anon5662
117 #define nmachines (sizeof (machines) / sizeof (machines[0]))
212 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
213 || (emulation == NULL && machines[cnt].em == machine))
216 result->emulation = machines[cnt].emulation;
223 machines[cnt].dsoname),
230 machines[cnt].dsoname),
241 char symname[machines[cnt].prefix_len + sizeof "_init"];
243 strcpy (mempcpy (symname, machines[cnt].prefix
    [all...]
  /external/elfutils/tests/
saridx.c 26 static const char *machines[] = variable
212 (ehdr.e_machine >= (sizeof (machines)
213 / sizeof (machines[0]))
214 || machines[ehdr.e_machine] == NULL)
216 : machines[ehdr.e_machine]);
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 26 serve the names of local machines which are not in the global DNS. The DHCP
27 server integrates with the DNS server and allows machines with DHCP-allocated
30 leases and BOOTP for network booting of diskless machines.
  /external/openssl/crypto/des/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nislib.h 146 extern void nis_freeservlist (nis_server **machines) __THROW;
  /bionic/libc/
Android.mk 516 # These will not work on the earlier x86 machines
  /external/icu4c/data/
makedata.mak 2 #* Copyright (C) 1999-2010, International Business Machines Corporation
186 # They are necessary on EBCDIC machines, and
    [all...]
  /external/dropbear/libtommath/
bn.tex 82 Linux and Windows based x86 to ARM based Gameboys and PPC based MacOS machines.
286 not normally significantly slower. On x86 machines the difference is normally a factor of two when performing modular
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 129 milliseconds