HomeSort by: relevance | last modified time | path
    Searched defs:labs (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libc/arch/i386/stdlib/
labs.S 1 /* $NetBSD: labs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $ */
39 RCSID("$NetBSD: labs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $")
42 ENTRY(labs) function
48 END(labs)
  /src/lib/libc/stdlib/
Lint_labs.c 12 labs(long j) function
labs.c 1 /* $NetBSD: labs.c,v 1.8 2012/06/25 22:32:45 abs Exp $ */
35 static char sccsid[] = "@(#)labs.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: labs.c,v 1.8 2012/06/25 22:32:45 abs Exp $");
44 labs(long j) function
  /src/lib/libc/arch/x86_64/stdlib/
labs.S 1 /* $NetBSD: labs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $ */
11 RCSID("$NetBSD: labs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $")
17 WEAK_ALIAS(labs, _labs)
25 ENTRY(labs) function
37 END(labs)
  /src/external/apache2/llvm/dist/libcxx/include/
stdlib.h 69 long labs( long j);
100 #undef labs macro
  /src/external/bsd/unbound/dist/util/storage/
dnstree.h 4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
65 int labs; member in struct:name_tree_node
104 * @param labs: labels in name
109 uint8_t* name, size_t len, int labs, uint16_t dclass);
123 * @param labs: labels in name
128 size_t len, int labs, uint16_t dclass);
135 * @param labs: labels in name
140 size_t len, int labs, uint16_t dclass);
  /src/external/bsd/unbound/dist/edns-subnet/
subnet-whitelist.c 5 * Copyright (c) 2013, NLnet Labs. All rights reserved.
20 * Neither the name of the NLNET LABS nor the names of its contributors may
191 int labs; local
195 labs = dname_count_labels(qname);
196 return name_tree_lookup(&whitelist->dname, qname, qname_len, labs,
  /src/external/bsd/unbound/dist/validator/
val_neg.h 4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
102 int labs; member in struct:val_neg_zone
150 int labs; member in struct:val_neg_data
val_nsec.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
524 int labs; local
535 labs = dname_count_labels(qname) - dname_count_labels(ce);
537 if(labs > 0) {
541 dname_remove_labels(&strip, &striplen, labs);
val_neg.c 4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
77 return dname_canon_lab_cmp(x->name, x->labs, y->name, y->labs, &m);
90 return dname_canon_lab_cmp(x->name, x->labs, y->name, y->labs, &m);
295 lookfor.labs = dname_count_labels(lookfor.name);
308 * @param labs: labels in nm
312 uint8_t* nm, size_t len, int labs)
319 lookfor.labs = labs
543 int labs = dname_count_labels(nm); local
763 int labs = dname_count_labels(nsec->rk.dname); local
1120 int labs; local
    [all...]
  /src/external/bsd/unbound/dist/iterator/
iter_priv.c 4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
195 int labs; local
199 labs = dname_count_size_labels(decomp, &len);
201 return name_tree_lookup(&priv->n, decomp, len, labs, dclass) != NULL;
iter_hints.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
493 int labs = dname_count_size_labels(qname, &len); local
497 qname, len, labs, qclass);
515 int labs; local
519 labs = dname_count_size_labels(qname, &len);
523 len, labs, qclass);
606 int labs = dname_count_size_labels(nm, &len); local
610 nm, len, labs, c))) {
  /src/sys/lib/libkern/
libkern.h 65 LIBKERN_INLINE long labs(long) __unused;
133 labs(long j) function
  /src/external/bsd/unbound/dist/util/data/
dname.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
434 int labs = 1; local
438 labs++;
442 return labs;
449 int labs = 1; local
454 labs++;
460 return labs;
msgencode.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
92 int labs; member in struct:compress_tree_node
101 * @param labs: number of labels in domain name.
112 int labs, struct compress_tree_node** match, int* matchlabels,
120 if((c = dname_lab_cmp(dname, labs, p->dname, p->labs, &n))
146 * @param labs: number of labels in domain name.
152 int labs, struct compress_tree_node*** insertpt)
156 if(labs <= 1
383 int labs, r, rdf = 0; local
    [all...]
  /src/external/bsd/unbound/dist/dns64/
dns64.c 345 node->labs = dname_count_labels(node->name);
348 node->name, node->len, node->labs, node->dclass)) {
553 int labs = dname_count_labels(qstate->qinfo.qname); local
555 qstate->qinfo.qname, qstate->qinfo.qname_len, labs,
  /src/external/bsd/unbound/dist/services/cache/
infra.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
167 int labs; local
177 labs = dname_count_labels(nm);
181 nmlen, labs, LDNS_RR_CLASS_IN);
196 d->node.labs = labs;
200 if(!name_tree_insert(domain_limits, &d->node, nm, nmlen, labs,
920 int labs = dname_count_labels(name); local
922 name_tree_lookup(&infra->domain_limits, name, namelen, labs,
    [all...]
  /src/external/bsd/unbound/dist/testcode/
unitmain.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
1198 int labs; local
1203 &labs));
1212 &labs));
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 150 __DEVICE__ long labs(long __a) { return __nv_llabs(__a); }; function
152 __DEVICE__ long labs(long __a) { return __nv_abs(__a); }; function
__clang_hip_math.h 140 long labs(long __x) { function
  /src/external/bsd/unbound/dist/services/
localzone.c 4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
188 parse_dname(const char* str, uint8_t** res, size_t* len, int* labs)
191 *labs = 0;
196 *labs = dname_count_size_labels(*res, len);
202 local_zone_create(uint8_t* nm, size_t len, int labs,
214 z->namelabs = labs;
230 int labs, enum localzone_type t, uint16_t c)
232 struct local_zone* z = local_zone_create(nm, len, labs, t, c);
252 z = local_zones_find(zones, nm, len, labs, c)
271 int labs; local
662 int labs; local
1065 int labs; local
1884 int labs = dname_count_labels(qinfo->qname); local
2124 int labs; local
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.c 4 * Copyright (c) 2008, NLnet Labs. All rights reserved.
19 * Neither the name of the NLNET LABS nor the names of its contributors may
1278 parse_arg_name(RES* ssl, char* str, uint8_t** res, size_t* len, int* labs)
1285 *labs = 0;
1302 *labs = dname_count_size_labels(*res, len);
2209 int labs; member in struct:del_info
2268 inf.labs = 0;
2363 inf.labs = nmlabs;
3381 z->node.labs, z->node.len, z->node.dclass))) {

Completed in 39 milliseconds