Searched defs:binary (Results 1 – 10 of 10) sorted by relevance
| /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
| D | nsap_addr.c | 38 u_char *binary, in inet_nsap_addr() 75 register const u_char *binary, in inet_nsap_ntoa()
|
| D | res_debug.c | 732 u_char *binary in loc_aton() 843 const u_char *binary, in loc_ntoa()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| D | base64mime.py | 122 def encode(s, binary=True, maxlinelen=76, eol=NL): argument
|
| D | quoprimime.py | 178 def encode(body, binary=False, maxlinelen=76, eol=NL): argument
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
| D | _iomodule.c | 300 int text = 0, binary = 0, universal = 0; in io_open() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
| D | _iomodule.c | 300 int text = 0, binary = 0, universal = 0; in io_open() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | cgi.py | 743 def make_file(self, binary=None): argument
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | gl2_entry.cpp | 1024 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GL… in glShaderBinary() 1306 …amBinaryOES(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary) in glGetProgramBinaryOES() 1312 void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length) in glProgramBinaryOES() 2383 void glProgramBinary(GLuint program, GLenum binaryFormat, const void* binary, GLsizei length) in glProgramBinary() 2389 …ProgramBinary(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary) in glGetProgramBinary()
|
| D | GL2Encoder.cpp | 1262 …void *self, GLsizei n, const GLuint *shaders, GLenum binaryformat, const void* binary, GLsizei len… in s_glShaderBinary() 3782 …void* self, GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary) { in s_glGetProgramBinary()
|
| D | gl2_enc.cpp | 8214 void glProgramBinary_enc(void *self , GLuint program, GLenum binaryFormat, const void* binary, GLsi… in glProgramBinary_enc() 8244 …(void *self , GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary) in glGetProgramBinary_enc()
|