Home
last modified time | relevance | path

Searched refs:ob (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c109 if (ob->type!=OBJ_STRING || ob->encoding!=OBJ_ENCODING_EMBSTR) { in activeDefragStringOb()
111 ob = ret; in activeDefragStringOb()
127 long ofs = (intptr_t)ob->ptr - (intptr_t)ob; in activeDefragStringOb()
445 if (ob->type != OBJ_LIST || ob->encoding != OBJ_ENCODING_QUICKLIST) in scanLaterList()
464 if (ob->type != OBJ_ZSET || ob->encoding != OBJ_ENCODING_SKIPLIST) in scanLaterZset()
484 if (ob->type != OBJ_SET || ob->encoding != OBJ_ENCODING_HT) in scanLaterSet()
505 if (ob->type != OBJ_HASH || ob->encoding != OBJ_ENCODING_HT) in scanLaterHash()
564 d = ob->ptr; in defragHash()
582 d = ob->ptr; in defragSet()
611 if (ob->type != OBJ_STREAM || ob->encoding != OBJ_ENCODING_STREAM) { in scanLaterStraemListpacks()
[all …]
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c1915 uchar_t *ob; in u8_textprep_str() local
1959 obtail = ob + *outlen; in u8_textprep_str()
1994 if (ob >= obtail) { in u8_textprep_str()
2005 *ob = *ib; in u8_textprep_str()
2007 ob++; in u8_textprep_str()
2028 *ob++ = *ib++; in u8_textprep_str()
2043 *ob++ = u8s[sz]; in u8_textprep_str()
2052 *ob++ = *ib++; in u8_textprep_str()
2089 *ob = *ib; in u8_textprep_str()
2091 ob++; in u8_textprep_str()
[all …]
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c457 char ob[TTY_STACKBUF]; in ttydisc_write() local
485 obstart = ob; in ttydisc_write()
486 nlen = MIN(uio->uio_resid, sizeof ob); in ttydisc_write()
488 error = uiomove(ob, nlen, uio); in ttydisc_write()
661 char ob[4] = "^?\b\b"; in ttydisc_echo_force() local
665 ob[1] = c + 'A' - 1; in ttydisc_echo_force()
858 char ob[3] = { 0xff, 0x00 }; in ttydisc_rint() local
1040 ob[1] = 0xff; in ttydisc_rint()
1044 ob[0] = c; in ttydisc_rint()
1053 ob[2] = c; in ttydisc_rint()
[all …]
H A Dtty_outq.c257 char ob[TTYOUTQ_DATASIZE - 1]; in ttyoutq_read_uio() local
262 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
268 error = uiomove(ob, clen, uio); in ttyoutq_read_uio()
H A Dtty_inq.c240 char ob[TTYINQ_DATASIZE - 1]; in ttyinq_read_uio() local
245 memcpy(ob, tib->tib_data + cbegin, clen - flen); in ttyinq_read_uio()
251 error = uiomove(ob, clen - flen, uio); in ttyinq_read_uio()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dwitness.c36 witness_comp(const witness_t *a, void *oa, const witness_t *b, void *ob) { in witness_comp() argument
40 assert(ob == (void *)b); in witness_comp()
47 void *ob) { in witness_comp_reverse() argument
51 assert(ob == (void *)b); in witness_comp_reverse()
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dbrcm,iproc-pcie.txt34 - brcm,pcie-ob: Some iProc SoCs do not have the outbound address mapping done
37 If the brcm,pcie-ob property is present, the following properties become
41 - brcm,pcie-ob-axi-offset: The offset from the AXI address to the internal
96 brcm,pcie-ob;
97 brcm,pcie-ob-axi-offset = <0x00000000>;
H A Dsocionext,uniphier-pcie-ep.yaml54 num-ob-windows:
88 num-ob-windows = <16>;
H A Ddesignware-pcie.txt25 - num-ob-windows: number of outbound address translation windows
75 num-ob-windows = <2>;
H A Dpci-keystone.txt86 num-ob-windows: As specified in
113 num-ob-windows = <16>;
H A Dti-pci.txt53 - num-ob-windows : number of outbound address translation windows
H A Dnvidia,tegra194-pcie.txt210 num-ob-windows = <8>;
/f-stack/freebsd/contrib/device-tree/src/arm64/broadcom/northstar2/
H A Dns2.dtsi132 brcm,pcie-ob;
133 brcm,pcie-ob-oarr-size;
134 brcm,pcie-ob-axi-offset = <0x00000000>;
135 brcm,pcie-ob-window-size = <256>;
163 brcm,pcie-ob;
164 brcm,pcie-ob-oarr-size;
165 brcm,pcie-ob-axi-offset = <0x30000000>;
166 brcm,pcie-ob-window-size = <256>;
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1046a.dtsi753 num-ob-windows = <8>;
789 num-ob-windows = <8>;
825 num-ob-windows = <8>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dartpec6.dtsi197 num-ob-windows = <2>;
H A Duniphier-pro5.dtsi630 num-ob-windows = <16>;
H A Ddra7.dtsi217 num-ob-windows = <16>;
/f-stack/freebsd/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-main.dtsi698 num-ob-windows = <16>;
730 num-ob-windows = <16>;
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra194.dtsi1754 num-ob-windows = <8>;
1786 num-ob-windows = <8>;
1818 num-ob-windows = <8>;
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c492 return p_modal[0].ob; in ar9300_eeprom_get()
496 return p_modal[1].ob; in ar9300_eeprom_get()