| /f-stack/freebsd/contrib/zlib/ |
| H A D | inftrees.c | 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 122 *(*table)++ = here; 216 here.bits = (unsigned char)(len - drop); 218 here.op = (unsigned char)0; 219 here.val = work[sym]; 223 here.val = base[work[sym] - match]; 227 here.val = 0; 236 next[(huff >> drop) + fill] = here; 296 here.val = (unsigned short)0; [all …]
|
| H A D | infback.c | 405 if (here.val < 16) { 498 if (here.op && (here.op & 0xf0) == 0) { 499 last = here; 508 DROPBITS(here.bits); 512 if (here.op == 0) { 513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 524 if (here.op & 32) { 531 if (here.op & 64) { 553 last = here; 562 DROPBITS(here.bits); [all …]
|
| H A D | inffast.c | 110 here = lcode[hold & lmask]; 112 op = (unsigned)(here.bits); 115 op = (unsigned)(here.op); 117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 123 len = (unsigned)(here.val); 141 here = dcode[hold & dmask]; 143 op = (unsigned)(here.bits); 146 op = (unsigned)(here.op); 148 dist = (unsigned)(here.val); 267 here = dcode[here.val + (hold & ((1U << op) - 1))]; [all …]
|
| H A D | inflate.c | 966 if (here.val < 16) { 1059 if (here.op && (here.op & 0xf0) == 0) { 1060 last = here; 1070 DROPBITS(here.bits); 1071 state->back += here.bits; 1074 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 1080 if (here.op & 32) { 1086 if (here.op & 64) { 1110 last = here; 1120 DROPBITS(here.bits); [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 917 NG_NODE_REF(here); in ng_name2noderef() 918 return(here); in ng_name2noderef() 1760 if (here == NULL) { in ng_path2noderef() 1764 node = here; in ng_path2noderef() 2603 if (NG_NODE_HAS_NAME(here)) in ng_generic_msg() 2606 ni->id = ng_node2ID(here); in ng_generic_msg() 2631 ni->id = ng_node2ID(here); in ng_generic_msg() 2927 return((*here->nd_type->rcvmsg)(here, item, lasthook)); in ng_generic_msg() 3570 = ng_node2ID(here); \ 3681 NG_NODE_REF(here); in ng_package_msg_self() [all …]
|
| H A D | netgraph.h | 951 #define NG_SEND_MSG_HOOK(error, here, msg, hook, retaddr) \ argument 959 if (((error) = ng_address_hook((here), (_item), \ 967 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ argument 975 if (((error) = ng_address_path((here), (_item), \ 983 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument 991 if (((error) = ng_address_ID((here), (_item), \ 1004 #define NG_FWD_MSG_HOOK(error, here, item, hook, retaddr) \ argument 1006 if (((error) = ng_address_hook((here), (item), \ 1018 #define NG_RESPOND_MSG(error, here, item, resp) \ argument 1024 if ((error = ng_address_ID((here), (item), \ [all …]
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 923 NG_NODE_REF(here); in ng_name2noderef() 924 return(here); in ng_name2noderef() 1766 if (here == NULL) { in ng_path2noderef() 1770 node = here; in ng_path2noderef() 2623 if (NG_NODE_HAS_NAME(here)) in ng_generic_msg() 2626 ni->id = ng_node2ID(here); in ng_generic_msg() 2648 if (NG_NODE_HAS_NAME(here)) in ng_generic_msg() 2651 ni->id = ng_node2ID(here); in ng_generic_msg() 2947 return((*here->nd_type->rcvmsg)(here, item, lasthook)); in ng_generic_msg() 3711 NG_NODE_REF(here); in ng_package_msg_self() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | ps3.dts | 22 * so we'll put a null entry here. 34 * we'll put a null entries here. These will be initialized after 39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-s3c2410.txt | 43 /* Samsung GPIO variant begins here */ 46 /* Samsung GPIO variant ends here */ 47 /* Pinctrl variant begins here */ 50 /* Pinctrl variant ends here */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm-tipwmss.txt | 33 /* child nodes go here */ 46 /* child nodes go here */ 57 /* child nodes go here */
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_02.T.out | 21 1010 packets here/there/everywhere 22 1010 packets here/there/everywhere
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 953 #define NG_SEND_MSG_HOOK(error, here, msg, hook, retaddr) \ argument 961 if (((error) = ng_address_hook((here), (_item), \ 969 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ argument 977 if (((error) = ng_address_path((here), (_item), \ 985 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument 993 if (((error) = ng_address_ID((here), (_item), \ 1006 #define NG_FWD_MSG_HOOK(error, here, item, hook, retaddr) \ argument 1008 if (((error) = ng_address_hook((here), (item), \ 1020 #define NG_RESPOND_MSG(error, here, item, resp) \ argument 1026 if ((error = ng_address_ID((here), (item), \ [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | property-units.txt | 6 be used in new bindings or added here. The inconsistency in the unit 9 It is also recommended to use the units listed here and not add additional
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8183-kukui-krane.dtsi | 328 * this reset line. By specifying output-high here 331 * reset if it was powered) and then we set it high here 334 * "output-high" here.
|
| /f-stack/freebsd/mips/mips/ |
| H A D | stack_machdep.c | 180 pc = (uintptr_t)&&here; in stack_save() 182 here: in stack_save()
|
| H A D | inckern.S | 39 #error Need a kernel name here
|
| /f-stack/freebsd/crypto/skein/amd64/ |
| H A D | skein_block_asm.s | 98 #(Note: buffer[] in context structure is NOT needed here :-) 1211 movq ctxPtr(%rsp),%rdi #don't muck with the flags here! 1222 # call here with rdx = "round number", 1223 _SP_OFFS_ = 8*2 #stack "offset" here: rdx, return addr
|
| /f-stack/freebsd/mips/conf/ |
| H A D | DB120.hints | 16 # GMAC0 here - connected to an AR8327 74 hint.arswitch.1.phy4cpu=0 # phy 4 is not a "CPU port" PHY here 79 hint.arge.1.phymask=0x0 # Nothing attached here (XXX?) 107 # ath0 - eeprom comes from here
|
| H A D | TL-WDR4300.hints | 47 # GMAC0 here - connected to an AR8327 104 hint.arswitch.1.phy4cpu=0 # phy 4 is not a "CPU port" PHY here 109 hint.arge.1.phymask=0x0 # Nothing attached here (XXX?) 137 # ath0 - eeprom comes from here
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-38x-solidrun-microsom.dtsi | 57 * Add the phy clock here, so the phy can be accessed to read its 67 * We undo that rubbish here.
|
| H A D | stm32mp157a-avenger96.dts | 10 /* This DT is here only for backward compatibility */
|
| /f-stack/freebsd/contrib/openzfs/etc/sudoers.d/ |
| H A D | zfs | 5 ## CAUTION: Any syntax error introduced here will break sudo.
|
| /f-stack/freebsd/arm/mv/ |
| H A D | std-pj4b.mv | 11 # to avoid that is to define it here as the numeric value genassym emits.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | arm_sbsa_uart.txt | 4 cannot be adjusted at runtime, so it lacks a clock specifier here.
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 12 Please find instructions for importing new releases and merging to HEAD here:
|