| /src/external/lgpl3/gmp/dist/mpz/ |
| ui_sub.c | 34 mpz_ui_sub (mpz_ptr w, unsigned long int uval, mpz_srcptr v) 41 if (uval > GMP_NUMB_MAX) 46 ul[0] = uval & GMP_NUMB_MASK; 47 ul[1] = uval >> GMP_NUMB_BITS; 60 mpn_sub_1 (wp, vp, vn, (mp_limb_t) uval); 68 if (uval >= vp0) 70 wp[0] = uval - vp0; 75 wp[0] = vp0 - uval; 84 cy = mpn_add_1 (wp, vp, vn, (mp_limb_t) uval);
|
| /src/external/bsd/ntp/dist/libntp/ |
| atouint.c | 12 * number to u_long *uval, returning TRUE if successful. 13 * Does not modify *uval and returns FALSE if str is not 21 u_long *uval 42 *uval = u;
|
| /src/sys/dev/hid/ |
| hid.c | 125 uint32_t uval; local 183 uval = dval; 187 uval = dval; 193 uval = dval; 201 uval = dval; 209 DPRINTFN(5,("hid_get_item: bType=%d bTag=%d dval=%d uval=%u\n", 210 bType, bTag, dval, uval)); 224 c->flags = uval; 257 c->collection = uval; 280 c->_usage_page = uval << 16 [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| DWARFFormValue.cpp | 95 V.uval = D.size(); 266 Value.uval = 272 Value.uval = Data.getULEB128(OffsetPtr, &Err); 276 Value.uval = Data.getU8(OffsetPtr, &Err); 280 Value.uval = Data.getU16(OffsetPtr, &Err); 284 Value.uval = Data.getU32(OffsetPtr, &Err); 292 Value.uval = Data.getU8(OffsetPtr, &Err); 298 Value.uval = Data.getU16(OffsetPtr, &Err); 301 Value.uval = Data.getU24(OffsetPtr, &Err); 308 Value.uval = Data.getRelocatedValue(4, OffsetPtr, nullptr, &Err) [all...] |
| /src/libexec/ld.elf_so/ |
| xprintf.c | 93 unsigned long uval; local 128 uval = -sval; 130 uval = sval; 134 uval = UARG(); 136 uval = SARG(); 139 *dp++ = '0' + (uval % 10); 140 uval /= 10; 141 } while (uval != 0);
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc.h | 38 u_long uval; member in struct:__anon7469
|
| /src/sys/ddb/ |
| db_sym.c | 92 unsigned long uval; local 115 if (ksyms_getval_unlocked(mod, sym, NULL, &uval, KSYMS_EXTERN) == 0) { 116 val = (long) uval; 120 if (ksyms_getval_unlocked(mod, sym, NULL, &uval, KSYMS_ANY) == 0) { 121 val = (long) uval; 389 unsigned long uval; local 430 (void)ksyms_getval_unlocked(mod, name, NULL, &uval, KSYMS_ANY); 431 if (strategy & KSYMS_PROC && uval == off) { 435 (void)ksyms_getval_unlocked(mod, name, NULL, &uval, KSYMS_ANY); 437 val = (long) uval; [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 1319 whose value is given by UVAL. */ 1323 const struct mips_operand *operand, unsigned int uval, 1330 uval & 8 ? "x" : "", 1331 uval & 4 ? "y" : "", 1332 uval & 2 ? "z" : "", 1333 uval & 1 ? "w" : ""); 1335 infprintf (info->stream, style, "%c", "xyzw"[uval]); 1450 UVAL is the encoding of the operand (shifted into bit 0) and BASE_PC is 1459 unsigned int uval) 1471 uval = mips_decode_int_operand (int_op, uval) 1794 unsigned int uval; local 2105 unsigned int uval; local 2148 unsigned int uval; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 1319 whose value is given by UVAL. */ 1323 const struct mips_operand *operand, unsigned int uval, 1330 uval & 8 ? "x" : "", 1331 uval & 4 ? "y" : "", 1332 uval & 2 ? "z" : "", 1333 uval & 1 ? "w" : ""); 1335 infprintf (info->stream, style, "%c", "xyzw"[uval]); 1450 UVAL is the encoding of the operand (shifted into bit 0) and BASE_PC is 1459 unsigned int uval) 1471 uval = mips_decode_int_operand (int_op, uval) 1794 unsigned int uval; local 2105 unsigned int uval; local 2148 unsigned int uval; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-dis.c | 1292 whose value is given by UVAL. */ 1296 const struct mips_operand *operand, unsigned int uval, 1303 uval & 8 ? "x" : "", 1304 uval & 4 ? "y" : "", 1305 uval & 2 ? "z" : "", 1306 uval & 1 ? "w" : ""); 1308 infprintf (info->stream, style, "%c", "xyzw"[uval]); 1423 UVAL is the encoding of the operand (shifted into bit 0) and BASE_PC is 1432 unsigned int uval) 1444 uval = mips_decode_int_operand (int_op, uval) 1767 unsigned int uval; local 2078 unsigned int uval; local 2121 unsigned int uval; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-dis.c | 1319 whose value is given by UVAL. */ 1323 const struct mips_operand *operand, unsigned int uval, 1330 uval & 8 ? "x" : "", 1331 uval & 4 ? "y" : "", 1332 uval & 2 ? "z" : "", 1333 uval & 1 ? "w" : ""); 1335 infprintf (info->stream, style, "%c", "xyzw"[uval]); 1450 UVAL is the encoding of the operand (shifted into bit 0) and BASE_PC is 1459 unsigned int uval) 1471 uval = mips_decode_int_operand (int_op, uval) 1794 unsigned int uval; local 2105 unsigned int uval; local 2148 unsigned int uval; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| mips.h | 382 has value UVAL. */ 386 unsigned int uval) 392 insn |= (uval & mask) << operand->lsb; 404 /* UVAL is the value encoded by OPERAND. Return it in signed form. */ 407 mips_signed_operand (const struct mips_operand *operand, unsigned int uval) 413 return ((uval + sign_bit) & mask) - sign_bit; 416 /* Return the integer that OPERAND encodes as UVAL. */ 420 unsigned int uval) 422 uval |= (operand->max_val - uval) & -(1 << operand->root.size) [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| mips.h | 382 has value UVAL. */ 386 unsigned int uval) 392 insn |= (uval & mask) << operand->lsb; 404 /* UVAL is the value encoded by OPERAND. Return it in signed form. */ 407 mips_signed_operand (const struct mips_operand *operand, unsigned int uval) 413 return ((uval + sign_bit) & mask) - sign_bit; 416 /* Return the integer that OPERAND encodes as UVAL. */ 420 unsigned int uval) 422 uval |= (operand->max_val - uval) & -(1 << operand->root.size) [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| mips.h | 382 has value UVAL. */ 386 unsigned int uval) 392 insn |= (uval & mask) << operand->lsb; 404 /* UVAL is the value encoded by OPERAND. Return it in signed form. */ 407 mips_signed_operand (const struct mips_operand *operand, unsigned int uval) 413 return ((uval + sign_bit) & mask) - sign_bit; 416 /* Return the integer that OPERAND encodes as UVAL. */ 420 unsigned int uval) 422 uval |= (operand->max_val - uval) & -(1 << operand->root.size) [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| mips.h | 382 has value UVAL. */ 386 unsigned int uval) 392 insn |= (uval & mask) << operand->lsb; 404 /* UVAL is the value encoded by OPERAND. Return it in signed form. */ 407 mips_signed_operand (const struct mips_operand *operand, unsigned int uval) 413 return ((uval + sign_bit) & mask) - sign_bit; 416 /* Return the integer that OPERAND encodes as UVAL. */ 420 unsigned int uval) 422 uval |= (operand->max_val - uval) & -(1 << operand->root.size) [all...] |
| /src/usr.bin/nl/ |
| nl.c | 137 unsigned long uval; local 188 uval = strtoul(optarg, &ep, 10); 190 (uval == ULONG_MAX && errno != 0)) 193 nblank = (unsigned int)uval;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFFormValue.h | 43 ValueType() { uval = 0; } 45 ValueType(uint64_t V) : uval(V) {} 49 uint64_t uval; member in union:llvm::DWARFFormValue::ValueType::__anon3881 78 uint64_t getRawUValue() const { return Value.uval; }
|
| /src/sys/arch/i386/stand/efiboot/ |
| boot.c | 911 char *uname, *uval, *uguid; local 962 uval = NULL; 963 rv = ucs2_to_utf8(val, &uval); 970 uval = NULL; 975 FreePool(uval); 983 FreePool(uval); 987 printf("%-35s %-20s %s\n", uguid, uname, uval ? uval : "(null)"); 990 if (uval != NULL) 991 FreePool(uval); [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| cpp.h | 161 unsigned long long uval; member in union:nd::__anon7921 167 #define nd_uval n.uval
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.h | 76 u_long uval; member in union:__anon7474
|
| /src/bin/ps/ |
| print.c | 1236 u_int64_t uval; local 1239 uval = 0; /* XXXGCC -Wuninitialized [hpcarm] */ 1260 uval = CHK_INF127(GET(u_char)); 1272 uval = CHK_INF127(GET(u_short)); 1290 uval = CHK_INF127(GET(u_int)); 1298 uval = CHK_INF127(GET(u_long)); 1302 uval = GET(u_int64_t); 1306 uval = GET(u_int64_t); 1307 uval &= 0xffffff; 1315 uval = CHK_INF127(GET(u_int64_t)) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s390.c | 726 addressT uval; local 754 uval = val & ((((addressT) 1 << (operand->bits-1)) << 1) - 1); 757 uval = (uval >> 12) | ((uval & 0xfff) << 8); 765 uval = val; 774 uval--; 776 if (uval < min || uval > max) 780 uval++ [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s390.c | 726 addressT uval; local 754 uval = val & ((((addressT) 1 << (operand->bits-1)) << 1) - 1); 757 uval = (uval >> 12) | ((uval & 0xfff) << 8); 765 uval = val; 774 uval--; 776 if (uval < min || uval > max) 780 uval++ [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack.c | 320 unsigned int uval; local 322 uval = (unsigned int) val; 328 uval = - uval; 335 buf[i] = '0' + (uval % 10); 336 uval /= 10; 338 while (uval != 0 && i > 0);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 320 unsigned int uval; local 322 uval = (unsigned int) val; 328 uval = - uval; 335 buf[i] = '0' + (uval % 10); 336 uval /= 10; 338 while (uval != 0 && i > 0);
|