Home
last modified time | relevance | path

Searched defs:aBlock (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dheap.hpp286 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 Dheap.cpp122 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 Druntime.c180 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 Dcli_coap.cpp1111 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 Dcli_coap_secure.cpp988 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 Dcoap.hpp219 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 Dcast.c24 void (^aBlock)(void); in main() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dwarn-retain-block-property.m12 void (^aBlock)(void); field
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp206 TReferencedBlock::TReferencedBlock(const TInterfaceBlock *aBlock, in TReferencedBlock()