Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 206) sorted by relevance

123456789

/openbsd/sys/arch/hppa/spmath/
H A Dhppa.h18 #define Shiftdouble(left,right,amount,dest) \ argument
23 #define Variableshiftdouble(left,right,amount,dest) \ argument
30 #define Variable_shift_double(left,right,amount,dest) \ argument
H A Dsfcmp.c29 register unsigned int left, right; local
H A Dsgl_float.h59 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument
62 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument
234 #define Sgl_subtract_withextension(left,right,extent,result) \ argument
243 #define Sgl_xortointp1(left,right,result) \ argument
246 #define Sgl_xorfromintp1(left,right,result) \ argument
/openbsd/usr.sbin/nsd/
H A Ddname.c292 dname_is_subdomain(const dname_type *left, const dname_type *right) in dname_is_subdomain()
310 dname_compare(const dname_type *left, const dname_type *right) in dname_compare()
344 label_compare(const uint8_t *left, const uint8_t *right) in label_compare()
373 dname_label_match_count(const dname_type *left, const dname_type *right) in dname_label_match_count()
466 const dname_type *right) in dname_concatenate()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dcg_print.c136 cmp_member (left, right) in cmp_member() argument
226 cmp_arc (left, right) in cmp_arc() argument
563 cmp_name (left, right) in cmp_name() argument
689 cmp_arc_count (left, right) in cmp_arc_count() argument
708 cmp_fun_nuses (left, right) in cmp_fun_nuses() argument
H A Dcg_arcs.c164 const Sym *right = *(const Sym **) rp; local
553 const Sym *right = *(const Sym **) rp; local
H A Dsym_ids.c45 left, right; member
279 Sym *sym, *left, *right; in sym_id_parse() local
H A Dbasic_blocks.c61 const Sym *right = *(const Sym **) rp; local
91 const Sym *right = *(const Sym **) rp; local
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_print.c135 cmp_member (Sym *left, Sym *right) in cmp_member()
221 cmp_arc (Arc *left, Arc *right) in cmp_arc()
550 cmp_name (const PTR left, const PTR right) in cmp_name()
674 cmp_arc_count (const PTR left, const PTR right) in cmp_arc_count()
691 cmp_fun_nuses (const PTR left, const PTR right) in cmp_fun_nuses()
H A Dcg_arcs.c157 const Sym *right = *(const Sym **) rp; in cmp_topo() local
541 const Sym *right = *(const Sym **) rp; in cmp_total() local
H A Dsym_ids.c45 left, right; member
268 Sym *sym, *left, *right; in sym_id_parse() local
H A Dbasic_blocks.c60 const Sym *right = *(const Sym **) rp; in cmp_bb() local
88 const Sym *right = *(const Sym **) rp; in cmp_ncalls() local
/openbsd/lib/libcurses/base/
H A Dlib_window.c117 int right = wp->_line[y].lastchar + wp->_parx; in wsyncup() local
153 int right = pp->_line[win->_pary + y].lastchar - win->_parx; in wsyncdown() local
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural.y98 new_exp_1 (enum operator op, struct expression *right) in new_exp_1()
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2()
/openbsd/gnu/gcc/intl/
H A Dplural.y114 new_exp_1 (op, right) in new_exp_1() argument
125 new_exp_2 (op, left, right) in new_exp_2() argument
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y118 new_exp_1 (op, right) in new_exp_1() argument
129 new_exp_2 (op, left, right) in new_exp_2() argument
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h64 const LExpr *right() const { return RHS; } in right() function
65 LExpr *right() { return RHS; } in right() function
/openbsd/usr.bin/tmux/
H A Dhyperlinks.c75 hyperlinks_by_uri_cmp(struct hyperlinks_uri *left, struct hyperlinks_uri *right) in hyperlinks_by_uri_cmp()
104 struct hyperlinks_uri *right) in hyperlinks_by_inner_cmp()
H A Dformat-draw.c169 u_int ocy, struct screen *left, struct screen *centre, struct screen *right, in format_draw_none()
228 u_int ocy, struct screen *left, struct screen *centre, struct screen *right, in format_draw_left()
331 u_int ocy, struct screen *left, struct screen *centre, struct screen *right, in format_draw_centre()
439 u_int ocy, struct screen *left, struct screen *centre, struct screen *right, in format_draw_right()
546 struct screen *right, struct screen *abs_centre, struct screen *list, in format_draw_absolute_centre()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900324_05.C14 int_array &right = int_array_object; variable
/openbsd/gnu/gcc/gcc/
H A Dtree-chrec.c101 tree left, right; in chrec_fold_plus_poly_poly() local
666 bool right) in chrec_component_in_loop_num()
752 tree right = reset_evolution_in_loop (loop_num, CHREC_RIGHT (chrec), in reset_evolution_in_loop() local
1323 tree inner_type, left, right, lc, rc; in chrec_convert_aggressive() local
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dnode.c202 node right; in n_split() local
369 int n_merge(node *right, node *left, unsigned char *record, int *flag) in n_merge()
/openbsd/usr.bin/sdiff/
H A Dsdiff.c42 char *right; member
776 enqueue(char *left, char div, char *right) in enqueue()
873 char divc, *left, *right; in processq() local
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h33 uptr right = flags()->malloc_bisect_right; in malloc_bisect() local
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp36 inline SeenRegion operator|(SeenRegion left, SeenRegion right) { in operator |()
41 inline SeenRegion &operator|=(SeenRegion &left, const SeenRegion &right) { in operator |=()

123456789