Searched defs:q (Results 1 – 14 of 14) sorted by relevance
/system/bt/stack/smp/ |
D | p_256_ecc_pp.c | 33 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()
|
D | p_256_ecc_pp.h | 61 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) argument
|
/system/core/libpixelflinger/ |
D | fixed.cpp | 60 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
|
D | scanline.cpp | 1905 int32_t v, q; in scanline_perspective() member
|
/system/extras/simpleperf/ |
D | environment_test.cpp | 32 static bool ModulesMatch(const char* p, const char* q) { in ModulesMatch()
|
/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 91 char *q = tmp; in dispatchCommand() local
|
/system/netd/server/ |
D | BandwidthController.h | 108 QuotaInfo(std::string ifn, int64_t q, int64_t a) in QuotaInfo()
|
D | CommandListener.cpp | 971 for (int q = 3; argc >= 4; q++, argc--) { in runCommand() local 993 for (int q = 2; argc >= 3; q++, argc--) { in runCommand() local
|
/system/core/libcutils/ |
D | sched_policy.c | 349 char *q; in set_sched_policy() local
|
/system/core/run-as/ |
D | package.c | 467 const char* q; in get_package_info() local
|
/system/core/logcat/ |
D | logcat.cpp | 937 char* q = strpbrk( p, " \t\n\r" );; in main() local 953 char* q = strpbrk( p, " \t\n\r" ); in main() local
|
/system/core/libutils/ |
D | Unicode.cpp | 241 char16_t *q = dst; in strcpy16() local 263 char16_t *q = dst; in strncpy16() local
|
/system/extras/ksmutils/ |
D | lookup3.c | 867 uint8_t q[] = "This is the time for all good men to come to the aid of their country..."; in driver3() local
|
/system/tpm/trunks/ |
D | tpm_generated.cc | 22392 TPM2B_ECC_POINT* q, in ParseResponse_EC_Ephemeral() 22517 TPM2B_ECC_POINT q; in EC_EphemeralResponseParser() local 22565 TPM2B_ECC_POINT* q, in EC_EphemeralSync()
|