/cts/apps/CtsVerifier/jni/verifier/ |
com_android_cts_verifier_camera_StatsImage.cpp | 40 const int gh = gridHeight; local 43 const int ngy = h / gh; 52 for (int y = gy*gh; y < (gy+1)*gh; y++) {
|
/external/clang/test/Sema/ |
attr-flag-enum.c | 18 gh = ~0x5, // no-warning enumerator in enum:flag2
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
Hprof.java | 49 GetHprof gh = new GetHprof(client, timeout); local 50 return gh.get();
|
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 405 uint32_t gh = 0; local 463 gh++; 482 printf("%d ie digraphs, %d gh digraphs.\n", ie, gh);
|
/system/core/libpixelflinger/include/pixelflinger/ |
format.h | 113 uint8_t gh; // green high bit position + 1 member in struct:__anon73240::__anon73242::__anon73243
|
/ndk/tests/build/b9193874-neon/jni/ |
b9193874-neon.c | 271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); local 277 gh = vmulq_lane_s32(gh, cf32, 0); 281 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16))); 319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); local 325 gh = vmulq_lane_s32(gh, cf32, 0); 329 u = vqmovun_s16(vcombine_s16(vrshrn_n_s32(gl, 16), vrshrn_n_s32(gh, 16)));
|
/external/tcpdump/ |
print-juniper.c | 463 const struct juniper_ggsn_header *gh; local 470 gh = (struct juniper_ggsn_header *)&l2info.cookie; 474 tok2str(juniper_protocol_values,"Unknown",gh->proto), 475 gh->proto, 476 EXTRACT_16BITS(&gh->vlan_id[0]))); 479 switch (gh->proto) { 488 ND_PRINT((ndo, "unknown GGSN proto (%u)", gh->proto)); [all...] |