Home
last modified time | relevance | path

Searched +defs:alloc +defs:d (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjC/
Dselector-overload.m4 + alloc; class
9 double d; field
/external/clang/test/CodeGenObjC/
Dbitfield-1.m6 - (id) alloc; method
34 char d; field
/external/freetype/src/raster/
Dftmisc.h76 FT_Alloc_Func alloc; member
104 FT_Long d; in FT_MulDiv() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h331 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex()); in get() local
362 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex()); in contains() local
425 llvm::BumpPtrAllocator& alloc, in ProgramStateManager()
439 llvm::BumpPtrAllocator& alloc) in ProgramStateManager()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c116 int used, alloc, sign; member
527 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
1009 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1370 mp_digit d; in mp_mul_2d() local
1594 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1676 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
2137 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l()
2175 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c116 int used, alloc, sign; member
527 static int mp_mulmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_mulmod()
1009 static int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d) in mp_div_2d()
1370 mp_digit d; in mp_mul_2d() local
1594 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
1676 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div()
2137 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) in mp_reduce_2k_l()
2175 static int mp_reduce_2k_setup_l(mp_int *a, mp_int *d) in mp_reduce_2k_setup_l()
/external/icu4c/i18n/
DdecNumber.c280 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument
394 Int d; /* work */ in uprv_decNumberToInt32() local
430 Int d; /* work */ in uprv_decNumberToUInt32() local
503 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local
3384 Unit *d; /* .. */ in uprv_decNumberCopy() local
5273 decNumber *d=bufd; /* divisor */ in decExpOp() local
6614 Int d, exp; /* work */ local
7836 uInt u, d; /* .. */ local
7980 Int ae, d, digits; /* .. */ local
8116 void *alloc; /* -> allocated storage */ local
[all …]
/external/mksh/src/
Dsh.h445 #define strdupx(d, s, ap) do { \ argument
448 #define strndupx(d, s, n, ap) do { \ argument
453 #define strdupx(d, s, ap) do { \ argument
464 #define strndupx(d, s, n, ap) do { \ argument
1534 #define alloc(n, ap) aresize(NULL, (n), (ap)) macro
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp3389 for (int d = 0; d < stack->depth; d++) { in CreateCacheIfNecessary() local
3728 const Length alloc = pages(size + align); in CreateCacheIfNecessary() local