| /external/u-boot/tools/ |
| D | socfpgaimage.c | 87 static unsigned int sfp_hdr_size(uint8_t ver) in sfp_hdr_size() 96 static unsigned int sfp_pad_size(uint8_t ver) in sfp_pad_size() 110 static uint16_t sfp_hdr_checksum(uint8_t *buf, unsigned char ver) in sfp_hdr_checksum() 121 static void sfp_build_header(uint8_t *buf, uint8_t ver, uint8_t flags, in sfp_build_header() 159 static int sfp_verify_header(const uint8_t *buf, uint8_t *ver) in sfp_verify_header() 198 static int sfp_sign_buffer(uint8_t *buf, uint8_t ver, uint8_t flags, in sfp_sign_buffer() 226 uint8_t ver = 0; in sfp_verify_buffer() local 312 static int sfp_fake_header_size(unsigned int size, uint8_t ver) in sfp_fake_header_size() 318 struct image_type_params *tparams, uint8_t ver) in sfp_vrec_header() 344 static void sfp_set_header(void *ptr, unsigned char ver) in sfp_set_header()
|
| /external/apache-http/src/org/apache/http/message/ |
| D | BasicHttpResponse.java | 111 public BasicHttpResponse(final ProtocolVersion ver, in BasicHttpResponse() 147 public void setStatusLine(final ProtocolVersion ver, final int code) { in setStatusLine() 153 public void setStatusLine(final ProtocolVersion ver, final int code, in setStatusLine() 162 ProtocolVersion ver = this.statusline.getProtocolVersion(); in setStatusCode() local
|
| D | BasicHttpRequest.java | 72 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { in BasicHttpRequest() 98 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine() local
|
| D | BasicLineParser.java | 343 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseRequestLine() local 371 final ProtocolVersion ver) { in createRequestLine() 414 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseStatusLine() local 460 protected StatusLine createStatusLine(final ProtocolVersion ver, in createStatusLine()
|
| /external/clang/test/CodeGenObjC/ |
| D | 2007-10-18-ProDescriptor.m | 10 - (unsigned) ver; method 16 - (unsigned) ver { method
|
| /external/u-boot/arch/powerpc/cpu/mpc85xx/ |
| D | p2041_serdes.c | 56 u32 ver = SVR_SOC_VER(svr); in serdes_get_prtcl() local 74 u32 ver = SVR_SOC_VER(svr); in is_serdes_prtcl_valid() local
|
| /external/libpcap/ |
| D | rpcap-protocol.c | 81 rpcap_senderror(SOCKET sock, uint8 ver, unsigned short errcode, const char *error, char *errbuf) in rpcap_senderror() 135 rpcap_createhdr(struct rpcap_header *header, uint8 ver, uint8 type, uint16 value, uint32 length) in rpcap_createhdr()
|
| /external/apache-http/src/org/apache/http/ |
| D | HttpResponse.java | 79 void setStatusLine(ProtocolVersion ver, int code); in setStatusLine() 88 void setStatusLine(ProtocolVersion ver, int code, String reason); in setStatusLine()
|
| D | HttpResponseFactory.java | 64 HttpResponse newHttpResponse(ProtocolVersion ver, int status, in newHttpResponse()
|
| /external/u-boot/arch/arc/include/asm/ |
| D | arc-bcr.h | 21 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; member 43 unsigned int pad:24, ver:8; member 54 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member 65 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, member
|
| /external/webrtc/webrtc/base/ |
| D | versionparsing_unittest.cc | 22 ExampleVersion ver; in TEST() local 34 ExampleVersion ver; in TEST() local
|
| /external/u-boot/arch/mips/mach-ath79/ |
| D | cpu.c | 53 u32 rev = 0, ver = 1; in mach_cpu_init() local 107 u32 id, rev, ver; in print_cpuinfo() local
|
| /external/lzma/C/ |
| D | CpuArch.h | 306 UInt32 ver; member 324 #define x86cpuid_GetFamily(ver) (((ver >> 16) & 0xFF0) | ((ver >> 8) & 0xF)) argument 325 #define x86cpuid_GetModel(ver) (((ver >> 12) & 0xF0) | ((ver >> 4) & 0xF)) argument 326 #define x86cpuid_GetStepping(ver) (ver & 0xF) argument
|
| /external/skqp/src/gpu/gl/ |
| D | GrGLGLSL.cpp | 13 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); in GrGLGetGLSLGeneration() local
|
| /external/skia/src/gpu/gl/ |
| D | GrGLGLSL.cpp | 13 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); in GrGLGetGLSLGeneration() local
|
| /external/mesa3d/src/broadcom/common/ |
| D | v3d_device_info.h | 36 uint8_t ver; member
|
| /external/e2fsprogs/lib/e2p/ |
| D | setversion.c | 32 int ver; in setversion() local
|
| D | getversion.c | 32 int r, ver; in getversion() local
|
| /external/iperf3/src/ |
| D | t_api.c | 47 const char *ver; in main() local
|
| /external/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| D | clk.c | 16 u32 ver = zynqmp_get_silicon_version(); in zynqmp_get_system_timer_freq() local
|
| /external/kernel-headers/original/uapi/linux/ |
| D | tls.h | 44 #define TLS_VERSION_MINOR(ver) ((ver) & 0xFF) argument 45 #define TLS_VERSION_MAJOR(ver) (((ver) >> 8) & 0xFF) argument
|
| /external/apache-http/src/org/apache/http/protocol/ |
| D | RequestContent.java | 77 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
|
| D | RequestExpectContinue.java | 74 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
|
| /external/wpa_supplicant_8/src/tls/ |
| D | tlsv1_common.c | 289 int tls_version_ok(u16 ver) in tls_version_ok() 306 const char * tls_version_str(u16 ver) in tls_version_str() 321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
|
| /external/compiler-rt/lib/interception/ |
| D | interception_linux.cc | 28 void *GetFuncAddrVer(const char *func_name, const char *ver) { in GetFuncAddrVer()
|