Searched refs:hi (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c289 apr_hash_index_t *hi;
320 for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
328 apr_hash_this(hi, &key, &klen, &val);
1022 apr_hash_index_t *hi;
1029 for (hi = apr_hash_first(pool, entries);
1030 hi;
1031 hi
286 apr_hash_index_t *hi; local
1017 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c1065 apr_hash_index_t *hi;
1067 for (hi = apr_hash_first(pool, path_revs); hi; hi = apr_hash_next(hi))
1069 const char *path = svn__apr_hash_index_key(hi);
1090 apr_hash_index_t *hi;
1092 for (hi = apr_hash_first(pool, path_tokens); hi; hi
1062 apr_hash_index_t *hi; local
1087 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c834 apr_hash_index_t *hi;
850 for (hi = apr_hash_first(pool, a); hi; hi = apr_hash_next(hi))
857 apr_hash_this(hi, &key, &klen, &void_a_val);
1499 apr_hash_index_t *hi;
1503 for (hi = apr_hash_first(subpool, keywords);
1504 hi; hi
830 apr_hash_index_t *hi; local
1495 apr_hash_index_t *hi; local
[all...]
/freebsd-10.0-release/sys/arm/allwinner/
H A Dtimer.c130 uint32_t lo, hi; local
141 hi = timer_read_4(a10_timer_sc, SW_COUNTER64HI_REG);
144 return (((uint64_t)hi << 32) | lo);
/freebsd-10.0-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c448 uint32_t hi; local
458 hi = tsc >> 32;
460 ((hi * nsec_scale) << (32 - SCALE_SHIFT)));
/freebsd-10.0-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c449 uint32_t hi; local
459 hi = tsc >> 32;
461 ((hi * nsec_scale) << (32 - SCALE_SHIFT)));
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h75 void printSymbol(const MCInst *MI, unsigned OpNo, raw_ostream &O, bool hi)
H A DHexagonInstPrinter.cpp198 raw_ostream &O, bool hi) const {
201 O << '#' << (hi? "HI": "LO") << '(';
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_fp.h92 #define NTOHL_MFP(ni, nf, hi, hf) \
93 do { (hi) = ntohl(ni); (hf) = ntohl(nf); } while (0)
94 #define HTONL_MFP(hi, hf, ni, nf) \
95 do { (ni) = ntohl(hi); (nf) = ntohl(hf); } while (0)
/freebsd-10.0-release/contrib/ntp/util/
H A Djitter.h133 #define NTOHL_MFP(ni, nf, hi, hf) \
134 do { (hi) = ntohl(ni); (hf) = ntohl(nf); } while (0)
135 #define HTONL_MFP(hi, hf, ni, nf) \
136 do { (ni) = ntohl(hi); (nf) = ntohl(hf); } while (0)
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h38 ha, he, hi, hr, hu, hy, enumerator in enum:__anon4411
/freebsd-10.0-release/usr.bin/usbhidaction/
H A Dusbhidaction.c287 int inst, cinst, u, lo, hi, range, t; local
381 hi = h.usage_maximum;
385 hi = h.usage;
388 for (u = lo; u <= hi; u++) {
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c894 int hi, lo, cp; local
902 hi = strtonum(n, 1, PORT_MAX, &errstr);
909 if (lo > hi) {
910 cp = hi;
911 hi = lo;
916 for (cp = lo; cp <= hi; cp++) {
929 for (x = 0; x <= (hi - lo); x++) {
930 y = (arc4random() & 0xFFFF) % (hi - lo);
937 hi = strtonum(p, 1, PORT_MAX, &errstr);
1115 Port numbers can be individual or ranges: lo-hi [inclusiv
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c293 static inline void cvmx_debug_save_core_context(volatile cvmx_debug_core_context_t *context, uint64_t hi, uint64_t lo);
493 case 34: return &context->hi;
1316 static void cvmx_debug_save_core_context(volatile cvmx_debug_core_context_t *context, uint64_t hi, uint64_t lo) argument
1321 context->hi = hi;
1372 uint64_t hi, lo; local
1408 hi = context->hi;
1410 asm("mthi %0" :: "r"(hi));
1439 void __cvmx_debug_handler_stage3 (uint64_t lo, uint64_t hi) argument
[all...]
H A Dcvmx-debug.h98 uint64_t hi; member in struct:__anon6809
107 F(hi);
/freebsd-10.0-release/sys/mips/nlm/dev/net/
H A Dnae.c1217 uint32_t hi, lo, val; local
1219 hi = cfg[0].ieee1588_userval >> 32;
1221 nlm_write_nae_reg(nae_base, NAE_1588_PTP_USER_VALUE_HI, hi);
1224 hi = cfg[0].ieee1588_ptpoff >> 32;
1226 nlm_write_nae_reg(nae_base, NAE_1588_PTP_OFFSET_HI, hi);
1229 hi = cfg[0].ieee1588_tmr1 >> 32;
1231 nlm_write_nae_reg(nae_base, NAE_1588_PTP_TMR1_HI, hi);
1234 hi = cfg[0].ieee1588_tmr2 >> 32;
1236 nlm_write_nae_reg(nae_base, NAE_1588_PTP_TMR2_HI, hi);
1239 hi
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddummy-frame.c251 generic_save_call_dummy_addr (CORE_ADDR lo, CORE_ADDR hi) argument
254 dummy_frame_stack->call_hi = hi;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dra.c880 apr_hash_index_t *hi;
893 for (hi = apr_hash_first(scratch_pool, history1); hi; hi = apr_hash_next(hi))
895 const char *path = svn__apr_hash_index_key(hi);
896 apr_ssize_t path_len = svn__apr_hash_index_klen(hi);
897 svn_rangelist_t *ranges1 = svn__apr_hash_index_val(hi);
876 apr_hash_index_t *hi; local
/freebsd-10.0-release/crypto/openssl/crypto/sha/
H A Dsha512.c330 unsigned int hi=p[0],lo=p[1]; \
334 : "=a"(lo),"=d"(hi) \
335 : "0"(lo),"1"(hi) : "cc"); \
336 ((SHA_LONG64)hi)<<32|lo; })
339 unsigned int hi=p[0],lo=p[1]; \
341 : "=r"(lo),"=r"(hi) \
342 : "0"(lo),"1"(hi)); \
343 ((SHA_LONG64)hi)<<32|lo; })
/freebsd-10.0-release/sys/dev/firewire/
H A Dif_fwip.c183 hwaddr->sender_unique_ID_hi = htonl(fwip->fd.fc->eui.hi);
377 fwip->last_dest.hi = 0;
503 fwip->last_dest.hi = 0;
683 eui.hi = ntohl(destfw->sender_unique_ID_hi);
685 if (fwip->last_dest.hi != eui.hi ||
843 p[0] = htonl(fd->eui.hi);
942 p[0] = htonl(fd->eui.hi);
/freebsd-10.0-release/contrib/tzcode/zic/
H A Dzdump.c292 long hi; local
295 if (sscanf(cutarg, "%ld%c", &hi, &dummy) == 1) {
296 cuthiyear = hi;
298 &lo, &hi, &dummy) == 2) {
300 cuthiyear = hi;
/freebsd-10.0-release/sys/dev/bxe/
H A Dbxe_stats.c51 uint32_t hi = *hiref; local
52 return (HILO_U64(hi, lo));
119 sc->fw_stats_req->hdr.stats_counters_addrs.hi,
135 sc->fw_stats_req->query[i].address.hi,
627 uint32_t hi; member in struct:__anon7668
869 uint32_t hi; member in struct:__anon7669
1140 tfunc->rcv_error_bytes.hi,
1145 tfunc->rcv_error_bytes.hi,
1525 stats_hdr->stats_counters_addrs.hi = htole32(U64_HI(cur_data_offset));
1546 cur_query_entry->address.hi
[all...]
H A Dbxe_stats.h481 /* sum[hi:lo] += add[hi:lo] */
530 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \
534 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \
540 DIFF_64(diff.hi, new->s##_hi, old->s##_hi, \
542 ADD_64(estats->t##_hi, diff.hi, \
546 /* sum[hi:lo] += add */
604 qstats->t##_hi = qstats_old->t##_hi + le32toh(s.hi); \
668 /* minuend[hi:lo] -= subtrahend */
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dvirtio.c474 u_int hi, lo, mid; local
478 hi = sizeof(config_regs) / sizeof(*config_regs) - 1;
479 while (hi >= lo) {
480 mid = (hi + lo) >> 1;
487 hi = mid - 1;
/freebsd-10.0-release/contrib/expat/lib/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
520 unicode_byte_type(char hi, char lo) argument
522 switch ((unsigned char)hi) {
549 unsigned char hi = GET_HI(from); \
550 switch (hi) { \
567 *(*toP)++ = ((lo >> 6) | (hi << 2) | UTF8_cval2); \
576 *(*toP)++ = ((hi >> 4) | UTF8_cval3); \
577 *(*toP)++ = (((hi & 0xf) << 2) | (lo >> 6) | 0x80); \
585 plane = (((hi
[all...]

Completed in 426 milliseconds

1234567891011>>