/external/mesa3d/src/mesa/x86/ |
x86_xform.h | 41 #define DECLARE_XFORM_GROUP( pfx, sz ) \ 42 extern void _mesa_##pfx##_transform_points##sz##_general( XFORM_ARGS ); \ 43 extern void _mesa_##pfx##_transform_points##sz##_identity( XFORM_ARGS ); \ 44 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot( XFORM_ARGS ); \ 45 extern void _mesa_##pfx##_transform_points##sz##_perspective( XFORM_ARGS ); \ 46 extern void _mesa_##pfx##_transform_points##sz##_2d( XFORM_ARGS ); \ 47 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot( XFORM_ARGS ); \ 48 extern void _mesa_##pfx##_transform_points##sz##_3d( XFORM_ARGS ); 50 #define ASSIGN_XFORM_GROUP( pfx, sz ) \ 52 _mesa_##pfx##_transform_points##sz##_general; [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvers/ |
vers.h | 3 #define __SYMPFX(pfx, sym) #pfx sym 4 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)
|
/external/mesa3d/src/mesa/sparc/ |
sparc.c | 46 #define DECLARE_XFORM_GROUP(pfx, sz) \ 47 extern void _mesa_##pfx##_transform_points##sz##_general(XFORM_ARGS); \ 48 extern void _mesa_##pfx##_transform_points##sz##_identity(XFORM_ARGS); \ 49 extern void _mesa_##pfx##_transform_points##sz##_3d_no_rot(XFORM_ARGS); \ 50 extern void _mesa_##pfx##_transform_points##sz##_perspective(XFORM_ARGS); \ 51 extern void _mesa_##pfx##_transform_points##sz##_2d(XFORM_ARGS); \ 52 extern void _mesa_##pfx##_transform_points##sz##_2d_no_rot(XFORM_ARGS); \ 53 extern void _mesa_##pfx##_transform_points##sz##_3d(XFORM_ARGS); 55 #define ASSIGN_XFORM_GROUP(pfx, sz) \ 57 _mesa_##pfx##_transform_points##sz##_general; [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
tempnam.c | 69 gentemp(char *name, size_t len, const char *tmp, const char *pfx)
71 (void)snprintf(name, len, "%s%s%sXXXX", tmp, trailsl(tmp), pfx);
76 tempnam(const char *dir, const char *pfx)
85 if (!pfx)
86 pfx = "tmp.";
89 (f = gentemp(name, (size_t)MAXPATHLEN, tmp, pfx)) != NULL)
93 (f = gentemp(name, (size_t)MAXPATHLEN, dir, pfx)) != NULL)
96 //if ((f = gentemp(name, (size_t)MAXPATHLEN, P_tmpdir, pfx)) != NULL)
99 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL)
|
/frameworks/base/services/net/java/android/net/util/ |
PrefixUtils.java | 35 pfx("127.0.0.0/8"), // IPv4 loopback 36 pfx("169.254.0.0/16"), // IPv4 link-local, RFC3927#section-8 37 pfx("::/3"), 38 pfx("fe80::/64"), // IPv6 link-local 39 pfx("fc00::/7"), // IPv6 ULA 40 pfx("ff02::/8"), // IPv6 link-local multicast 43 public static final IpPrefix DEFAULT_WIFI_P2P_PREFIX = pfx("192.168.49.0/24"); 80 private static IpPrefix pfx(String prefixStr) { method in class:PrefixUtils
|
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | 683 static Bool IS_VALID_PFX ( Prefix pfx ) { 684 return toBool((pfx & 0xFF000000) == PFX_EMPTY); 687 static Bool haveREX ( Prefix pfx ) { 688 return toBool(pfx & PFX_REX); 691 static Int getRexW ( Prefix pfx ) { 692 return (pfx & PFX_REXW) ? 1 : 0; 694 static Int getRexR ( Prefix pfx ) { 695 return (pfx & PFX_REXR) ? 1 : 0; 697 static Int getRexX ( Prefix pfx ) { 698 return (pfx & PFX_REXX) ? 1 : 0 32020 Prefix pfx = PFX_EMPTY; local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
tempnam.c | 43 tempnam(const char *dir, const char *pfx) 51 if (!pfx) 52 pfx = "tmp."; 56 f[strlen(f) - 1] == '/' ? "" : "/", pfx); 68 f[strlen(f) - 1] == '/' ? "" : "/", pfx); 78 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx); 87 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx);
|
/external/libvpx/libvpx/build/make/ |
gen_asm_deps.sh | 29 --build-pfx=*) pfx="${optval}" 55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc 58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc" 61 echo ${out} ${out%d}o: "${pfx}${inc}"
|
/external/libnl/src/ |
nl-addr-list.c | 57 char buf[128], pfx[32], *s; local 59 snprintf(pfx, sizeof(pfx), "ADDR%d", index++); 61 nl_dump_line(p, "%s_FAMILY=%s\n", pfx, 64 nl_dump_line(p, "%s_LOCAL=%s\n", pfx, 67 nl_dump_line(p, "%s_IFINDEX=%u\n", pfx, rtnl_addr_get_ifindex(addr)); 70 nl_dump_line(p, "%s_IFNAME=%s\n", pfx, 76 nl_dump_line(p, "%s_PEER=%s\n", pfx, 80 nl_dump_line(p, "%s_BROADCAST=%s\n", pfx, 83 nl_dump_line(p, "%s_SCOPE=%s\n", pfx, [all...] |
/device/google/contexthub/lib/include/nanohub/ |
nanoapp.h | 31 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size); 32 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size);
|
/device/google/contexthub/lib/nanohub/ |
nanoapp.c | 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int increment) 105 fprintf(out, "%s: ", pfx); 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) 113 doPrintHash(out, pfx, hash, size, 1); 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) 118 doPrintHash(out, pfx, hash + size - 1, size, -1);
|
/external/strace/tests/ |
sock_filter-v.c | 38 #define PRINT_STMT_SYM(pfx, code, k) PRINT_STMT_SYM_(pfx, #code, #k) 39 #define PRINT_STMT_SYM_(pfx, code, k) \ 40 printf("%sBPF_STMT(%s, %s)", pfx, code, k) 41 #define PRINT_STMT_VAL(pfx, code, k) PRINT_STMT_VAL_(pfx, #code, k) 42 #define PRINT_STMT_VAL_(pfx, code, k) \ 43 printf("%sBPF_STMT(%s, %#x)", pfx, code, k) 45 #define PRINT_JUMP(pfx, code, k, jt, jf) PRINT_JUMP_(pfx, #code, k, jt, jf [all...] |
/external/strace/tests-m32/ |
sock_filter-v.c | 38 #define PRINT_STMT_SYM(pfx, code, k) PRINT_STMT_SYM_(pfx, #code, #k) 39 #define PRINT_STMT_SYM_(pfx, code, k) \ 40 printf("%sBPF_STMT(%s, %s)", pfx, code, k) 41 #define PRINT_STMT_VAL(pfx, code, k) PRINT_STMT_VAL_(pfx, #code, k) 42 #define PRINT_STMT_VAL_(pfx, code, k) \ 43 printf("%sBPF_STMT(%s, %#x)", pfx, code, k) 45 #define PRINT_JUMP(pfx, code, k, jt, jf) PRINT_JUMP_(pfx, #code, k, jt, jf [all...] |
/external/strace/tests-mx32/ |
sock_filter-v.c | 38 #define PRINT_STMT_SYM(pfx, code, k) PRINT_STMT_SYM_(pfx, #code, #k) 39 #define PRINT_STMT_SYM_(pfx, code, k) \ 40 printf("%sBPF_STMT(%s, %s)", pfx, code, k) 41 #define PRINT_STMT_VAL(pfx, code, k) PRINT_STMT_VAL_(pfx, #code, k) 42 #define PRINT_STMT_VAL_(pfx, code, k) \ 43 printf("%sBPF_STMT(%s, %#x)", pfx, code, k) 45 #define PRINT_JUMP(pfx, code, k, jt, jf) PRINT_JUMP_(pfx, #code, k, jt, jf [all...] |
/external/icu/icu4c/source/i18n/ |
collationsets.h | 65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32); 71 void setPrefix(const UnicodeString &pfx) { 72 unreversedPrefix = pfx; 119 void setPrefix(const UnicodeString &pfx) { 120 unreversedPrefix = pfx;
|
/external/iproute2/ip/ |
ifcfg | 87 pfx="$ipaddr peer $peer" 97 pfx="$ipaddr/$pfxlen" 105 ip addr del $pfx dev $dev $label || exit 1 122 if ! ip address add $pfx brd + dev $dev $label; then 123 echo "Error: failed to add $pfx on $dev." 1>&2
|
/external/iproute2/lib/ |
ll_addr.c | 53 inet_prefix pfx; local 54 if (get_addr_1(&pfx, arg, AF_INET)) { 60 memcpy(lladdr, pfx.data, 4);
|
/external/llvm/bindings/python/llvm/ |
common.py | 108 pfx, ext = 'lib', '.dylib' 110 pfx, ext = '', '.dll' 112 pfx, ext = 'lib', '.so' 116 lib = cdll.LoadLibrary(pfx + i + ext)
|
/external/ltp/utils/sctp/lib/ |
connectx.c | 182 #define __SYMPFX(pfx, sym) #pfx sym 183 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getnameinfo.c | 114 u_char pfx;
local 172 pfx = ((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr8[0];
173 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
|
/external/python/cpython2/Modules/ |
getnameinfo.c | 106 u_char pfx; local 164 pfx = ((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr[0]; 165 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
|
/external/python/cpython3/Modules/ |
getnameinfo.c | 106 u_char pfx; local 164 pfx = ((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr[0]; 165 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
|
/external/iproute2/examples/ |
gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/ |
printers.py | 854 for pfx in ('', 'w'): 855 add_one_type_printer(obj, 'basic_string', pfx + 'string') 856 add_one_type_printer(obj, 'basic_ios', pfx + 'ios') 857 add_one_type_printer(obj, 'basic_streambuf', pfx + 'streambuf') 858 add_one_type_printer(obj, 'basic_istream', pfx + 'istream') 859 add_one_type_printer(obj, 'basic_ostream', pfx + 'ostream') 860 add_one_type_printer(obj, 'basic_iostream', pfx + 'iostream') 861 add_one_type_printer(obj, 'basic_stringbuf', pfx + 'stringbuf') 863 pfx + 'istringstream') 865 pfx + 'ostringstream' [all...] |
/prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/ |
printers.py | 854 for pfx in ('', 'w'): 855 add_one_type_printer(obj, 'basic_string', pfx + 'string') 856 add_one_type_printer(obj, 'basic_ios', pfx + 'ios') 857 add_one_type_printer(obj, 'basic_streambuf', pfx + 'streambuf') 858 add_one_type_printer(obj, 'basic_istream', pfx + 'istream') 859 add_one_type_printer(obj, 'basic_ostream', pfx + 'ostream') 860 add_one_type_printer(obj, 'basic_iostream', pfx + 'iostream') 861 add_one_type_printer(obj, 'basic_stringbuf', pfx + 'stringbuf') 863 pfx + 'istringstream') 865 pfx + 'ostringstream' [all...] |