| /src/external/bsd/tmux/dist/ |
| hyperlinks.c | 117 struct hyperlinks *hl = hlu->tree; local 122 RB_REMOVE(hyperlinks_by_inner_tree, &hl->by_inner, hlu); 123 RB_REMOVE(hyperlinks_by_uri_tree, &hl->by_uri, hlu); 133 hyperlinks_put(struct hyperlinks *hl, const char *uri_in, 154 hlu = RB_FIND(hyperlinks_by_uri_tree, &hl->by_uri, &find); 164 hlu->inner = hl->next_inner++; 168 hlu->tree = hl; 169 RB_INSERT(hyperlinks_by_uri_tree, &hl->by_uri, hlu); 170 RB_INSERT(hyperlinks_by_inner_tree, &hl->by_inner, hlu); 181 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out 203 struct hyperlinks *hl; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| trampoline.S | 84 movw hl, #trampoline_array 86 1: movw ax, [hl + TO_ADDR] 90 movw ax, hl 92 movw hl, ax 98 movw [hl + TO_ADDR], ax 100 movw [hl + TO_CHAIN], ax 102 movw [hl + TO_FRAME], ax 104 movw ax, [hl + TO_STUB] 111 movw hl, #trampoline_array 115 1: movw ax, [hl + TO_FRAME [all...] |
| anddi3.S | 30 movw hl, sp 32 mov a, [hl+4] 33 and a, [hl+12] 36 mov a, [hl+5] 37 and a, [hl+13] 40 mov a, [hl+6] 41 and a, [hl+14] 44 mov a, [hl+7] 45 and a, [hl+15] 48 mov a, [hl+8 [all...] |
| adddi3.S | 30 movw hl, sp ; use HL-based addressing (allows for direct addw) 32 movw ax, [hl+4] 33 addw ax, [hl+12] 36 mov a, [hl+6] ; middle bytes of the result are determined using 8-bit 37 addc a, [hl+14] ; ADDC insns which both account for and update the carry bit 39 mov a, [hl+7] 40 addc a, [hl+15] 43 mov a, [hl+8] 44 addc a, [hl+16 [all...] |
| subdi3.S | 30 movw hl, sp ; use HL-based addressing (allows for direct subw) 32 movw ax, [hl+4] 33 subw ax, [hl+12] 36 mov a, [hl+6] ; middle bytes of the result are determined using 8-bit 37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit 39 mov a, [hl+7] 40 subc a, [hl+15] 43 mov a, [hl+8] 44 subc a, [hl+16 [all...] |
| divmodqi.S | 52 mov a, [hl+4] 83 ;; (quot,rem) = 4[hl] /% 6[hl] 85 mov a, [hl+4] ; num 86 cmp a, [hl+6] ; den 91 ; mov a, [hl+4] ; already there from above 95 mov a, [hl+6] 179 movw hl, sp 186 movw hl, sp 193 movw hl, a [all...] |
| fpmath-sf.S | 15 ; [HL+3] [HL+2] [HL+1] [HL+0] 30 ; __int_isnan [HL] -> Z if NaN 31 ; __int_iszero [HL] -> Z if zero 34 ;; [HL] points to value, returns Z if it's #Inf 36 mov a, [hl+2] 39 mov a, [hl+3] 44 mov a, [hl+2 [all...] |
| divmodsi.S | 38 movw hl, ax 68 subw ax, hl 69 movw hl, ax 80 ;; The negation is complicated because AX, BC, DE and HL are already in use. 153 movw hl, ax 180 movw hl, ax 199 movw ax, hl 211 subw ax, hl 212 movw hl, ax 223 ;; The negation is complicated because AX, BC, DE and HL are already in use [all...] |
| cmpsi2.S | 145 movw hl, ax 146 mov a, [hl] 152 movw hl, ax 153 mov a, [hl]
|
| fpbit-sf.S | 45 ;; [HL] points to value, returns Z if it's a NaN 47 mov a, [hl+2] 50 mov a, [hl+3] 55 mov a, [hl+2] 57 or a, [hl+1] 58 or a, [hl] 75 movw hl, ax 81 movw hl, ax 90 ;; [HL] points to value, returns Z if it's zero 92 mov a, [hl+3 [all...] |
| bit-count.S | 187 ;; There are D bytes starting at [HL] 192 movw hl, ax 196 mov a, [hl] 205 incw hl
|
| divmodhi.S | 439 movw hl, sp 440 movw ax, [hl+10] ; denH 441 cmpw ax, [hl+8] ; numH 447 movw ax, [hl+8] 451 movw ax, [hl+10] 578 movw hl, ax 580 subw ax, [hl] 581 movw [hl], ax
|
| /src/usr.bin/mail/ |
| head.c | 234 parse(const char line[], struct headline *hl, char pbuf[]) 240 hl->l_from = NULL; 241 hl->l_tty = NULL; 242 hl->l_date = NULL; 251 hl->l_from = copyin(word, &sp); 254 hl->l_tty = copyin(word, &sp); 257 hl->l_date = copyin(cp, &sp); 269 struct headline hl; local 276 parse(linebuf, &hl, parbuf); 277 if (hl.l_from == NULL || hl.l_date == NULL) [all...] |
| /src/sys/dev/bluetooth/ |
| btms.c | 206 int i, hl; local 213 hl = hid_locate(ba->ba_desc, 221 if (hl == 0 || NOTMOUSE(flags)) { 227 hl = hid_locate(ba->ba_desc, 235 if (hl == 0 || NOTMOUSE(flags)) { 241 hl = hid_locate(ba->ba_desc, 250 if (hl) { 265 hl = hid_locate(ba->ba_desc, 278 if (!hl) { 279 hl = hid_locate(ba->ba_desc [all...] |
| /src/external/gpl2/mkhybrid/dist/libfile/ |
| softmagic.c | 166 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3])); 174 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0]));
|
| file.h | 79 unsigned char hl[4]; /* 2 bytes of a fixed-endian "long" */ member in union:magic::VALUETYPE
|
| /src/sys/dev/hid/ |
| hidms.c | 82 int i, hl; local 127 hl = hid_locate(desc, 136 if (hl) { 151 hl = hid_locate(desc, 164 if (!hl) { 165 hl = hid_locate(desc, 174 if (hl) {
|
| /src/external/bsd/less/dist/ |
| search.c | 709 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) 714 if (hl->hl_startpos >= hl->hl_endpos) 723 n->r = *hl; 736 if (hl->hl_startpos < p->r.hl_startpos) 738 if (hl->hl_endpos > p->r.hl_startpos && hl->hl_attr == p->r.hl_attr) 739 hl->hl_endpos = p->r.hl_startpos; 747 if (hl->hl_startpos < p->r.hl_endpos && hl->hl_attr == p->r.hl_attr) 893 struct hilite hl; local 1123 struct hilite hl; local [all...] |
| /src/external/bsd/ntp/dist/include/ |
| ntp_types.h | 187 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon5062::__anon5063 190 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon5062::__anon5064 200 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh; 203 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldcref.c | 407 struct bfd_link_hash_entry *hl; local 410 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, false, 412 if (hl == NULL) 419 if (hl->type == bfd_link_hash_defined) 421 if (hl->u.def.section->output_section == NULL) 423 if (hl->u.def.section->owner != NULL 424 && (hl->u.def.section->owner->flags & DYNAMIC) != 0) 554 struct bfd_link_hash_entry *hl; local 561 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, false, 563 if (hl == NULL [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldcref.c | 407 struct bfd_link_hash_entry *hl; local 410 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, false, 412 if (hl == NULL) 419 if (hl->type == bfd_link_hash_defined) 421 if (hl->u.def.section->output_section == NULL) 423 if (hl->u.def.section->owner != NULL 424 && (hl->u.def.section->owner->flags & DYNAMIC) != 0) 554 struct bfd_link_hash_entry *hl; local 561 hl = bfd_link_hash_lookup (link_info.hash, h->root.string, false, 563 if (hl == NULL [all...] |
| /src/external/bsd/nsd/dist/ |
| metrics.c | 177 struct metrics_acceptlist* hl; local 245 hl = (struct metrics_acceptlist*)xalloc_zero(sizeof(*hl)); 246 hl->metrics = metrics; 247 hl->ident = strdup(ip); 248 if(!hl->ident) { 251 free(hl); 254 hl->next = metrics->accept_list; 255 metrics->accept_list = hl; 257 hl->accept_fd = fd [all...] |
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_netmap.c | 120 uint32_t hl, rxc; local 122 hl = IXGBE_READ_REG(hw, IXGBE_HLREG0); 127 onoff ? "enter" : "exit", hl, rxc); 134 hl &= ~IXGBE_HLREG0_RXCRCSTRP; 138 hl |= IXGBE_HLREG0_RXCRCSTRP; 144 onoff ? "enter" : "exit", hl, rxc); 146 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hl);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 1042 u_short hl, p; local 1172 hl = IP_HL(&ip) << 2; 1184 hl = sizeof(ip6_t); 1189 plen = hl + ntohs(ip6.ip6_plen); 1190 ehp = (const char *)pac + hl; 1203 hl += ehl; 1207 hl += sizeof(struct ip6_frag); 1222 memcpy(&tp, (const char *)pac + hl, sizeof(tp)); 1230 proto, hl, plen); 1252 hostname(f, d), proto, hl, plen) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| uint128_t.h | 144 const uint64_t hl = xh * yl; local 146 const uint64_t m = (ll >> 32) + lh + (hl & 0xffffffff); 148 const uint64_t h = (m >> 32) + (hl >> 32) + hh;
|