HomeSort by relevance Sort by last modified time
    Searched defs:gh (Results 1 - 4 of 4) sorted by null

  /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/include/pixelflinger/
format.h 113 uint8_t gh; // green high bit position + 1 member in struct:__anon81239::__anon81241::__anon81242
  /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 467 const struct juniper_ggsn_header *gh; local
474 gh = (struct juniper_ggsn_header *)&l2info.cookie;
478 tok2str(juniper_protocol_values,"Unknown",gh->proto),
479 gh->proto,
480 EXTRACT_16BITS(&gh->vlan_id[0]));
483 switch (gh->proto) {
494 printf("unknown GGSN proto (%u)", gh->proto);
    [all...]

Completed in 142 milliseconds