| /src/crypto/external/bsd/heimdal/dist/lib/base/ |
| bsearch.c | 158 int key_cmp = -1; local 238 * bother comparing -- we know key_cmp must be -1 here. 240 key_cmp = -1; 249 * know key_cmp must be >= 0 but we can't tell. Our caller 252 key_cmp = 1; 256 key_cmp = strncmp(key, &buf[key_start], key_len); 257 if (key_cmp == 0 && strlen(key) != key_len) 258 key_cmp = 1; 259 if (key_cmp < 0) { 265 } else if (key_cmp > 0) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| rrl.c | 370 key_cmp(const dns_rrl_key_t *a, const dns_rrl_key_t *b) { function 531 if (key_cmp(&e->key, &key)) { 546 if (key_cmp(&e->key, &key)) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rrl.c | 392 key_cmp(const dns_rrl_key_t *a, const dns_rrl_key_t *b) { function 553 if (key_cmp(&e->key, &key)) { 568 if (key_cmp(&e->key, &key)) {
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| store.cc | 837 if (int key_cmp = binding_key::cmp (k1, k2)) 838 return key_cmp;
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| store.cc | 709 if (int key_cmp = binding_key::cmp (k1, k2)) 710 return key_cmp;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-z80.c | 783 key_cmp (const void * a, const void * b) function 1103 sizeof (cc_tab[0]), key_cmp); 3688 sizeof (instab[0]), key_cmp);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-z80.c | 783 key_cmp (const void * a, const void * b) function 1103 sizeof (cc_tab[0]), key_cmp); 3713 sizeof (instab[0]), key_cmp);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dbe.cc | 9952 key_cmp (const void *p1, const void *p2) 10093 kidx_map->sort (key_cmp);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dbe.cc | 9952 key_cmp (const void *p1, const void *p2) 10093 kidx_map->sort (key_cmp);
|