Searched refs:baseptr (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 394 char *baseptr = (char *)base->data; in nc_dns() local 397 if (!*baseptr) in nc_dns() 405 if (*baseptr != '.' && dnsptr[-1] != '.') in nc_dns() 409 if (OPENSSL_strcasecmp(baseptr, dnsptr)) in nc_dns() 418 const char *baseptr = (char *)base->data; in nc_email() local 421 const char *baseat = strchr(baseptr, '@'); in nc_email() 426 if (!baseat && (*baseptr == '.')) { in nc_email() 429 if (!OPENSSL_strcasecmp(baseptr, emlptr)) in nc_email() 438 if (baseat != baseptr) { in nc_email() 439 if ((baseat - baseptr) != (emlat - emlptr)) in nc_email() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 394 char *baseptr = (char *)base->data; in nc_dns() local 397 if (!*baseptr) in nc_dns() 405 if (*baseptr != '.' && dnsptr[-1] != '.') in nc_dns() 409 if (OPENSSL_strcasecmp(baseptr, dnsptr)) in nc_dns() 418 const char *baseptr = (char *)base->data; in nc_email() local 421 const char *baseat = strchr(baseptr, '@'); in nc_email() 426 if (!baseat && (*baseptr == '.')) { in nc_email() 429 if (!OPENSSL_strcasecmp(baseptr, emlptr)) in nc_email() 438 if (baseat != baseptr) { in nc_email() 439 if ((baseat - baseptr) != (emlat - emlptr)) in nc_email() [all …]
|
/external/libxml2/ |
D | error.c | 467 xmlNodePtr baseptr = NULL; in __xmlRaiseError() local 525 baseptr = node; in __xmlRaiseError() 532 if ((baseptr == NULL) && (node != NULL) && in __xmlRaiseError() 534 baseptr = node; in __xmlRaiseError() 552 else if (baseptr != NULL) { in __xmlRaiseError() 559 xmlNodePtr prev = baseptr; in __xmlRaiseError() 583 to->file = (char *) xmlStrdup(baseptr->doc->URL); in __xmlRaiseError()
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | nonintegral.ll | 35 %baseptr = inttoptr i64 %base to i64* 36 %baseptrni = addrspacecast i64 *%baseptr to i64 addrspace(1)*
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 720 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 722 // * tag is a function of (tag in baseptr, tag_offset). 723 // Address bits in baseptr and tag bits in ptr0 are ignored. 724 // When offset between ptr0 and baseptr is a compile time constant, this can be emitted as 725 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset 726 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.…
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 767 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 769 // * tag is a function of (tag in baseptr, tag_offset). 772 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers 774 // Address bits in baseptr and tag bits in ptr0 are ignored. 775 // When offset between ptr0 and baseptr is a compile time constant, this can be emitted as 776 // ADDG ptr1, baseptr, (ptr0 - baseptr), tag_offset 777 // It is intended that ptr0 is an alloca address, and baseptr is the direct output of llvm.aarch64.…
|
/external/libcups/ppdc/ |
D | ppdc-source.cxx | 1622 *baseptr, // Pointer into directory in get_po() local 1658 if ((baseptr = strrchr(basedir, '/')) != NULL) in get_po() 1659 *baseptr = '\0'; in get_po() 2560 *baseptr, // Pointer into directory in scan_file() local 2583 if ((baseptr = strrchr(basedir, '/')) != NULL) in scan_file() 2584 *baseptr = '\0'; in scan_file()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dbg-baseptr.ll | 88 !3 = !DIFile(filename: "dbg-baseptr.ll", directory: "/")
|
/external/python/cffi/c/ |
D | parse_c_type.c | 453 const char *baseptr = (const char *)base; in search_sorted() local 457 const char *src = *(const char *const *)(baseptr + middle * item_size); in search_sorted()
|
/external/libcups/scheduler/ |
D | ipp.c | 11167 *baseptr, /* Pointer to "@" in base username */ in user_allowed() local 11185 if ((baseptr = strchr(baseuser, '@')) != NULL) in user_allowed() 11186 *baseptr = '\0'; in user_allowed()
|