Home
last modified time | relevance | path

Searched refs:pEnd (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/recovery/minzip/
H A DHash.c184 HashEntry* pEnd; in mzHashTableLookup() local
193 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in mzHashTableLookup()
204 if (pEntry == pEnd) { /* wrap around to start */ in mzHashTableLookup()
257 HashEntry* pEnd; in mzHashTableRemove() local
263 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in mzHashTableRemove()
274 if (pEntry == pEnd) { /* wrap around to start */ in mzHashTableRemove()
318 HashEntry* pEnd; in countProbes() local
327 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in countProbes()
337 if (pEntry == pEnd) { /* wrap around to start */ in countProbes()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DHash.c183 HashEntry* pEnd; in mzHashTableLookup() local
192 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in mzHashTableLookup()
204 if (pEntry == pEnd) { /* wrap around to start */ in mzHashTableLookup()
258 HashEntry* pEnd; in mzHashTableRemove() local
264 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in mzHashTableRemove()
275 if (pEntry == pEnd) { /* wrap around to start */ in mzHashTableRemove()
319 HashEntry* pEnd; in countProbes() local
328 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; in countProbes()
339 if (pEntry == pEnd) { /* wrap around to start */ in countProbes()
/OK3568_Linux_fs/external/recovery/
H A Dsdboot.c79 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local
127 pEnd = pTmp; in get_cfg_Item()
129 *pValueLen = pEnd - pBegin; in get_cfg_Item()
130 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()
H A Dusbboot.c94 char *pTmp = NULL, *pEnd = NULL, *pBegin = NULL; in get_cfg_Item() local
142 pEnd = pTmp; in get_cfg_Item()
144 *pValueLen = pEnd - pBegin; in get_cfg_Item()
145 memcpy(pValue, pBegin, pEnd - pBegin); in get_cfg_Item()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c87 BoxPtr pShape, pRects, pEnd; in winReshapeMultiWindow() local
163 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeMultiWindow()
H A Dwinwin32rootless.c138 BoxPtr pRects, pEnd; in winMWExtWMCreateRgnFromRegion() local
154 for (pEnd = pRects + nRects; pRects < pEnd; pRects++) { in winMWExtWMCreateRgnFromRegion()
836 const BoxRec *pEnd; in winMWExtWMDamageRects() local
843 for (pEnd = pRects + nCount; pRects < pEnd; pRects++) { in winMWExtWMDamageRects()
912 const BoxRec *pEnd; in winMWExtWMCopyWindow() local
920 for (pEnd = pDstRects + nDstRects; pDstRects < pEnd; pDstRects++) { in winMWExtWMCopyWindow()
H A Dwinwindow.c318 BoxPtr pShape, pRects, pEnd; in winReshapeRootless() local
357 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeRootless()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxparse.c270 DMXConfigPairPtr pOrigin, DMXConfigTokenPtr pEnd) in dmxConfigCreateDisplay() argument
278 pDisplay->end = pEnd; in dmxConfigCreateDisplay()
334 DMXConfigStringPtr pNameList, DMXConfigTokenPtr pEnd) in dmxConfigCreateWall() argument
342 pWall->end = pEnd; in dmxConfigCreateWall()
367 DMXConfigStringPtr pOption, DMXConfigTokenPtr pEnd) in dmxConfigCreateOption() argument
395 option->end = pEnd; in dmxConfigCreateOption()
431 DMXConfigTokenPtr pClose, DMXConfigTokenPtr pEnd) in dmxConfigCreateParam() argument
453 param->end = pEnd; in dmxConfigCreateParam()
H A Ddmxparse.h239 DMXConfigTokenPtr pEnd);
245 DMXConfigTokenPtr pEnd);
249 DMXConfigTokenPtr pEnd);
255 DMXConfigTokenPtr pEnd);
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dhuf_decompress.c176 FORCE_INLINE size_t HUF_decodeStreamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, con… in HUF_decodeStreamX2() argument
181 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p <= pEnd - 4)) { in HUF_decodeStreamX2()
189 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) && (p < pEnd)) in HUF_decodeStreamX2()
193 while (p < pEnd) in HUF_decodeStreamX2()
196 return pEnd - pStart; in HUF_decodeStreamX2()
630 FORCE_INLINE size_t HUF_decodeStreamX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF… in HUF_decodeStreamX4() argument
635 …while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p < pEnd - (sizeof(bitDPtr->bitCo… in HUF_decodeStreamX4()
643 while ((BIT_reloadDStream(bitDPtr) == BIT_DStream_unfinished) & (p <= pEnd - 2)) in HUF_decodeStreamX4()
646 while (p <= pEnd - 2) in HUF_decodeStreamX4()
649 if (p < pEnd) in HUF_decodeStreamX4()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android_ext.c2731 char *pEnd; in wl_ext_wl_iovar() local
2745 cmd = bcm_strtoul(pch, &pEnd, 0); in wl_ext_wl_iovar()
2746 if (cmd == 0 || strlen(pEnd)) { in wl_ext_wl_iovar()
2750 if (data && (cmd == 0|| strlen(pEnd))) { in wl_ext_wl_iovar()
2752 } else if (cmd == 0|| strlen(pEnd)) { in wl_ext_wl_iovar()
H A Ddhd_config.c1758 char *pEnd; in dhd_conf_set_wl_cmd() local
1766 cmd = bcm_strtoul(pch, &pEnd, 0); in dhd_conf_set_wl_cmd()
1767 if (cmd == 0 || strlen(pEnd)) { in dhd_conf_set_wl_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android_ext.c2716 char *pEnd; in wl_ext_wl_iovar() local
2730 cmd = bcm_strtoul(pch, &pEnd, 0); in wl_ext_wl_iovar()
2731 if (cmd == 0 || strlen(pEnd)) { in wl_ext_wl_iovar()
2735 if (data && (cmd == 0|| strlen(pEnd))) { in wl_ext_wl_iovar()
2737 } else if (cmd == 0|| strlen(pEnd)) { in wl_ext_wl_iovar()
H A Ddhd_config.c1987 char *pEnd; in dhd_conf_set_wl_cmd() local
1995 cmd = bcm_strtoul(pch, &pEnd, 0); in dhd_conf_set_wl_cmd()
1996 if (cmd == 0 || strlen(pEnd)) { in dhd_conf_set_wl_cmd()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c244 SppPointRec pEnd, SppPointRec pCorner,
1497 SppPointRec pEnd, in miRoundCap() argument
1514 if (PTISEQUAL(pCenter, pEnd)) in miRoundCap()