| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.c | 968 CAMELLIA_FLS(io[0],io[1],io[2],io[3], SUBL(8),SUBR(8), SUBL(9),SUBR(9), in camellia_encrypt128() 1006 io[0] = io[2]; in camellia_encrypt128() 1007 io[1] = io[3]; in camellia_encrypt128() 1051 CAMELLIA_FLS(io[0],io[1],io[2],io[3], SUBL(9),SUBR(9), SUBL(8),SUBR(8), in camellia_decrypt128() 1073 io[0] = io[2]; in camellia_decrypt128() 1074 io[1] = io[3]; in camellia_decrypt128() 1105 CAMELLIA_FLS(io[0],io[1],io[2],io[3], SUBL(8),SUBR(8), SUBL(9),SUBR(9), in camellia_encrypt256() 1159 io[0] = io[2]; in camellia_encrypt256() 1160 io[1] = io[3]; in camellia_encrypt256() 1242 io[0] = io[2]; in camellia_decrypt256() [all …]
|
| H A D | camellia.h | 63 void camellia_encrypt128(const uint32_t *subkey, uint32_t *io); 64 void camellia_encrypt256(const uint32_t *subkey, uint32_t *io); 65 void camellia_decrypt128(const uint32_t *subkey, uint32_t *io); 66 void camellia_decrypt256(const uint32_t *subkey, uint32_t *io);
|
| /f-stack/freebsd/x86/x86/ |
| H A D | io_apic.c | 159 struct ioapic *io; in _ioapic_eoi_source() local 614 struct ioapic *io; in ioapic_create() local 642 io->io_apic_id = apic_id == -1 ? io->io_hw_apic_id : apic_id; in ioapic_create() 728 return (io); in ioapic_create() 734 struct ioapic *io; in ioapic_get_vector() local 929 io->io_id, flags >> 4, flags & 0xf, io->io_intbase, in ioapic_register() 930 io->io_intbase + io->io_numintr - 1); in ioapic_register() 937 for (i = 0, pin = io->io_pins; i < io->io_numintr; i++, pin++) in ioapic_register() 952 for (i = 0, pin = io->io_pins; i < io->io_numintr; i++, pin++) { in ioapic_register_sources() 1047 io->io_apic_id, io->io_hw_apic_id, (uintmax_t)io->io_paddr); in ioapic_pci_attach() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.c | 62 r->io.buffer.ptr = sdscatlen(r->io.buffer.ptr,(char*)buf,len); in rioBufferWrite() 63 r->io.buffer.pos += len; in rioBufferWrite() 69 if (sdslen(r->io.buffer.ptr)-r->io.buffer.pos < len) in rioBufferRead() 71 memcpy(buf,r->io.buffer.ptr+r->io.buffer.pos,len); in rioBufferRead() 102 r->io.buffer.ptr = s; in rioInitWithBuffer() 103 r->io.buffer.pos = 0; in rioInitWithBuffer() 116 r->io.file.buffered >= r->io.file.autosync) in rioFileWrite() 155 r->io.file.fp = fp; in rioInitWithFile() 178 r->io.fdset.buf = sdscatlen(r->io.fdset.buf,buf,len); in rioFdsetWrite() 220 if (r->io.fdset.state[j] == 0) r->io.fdset.state[j] = EIO; in rioFdsetWrite() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 186 { TValue *io=(obj); num_(io)=(x); settt_(io, LUA_TNUMBER); } 191 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); } 194 { TValue *io=(obj); val_(io).p=(x); settt_(io, LUA_TLIGHTUSERDATA); } 197 { TValue *io=(obj); val_(io).b=(x); settt_(io, LUA_TBOOLEAN); } 201 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); } 206 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \ 211 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TUSERDATA)); \ 216 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TTHREAD)); \ 221 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TLCL)); \ 226 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TCCL)); \ [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/ |
| H A D | iio-bindings.txt | 30 #io-channel-cells = <1>; 41 #io-channel-cells = <1>; 45 #io-channel-cells = <1>; 59 io-channel-names: 64 io-channel-ranges: 72 io-channels = <&adc 1>, <&ref 0>; 73 io-channel-names = "vcc", "vdd"; 85 #io-channel-cells = <1>; 92 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, 100 io-channels = <&adc 10>, <&adc 11>; [all …]
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 3329 io->pfrio_size = min(io->pfrio_size, n); in pfioctl() 3366 io->pfrio_size = min(io->pfrio_size, n); in pfioctl() 3457 io->pfrio_setflag, io->pfrio_clrflag, &io->pfrio_nchange, in pfioctl() 3507 io->pfrio_size, &io->pfrio_nadd, io->pfrio_flags | in pfioctl() 3545 io->pfrio_size, &io->pfrio_ndel, io->pfrio_flags | in pfioctl() 3587 io->pfrio_size, &io->pfrio_size2, &io->pfrio_nadd, in pfioctl() 3588 &io->pfrio_ndel, &io->pfrio_nchange, io->pfrio_flags | in pfioctl() 3690 io->pfrio_size, &io->pfrio_nzero, io->pfrio_flags | in pfioctl() 3728 io->pfrio_size, &io->pfrio_nmatch, io->pfrio_flags | in pfioctl() 3766 io->pfrio_size, &io->pfrio_nadd, &io->pfrio_naddr, in pfioctl() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | cf.lua | 4 io.write("C ") 6 io.write(string.format("%3.0f ",c)) 8 io.write("\n") 10 io.write("F ") 13 io.write(string.format("%3.0f ",f)) 15 io.write("\n\n")
|
| H A D | trace-calls.lua | 8 io.write(level," >>> ",string.rep(" ",level)) 9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end 18 io.write("begin ",t.short_src) 20 io.write("end ",t.short_src) 24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">") 26 io.write(event," ",t.name or "(C)"," [",t.what,"] ") 28 io.write("\n")
|
| H A D | xd.lua | 6 local s=io.read(16) 8 io.write(string.format("%08X ",offset)) 10 function (c) io.write(string.format("%02X ",string.byte(c))) end) 11 io.write(string.rep(" ",3*(16-string.len(s)))) 12 io.write(" ",string.gsub(s,"%c","."),"\n")
|
| H A D | table.lua | 6 local l=io.read() 9 if a~=A then A=a io.write("\n",a,":") end 10 io.write(" ",b) 12 io.write("\n")
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zcu106-revA.dts | 255 #io-channel-cells = <1>; 262 #io-channel-cells = <1>; 269 #io-channel-cells = <1>; 276 #io-channel-cells = <1>; 283 #io-channel-cells = <1>; 290 #io-channel-cells = <1>; 297 #io-channel-cells = <1>; 304 #io-channel-cells = <1>; 311 #io-channel-cells = <1>; 318 #io-channel-cells = <1>; [all …]
|
| H A D | zynqmp-zcu102-revA.dts | 255 #io-channel-cells = <1>; 262 #io-channel-cells = <1>; 269 #io-channel-cells = <1>; 276 #io-channel-cells = <1>; 283 #io-channel-cells = <1>; 290 #io-channel-cells = <1>; 297 #io-channel-cells = <1>; 304 #io-channel-cells = <1>; 311 #io-channel-cells = <1>; 318 #io-channel-cells = <1>; [all …]
|
| H A D | zynqmp-zcu111-revA.dts | 214 #io-channel-cells = <1>; 221 #io-channel-cells = <1>; 228 #io-channel-cells = <1>; 235 #io-channel-cells = <1>; 242 #io-channel-cells = <1>; 249 #io-channel-cells = <1>; 256 #io-channel-cells = <1>; 263 #io-channel-cells = <1>; 270 #io-channel-cells = <1>; 277 #io-channel-cells = <1>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | envelope-detector.txt | 22 - io-channels: Channel node of the dac to be used for comparator input. 23 - io-channel-names: Should be "dac". 34 #io-channel-cells = <1>; 41 io-channels = <&dpot 0>; 42 io-channel-names = "dpot"; 43 #io-channel-cells = <1>; 48 io-channels = <&dac 0>; 49 io-channel-names = "dac";
|
| H A D | ingenic,adc.txt | 12 - #io-channel-cells: Must be set to <1> to indicate channels are selected 16 a phandle and IIO specifier pair ("io-channels") to the ADC controller. 24 #io-channel-cells = <1>; 38 io-channels = <&adc INGENIC_ADC_AUX>; 39 io-channel-names = "buttons"; 46 io-channels = <&adc INGENIC_ADC_BATTERY>; 47 io-channel-names = "battery";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/multiplexer/ |
| H A D | io-channel-mux.txt | 7 - compatible : "io-channel-mux" 8 - io-channels : Channel node of the parent channel that has multiplexed 10 - io-channel-names : Should be "parent". 16 For each non-empty string in the channels property, an io-channel will 17 be created. The number of this io-channel is the same as the index into 32 compatible = "io-channel-mux"; 33 io-channels = <&adc 0>; 34 io-channel-names = "parent";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | at91-natte.dtsi | 21 compatible = "io-channel-mux"; 22 io-channels = <&adc 5>; 23 io-channel-names = "parent"; 32 compatible = "io-channel-mux"; 33 io-channels = <&adc 6>; 34 io-channel-names = "parent"; 43 compatible = "io-channel-mux"; 44 io-channels = <&adc 7>; 45 io-channel-names = "parent"; 215 #io-channel-cells = <1>;
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_nvram_cfe.c | 228 result = bhnd_nvram_data_probe(*cls, &iocfe->io); in bcm_nvram_find_cfedev() 235 bhnd_nvram_io_free(&iocfe->io); in bcm_nvram_find_cfedev() 266 iocfe->io.iops = &bhnd_nvram_iocfe_ops; in bcm_nvram_iocfe_init() 366 bhnd_nvram_iocfe_free(struct bhnd_nvram_io *io) in bhnd_nvram_iocfe_free() argument 368 struct bcm_nvram_iocfe *iocfe = (struct bcm_nvram_iocfe *)io; in bhnd_nvram_iocfe_free() 376 bhnd_nvram_iocfe_getsize(struct bhnd_nvram_io *io) in bhnd_nvram_iocfe_getsize() argument 378 struct bcm_nvram_iocfe *iocfe = (struct bcm_nvram_iocfe *)io; in bhnd_nvram_iocfe_getsize() 383 bhnd_nvram_iocfe_setsize(struct bhnd_nvram_io *io, size_t size) in bhnd_nvram_iocfe_setsize() argument 390 bhnd_nvram_iocfe_read_ptr(struct bhnd_nvram_io *io, size_t offset, in bhnd_nvram_iocfe_read_ptr() argument 398 bhnd_nvram_iocfe_write_ptr(struct bhnd_nvram_io *io, size_t offset, in bhnd_nvram_iocfe_write_ptr() argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/afe/ |
| H A D | voltage-divider.txt | 4 When an io-channel measures the midpoint of a voltage divider, the 25 - io-channels : Channel node of a voltage io-channel measuring Vout. 28 - full-ohms : Resistance R + Rout for the full divider. The io-channel 37 io-channels = <&maxadc 1>; 48 #io-channel-cells = <1>;
|
| H A D | current-sense-shunt.txt | 4 When an io-channel measures the voltage over a current sense shunt, 11 - io-channels : Channel node of a voltage io-channel. 20 io-channels = <&tiadc 0>; 30 #io-channel-cells = <1>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | rx51-battery.txt | 8 - io-channels: Should contain IIO channel specifiers 9 for each element in io-channel-names. 10 - io-channel-names: Should contain the following values: 19 io-channels = <&twl4030_madc 0>, 22 io-channel-names = "temp",
|
| H A D | cpcap-battery.txt | 8 - io-channels: IIO ADC channel specifier for each name in io-channel-names 9 - io-channel-names: Should contain the following entries: 26 io-channels = <&cpcap_adc 0 &cpcap_adc 1 28 io-channel-names = "battdetb", "battp",
|
| H A D | cpcap-charger.txt | 10 - io-channels: IIO ADC channel specifier for each name in io-channel-names 11 - io-channel-names: Should contain the following entries: 34 io-channels = <&cpcap_adc 0 &cpcap_adc 1 37 io-channel-names = "battdetb", "battp",
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | dpot-dac.txt | 23 - io-channels: Channel node of the dpot to be used for the voltage division. 24 - io-channel-names: Should be "dpot". 32 #io-channel-cells = <1>; 39 io-channels = <&dpot 0>; 40 io-channel-names = "dpot";
|