| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldexp.c | 215 if (expld.phase != lang_first_phase_enum) in fold_unary() 242 if (expld.phase != lang_first_phase_enum) in fold_unary() 252 if (expld.phase != lang_first_phase_enum in fold_unary() 256 || expld.dataseg.phase == exp_dataseg_adjust in fold_unary() 258 || expld.phase == lang_final_phase_enum)) in fold_unary() 263 expld.dataseg.phase = exp_dataseg_end_seen; in fold_unary() 392 if (expld.phase != lang_first_phase_enum in fold_binary() 394 && (expld.dataseg.phase == exp_dataseg_none in fold_binary() 488 if (expld.phase != lang_mark_phase_enum) in fold_name() 731 if (expld.phase == lang_mark_phase_enum in exp_fold_tree_1() [all …]
|
| H A D | ldexp.h | 103 lang_phase_type phase; member 125 } phase; member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gcov-iov.c | 37 char phase = 0; in main() local 52 phase = argv[2][0]; in main() 53 if (phase == '\0') in main() 54 phase = '*'; in main() 59 v[3] = phase; in main() 66 argv[1], major, minor, argv[2], phase); in main()
|
| H A D | tree-dump.c | 829 if (phase < TDI_end) in get_dump_file_info() 830 return &dump_files[phase]; in get_dump_file_info() 847 if (phase == TDI_none) in get_dump_file_name() 850 dfi = get_dump_file_info (phase); in get_dump_file_name() 885 if (phase == TDI_none || !dump_enabled_p (phase)) in dump_begin() 888 name = get_dump_file_name (phase); in dump_begin() 889 dfi = get_dump_file_info (phase); in dump_begin() 907 dump_enabled_p (enum tree_dump_index phase) in dump_enabled_p() argument 909 if (phase == TDI_tree_all) in dump_enabled_p() 1074 stream = dump_begin (phase, &flags); in dump_function() [all …]
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_poll.c | 233 static uint32_t phase; variable 313 phase = 0; in hardclock_device_poll() 316 if (phase <= 2) { in hardclock_device_poll() 317 if (phase != 0) in hardclock_device_poll() 319 phase = 1; in hardclock_device_poll() 323 phase = 2; in hardclock_device_poll() 381 phase = 5; in netisr_pollmore() 405 phase = 0; in netisr_pollmore() 418 phase = 6; in netisr_pollmore() 441 phase = 3; in netisr_poll() [all …]
|
| H A D | subr_vmem.c | 929 start = VMEM_ALIGNUP(start - phase, align) + phase; in vmem_fit() 934 start = VMEM_ALIGNUP(start - phase, nocross) + phase; in vmem_fit() 937 MPASS((start & (align - 1)) == phase); in vmem_fit() 1092 (error = vmem_fit(bt, size, align, phase, nocross, in vmem_xalloc_nextfit() 1117 (error = vmem_fit(prev, size, align, phase, nocross, in vmem_xalloc_nextfit() 1308 const vmem_size_t phase, const vmem_size_t nocross, in vmem_xalloc() argument 1330 MPASS((phase & vm->vm_quantum_mask) == 0); in vmem_xalloc() 1333 MPASS((align == 0 && phase == 0) || phase < align); in vmem_xalloc() 1336 MPASS(!VMEM_CROSS_P(phase, phase + size - 1, nocross)); in vmem_xalloc() 1348 return (vmem_xalloc_nextfit(vm, size0, align, phase, nocross, in vmem_xalloc() [all …]
|
| /freebsd-12.1/contrib/ntp/libparse/ |
| H A D | clk_meinberg.c | 225 unsigned short phase; /* current input phase */ member 610 if ( msg_buf->phase == MBG_NONE ) in gps_input() 618 msg_buf->phase = MBG_HEADER; /* receiving header */ in gps_input() 643 if ((msg_buf->phase == MBG_STRING) && in gps_input() 651 msg_buf->phase = MBG_NONE; /* buffer overflow - discard */ in gps_input() 658 switch (msg_buf->phase) in gps_input() 674 msg_buf->phase = MBG_NONE; in gps_input() 690 if ( msg_buf->phase == MBG_HEADER ) in gps_input() 708 msg_buf->phase = MBG_NONE; /* back to hunting mode */ in gps_input() 715 msg_buf->phase = MBG_NONE; /* back to hunting mode */ in gps_input() [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-isakmp.c | 584 uint32_t phase,\ 622 uint32_t phase, 685 uint32_t phase, 1363 switch (phase) { in ikev1_id_print() 2643 uint32_t phase, in ikev2_e_print() 2688 phase, doi, proto, depth+1); in ikev2_e_print() 2820 int phase; in ikev1_print() local 2826 if (phase == 1) in ikev1_print() 2827 ND_PRINT((ndo," phase %d", phase)); in ikev1_print() 2979 int phase; in ikev2_print() local [all …]
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user | 12 # [2] flag in the end of the line can be used to mark users for tunneled phase 14 # identity can be used in the unencrypted phase 1 and the real user identity 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous 16 # access is needed, two user entries is needed, one for phase 1 and another 17 # with the same username for phase 2. 26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to 28 # first matching entry is selected, so * should be used as the last phase 1 34 # is only allowed for phase 1 identities. 94 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes in phase 2
|
| /freebsd-12.1/contrib/libxo/xolint/ |
| H A D | xolint.pl | 244 my $phase = 0; 267 $phase = 0; 269 } elsif ($phase == 0 && $ch eq ":") { 270 $phase += 1; 273 $phase += 1; 288 $build[$phase] .= $ch;
|
| /freebsd-12.1/sys/contrib/ena-com/ |
| H A D | ena_eth_com.c | 44 expected_phase = io_cq->phase; in ena_com_get_next_rx_cdesc() 64 io_cq->phase ^= 1; in ena_com_cq_inc_head() 104 io_sq->phase ^= 1; in ena_com_write_bounce_buffer_to_dev() 222 io_sq->phase ^= 1; in ena_com_sq_update_tail() 313 meta_desc->len_ctrl |= (io_sq->phase << in ena_com_create_and_store_tx_meta_desc() 430 desc->len_ctrl |= (io_sq->phase << ENA_ETH_IO_TX_DESC_PHASE_SHIFT) & in ena_com_prepare_tx() 480 desc->len_ctrl |= (io_sq->phase << in ena_com_prepare_tx() 579 desc->ctrl |= io_sq->phase & ENA_ETH_IO_RX_DESC_PHASE_MASK; in ena_com_add_single_rx_desc() 600 expected_phase = io_cq->phase; in ena_com_tx_comp_req_id_get()
|
| H A D | ena_com.c | 136 sq->phase = 1; in ena_com_admin_init_sq() 287 admin_queue->sq.phase = !admin_queue->sq.phase; in __ena_com_submit_admin_cmd() 495 u8 phase; in ena_com_handle_admin_completion() local 498 phase = admin_queue->cq.phase; in ena_com_handle_admin_completion() 515 phase = !phase; in ena_com_handle_admin_completion() 522 admin_queue->cq.phase = phase; in ena_com_handle_admin_completion() 1950 u8 phase; in ena_com_aenq_intr_handler() local 1953 phase = aenq->phase; in ena_com_aenq_intr_handler() 1959 phase) { in ena_com_aenq_intr_handler() 1978 phase = !phase; in ena_com_aenq_intr_handler() [all …]
|
| H A D | ena_com.h | 178 u8 phase; member 221 u8 phase; member 232 u8 phase; member 244 u8 phase; member 287 u8 phase; member
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.c | 311 static phase_t phase; variable 430 if (perm_idx == NUM_CHUNKS / 2 && phase == follower_syncs){ in follower() 459 if (perm_idx == NUM_CHUNKS / 2 && phase == leader_syncs){ in leader() 496 for(phase=leader_syncs; phase < NUM_PHASES; phase++){ in main()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | sysmacros.h | 280 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) argument 319 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument 320 ((type)(phase) - (((type)(phase) - (type)(x)) & -(type)(align)))
|
| /freebsd-12.1/secure/lib/libcrypto/arm/ |
| H A D | ghashv8-armx.S | 42 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase 48 vext.8 q10,q0,q0,#8 @ 2nd phase 81 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 87 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 171 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 184 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction 211 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction 217 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_irig.c | 216 double phase, freq; /* logical clock phase and frequency */ member 445 up->phase += (up->freq + clock_codec) / SECOND; in irig_receive() 446 up->phase += pp->fudgetime2 / 1e6; in irig_receive() 447 if (up->phase >= .5) { in irig_receive() 448 up->phase -= 1.; in irig_receive() 449 } else if (up->phase < -.5) { in irig_receive() 450 up->phase += 1.; in irig_receive() 659 up->phase += dtemp / up->tc; in irig_base()
|
| /freebsd-12.1/sys/dev/ncr/ |
| H A D | ncrreg.h | 521 #define WHEN(phase) (0x00030000 | (phase)) argument 522 #define IF(phase) (0x00020000 | (phase)) argument
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-smix-defs.h | 233 uint64_t phase : 8; /**< MDC Clock Phase member 237 uint64_t phase : 8; 271 uint64_t phase : 8; /**< MDC Clock Phase member 275 uint64_t phase : 8;
|
| /freebsd-12.1/contrib/ntp/kernel/sys/ |
| H A D | bsd_audioirig.h | 44 (ib)->phase = (ib)->shi = (ib)->slo = (ib)->high = \ 88 int shi,slo,phase; /* AGC variables */ member
|
| /freebsd-12.1/sbin/spppcontrol/ |
| H A D | spppcontrol.c | 48 const char *phase_name(enum ppp_phase phase); 232 phase_name(enum ppp_phase phase) in phase_name() argument 234 switch (phase) { in phase_name()
|
| /freebsd-12.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-586.pl | 98 my $phase=shift; 109 &movq ($A,"mm3") if ($phase<2); 149 &movq ("mm7",&QWP(8*(9+16-1),"esp")) if ($phase!=0); # pre-fetch 150 &movq ("mm5",$Fsse2) if ($phase==0); # load f 152 if ($phase>1) { 163 &movq ("mm6",$Gsse2) if ($phase==0); # load g
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 805 * REQs in a non-packet phase. 847 * the bus phase. 927 * Don't allow a data phase if the command 999 * phase and any required retries. 1330 * phase has been detected or we are really 1399 * an async phase due to our asserted ACK. Each 1613 * Since we've are entering a data phase, we will 1651 * us to another phase, and then notify the host. 1665 /* Wait for non-data phase. */ 1678 /* We have seen a data phase at least once. */ [all …]
|
| H A D | aic7xxx.seq | 189 * setup the phase for receiving messages 459 * Assert BSY and setup the phase for 662 * the bus phase. 852 /* We have seen a data phase for the first time */ 894 * us to another phase, and then notify the host. 919 * completes or the target changes phase. 945 * complete) that usually follow a data phase. 953 * data phase. 1458 * Don't allow a data phase if the command 1532 * phase and any required retries. [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | XcodeGuide.md | 12 …ramework to your project and add it to the "Link Binary with Libraries" build phase of "UnitTests". 13 1. Add your unit test source code to the "Compile Sources" build phase of "UnitTests". 49 …ocoa, or Carbon. Add your unit test source code to the "Compile Sources" build phase of the target. 53 …mework. Add the gtest.framework to the "Link Binary with Libraries" build phase of your test targe… 54 …phase of your test target. In addition, you'll want to add the gtest.framework as a dependency to…
|