Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbind.c42 bind ( in bind() function
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglContext.h44 EglContext* bind(uint32_t ctx_) { in bind() function
DEglSurface.h39 EglSurface* bind(uint32_t ctx_, bool read_) { in bind() function
DContext.h61 Context* bind(EglContext* ctx_) { in bind() function
/device/generic/goldfish/dhcp/common/
Dsocket.cpp86 Result Socket::bind(const void* sockaddr, size_t sockaddrLength) { in bind() function in Socket
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp140 unsigned int bind = 0; in get_pipe_bind() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py337 def bind(self, addr): member in dispatcher
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
Delf64.h216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument
/device/generic/opengl-transport/host/linux_uapi/linux/
Dvirtio_gpu.h158 __le32 bind; member