Searched defs:aBlock (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | heap.hpp | 286 Block &BlockNext(const Block &aBlock) { return BlockAt(aBlock.GetNext()); } in BlockNext() 296 …Block &BlockRight(const Block &aBlock) { return BlockAt(BlockOffset(aBlock) + sizeof(Block) + aBlo… in BlockRight() 312 …bool IsLeftFree(const Block &aBlock) { return (BlockOffset(aBlock) != kFirstBlockOffset && aBlock.… in IsLeftFree() 322 uint16_t BlockOffset(const Block &aBlock) in BlockOffset()
|
H A D | heap.cpp | 122 void Heap::BlockInsert(Block &aPrev, Block &aBlock) in BlockInsert() 135 Block &Heap::BlockPrev(const Block &aBlock) in BlockPrev()
|
/aosp_15_r20/external/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 180 static void _Block_do_nothing(const void *aBlock) { } in _Block_do_nothing() 286 struct Block_layout *aBlock; in _Block_copy_internal() local 460 struct Block_layout *aBlock = (struct Block_layout *)arg; in _Block_release() local 488 struct Block_layout *aBlock; in _Block_destroy() local 507 void *_Block_copy_collectable(const void *aBlock) { in _Block_copy_collectable()
|
/aosp_15_r20/external/openthread/src/cli/ |
H A D | cli_coap.cpp | 1111 const uint8_t *aBlock, in BlockwiseReceiveHook() 1120 otError Coap::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() 1140 uint8_t *aBlock, in BlockwiseTransmitHook() 1148 otError Coap::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bo… in BlockwiseTransmitHook()
|
H A D | cli_coap_secure.cpp | 988 const uint8_t *aBlock, in BlockwiseReceiveHook() 998 otError CoapSecure::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() 1018 uint8_t *aBlock, in BlockwiseTransmitHook() 1026 otError CoapSecure::BlockwiseTransmitHook(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLeng… in BlockwiseTransmitHook()
|
/aosp_15_r20/external/openthread/src/core/coap/ |
H A D | coap.hpp | 219 Error HandleBlockReceive(const uint8_t *aBlock, in HandleBlockReceive() 228 …Error HandleBlockTransmit(uint8_t *aBlock, uint32_t aPosition, uint16_t *aBlockLength, bool *aMore… in HandleBlockTransmit()
|
/aosp_15_r20/external/compiler-rt/test/BlocksRuntime/ |
H A D | cast.c | 24 void (^aBlock)(void); in main() local
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | warn-retain-block-property.m | 12 void (^aBlock)(void); field
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | OutputHLSL.cpp | 206 TReferencedBlock::TReferencedBlock(const TInterfaceBlock *aBlock, in TReferencedBlock()
|