HomeSort by relevance Sort by last modified time
    Searched refs:k7 (Results 1 - 17 of 17) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
82 k7 = mask & (tmp >> 15);
83 k6 = k7 - (k6 << 1);
84 k7 = (tmp2 >> 24) & 0xFF;
86 k7 = tmp - (k7 << 1);
91 k0 = k0 + k7;
92 k7 = k0 - (k7 << 1);
113 k6 = k6 + k7;
270 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
dct_inline.h 83 int32 k4, int32 k5, int32 k6, int32 k7)
101 carry = k7 >> 31;
102 abs_sum += (k7 ^ carry) - carry;
242 int32 k4, int32 k5, int32 k6, int32 k7)
260 eors carry, k7, k7, asr #31 ; local
348 int32 k4, int32 k5, int32 k6, int32 k7)
359 register int32 hh = (int32)k7;
  /external/openssh/
umac.c 340 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
349 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
353 h += MUL64((k3 + d3), (k7 + d7));
373 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
384 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
396 h1 += MUL64((k3 + d3), (k7 + d7));
397 h2 += MUL64((k7 + d3), (k11 + d7));
420 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
427 k4 = *(k+4); k5 = *(k+5); k6 = *(k+6); k7 = *(k+7);
448 h1 += MUL64((k3 + d3), (k7 + d7))
475 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 818 int k7 = KeyEvent.KEYCODE_7;
827 Node minuteSecondDigit = new Node(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9)
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h 65 int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1,
71 int k7, int k8, int k9>
78 GMOCK_FIELD_TYPE_(Tuple, k7), GMOCK_FIELD_TYPE_(Tuple, k8),
83 get<k5>(t), get<k6>(t), get<k7>(t), get<k8>(t), get<k9>(t));
184 int k7>
185 class TupleFields<Tuple, k0, k1, k2, k3, k4, k5, k6, k7, -1, -1> {
191 GMOCK_FIELD_TYPE_(Tuple, k7)> type;
195 get<k5>(t), get<k6>(t), get<k7>(t));
200 int k7, int k8>
201 class TupleFields<Tuple, k0, k1, k2, k3, k4, k5, k6, k7, k8, -1>
    [all...]