/external/u-boot/drivers/mtd/ubi/ |
D | attach.c | 114 static int add_to_list(struct ubi_attach_info *ai, int pnum, int vol_id, in add_to_list() 155 static int add_corrupted(struct ubi_attach_info *ai, int pnum, int ec) in add_corrupted() 253 static struct ubi_ainf_volume *add_volume(struct ubi_attach_info *ai, in add_volume() 444 int ubi_add_to_av(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum, in ubi_add_to_av() 600 struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai, in ubi_find_av() 626 void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av) in ubi_remove_av() 658 const struct ubi_attach_info *ai, int pnum, int ec) in early_erase_peb() 705 struct ubi_attach_info *ai) in ubi_early_get_peb() 814 static int scan_peb(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_peb() 1063 static int late_analysis(struct ubi_device *ubi, struct ubi_attach_info *ai) in late_analysis() [all …]
|
D | vtbl.c | 295 static int create_vtbl(struct ubi_device *ubi, struct ubi_attach_info *ai, 369 struct ubi_attach_info *ai, 492 struct ubi_attach_info *ai) 528 const struct ubi_attach_info *ai, 709 struct ubi_attach_info *ai) 773 int ubi_read_volume_table(struct ubi_device *ubi, struct ubi_attach_info *ai)
|
D | fastmap.c | 142 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() 183 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol() 232 static void assign_aeb_to_av(struct ubi_attach_info *ai, in assign_aeb_to_av() 272 static int update_vol(struct ubi_device *ubi, struct ubi_attach_info *ai, in update_vol() 368 static int process_pool_aeb(struct ubi_device *ubi, struct ubi_attach_info *ai, in process_pool_aeb() 419 static void unmap_peb(struct ubi_attach_info *ai, int pnum) in unmap_peb() 454 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool() 575 static int count_fastmap_pebs(struct ubi_attach_info *ai) in count_fastmap_pebs() 605 struct ubi_attach_info *ai, in ubi_attach_fastmap() 877 int ubi_scan_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai, in ubi_scan_fastmap()
|
/external/toybox/lib/ |
D | net.c | 22 struct addrinfo info, *ai; in xgetaddrinfo() local 42 struct addrinfo *ai; in xconnbind() local 59 int xconnect(struct addrinfo *ai) in xconnect() 65 int xbind(struct addrinfo *ai) in xbind()
|
/external/curl/lib/ |
D | hostip4.c | 97 Curl_addrinfo *ai = NULL; in Curl_getaddrinfo() local 129 Curl_addrinfo *ai = NULL; local
|
D | curl_addrinfo.c | 121 const struct addrinfo *ai; in Curl_getaddrinfo_ex() local 279 Curl_addrinfo *ai; in Curl_he2ai() local 399 Curl_addrinfo *ai; in Curl_ip2addr() local 497 Curl_addrinfo *ai; in Curl_unix2addr() local
|
D | hostasyn.c | 71 struct Curl_addrinfo *ai) in Curl_addrinfo_callback()
|
/external/boringssl/src/crypto/asn1/ |
D | a_enum.c | 150 ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai) in BN_to_ASN1_ENUMERATED() 186 BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn) in ASN1_ENUMERATED_to_BN()
|
D | a_int.c | 371 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) in BN_to_ASN1_INTEGER() 411 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN()
|
/external/python/cpython2/Modules/ |
D | getaddrinfo.c | 157 #define GET_CANONNAME(ai, str) \ argument 168 #define GET_AI(ai, gai_afd, addr, port) {\ argument 183 #define GET_AI(ai, gai_afd, addr, port) {\ argument 210 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() 244 struct addrinfo ai; in getaddrinfo() local
|
/external/python/cpython3/Modules/ |
D | getaddrinfo.c | 157 #define GET_CANONNAME(ai, str) \ argument 168 #define GET_AI(ai, gai_afd, addr, port) {\ argument 183 #define GET_AI(ai, gai_afd, addr, port) {\ argument 210 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() 244 struct addrinfo ai; in getaddrinfo() local
|
/external/openssh/openbsd-compat/ |
D | fake-rfc2553.c | 110 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() 126 struct addrinfo *ai; in malloc_ai() local
|
/external/clang/test/CodeGen/ |
D | blocks-aligned-byref-variable.c | 3 typedef int __attribute__((aligned(32))) ai; typedef
|
D | may-alias.c | 9 void test0(aliasing_int *ai, int *i) in test0()
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
D | log-path_test.cc | 30 unsigned int ai = (unsigned int) a; in main() local
|
/external/compiler-rt/test/msan/ |
D | getaddrinfo-positive.cc | 14 struct addrinfo *ai; in main() local
|
D | getaddrinfo.cc | 16 struct addrinfo *ai; in main() local
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_calltips.py | 14 def __init__(self, ai=None, *b): 'doc' argument 18 def t2(self, ai, b=None): 'doc' argument 20 def t3(self, ai, *args): 'doc' argument 24 def t5(self, ai, b=None, *args, **kw): 'doc' argument
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_calltip.py | 15 def __init__(self, ai=None, *b): 'doc' argument 19 def t2(self, ai, b=None): 'doc' argument 21 def t3(self, ai, *args): 'doc' argument 25 def t5(self, ai, b=None, *args, **kw): 'doc' argument
|
/external/clang/test/Modules/ |
D | merge-template-members.cpp | 19 N::A<int> ai; variable
|
/external/eigen/bench/ |
D | bench_gemm.cpp | 109 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx() 123 void matlab_cplx_real(const M& ar, const M& ai, const M& b, M& cr, M& ci) in matlab_cplx_real() 299 M ai(m,p); ai.setRandom(); in main() local 326 M ai(m,p); ai.setRandom(); in main() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 998 const CArcInfoEx &ai = codecs->Formats[(unsigned)index]; in MakeCheckOrder() local 1059 static bool IsPreArcFormat(const CArcInfoEx &ai) in IsPreArcFormat() 1080 static bool IsNewStyleSignature(const CArcInfoEx &ai) in IsNewStyleSignature() 1287 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() local 1305 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() local 1342 static HRESULT ReadParseItemProps(IInArchive *archive, const CArcInfoEx &ai, NArchive::NParser::CPa… in ReadParseItemProps() 1671 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2() local 1850 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2() local 2019 const CArcInfoEx &ai = op.codecs->Formats[(unsigned)formatIndex]; in OpenStream2() local 2069 const CArcInfoEx &ai = op.codecs->Formats[form]; in OpenStream2() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | operator-function-id-template.cpp | 13 bool test_qualified_id(A<int> ai) { in test_qualified_id()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_ssa_elim_pass.cpp | 45 for (auto& ai : get_module()->annotations()) in ProcessImpl() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_ssa_elim_pass.cpp | 45 for (auto& ai : get_module()->annotations()) in ProcessImpl() local
|