| /src/common/lib/libc/quad/ |
| moddi3.c | 55 u_quad_t ua, ub, ur; local 65 (void)__qdivrem(ua, ub, &ur); 67 ur = -ur; 68 return (ur);
|
| /src/sys/arch/i386/stand/pxeboot/ |
| pxe.c | 156 t_PXENV_UDP_READ *ur = (void *) pxe_command_buf; local 163 (void)memset(ur, 0, sizeof(*ur)); 165 ur->dest_ip = d->myip.s_addr; 166 ur->d_port = d->myport; 167 ur->buffer_size = len; 168 ur->buffer.segment = VTOPSEG(pkt); 169 ur->buffer.offset = VTOPOFF(pkt); 175 if (ur->status != PXENV_STATUS_SUCCESS) { 177 if (ur->status != PXENV_STATUS_FAILURE [all...] |
| /src/sys/dev/qbus/ |
| uba.c | 138 struct uba_reset *ur; local 140 ur = malloc(sizeof(struct uba_reset), M_DEVBUF, M_WAITOK|M_ZERO); 141 ur->ur_dev = dev; 142 ur->ur_reset = reset; 144 SIMPLEQ_INSERT_TAIL(&uh->uh_resetq, ur, ur_resetq); 217 struct uba_reset *ur; local 225 ur = SIMPLEQ_FIRST(&uh->uh_resetq); 226 if (ur) do { 227 printf(" %s", device_xname(ur->ur_dev)); 228 (*ur->ur_reset)(ur->ur_dev) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| print-simple-values.cc | 28 * The arguments ar, arr, sr, srr, ur, and urr are references to 46 union u u, union u &ur, union u &&urr) 51 + u.v + ur.v + urr.v);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| print-simple-values.cc | 28 * The arguments ar, arr, sr, srr, ur, and urr are references to 46 union u u, union u &ur, union u &&urr) 51 + u.v + ur.v + urr.v);
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| output.h | 43 virtual void start_picture(double sc, const position &ll, const position &ur) = 0; 67 virtual void begin_block(const position &ll, const position &ur);
|
| troff.cpp | 46 void start_picture(double sc, const position &ll, const position &ur) = 0; 227 void start_picture(double, const position &ll, const position &ur); 279 const position &ll, const position &ur) 282 upper_left.y = ur.y; 283 scale = compute_scale(sc, ll, ur); 284 height = (ur.y - ll.y)/scale; 285 double width = (ur.x - ll.x)/scale; 291 printf(".\\\" %g %g %g %g\n", ll.x, ll.y, ur.x, ur.y);
|
| tex.cpp | 33 void start_picture(double, const position &ll, const position &ur); 108 const position &ur) 111 upper_left.y = ur.y; 112 scale = compute_scale(sc, ll, ur); 113 height = (ur.y - ll.y)/scale; 114 width = (ur.x - ll.x)/scale;
|
| common.h | 60 void start_picture(double sc, const position &ll, const position &ur) = 0;
|
| object.cpp | 72 double output::compute_scale(double sc, const position &ll, const position &ur) 74 distance dim = ur - ll; 277 position ur; member in struct:bounding_box 292 ur = pos; 300 if (pos.x > ur.x) 301 ur.x = pos.x; 302 if (pos.y > ur.y) 303 ur.y = pos.y; 953 position m = -(bb.ll + bb.ur)/2.0; 957 dim = bb.ur - bb.ll [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| init-regs.cc | 65 bitmap ur = DF_LIVE_IN (bb); local 97 outside of the block (the ur test). */ 99 && (!bitmap_bit_p (ur, regno)))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| init-regs.cc | 65 bitmap ur = DF_LIVE_IN (bb); local 97 outside of the block (the ur test). */ 99 && (!bitmap_bit_p (ur, regno)))
|
| /src/usr.bin/utoppya/ |
| utoppya.c | 276 struct utoppy_rename ur; local 310 ur.ur_old_path = o; 311 ur.ur_new_path = n; 313 if (ioctl(toppy_fd, UTOPPYIORENAME, &ur) < 0) 340 struct utoppy_readfile ur; local 386 ur.ur_path = argv[0]; 387 ur.ur_offset = 0; 409 ur.ur_offset = st.st_size; 417 if (find_toppy_dirent(ur.ur_path, &ud) == 0) 419 init_progress(to, dst, ud.ud_size, ur.ur_offset) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-python-1 | 23 _(ur"abc\
|
| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| graph-header-logs | 69 fn = re.findall(ur".*/(.*?):", line) 79 note = re.findall (ur"^.*note: (.*)", line) 83 err_msg = re.findall (ur"^.*: error: (.*)", line) 88 path = re.findall (ur"^(.*?):.*error: ", line)
|
| headerutils.py | 13 inc = re.findall (ur"^\s*#\s*include\s*\"(.+?)\"", line) 22 inc = re.findall (ur"^\s*#\s*include\s*<(.+?)>", line) 28 inc = re.findall (ur"^\s*#\s*define ([A-Za-z0-9_]+)", line) 52 inc = re.findall (ur"^\s*#\s*if\s+(.*)", line) 54 inc = re.findall (ur"^\s*#\s*elif\s+(.*)", line) 56 inc2 = re.findall (ur"defined\s*\((.+?)\)", inc[0]) 57 inc3 = re.findall (ur"defined\s+([a-zA-Z0-9_]+)", inc[0]) 62 inc = re.findall (ur"^\s*#\s*ifdef\s(.*)", line) 64 inc = re.findall (ur"^\s*#\s*ifndef\s(.*)", line)
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| graph-header-logs | 69 fn = re.findall(ur".*/(.*?):", line) 79 note = re.findall (ur"^.*note: (.*)", line) 83 err_msg = re.findall (ur"^.*: error: (.*)", line) 88 path = re.findall (ur"^(.*?):.*error: ", line)
|
| headerutils.py | 13 inc = re.findall (ur"^\s*#\s*include\s*\"(.+?)\"", line) 22 inc = re.findall (ur"^\s*#\s*include\s*<(.+?)>", line) 28 inc = re.findall (ur"^\s*#\s*define ([A-Za-z0-9_]+)", line) 52 inc = re.findall (ur"^\s*#\s*if\s+(.*)", line) 54 inc = re.findall (ur"^\s*#\s*elif\s+(.*)", line) 56 inc2 = re.findall (ur"defined\s*\((.+?)\)", inc[0]) 57 inc3 = re.findall (ur"defined\s+([a-zA-Z0-9_]+)", inc[0]) 62 inc = re.findall (ur"^\s*#\s*ifdef\s(.*)", line) 64 inc = re.findall (ur"^\s*#\s*ifndef\s(.*)", line)
|
| /src/sys/dev/usb/ |
| usb.c | 971 struct usb_ctl_request *ur = (void *)data; local 972 int len = UGETW(ur->ucr_request.wLength); 976 int addr = ur->ucr_addr; 999 iov.iov_base = (void *)ur->ucr_data; 1006 ur->ucr_request.bmRequestType & UT_READ ? 1017 &ur->ucr_request, ptr, ur->ucr_flags, &ur->ucr_actlen, 1023 if (len > ur->ucr_actlen) 1024 len = ur->ucr_actlen [all...] |
| ugen.c | 2017 struct usb_ctl_request *ur = (void *)addr; local 2018 int len = UGETW(ur->ucr_request.wLength); 2029 if ((ur->ucr_request.bmRequestType == UT_WRITE_DEVICE && 2030 ur->ucr_request.bRequest == UR_SET_ADDRESS) || 2031 (ur->ucr_request.bmRequestType == UT_WRITE_DEVICE && 2032 ur->ucr_request.bRequest == UR_SET_CONFIG) || 2033 (ur->ucr_request.bmRequestType == UT_WRITE_INTERFACE && 2034 ur->ucr_request.bRequest == UR_SET_INTERFACE)) 2040 iov.iov_base = (void *)ur->ucr_data; 2047 ur->ucr_request.bmRequestType & UT_READ [all...] |
| /src/usr.bin/scmdctl/ |
| scmdctl.c | 164 uint8_t reg = 0, reg_e = 0, ur, ebus_s, lock_state; local 450 error = common_get_update_rate(&func_block, fd, debug, &ur); 454 ur = (uint8_t)strtoi(argv[3], NULL, 0, 0, 0xff, &error); 457 error = common_set_update_rate(&func_block, fd, debug, ur); 596 printf("Update rate: %dms\n",ur);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 53 ug, uk, ur, uz, enumerator in enum:__anon9561
|
| /src/sys/arch/vax/uba/ |
| uba_sbi.c | 259 struct uba_regs *ur = vc->uv_uba; local 265 vec = ur->uba_brrvr[br - 0x14];
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| fs_test.cpp | 385 #define perms(ur, uw, ux, gr, gw, gx, othr, othw, othx) \ 388 ATF_REQUIRE(fi.is_owner_readable() == ur); \
|
| /src/external/gpl2/gettext/dist/gettext-tools/projects/GNOME/ |
| team-address | 122 ur) english=Urdu;;
|