Searched refs:val1 (Results 1 – 7 of 7) sorted by relevance
/sysdeps/ia64/ |
A D | strcmp.S | 34 #define val1 r15 macro 41 ld1 val1 = [s1], 1 45 cmp.ne.and p6, p0 = val1, r0 47 cmp.eq.and p6, p0 = val1, val2 49 sub ret0 = val1, val2
|
A D | strncmp.S | 36 #define val1 r15 macro 47 ld1 val1 = [s1], 1 51 cmp.ne.and p6, p0 = val1, r0 54 cmp.eq.and p6, p0 = val1, val2 56 sub ret0 = val1, val2
|
A D | strchr.S | 37 #define val1 r21 macro 72 ld8 val1 = [ret0], 8;; 77 czx1.r pos0 = val1 78 xor tmp = val1, chrx8 // if val1 contains chr, tmp will 88 mov val1 = val2
|
A D | strlen.S | 40 #define val1 r21 macro 71 ld8 val1 = [str], 8;; 75 czx1.r pos0 = val1 81 mov val1 = val2
|
/sysdeps/pthread/ |
A D | tst-tsd1.c | 31 char val1 = 0, val2 = 0; in do_test() local 50 err = pthread_setspecific (key1, (void *) &val1); in do_test() 63 else if (value != (void *) &val1) in do_test()
|
/sysdeps/x86_64/multiarch/ |
A D | strcspn-c.c | 61 # define RETURN(val1, val2) return val1 argument 63 # define RETURN(val1, val2) return val2 argument
|
/sysdeps/posix/ |
A D | getaddrinfo.c | 1818 char *val1 = cp; in gaiconf_init() local 1859 cp = strchr (val1, '/'); in gaiconf_init() 1862 if (inet_pton (AF_INET6, val1, &prefix) in gaiconf_init() 1895 gaiconf_reload_flag = strcmp (val1, "yes") == 0; in gaiconf_init() 1911 cp = strchr (val1, '/'); in gaiconf_init() 1914 if (inet_pton (AF_INET6, val1, &prefix)) in gaiconf_init() 1952 else if (inet_pton (AF_INET, val1, &prefix.s6_addr32[3]) in gaiconf_init()
|
Completed in 13 milliseconds