Searched refs:hi (Results 76 - 100 of 388) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/boot/ficl/amd64/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
H A Dsysdep.h132 FICL_UNS hi; member in struct:__anon6032
144 FICL_INT hi; member in struct:__anon6034
/freebsd-10.0-release/sys/boot/ficl/arm/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
H A Dsysdep.h132 FICL_UNS hi; member in struct:__anon6036
144 FICL_INT hi; member in struct:__anon6038
/freebsd-10.0-release/sys/boot/ficl/ia64/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
/freebsd-10.0-release/sys/boot/ficl/mips/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
/freebsd-10.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
/freebsd-10.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.c32 q.hi = (u_int32_t)( qx >> 32 );
43 qh = q.hi;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-core.c70 * @param hi HI register value
78 int cvmx_core_add_wired_tlb_entry(uint64_t hi, uint64_t lo0, uint64_t lo1, cvmx_tlb_pagemask_t page_mask) argument
87 CVMX_MT_ENTRY_HIGH(hi);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_wcroot.c233 apr_hash_index_t *hi;
236 for (hi = apr_hash_first(scratch_pool, db->dir_data);
237 hi;
238 hi = apr_hash_next(hi))
240 svn_wc__db_wcroot_t *wcroot = svn__apr_hash_index_val(hi);
241 const char *local_abspath = svn__apr_hash_index_key(hi);
354 apr_hash_index_t *hi;
356 for (hi = apr_hash_first(scratch_pool, roots); hi; h
232 apr_hash_index_t *hi; local
353 apr_hash_index_t *hi; local
891 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c322 apr_hash_index_t *hi;
350 for (hi = apr_hash_first(pool, headers); hi; hi = apr_hash_next(hi))
352 const char *key = svn__apr_hash_index_key(hi);
353 const char *val = svn__apr_hash_index_val(hi);
381 apr_hash_index_t *hi;
415 for (hi = apr_hash_first(subpool, rb->props);
416 hi;
320 apr_hash_index_t *hi; local
379 apr_hash_index_t *hi; local
540 apr_hash_index_t *hi; local
751 apr_hash_index_t *hi; local
1192 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/lib/msun/src/
H A Dmath_private.h563 #define DOPRINT_END2(hi, lo) \
565 (long double)(hi), (long double)(lo))
579 #define DOPRINT_END2(hi, lo) \
581 (long double)(hi), (long double)(lo))
595 #define DOPRINT_END2(hi, lo) \
597 (long double)(hi), (long double)(lo))
617 #define DOPRINT_END2(hi, lo) \
619 (long double)(hi), (long double)(lo))
626 #define DOPRINT_END2(hi, lo)
648 RETURNP((rp)->hi); \
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c222 apr_hash_index_t *hi;
270 for (hi = apr_hash_first(pool, externals_hash);
271 hi != NULL;
272 hi = apr_hash_next(hi))
274 const char *this_abspath = svn__apr_hash_index_key(hi);
275 const char *value = svn__apr_hash_index_val(hi);
220 apr_hash_index_t *hi; local
H A Dupgrade.c94 apr_hash_index_t *hi;
128 for (hi = apr_hash_first(scratch_pool, externals); hi;
129 hi = apr_hash_next(hi))
136 const char *externals_parent = svn__apr_hash_index_key(hi);
137 svn_string_t *external_desc = svn__apr_hash_index_val(hi);
92 apr_hash_index_t *hi; local
H A Dadd.c162 apr_hash_index_t *hi;
169 for (hi = apr_hash_first(scratch_pool, propvals);
170 hi != NULL;
171 hi = apr_hash_next(hi))
173 const char *propname = svn__apr_hash_index_key(hi);
174 const char *propval = svn__apr_hash_index_val(hi);
199 apr_hash_index_t *hi;
207 for (hi = apr_hash_first(scratch_pool, autoprops);
208 hi !
160 apr_hash_index_t *hi; local
197 apr_hash_index_t *hi; local
371 apr_hash_index_t *hi; local
707 apr_hash_index_t *hi; local
[all...]
H A Dcommit.c202 apr_hash_index_t *hi;
206 for (hi = apr_hash_first(pool, all_tokens); hi; hi = apr_hash_next(hi))
208 const char *url = svn__apr_hash_index_key(hi);
209 const char *token = svn__apr_hash_index_val(hi);
345 apr_hash_index_t *hi;
393 for (hi = apr_hash_first(scratch_pool, wc_items);
394 hi;
200 apr_hash_index_t *hi; local
343 apr_hash_index_t *hi; local
741 apr_hash_index_t *hi = apr_hash_first(iterpool, local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_auth.c191 apr_hash_index_t *hi;
215 for (hi = apr_hash_first(iterpool, nodes); hi; hi = apr_hash_next(hi))
217 svn_io_dirent2_t *dirent = svn__apr_hash_index_val(hi);
231 item_path = svn_dirent_join(dir_path, svn__apr_hash_index_key(hi),
190 apr_hash_index_t *hi; local
/freebsd-10.0-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S127 sethi %hi(HIPLTOFFS), %l1
131 sethi %hi(5120), %l7
137 sethi %hi(NPLTLOSLOTS), %l6
/freebsd-10.0-release/sys/arm/allwinner/a20/
H A Da20_cpu_cfg.c124 uint32_t lo, hi; local
131 hi = cpu_cfg_read_4(a20_cpu_cfg_sc, OSC24M_CNT64_HIGH_REG);
134 return (((uint64_t)hi << 32) | lo);
/freebsd-10.0-release/crypto/openssh/
H A Dkrl.c56 u_int64_t lo, hi; member in struct:revoked_serial
105 if (a->hi >= b->lo && a->lo <= b->hi)
236 insert_serial_range(struct revoked_serial_tree *rt, u_int64_t lo, u_int64_t hi) argument
240 KRL_DBG(("%s: insert %llu:%llu", __func__, lo, hi));
243 rs.hi = hi;
260 ers->lo, ers->hi));
267 if (ers->hi < hi)
315 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key, u_int64_t lo, u_int64_t hi) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl37 $hi="HI";
76 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
77 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
85 ldr $t3,[sp,#$Hoff+4] @ h.hi
97 ldr $t1,[sp,#$Foff+4] @ f.hi
101 ldr $t3,[sp,#$Goff+4] @ g.hi
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/ppc/
H A DDD.h9 double hi; member in struct:__anon789::__anon790
/freebsd-10.0-release/contrib/libexecinfo/
H A Dsymtab.c168 size_t hi = ns; local
177 hi = mid;
180 if (hi - lo == 1) {
184 mid = (hi + lo) / 2;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c416 apr_hash_index_t *hi;
418 for (hi = apr_hash_first(scratch_pool, deb->lock_tokens); hi;
419 hi = apr_hash_next(hi))
421 const void *relpath = svn__apr_hash_index_key(hi);
422 const char *token = svn__apr_hash_index_val(hi);
472 apr_hash_index_t *hi;
477 for (hi = apr_hash_first(scratch_pool, lock_tokens); hi;
413 apr_hash_index_t *hi; local
469 apr_hash_index_t *hi; local
1194 apr_hash_index_t *hi; local
1335 apr_hash_index_t *hi; local
1392 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/sys/boot/ficl/i386/
H A Dsysdep.c35 q.hi = (u_int32_t)( qx >> 32 );
46 qh = q.hi;

Completed in 365 milliseconds

1234567891011>>