Home
last modified time | relevance | path

Searched defs:q (Results 1 – 13 of 13) sorted by relevance

/system/bt/stack/smp/
Dp_256_ecc_pp.c33 static void p_256_init_point(Point *q) in p_256_init_point()
38 static void p_256_copy_point(Point *q, Point *p) in p_256_copy_point()
44 static void ECC_Double(Point *q, Point *p, uint32_t keyLength) in ECC_Double()
91 static void ECC_Add(Point *r, Point *p, Point *q, uint32_t keyLength) in ECC_Add()
201 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength) in ECC_PointMult_Bin_NAF()
Dp_256_ecc_pp.h61 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) argument
/system/core/libpixelflinger/
Dfixed.cpp60 int32_t gglRecipQ(GGLfixed x, int q) in gglRecipQ()
184 uint32_t q = 0; in gglDivQ() local
293 int32_t r = 0, q = 0, i; in quick_muldiv() local
Dscanline.cpp1898 int32_t v, q; in scanline_perspective() member
/system/core/libsysutils/src/
DFrameworkListener.cpp91 char *q = tmp; in dispatchCommand() local
/system/core/libcutils/
Dsched_policy.c300 char *q; in set_sched_policy() local
/system/core/logcat/
Dlogcat.cpp708 char* q = strpbrk( p, " \t\n\r" );; in main() local
724 char* q = strpbrk( p, " \t\n\r" ); in main() local
/system/netd/server/
DBandwidthController.h104 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo()
DCommandListener.cpp977 for (int q = 3; argc >= 4; q++, argc--) { in runCommand() local
999 for (int q = 2; argc >= 3; q++, argc--) { in runCommand() local
/system/core/run-as/
Dpackage.c463 const char* q; in get_package_info() local
/system/core/libutils/
DUnicode.cpp240 char16_t *q = dst; in strcpy16() local
262 char16_t *q = dst; in strncpy16() local
/system/extras/ksmutils/
Dlookup3.c867 uint8_t q[] = "This is the time for all good men to come to the aid of their country..."; in driver3() local
/system/core/adb/
Dadb.cpp171 const char* q = strpbrk(p, " ,:;"); in adb_trace_init() local