Searched refs:ref (Results 26 - 50 of 242) sorted by relevance

12345678910

/freebsd-9.3-release/share/doc/psd/01.cacm/
H A DMakefile6 EXTRA= ref.bib
13 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-9.3-release/lib/libmd/
H A DMakefile42 CLEANFILES+= md[245]hl.c md[245].ref md[245].3 mddriver \
43 rmd160.ref rmd160hl.c rmddriver \
44 sha0.ref sha0hl.c sha1.ref sha1hl.c shadriver \
45 sha256.ref sha256hl.c sha512.ref sha512hl.c
108 md2.ref:
118 md4.ref:
130 md5.ref:
140 sha0.ref
[all...]
/freebsd-9.3-release/sys/xen/
H A Dgnttab.h69 int gnttab_end_foreign_access_ref(grant_ref_t ref);
77 void gnttab_end_foreign_access(grant_ref_t ref, void *page);
88 unsigned long gnttab_end_foreign_transfer_ref(grant_ref_t ref);
89 unsigned long gnttab_end_foreign_transfer(grant_ref_t ref);
91 int gnttab_query_foreign_access(grant_ref_t ref);
98 void gnttab_free_grant_reference(grant_ref_t ref);
113 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid,
128 uint32_t flags, grant_ref_t ref, domid_t domid)
138 map->ref = ref;
[all...]
H A Dgnttab.c66 int ref, error; local
75 ref = head = gnttab_free_head;
83 *entries = ref;
116 put_free_entry(grant_ref_t ref) argument
120 gnttab_entry(ref) = gnttab_free_head;
121 gnttab_free_head = ref;
135 int error, ref; local
137 error = get_free_entries(1, &ref);
142 shared[ref].frame = frame;
143 shared[ref]
154 gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, unsigned long frame, int readonly) argument
165 gnttab_query_foreign_access(grant_ref_t ref) argument
175 gnttab_end_foreign_access_ref(grant_ref_t ref) argument
192 gnttab_end_foreign_access(grant_ref_t ref, void *page) argument
248 int error, ref; local
261 gnttab_grant_foreign_transfer_ref(grant_ref_t ref, domid_t domid, unsigned long pfn) argument
271 gnttab_end_foreign_transfer_ref(grant_ref_t ref) argument
301 gnttab_end_foreign_transfer(grant_ref_t ref) argument
310 gnttab_free_grant_reference(grant_ref_t ref) argument
319 grant_ref_t ref; local
341 int ref, error; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c504 const BYTE *ref; local
519 ref = base + HashTable[h];
522 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip)));
525 while ((ip > anchor) && (ref > (BYTE *) source) &&
526 unlikely(ip[-1] == ref[-1])) {
528 ref--;
554 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref);
558 ref += MINMATCH; /* MinMatch verified */
561 UARCH diff = AARCH(ref)
697 const BYTE *ref; local
889 const BYTE *ref; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c98 X509_POLICY_REF *ref = NULL; local
158 ref = OPENSSL_malloc(sizeof(X509_POLICY_REF));
159 if (!ref)
162 ref->subjectDomainPolicy = subjectDomainPolicyRef;
163 ref->data = data;
165 if (!sk_X509_POLICY_REF_push(cache->maps, ref))
168 ref = NULL;
176 if (ref)
177 policy_map_free(ref);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-im.c111 tree *ref; /* The reference itself. */ member in struct:mem_ref_loc
790 may_move_till (tree ref, tree *index, void *data) argument
796 if (TREE_CODE (ref) == ARRAY_REF)
798 tree step = array_ref_element_size (ref);
799 tree lbound = array_ref_low_bound (ref);
858 force_move_till (tree ref, tree *index, void *data) argument
863 if (TREE_CODE (ref) == ARRAY_REF)
865 tree step = array_ref_element_size (ref);
866 tree lbound = array_ref_low_bound (ref);
888 record_mem_ref_loc (struct mem_ref_loc **mem_refs, tree stmt, tree *ref) argument
955 gen_lsm_tmp_name(tree ref) argument
1027 get_lsm_tmp_name(tree ref) argument
1044 schedule_sm(struct loop *loop, edge *exits, unsigned n_exits, tree ref, struct mem_ref_loc *mem_refs) argument
1099 determine_lsm_ref(struct loop *loop, edge *exits, unsigned n_exits, bitmap clobbered_vops, struct mem_ref *ref) argument
1156 struct mem_ref *ref; local
1213 struct mem_ref *ref = NULL; local
1318 struct mem_ref *ref; local
1340 free_mem_ref(struct mem_ref *ref) argument
1352 struct mem_ref *ref, *next; local
[all...]
H A Dtree-profile.c109 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno);
110 tree stmt1 = build2 (MODIFY_EXPR, gcov_type_node, tmp1, ref);
114 tree stmt3 = build2 (MODIFY_EXPR, gcov_type_node, ref, tmp2);
141 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
147 build_addr (ref, current_function_decl),
168 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
172 build_addr (ref, current_function_decl),
191 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr;
195 build_addr (ref, current_function_decl),
108 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno); local
140 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
167 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
190 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; local
H A Ddf-scan.c386 /* Grow the ref information. */
402 /* Grow the ref information. If the current size is less than the
540 /* Create a new ref of type DF_REF_TYPE for register REG at address
606 struct df_ref *ref)
609 reg_info->reg_chain = ref;
611 DF_REF_NEXT_REG (ref) = head;
614 DF_REF_PREV_REG (ref) = NULL;
617 DF_REF_PREV_REG (head) = ref;
625 df_ref_unlink (struct df_ref *chain, struct df_ref *ref)
631 if (chain == ref)
602 df_reg_chain_create(struct df_reg_info *reg_info, struct df_ref *ref) argument
622 df_ref_unlink(struct df_ref *chain, struct df_ref *ref) argument
659 df_reg_chain_unlink(struct dataflow *dflow, struct df_ref *ref) argument
714 df_ref_remove(struct df *df, struct df_ref *ref) argument
783 struct df_ref *ref; local
900 struct df_ref *ref = reg_info->reg_chain; local
1119 struct df_ref *ref; local
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_empty.c33 static char ref[] = variable
74 assertEqualMem(buff, ref, 87);
/freebsd-9.3-release/share/doc/psd/15.yacc/
H A DMakefile7 EXTRA= ref.bib
13 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dlz4.c188 const BYTE *restrict ref; local
240 LZ4_READ_LITTLEENDIAN_16(ref, cpy, ip);
242 if (ref < (BYTE * const) dest)
260 if unlikely(op - ref < STEPSIZE) {
263 size_t dec2 = dec2table[op - ref];
267 *op++ = *ref++;
268 *op++ = *ref++;
269 *op++ = *ref++;
270 *op++ = *ref++;
271 ref
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dref_fwd.h50 ref(_Tp& __t);
/freebsd-9.3-release/sys/xen/interface/io/
H A Dtpmif.h41 grant_ref_t ref; /* grant table access reference */ member in struct:tpmif_tx_request
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_ftlink.c72 type1->ref++;
73 type2->ref++;
H A Dfld_newftyp.c118 if (typ->ref != 0)
127 typ->left->ref--;
129 typ->right->ref--;
/freebsd-9.3-release/gnu/usr.bin/groff/src/preproc/refer/
H A DMakefile4 SRCS= command.cpp label.cpp ref.cpp refer.cpp token.cpp
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c61 char *ref; member in struct:node
71 struct ref { struct
72 LIST_ENTRY(ref) next;
77 LIST_HEAD(, ref) refs = LIST_HEAD_INITIALIZER(refs);
118 else if (!strcmp(attr[i], "ref"))
119 np->ref = strdup(attr[i+1]);
215 if (np->ref)
216 printf(" ref=\"%s\"", np->ref);
225 indent(n); printf("%s id=%s ref
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dhist.c56 el->el_history.ref = NULL;
85 el->el_history.ref = ptr;
116 if (el->el_history.ref == NULL)
160 if (el->el_history.ref == NULL)
178 return history(el->el_history.ref, &ev, H_SETSIZE, num);
181 return history(el->el_history.ref, &ev, H_SETUNIQUE, num);
H A Dhist.h52 ptr_t ref; /* Argument for history fcns */ member in struct:el_history_t
58 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
/freebsd-9.3-release/tools/test/iconv/
H A DMakefile38 make-ref: refgen
39 mkdir -p ref
42 -@${REF_FWD} ${enc} >ref/${enc}
44 -@${REF_REV} ${enc} >ref/${enc}-rev
52 @${CMP} ref/${enc} output/${enc}
55 @${CMP} ref/${enc}-rev output/${enc}-rev
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DUse.cpp139 const UserRef *ref = reinterpret_cast<const UserRef*>(End); local
140 return ref->getInt()
141 ? ref->getPointer()
/freebsd-9.3-release/sbin/newfs/
H A DMakefile19 diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dlabel.y26 #include "ref.h"
505 void at_expr::evaluate(int tentative, const reference &ref,
509 ref.canonicalize_authors(result);
511 const char *end, *start = ref.get_authors(&end);
517 void format_expr::evaluate(int tentative, const reference &ref,
522 const label_info *lp = ref.get_label_ptr();
523 int num = lp == 0 ? ref.get_number() : lp->count;
628 void field_expr::evaluate(int, const reference &ref,
632 const char *start = ref.get_field(name, &end);
651 void analyzed_expr::evaluate(int tentative, const reference &ref,
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dtrace.c307 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) argument
311 ref->addr = addr;
312 wpa_trace_record(ref);
313 dl_list_add(&active_references, &ref->list);
319 struct wpa_trace_ref *ref; local
320 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
321 if (addr != ref->addr)
324 wpa_trace_dump("Reference registration", ref);

Completed in 290 milliseconds

12345678910