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

  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 281 long q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, qa, qb, qc, qd, qe; field in class:Exchanger.Slot
  /external/bluetooth/glib/tests/
queue-test.c 749 GQueue *q, *q2; local
891 q2 = g_queue_copy (q);
893 check_integrity (q2);
895 g_assert (g_list_length (q2->head) == 0);
897 check_integrity (q2);
899 g_queue_sort (q2, compare_int, NULL);
900 check_integrity (q2);
908 check_integrity (q2);
915 check_integrity (q2);
924 check_integrity (q2);
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_io.c 1195 uint16_t *q, *q2; local
    [all...]
  /external/icu4c/common/
ucnv_io.c 1195 uint16_t *q, *q2; local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ;
1314 LQUESTION *q2; local
    [all...]
  /external/srec/srec/crec/
srec.c 214 altword_token *q2, dummy, *last_q2 = &dummy; local
221 for (num = 0, q2 = list1; q2 != AWTNULL; q2 = q2->next_token)
240 q2 = get_free_altword_token(rec, NULL_IF_NO_TOKENS);
241 if (!q2) /* this should never happen */
243 last_q2->next_token = q2;
244 q2->costdelta = q2_costdelta;
245 q2->word = list1->word
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1679 struct res_target q, q2; local
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1157 struct saprop *q1, *q2; local
1164 for (q2 = iph2->proposal; q2; q2 = q2->next) {
1170 printsaprop0(LLV_DEBUG, q2);
1172 pr = cmpsaprop_alloc(iph2->ph1, q1, q2, iph2->side);
    [all...]
  /external/libxml2/
xmlschemastypes.c 3974 xmlSchemaValPtr p1, p2, q1, q2; local
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java 1967 float q2 = rotationVector[1]; local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 130 q2 = 2 << 2, enumerator in enum:JSC::ARMRegisters::__anon7862
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 1472 uint q1, q2; local
    [all...]

Completed in 365 milliseconds