Searched refs:val1 (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/inet/ |
D | test-inet6_opt.c | 19 uint8_t val1; in encode_inet6_opt() local 67 val1 = 0x01; in encode_inet6_opt() 68 offset = inet6_opt_set_val (db, 0, &val1, sizeof (val1)); in encode_inet6_opt() 100 uint8_t val1; in decode_inet6_opt() local 146 offset = inet6_opt_get_val (db, 0, &val1, sizeof (val1)); in decode_inet6_opt() 147 if (val1 != 0x01) in decode_inet6_opt() 149 printf ("OPT_Y's val1 %x != 0x01\n", val1); in decode_inet6_opt()
|
/glibc-2.36/sysdeps/ia64/ |
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
|
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
|
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
|
D | strlen.S | 40 #define val1 r21 macro 71 ld8 val1 = [str], 8;; 75 czx1.r pos0 = val1 81 mov val1 = val2
|
/glibc-2.36/elf/ |
D | dl-cache.c | 365 int val1; in _dl_cache_libcmp() local 368 val1 = *p1++ - '0'; in _dl_cache_libcmp() 371 val1 = val1 * 10 + *p1++ - '0'; in _dl_cache_libcmp() 374 if (val1 != val2) in _dl_cache_libcmp() 375 return val1 - val2; in _dl_cache_libcmp()
|
/glibc-2.36/sysdeps/pthread/ |
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()
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcspn-sse4.c | 66 # define RETURN(val1, val2) return val1 argument 68 # define RETURN(val1, val2) return val2 argument
|
/glibc-2.36/string/ |
D | strcoll_l.c | 213 size_t val1 = seq1->val; in do_compare() local 220 if (position && val1 != val2) in do_compare() 222 result = val1 > val2 ? 1 : -1; in do_compare()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1856 char *val1, char *val2, char **pos) in add_prefixlist() argument 1865 char *cp = strchr (val1, '/'); in add_prefixlist() 1869 if (inet_pton (AF_INET6, val1, &prefix) in add_prefixlist() 1969 char *val1 = cp; in gaiconf_init() local 1996 &labellist_nullbits, val1, val2, &cp)) in gaiconf_init() 2008 gaiconf_reload_flag = strcmp (val1, "yes") == 0; in gaiconf_init() 2024 cp = strchr (val1, '/'); in gaiconf_init() 2027 if (inet_pton (AF_INET6, val1, &prefix)) in gaiconf_init() 2052 else if (inet_pton (AF_INET, val1, &prefix.s6_addr32[3]) in gaiconf_init() 2079 &precedencelist_nullbits, val1, val2, in gaiconf_init()
|
/glibc-2.36/mach/ |
D | lowlevellock.h | 45 unsigned val1,
|