Searched refs:nb (Results 1 – 25 of 68) sorted by relevance
123
157 return nb; in NetBufQueueDequeue()169 return nb; in NetBufQueueDequeue()183 return nb; in NetBufQueueDequeueTail()195 return nb; in NetBufQueueDequeueTail()289 nb = (NetBuf *)LOS_MemAlloc(m_aucSysMem0, sizeof(*nb)); in NetBufAlloc()310 nb->mem = data; in NetBufAlloc()320 return nb; in NetBufAlloc()485 return (nb->mem + nb->bufs[id].offset); in NetBufGetAddress()576 nb->bufs[E_DATA_BUF].len = nb->dataLen; in NetBufResizeRoom()606 uint8_t *dst = nb->mem + nb->bufs[E_TAIL_BUF].offset; in NetBufConcat()[all …]
159 return nb; in NetBufQueueDequeue()171 return nb; in NetBufQueueDequeue()185 return nb; in NetBufQueueDequeueTail()197 return nb; in NetBufQueueDequeueTail()291 nb = (NetBuf *)LOS_MemAlloc(m_aucSysMem0, sizeof(*nb)); in NetBufAlloc()312 nb->mem = data; in NetBufAlloc()322 return nb; in NetBufAlloc()487 return (nb->mem + nb->bufs[id].offset); in NetBufGetAddress()578 nb->bufs[E_DATA_BUF].len = nb->dataLen; in NetBufResizeRoom()608 uint8_t *dst = nb->mem + nb->bufs[E_TAIL_BUF].offset; in NetBufConcat()[all …]
200 kfree_skb(nb); in NetBufFree()214 if (nb == NULL) { in NetBufGetDataLen()217 return nb->len; in NetBufGetDataLen()261 if (nb == NULL) { in NetBufPush()274 if (unlikely(len > nb->len) || unlikely(len > nb->tail)) { in NetBufPush()285 return nb->data; in NetBufPush()310 if (nb == NULL) { in NetBufPop()337 return nb->data; in NetBufPop()355 if (nb == NULL) { in NetBufGetAddress()401 0 : (skb_tail_pointer(nb) - nb->data); in NetBufGetRoom()[all …]
34 if (nb == NULL) { in HdfNetBufTest001()38 NetBufFree(nb); in HdfNetBufTest001()51 if (nb == NULL) { in HdfNetBufTest002()54 NetBufFree(nb); in HdfNetBufTest002()68 if (nb == NULL) { in HdfNetBufTest003()85 NetBufFree(nb); in HdfNetBufTest003()127 NetBufFree(nb);164 NetBufFree(nb);200 NetBufFree(nb);241 NetBufFree(nb);[all …]
92 void NetBufQueueEnqueue(NetBufQueue *q, NetBuf *nb);103 void NetBufQueueEnqueueHead(NetBufQueue *q, NetBuf *nb);199 void NetBufFree(NetBuf *nb);237 void *NetBufPush(NetBuf *nb, uint32_t id, uint32_t len);260 void *NetBufPop(NetBuf *nb, uint32_t id, uint32_t len);274 uint8_t *NetBufGetAddress(const NetBuf *nb, uint32_t id);288 uint32_t NetBufGetRoom(const NetBuf *nb, uint32_t id);300 uint32_t NetBufGetDataLen(const NetBuf *nb);317 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail);330 int32_t NetBufConcat(NetBuf *nb, NetBuf *cnb);
164 uint32_t nb = idx >> BLOCK_SCALE_SHIFT; in GenerateVertex() local165 const float* pv = croodBlocks_[nb] + ((idx & BLOCK_SCALE_MASK) << 1); in GenerateVertex()168 return cmdBlocks_[nb][idx & BLOCK_SCALE_MASK]; in GenerateVertex()183 void AllocateBlock(uint32_t nb) in AllocateBlock() argument185 if (nb >= maxBlocks_) { in AllocateBlock()209 croodBlocks_[nb] = GeometryArrayAllocator<float>::Allocate( in AllocateBlock()212 cmdBlocks_[nb] = (uint8_t*)(croodBlocks_[nb] + BLOCK_SCALE_SIZE * TWO_TIMES); in AllocateBlock()218 uint32_t nb = totalVertices_ >> BLOCK_SCALE_SHIFT; in StoragePtrs() local219 if (nb >= totalBlocks_) { in StoragePtrs()220 AllocateBlock(nb); in StoragePtrs()[all …]
470 uint32_t nb = numCells_; in SortAllCells() local472 while (nb) { in SortAllCells()474 i = (nb > CELL_BLOCK_SIZE) ? uint32_t(CELL_BLOCK_SIZE) : nb; in SortAllCells()475 nb -= i; in SortAllCells()496 nb = numCells_; in SortAllCells()497 while (nb) { in SortAllCells()499 i = (nb > CELL_BLOCK_SIZE) ? uint32_t(CELL_BLOCK_SIZE) : nb; in SortAllCells()500 nb -= i; in SortAllCells()
46 std::shared_ptr<OH_NativeBuffer> pNativeBuffer(nativeBuffer, [](OH_NativeBuffer *nb) { in CreateNativeBuffer() argument47 OH_NativeBuffer_Unreference(nb); in CreateNativeBuffer()
58 static int DevmgrPmNotifier(struct notifier_block *nb, unsigned long mode, void *data) in DevmgrPmNotifier() argument61 (void)nb; in DevmgrPmNotifier()
214 static int32_t KeventPmNotifierFn(struct notifier_block *nb, unsigned long action, void *dummy) in KeventPmNotifierFn() argument222 keventModule = CONTAINER_OF(nb, struct HdfKeventModule, keventPmNotifier); in KeventPmNotifierFn()246 static int32_t KeventFbNotifierFn(struct notifier_block *nb, unsigned long event, void *data) in KeventFbNotifierFn() argument263 keventModule = CONTAINER_OF(nb, struct HdfKeventModule, fbNotifier); in KeventFbNotifierFn()
593 NetBuf *nb = NULL; in NetBufDevAlloc() local601 nb = NetBufAlloc(size); in NetBufDevAlloc()602 if (nb == NULL) { in NetBufDevAlloc()607 nb->dev = (void *)dev; in NetBufDevAlloc()608 NetBufPop(nb, E_TAIL_BUF, dev->neededHeadRoom); in NetBufDevAlloc()609 NetBufPop(nb, E_DATA_BUF, dev->neededHeadRoom); in NetBufDevAlloc()612 return nb; in NetBufDevAlloc()
293 auto nb = allocate(b->data); variable295 last = buckets_[ind] = nb;297 nb->prev = last;298 last = last->next = nb;508 auto nb = allocate(b->data); variable510 last = buckets_[ind] = nb;512 nb->prev = last;513 last = last->next = nb;
176 ($fb: literal, $mask: literal $(, $nb: literal => $nb_res: expr)* $(,)?) => { in ut_integer_decode()179 $(match int.next_byte($nb) { in ut_integer_decode()
156 struct pbuf *NetBuf2Pbuf(const NetBuf *nb);
340 nb341 nb-NO342 nb-SJ
46 nb "", "= 1", "", "", "", ""
46 nb "", "", "", "", "", ""
245 uint32_t nb = 0; in ReadFile() local265 nb = CertManagerFileRead(CERT_STATUS_DIR, file, 0, buf, sz); in ReadFile()266 if (nb != sz) { in ReadFile()267 CM_LOG_W("Failed to read status file: %u bytes expected but only has %u\n", sz, nb); in ReadFile()
141 | void NetBufFree(struct NetBuf \*nb) | 释放NetBuf。 | 143 …| struct pbuf \*NetBuf2Pbuf(const struct NetBuf \*nb) | NetBuf转换为lwip的pbu…
141 | void NetBufFree(struct NetBuf \*nb) | Releases a **NetBuf**.|143 …| struct pbuf \*NetBuf2Pbuf(const struct NetBuf \*nb) | Converts a **NetB…
240 �U���4�沒�q�ɡ�tE�s��7�723g�0K3��I�nr<���*t�!��T�����N�'"}���M�Rm��T�nb:o*LZp++���
822 …��3��wV?[m$�nw.^�E���1��1�D���_)@v�R|"�;HF#-_l��O�u���$��}��O�P��f��ud�nb�1�R5ʳz\���d��q���_J…1874 …��/�%yK����ݿ Ǔ|����8�;>���CnF�G�@�n1���:�^g�)H`r � �Խ��7f�j�4�nb��d���t�k[����\�*�…2330 …r*����o�Ee"S!~�S�Z�n�����UGi1���c�Ή�,dȑ�#2�G�bHݼ�J0̌�?ݱ�<�GSC0���nb����=#�綾���Y��F�)��…
431 …eneral.text | .nb …
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space