/src/usr.bin/spell/spellprog/ |
look.c | 58 look(u_char *string, u_char *front, u_char *back) 68 front = binary_search(string, front, back); 69 front = linear_search(string, front, back); 75 * Binary search for "string" in memory between "front" and "back". 85 * back points to the beginning of a line at or after the first 90 * back = EOF; 94 * p = first newline after halfway point from front to back. 97 * p is the new front. Otherwise it is the new back. 104 * In fact, it returns when the chosen "p" equals "back". This 106 * (back - front), which in turn implies that a linear search will [all...] |
/src/usr.bin/look/ |
look.c | 101 char *back, *front, *string, *p; local in function:main 152 back = front + len; 153 exit(look(string, front, back)); 157 look(char *string, char *front, char *back) 173 front = binary_search(string, front, back); 174 front = linear_search(string, front, back); 177 print_from(string, front, back); 183 * Binary search for "string" in memory between "front" and "back". 193 * back points to the beginning of a line at or after the first 198 * back = EOF [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.c | 46 return ((struct ixgbe_softc *)hw->back)->dev; 52 pci_chipset_tag_t pc = hw->back->osdep.pc; 53 pcitag_t tag = hw->back->osdep.tag; 70 pci_chipset_tag_t pc = hw->back->osdep.pc; 71 pcitag_t tag = hw->back->osdep.tag; 95 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, 96 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg); 102 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag, 103 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, 110 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag [all...] |
/src/lib/libmenu/ |
attributes.c | 69 _menui_default_menu.back = attr; 71 menu->back = attr; 82 return _menui_default_menu.back; 84 return menu->back;
|
/src/sys/external/bsd/sljit/dist/doc/tutorial/ |
99bottles.bf | 93 [<]>>>> go back to fourth cell 100 < back to cell 3 102 [>]<< go to last cell and back to LF 140 <++++++++++ back to cell 2/add 10 141 <- back to cell 1/subtract 1 166 <-- back to cell 3/subtract 2 169 [>]<< go to last cell and back to LF 220 [>]<< go to last cell and back to LF
|
/src/lib/libcurses/ |
color.c | 225 _cursesi_screen->colour_pairs[0].back = -1; 231 _cursesi_screen->colour_pairs[i].back = COLOR_BLACK; 238 _cursesi_screen->colour_pairs[PAIR_NUMBER(__default_color)].back = 239 __default_pair.back; 274 init_pair(short pair, short fore, short back) 278 __CTRACE(__CTRACE_COLOR, "init_pair: %d, %d, %d\n", pair, fore, back); 288 if (back >= COLORS) 307 switch (back) { 309 back = COLOR_BLUE; 312 back = COLOR_RED [all...] |
/src/sys/arch/i386/stand/lib/ |
biosgetsystime.S | 45 calll _C_LABEL(real_to_prot) # back to protected mode
|
biosmca.S | 91 jc back 97 jnz back 103 back: label 104 calll _C_LABEL(real_to_prot) # back to protected mode
|
conio.S | 33 calll _C_LABEL(real_to_prot) # back to protected mode 53 calll _C_LABEL(real_to_prot) # back to protected mode 73 calll _C_LABEL(real_to_prot) # back to protected mode 97 calll _C_LABEL(real_to_prot) # back to protected mode 120 calll _C_LABEL(real_to_prot) # back to protected mode
|
biosgetrtc.S | 46 calll _C_LABEL(real_to_prot) # back to protected mode
|
comio.S | 33 calll _C_LABEL(real_to_prot) # back to protected mode 70 calll _C_LABEL(real_to_prot) # back to protected mode 104 calll _C_LABEL(real_to_prot) # back to protected mode 137 calll _C_LABEL(real_to_prot) # back to protected mode
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_list_test.cc | 80 CHECK_EQ(l.back(), x); 88 CHECK_EQ(l.back(), x); 99 CHECK_EQ(l.back(), x); 105 CHECK_EQ(l.back(), x); 116 CHECK_EQ(l.back(), z); 122 CHECK_EQ(l.back(), z); 134 CHECK_EQ(l.back(), z); 139 CHECK_EQ(l.back(), x); 180 CHECK_EQ(l.back(), &i); 184 CHECK_EQ(l.back(), &i) [all...] |
/src/usr.sbin/altq/libaltq/ |
qop.c | 1038 struct fltrinfo *fp, *front, *back, *prev = NULL; local in function:add_filter_rule 1044 back = fltrinfo; 1048 back = fp; 1051 relation = filt_check_relation(&front->fltr, &back->fltr); 1059 if (front->dontwarn == 0 && back->dontwarn == 0) 1063 back->clinfo->clname, back->line_no); 1075 if (front->clinfo == back->clinfo) 1077 if (front->dontwarn == 0 && back->dontwarn == 0) 1081 back->clinfo->clname, back->line_no) [all...] |
/src/games/battlestar/ |
room.c | 88 back = here.south; 95 back = here.north; 102 back = here.west; 109 back = here.east; 126 "back"); 138 "back"); 158 "back"); 170 "back"); 195 case BACK: 208 case BACK [all...] |
/src/sys/arch/hpcmips/vr/ |
vrip_spl.S | 69 mtc0 v0, MIPS_COP_0_STATUS # store back
|
/src/sys/arch/pmax/stand/common/ |
bootinit.S | 38 lw v0, _C_LABEL(callv) # get pointer to call back vectors
|
bootread.S | 38 lw v0, _C_LABEL(callv) # get pointer to call back vectors
|
clear_cache.S | 38 lw v0, _C_LABEL(callv) # get pointer to call back vectors
|
getchar.S | 38 lw v0, _C_LABEL(callv) # get pointer to call back vectors
|
printf.S | 38 lw v0, _C_LABEL(callv) # get pointer to call back vectors
|
/src/sys/dev/pci/igc/ |
if_igc.h | 394 bus_space_read_4(((struct igc_osdep *)(a)->back)->os_memt, \ 395 ((struct igc_osdep *)(a)->back)->os_memh, reg) 397 bus_space_write_4(((struct igc_osdep *)(a)->back)->os_memt, \ 398 ((struct igc_osdep *)(a)->back)->os_memh, reg, value) 400 bus_space_read_4(((struct igc_osdep *)(a)->back)->os_memt, \ 401 ((struct igc_osdep *)(a)->back)->os_memh, (reg + ((off) << 2))) 403 bus_space_write_4(((struct igc_osdep *)(a)->back)->os_memt, \ 404 ((struct igc_osdep *)(a)->back)->os_memh, \
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
print.c | 213 UINTN back; local in function:DbgPrint 245 back = (ps.Attr >> 4) & 0xf; 246 ps.AttrNorm = EFI_TEXT_ATTR(EFI_LIGHTGRAY, back); 247 ps.AttrHighlight = EFI_TEXT_ATTR(EFI_WHITE, back); 248 ps.AttrError = EFI_TEXT_ATTR(EFI_YELLOW, back); 628 UINTN back; local in function:Print 631 back = _IPrint ((UINTN) -1, (UINTN) -1, ST->ConOut, fmt, NULL, args); 633 return back; 688 UINTN back; local in function:PrintAt 691 back = _IPrint (Column, Row, ST->ConOut, fmt, NULL, args) 722 UINTN back; local in function:IPrint 761 UINTN back; local in function:IPrintAt 782 UINTN back; local in function:_IPrint 838 UINTN back; local in function:AsciiPrint [all...] |
/src/tests/lib/libc/locale/ |
t_mbtowc.c | 178 char back[MB_LEN_MAX]; local in function:ATF_TC_BODY 190 ret = wctomb(back, wc); 193 printf("%02X ",(unsigned char)back[i]);
|
/src/lib/libc/arch/vax/sys/ |
brk.S | 50 movl (%r5),4(%ap) # shrink back to _end
|
/src/sys/arch/x68k/stand/boot/ |
srt0.S | 67 movc %cacr,%d0 | read it back 75 movc %cacr,%d0 | read it back 78 moveq #0,%d0 | now turn it back off 83 movc %cacr,%d0 | read it back
|