Searched refs:hi (Results 226 - 250 of 534) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c370 apr_hash_index_t *hi;
400 for (hi = apr_hash_first(rb->pool, headers); hi; hi = apr_hash_next(hi))
402 const char *hname = apr_hash_this_key(hi);
403 const char *hval = apr_hash_this_val(hi);
680 apr_hash_index_t *hi;
726 for (hi = apr_hash_first(pool, props); hi; h
368 apr_hash_index_t *hi; local
678 apr_hash_index_t *hi; local
774 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c217 apr_hash_index_t *hi;
221 for (hi = apr_hash_first(pool, mergeinfo); hi; hi = apr_hash_next(hi))
223 const char *merge_source = apr_hash_this_key(hi);
224 svn_rangelist_t *rangelist = apr_hash_this_val(hi);
262 apr_hash_index_t *hi;
293 for (hi = apr_hash_first(subpool, mergeinfo); hi; h
216 apr_hash_index_t *hi; local
261 apr_hash_index_t *hi; local
913 apr_hash_index_t *hi; local
[all...]
H A Ddump_editor.c51 apr_hash_index_t *hi;
57 for (hi = apr_hash_first(result_pool, props); hi; hi = apr_hash_next(hi))
59 const char *key = apr_hash_this_key(hi);
60 const svn_string_t *value = apr_hash_this_val(hi);
710 apr_hash_index_t *hi;
738 for (hi = apr_hash_first(pool, db->deleted_entries); hi;
50 apr_hash_index_t *hi; local
708 apr_hash_index_t *hi; local
[all...]
H A Ddelta.c859 apr_hash_index_t *hi;
888 for (hi = apr_hash_first(pool, t_entries); hi; hi = apr_hash_next(hi))
890 const void *key = apr_hash_this_key(hi);
891 apr_ssize_t klen = apr_hash_this_key_len(hi);
892 const svn_fs_dirent_t *t_entry = apr_hash_this_val(hi);
974 for (hi = apr_hash_first(pool, s_entries); hi; h
849 apr_hash_index_t *hi; local
[all...]
H A Dlog.c892 apr_hash_index_t *hi;
1068 for (hi = apr_hash_first(scratch_pool, added_mergeinfo_catalog);
1069 hi; hi = apr_hash_next(hi))
1071 const char *changed_path = apr_hash_this_key(hi);
1072 apr_ssize_t klen = apr_hash_this_key_len(hi);
1073 svn_mergeinfo_t added = apr_hash_this_val(hi);
1243 apr_hash_index_t *hi;
1252 for (hi
891 apr_hash_index_t *hi; local
1242 apr_hash_index_t *hi; local
1569 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c753 apr_hash_index_t *hi;
766 for (hi = apr_hash_first(scratch_pool, ctx->prop_changes);
767 hi;
768 hi = apr_hash_next(hi))
770 svn_prop_t *prop = apr_hash_this_val(hi);
798 for (hi = apr_hash_first(scratch_pool, ctx->prop_changes);
799 hi;
800 hi = apr_hash_next(hi))
752 apr_hash_index_t *hi; local
950 apr_hash_index_t *hi; local
1233 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c807 apr_hash_index_t *hi;
813 for (hi = apr_hash_first(pool, log_entry->changed_paths2);
814 hi != NULL;
815 hi = apr_hash_next(hi))
821 apr_hash_this(hi, (void *) &path, NULL, &val);
897 apr_hash_index_t *hi;
926 for (hi = apr_hash_first(scratch_pool, parent_props);
927 hi;
928 hi
802 apr_hash_index_t *hi; local
892 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dimport.c235 apr_hash_index_t *hi;
260 for (hi = apr_hash_first(pool, properties); hi; hi = apr_hash_next(hi))
262 const char *pname = apr_hash_this_key(hi);
263 const svn_string_t *pval = apr_hash_this_val(hi);
326 apr_hash_index_t *hi;
332 for (hi = apr_hash_first(scratch_pool, dirents); hi; h
234 apr_hash_index_t *hi; local
325 apr_hash_index_t *hi; local
[all...]
H A Dmerge.c630 apr_hash_index_t *hi;
634 for (hi = apr_hash_first(pool, *mergeinfo); hi; hi = apr_hash_next(hi))
637 const char *merge_source_path = apr_hash_this_key(hi);
638 svn_rangelist_t *rangelist = apr_hash_this_val(hi);
857 apr_hash_index_t *hi;
863 for (hi = apr_hash_first(iterpool, younger_mergeinfo);
864 hi; h
626 apr_hash_index_t *hi; local
853 apr_hash_index_t *hi; local
1579 apr_hash_index_t *hi; local
5327 apr_hash_index_t *hi; local
5471 apr_hash_index_t *hi; local
6335 apr_hash_index_t *hi; local
6382 apr_hash_index_t *hi; local
6511 apr_hash_index_t *hi; local
6571 apr_hash_index_t *hi; local
6594 apr_hash_index_t *hi; local
6621 apr_hash_index_t *hi; local
6677 apr_hash_index_t *hi; local
8033 apr_hash_index_t *hi; local
8139 apr_hash_index_t *hi; local
8828 apr_hash_index_t *hi; local
9024 apr_hash_index_t *hi; local
10848 apr_hash_index_t *hi; local
11190 apr_hash_index_t *hi; local
11417 apr_hash_index_t *hi; local
12102 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1051 apr_hash_index_t *hi;
1057 for (hi = apr_hash_first(scratch_pool, paths); hi; hi = apr_hash_next(hi))
1059 const char *path = apr_hash_this_key(hi);
1062 apr_hash_this_val(hi));
1280 apr_hash_index_t *hi;
1337 for (hi = apr_hash_first(pool, lock_tokens); hi; h
1050 apr_hash_index_t *hi; local
1279 apr_hash_index_t *hi; local
1406 apr_hash_index_t *hi; local
2481 apr_hash_index_t *hi; local
2543 apr_hash_index_t *hi; local
2602 apr_hash_index_t *hi; local
2726 apr_hash_index_t *hi; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c457 apr_hash_index_t *hi;
508 for (hi = apr_hash_first(scratch_pool, fe_baton.tree_conflicts); hi;
509 hi = apr_hash_next(hi))
511 const char *this_abspath = apr_hash_this_key(hi);
456 apr_hash_index_t *hi; local
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dpartime.c310 parse_ranged (s, digits, lo, hi, res) char const *s; int digits, lo, hi, *res;
319 return s && lo<=*res && *res<=hi ? s : 0;
323 parse_decimal (s, digits, lo, hi, resolution, res, fres)
325 int digits, lo, hi, resolution, *res, *fres;
336 if (s && lo<=*res && *res<=hi) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c155 apr_hash_index_t *hi;
166 for (hi = apr_hash_first(pool, ht); hi; hi = apr_hash_next(hi))
170 apr_hash_this(hi, &item->key, &item->klen, &item->value);
153 apr_hash_index_t *hi; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c424 "sr", "lo", "hi", "bad", "cause", "pc",
437 "sr", "lo", "hi", "bad", "cause", "pc",
450 "sr", "lo", "hi", "bad", "cause", "pc",
466 "pc", "cause", "bad", "hi", "lo", "fsr", "fir"
2600 struct return_value_word *hi,
2615 hi->buf_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 0 : 4;
2620 hi->reg_offset = lo->reg_offset;
2622 hi->reg = mips_regnum (current_gdbarch)->fp0 + 1;
2624 hi->len = 4;
2638 hi
2599 return_value_location(struct type *valtype, struct return_value_word *hi, struct return_value_word *lo) argument
3000 struct return_value_word hi; local
3021 struct return_value_word hi; local
4147 struct return_value_word hi; local
4165 struct return_value_word hi; local
[all...]
H A Ddcache.c266 if (memaddr + len < region->hi)
269 reg_len = region->hi - memaddr;
348 if (memaddr + len < region->hi)
351 reg_len = region->hi - memaddr;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha512-armv4.S138 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
139 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
147 ldr r12,[sp,#56+4] @ h.hi
159 ldr r10,[sp,#40+4] @ f.hi
163 ldr r12,[sp,#48+4] @ g.hi
176 ldr r12,[r14,#HI] @ K[i].hi
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c175 apr_size_t lo, hi, op;
180 hi = ndx->length;
187 if (hint < hi)
190 hi = hint;
199 for (op = (lo + hi)/2; lo != hi; op = (lo + hi)/2)
202 hi = op;
173 apr_size_t lo, hi, op; local
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S80 sethi %hi(0x80000000), %o1
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl65 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
103 movzb `&hi("$s1")`,$acc0
104 movzb `&hi("$s2")`,$acc1
110 movzb `&hi("$s3")`,$acc0
112 movzb `&hi("$s0")`,$acc2
128 movzb `&hi("$s3")`,$acc0
129 movzb `&hi("$s0")`,$acc1
136 movzb `&hi("$s1")`,$acc1
137 movzb `&hi("$s2")`,$acc2
163 movzb `&hi("
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dcpufunc_asm.S72 b.hi 1b /* Check if we are done */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips64.S45 lui $gp, %hi(%neg(%gp_rel(__xray_FunctionEntry)))
105 lui $gp, %hi(%neg(%gp_rel(__xray_FunctionExit)))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-core.h174 int cvmx_core_add_wired_tlb_entry(uint64_t hi, uint64_t lo0, uint64_t lo1, cvmx_tlb_pagemask_t page_mask);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched.h160 int ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_exception.S211 sethi %hi(KERNBASE), %g3
247 sethi %hi(KERNBASE), %g6
257 sethi %hi(KERNBASE), %g6
278 sethi %hi(KERNBASE), %g3
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.h73 uint32_t hi,lo; member in struct:ind_ptr

Completed in 239 milliseconds

1234567891011>>