| /dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 46 } partial; member 337 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0); in fMultiply() 338 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0); in fMultiply() 412 if (num.partial.real > 3000) in fSqrt() 414 else if (num.partial.real > 1000) in fSqrt() 416 else if (num.partial.real > 100) in fSqrt() 511 int i, scaledDecimal = 0, tmp = A.partial.decimal; in uGetScaledDecimal() 544 solution.partial.decimal = 0; /*All fractional digits changes to 0 */ in fRoundUpByStepSize() 547 solution.partial.real += 1; /*Error term of 1 added */ in fRoundUpByStepSize()
|
| /dflybsd-src/contrib/lvm2/dist/test/ |
| H A D | t-partial-activate.sh | 11 lvchange -v --partial -a y $vg/mirror 14 vgchange -a n --partial $vg 15 vgchange -a y --partial $vg
|
| H A D | t-lvconvert-repair.sh | 22 lvchange --partial -a y $vg/mirror
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
| H A D | codecvt_members.cc | 89 __ret = partial; in do_out() 101 __ret = partial; in do_out() 135 __ret = partial; in do_in() 153 __ret = partial; in do_in()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | calls.c | 78 int partial; member 968 if (args[i].partial) in store_unaligned_arguments_into_pseudos() 970 gcc_assert (args[i].partial % UNITS_PER_WORD == 0); in store_unaligned_arguments_into_pseudos() 971 args[i].n_aligned_regs = args[i].partial / UNITS_PER_WORD; in store_unaligned_arguments_into_pseudos() 1272 args[i].partial in initialize_argument_information() 1295 if (args[i].reg == 0 || args[i].partial != 0 in initialize_argument_information() 1304 args[i].pass_on_stack ? 0 : args[i].partial, in initialize_argument_information() 1507 if (args[i].partial > 0 && ! args[i].pass_on_stack) in finalize_must_preallocate() 1559 && args[i].partial == 0) in compute_argument_addresses() 1569 if (args[i].partial != 0) in compute_argument_addresses() [all …]
|
| H A D | gimple-fold.c | 1576 tree partial = NULL_TREE; in and_var_with_comparison_1() local 1629 partial = t; in and_var_with_comparison_1() 1652 else if (partial && same_bool_result_p (t, partial)) in and_var_with_comparison_1() 1664 else if (partial) in and_var_with_comparison_1() 1671 if (integer_zerop (partial)) in and_var_with_comparison_1() 1674 return partial; in and_var_with_comparison_1() 1675 else if (same_bool_result_p (t, partial)) in and_var_with_comparison_1() 2037 tree partial = NULL_TREE; in or_var_with_comparison_1() local 2090 partial = t; in or_var_with_comparison_1() 2114 else if (partial && same_bool_result_p (t, partial)) in or_var_with_comparison_1() [all …]
|
| /dflybsd-src/contrib/dialog/ |
| H A D | fselect.c | 602 char *partial = 0; in dlg_fselect() local 818 if (partial != 0) { in dlg_fselect() 819 free(partial); in dlg_fselect() 820 partial = 0; in dlg_fselect() 827 if (complete(input, &d_list, &f_list, &partial)) { in dlg_fselect() 828 completed = partial; in dlg_fselect() 838 if (partial != NULL) { in dlg_fselect() 839 free(partial); in dlg_fselect() 840 partial = 0; in dlg_fselect() 920 if (partial != 0) in dlg_fselect() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
| H A D | codecvt_members.cc | 84 __ret = partial; in do_out() 98 __ret = partial; in do_out() 165 __ret = partial; in do_in() 183 __ret = partial; in do_in()
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.lex.c | 1590 size_t partial; in wide_read() local 1598 partial = 0; in wide_read() 1601 size_t len = nchars > partial ? nchars - partial : 1; in wide_read() 1603 if (partial + len >= sizeof(cbuf) / sizeof(*cbuf)) in wide_read() 1606 r = xread(fildes, cbuf + partial, len); in wide_read() 1608 if (partial == 0 && r <= 0) in wide_read() 1610 partial += r; in wide_read() 1612 while (i < partial && nchars != 0) { in wide_read() 1615 tlen = normal_mbtowc(buf + res, cbuf + i, partial - i); in wide_read() 1618 if ((partial - i) < MB_LEN_MAX && r > 0) in wide_read() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | calls.c | 101 int partial; member 1167 if (args[i].partial) in store_unaligned_arguments_into_pseudos() 1169 gcc_assert (args[i].partial % UNITS_PER_WORD == 0); in store_unaligned_arguments_into_pseudos() 1170 args[i].n_aligned_regs = args[i].partial / UNITS_PER_WORD; in store_unaligned_arguments_into_pseudos() 2249 args[i].partial in initialize_argument_information() 2275 else if (args[i].reg == 0 || args[i].partial != 0 in initialize_argument_information() 2285 args[i].pass_on_stack ? 0 : args[i].partial, in initialize_argument_information() 2504 if (args[i].partial > 0 && ! args[i].pass_on_stack) in finalize_must_preallocate() 2566 && args[i].partial == 0) in compute_argument_addresses() 2579 if (args[i].partial != 0) in compute_argument_addresses() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| H A D | codecvt.cc | 458 return codecvt_base::partial; 463 return from.size() ? codecvt_base::partial : codecvt_base::ok; 472 return codecvt_base::partial; 479 return codecvt_base::partial; 495 return codecvt_base::partial; 500 return from.size() ? codecvt_base::partial : codecvt_base::ok; 509 return codecvt_base::partial; 516 return codecvt_base::partial; 540 return codecvt_base::partial; 549 return codecvt_base::partial; [all …]
|
| /dflybsd-src/usr.sbin/fstyp/ |
| H A D | hammer.c | 160 __fsvtyp_hammer(const char *blkdevs, char *label, size_t size, int partial) in __fsvtyp_hammer() argument 193 else if (!partial || !volpath) in __fsvtyp_hammer() 203 if (partial) in __fsvtyp_hammer()
|
| H A D | hammer2.c | 399 __fsvtyp_hammer2(const char *blkdevs, char *label, size_t size, int partial) in __fsvtyp_hammer2() argument 450 else if (!partial || !volpath) in __fsvtyp_hammer2() 464 if (partial) in __fsvtyp_hammer2() 490 if (partial) in __fsvtyp_hammer2()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | auth2.c | 368 int r, partial = 0; in userauth_finish() local 395 partial = 1; in userauth_finish() 400 auth_log(ssh, authenticated, partial, method, submethod); in userauth_finish() 403 if (authenticated || partial) in userauth_finish() 444 if (!partial && !authctxt->server_caused_failure && in userauth_finish() 455 partial, methods); in userauth_finish() 458 (r = sshpkt_put_u8(ssh, partial)) != 0 || in userauth_finish()
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_kmalloc.c | 348 malloc_slab_destroy(type, &mgt->partial); in malloc_mgt_uninit() 488 slab->next = ggm->partial; in malloc_mgt_poll_empty_locked() 489 ggm->partial = slab; in malloc_mgt_poll_empty_locked() 784 if (ggm->partial) { in _kmalloc_obj_debug() 787 mgt->active = ggm->partial; in _kmalloc_obj_debug() 788 ggm->partial = ggm->partial->next; in _kmalloc_obj_debug()
|
| /dflybsd-src/contrib/wpa_supplicant/src/tls/ |
| H A D | tlsv1_client.c | 193 struct wpabuf *partial; in tlsv1_client_handshake() local 195 partial = wpabuf_alloc_copy(pos, end - pos); in tlsv1_client_handshake() 197 conn->partial_input = partial; in tlsv1_client_handshake() 350 struct wpabuf *partial; in tlsv1_client_decrypt() local 352 partial = wpabuf_alloc_copy(pos, in_end - pos); in tlsv1_client_decrypt() 354 conn->partial_input = partial; in tlsv1_client_decrypt()
|
| /dflybsd-src/usr.sbin/autofs/ |
| H A D | common.c | 117 char *component, *copy, *tofree, *partial, *tmp; in create_directory() local 127 partial = checked_strdup("/"); in create_directory() 132 tmp = concat(partial, '/', component); in create_directory() 133 free(partial); in create_directory() 134 partial = tmp; in create_directory() 136 error = mkdir(partial, 0755); in create_directory() 138 log_warn("cannot create %s", partial); in create_directory()
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | i915_vma.h | 255 offsetof(typeof(*view), partial)); in i915_vma_compare() 256 return memcmp(&vma->ggtt_view.partial, &view->partial, view->type); in i915_vma_compare()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | x86-tune.def | 48 over partial stores. For example preffer MOVZBL or MOVQ to load 8bit 84 partial dependencies. */ 90 /* X86_TUNE_MEMORY_MISMATCH_STALL: Avoid partial stores that are followed by 217 Core2 and nehalem has stall of 7 cycles for partial flag register stalls. 263 requires target to handle misaligned moves and partial memory stalls 386 from FP to FP. This form of instructions avoids partial write to the 488 use of partial registers by renaming. This improved performance of 16bit 494 In current implementation the partial register stalls are not eliminated 505 partial register stalls on PentiumPro targets. */ 509 On PPro this flag is meant to avoid partial register stalls. */
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | fstream.tcc | 348 if (__r == codecvt_base::partial) in underflow() 511 if (__r == codecvt_base::ok || __r == codecvt_base::partial) in _M_convert_to_external() 527 if (__r == codecvt_base::partial && __elen == __plen) in _M_convert_to_external() 865 __r == codecvt_base::partial) in _M_terminate_output() 876 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid); in _M_terminate_output()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | codecvt_specializations.h | 366 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY() 402 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY() 471 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | codecvt_specializations.h | 365 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY() 401 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY() 470 __ret = codecvt_base::partial; in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 70 # 255: partial body encoding 72 # The partial body encoding is similar to HTTP's chunk encoding. It 178 # There are 4 different new-style length encodings, but the partial 201 # >>&0 ubyte <255 partial body encoding 310 # >>&0 ubyte <255 partial body encoding
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | fstream.tcc | 431 if (__r == codecvt_base::partial) in underflow() 595 if (__r == codecvt_base::ok || __r == codecvt_base::partial) in _M_convert_to_external() 611 if (__r == codecvt_base::partial && __elen == __plen) in _M_convert_to_external() 948 __r == codecvt_base::partial) in _M_terminate_output() 959 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid); in _M_terminate_output()
|
| /dflybsd-src/contrib/flex/ |
| H A D | AUTHORS | 14 The fast table representation is a partial implementation of a design
|