OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/
RSKernelExpand.cpp
287
* const uint8_t *
inPtr
[RS_KERNEL_INPUT_LIMIT];
312
RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *
inPtr
[RS_KERNEL_INPUT_LIMIT]
713
// to convert the pointer of byte
InPtr
to its real type.
734
llvm::Value *
InPtr
= nullptr;
736
InPtr
= Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
745
InPtr
= Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
746
InPtr
= Builder.CreatePointerCast(
InPtr
, InTy);
750
llvm::LoadInst *InputLoad = Builder.CreateLoad(
InPtr
, "input");
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h
[
all
...]
Completed in 57 milliseconds