Home
last modified time | relevance | path

Searched defs:ai (Results 1 – 25 of 174) sorted by relevance

1234567

/external/u-boot/drivers/mtd/ubi/
Dattach.c114 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 …]
Dvtbl.c295 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)
Dfastmap.c142 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/
Dnet.c22 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/
Dhostip4.c97 Curl_addrinfo *ai = NULL; in Curl_getaddrinfo() local
129 Curl_addrinfo *ai = NULL; local
Dcurl_addrinfo.c121 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
Dhostasyn.c71 struct Curl_addrinfo *ai) in Curl_addrinfo_callback()
/external/boringssl/src/crypto/asn1/
Da_enum.c150 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()
Da_int.c371 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/
Dgetaddrinfo.c157 #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/
Dgetaddrinfo.c157 #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/
Dfake-rfc2553.c110 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo()
126 struct addrinfo *ai; in malloc_ai() local
/external/clang/test/CodeGen/
Dblocks-aligned-byref-variable.c3 typedef int __attribute__((aligned(32))) ai; typedef
Dmay-alias.c9 void test0(aliasing_int *ai, int *i) in test0()
/external/compiler-rt/test/ubsan/TestCases/Misc/
Dlog-path_test.cc30 unsigned int ai = (unsigned int) a; in main() local
/external/compiler-rt/test/msan/
Dgetaddrinfo-positive.cc14 struct addrinfo *ai; in main() local
Dgetaddrinfo.cc16 struct addrinfo *ai; in main() local
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_calltips.py14 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/
Dtest_calltip.py15 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/
Dmerge-template-members.cpp19 N::A<int> ai; variable
/external/eigen/bench/
Dbench_gemm.cpp109 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/
DOpenArchive.cpp998 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/
Doperator-function-id-template.cpp13 bool test_qualified_id(A<int> ai) { in test_qualified_id()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_ssa_elim_pass.cpp45 for (auto& ai : get_module()->annotations()) in ProcessImpl() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_ssa_elim_pass.cpp45 for (auto& ai : get_module()->annotations()) in ProcessImpl() local

1234567