HomeSort by relevance Sort by last modified time
    Searched defs:res2 (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /system/core/toolbox/
getevent.c 81 int res, res2; local
99 res2 = 0;
102 res2 = ioctl(fd, EVIOCGKEY(res), bits + bits_size);
119 res2 = ioctl(fd, EVIOCGLED(res), bits + bits_size);
124 res2 = ioctl(fd, EVIOCGSND(res), bits + bits_size);
129 res2 = ioctl(fd, EVIOCGSW(bits_size), bits + bits_size);
150 res2 = 0;
158 if(j < res2 && (bits[j + bits_size] & 1 << k))
  /external/ipsec-tools/src/racoon/
eaytest.c 600 vchar_t *buf, *iv, *res1, *res2; local
625 res2 = (decrypt)(res1, key, iv);
626 if (res2 == NULL) {
631 PVDUMP(res2);
633 if (memcmp(data->v, res2->v, data->l)) {
640 vfree(res2);
isakmp.h 395 u_int8_t res2; member in struct:isakmp_pl_attr
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 348 SRes res2 = Xz_ReadHeader(&st, &inStreamWrap.p); local
350 if (res2 == SZ_OK)
355 res2 = XzBlock_ReadHeader(&block, &inStreamWrap.p, &isIndex, &headerSizeRes);
356 if (res2 == SZ_OK && !isIndex)
371 SRes res2 = Xz_ReadHeader(&st, &inStreamWrap.p); local
372 if (res2 == SZ_OK)
374 res = res2;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 98 HRESULT res2 = s.StreamSpec->Close(); local
99 if (res2 != S_OK)
100 res = res2;
  /external/oprofile/daemon/
opd_ibs.c 493 unsigned res2 : 4; member in struct:__anon26118::__anon26119
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 639 inv_error_t res, res2; local
    [all...]
  /system/netd/
BandwidthController.cpp 506 int res = 0, res1, res2; local
525 res2 = runIpxtablesCmd(cmd, IptJumpNoAdd, IptFailHide);
526 res = (res1 && res2) || (!res1 && !res2);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 895 const struct SResource *res2 = (struct SResource *)key2.pointer; local
897 res2->u.fString.fChars, res2->u.fString.fLength,
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 897 const struct SResource *res2 = (struct SResource *)key2.pointer; local
899 res2->u.fString.fChars, res2->u.fString.fLength,
    [all...]
  /external/iproute2/include/netinet/
tcp.h 105 u_int16_t res2:2; member in struct:tcphdr
109 u_int16_t res2:2; member in struct:tcphdr
  /external/tcpdump/
print-lspping.c 270 u_int8_t res2[2]; member in struct:lspping_tlv_targetfec_subtlv_rsvp_ipv4_t
304 u_int8_t res2[2]; member in struct:lspping_tlv_targetfec_subtlv_rsvp_ipv6_t
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 2931 status_t res1, res2; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 1231 ResultSet res2 = null; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 107 u_int16_t res2:2; member in struct:tcphdr
111 u_int16_t res2:2; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 107 u_int16_t res2:2; member in struct:tcphdr
111 u_int16_t res2:2; member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 107 u_int16_t res2:2; member in struct:tcphdr
111 u_int16_t res2:2; member in struct:tcphdr
  /external/qemu/target-i386/
hax-interface.h 33 uint16_t res2; member in struct:fx_layout::__anon27340::__anon27341
  /external/valgrind/main/callgrind/
sim.c 294 CacheResult res2 = cachesim_setref(c, set2, tag2); local
295 return ((res1 == Miss) || (res2 == Miss)) ? Miss : Hit;
398 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2); local
400 if ((res1 == MissDirty) || (res2 == MissDirty)) return MissDirty;
401 return ((res1 == Miss) || (res2 == Miss)) ? Miss : Hit;
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 612 int res1, res2; local
627 res2 = read(fd2, bytes2, 4096);
628 if ((res1 != res2) || (res1 < 0)) {
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 163 int res2 = CompareUpToTail(pos1, pos2 + 1) + local
165 if (res1 == res2) {
168 } else if (res1 < res2) {
172 res = res2;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 315 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
365 res2 = _mm_packs_epi32(w4, w5);
441 const __m128i tr0_1 = _mm_unpacklo_epi16(res2, res3);
443 const __m128i tr0_3 = _mm_unpackhi_epi16(res2, res3);
    [all...]
  /external/v8/src/
liveedit.cc 160 int res2 = CompareUpToTail(pos1, pos2 + 1) + local
162 if (res1 == res2) {
165 } else if (res1 < res2) {
169 res = res2;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 331 unsigned int res2; /* reserved */ member in struct:__anon39033
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 331 unsigned int res2; /* reserved */ member in struct:__anon40623

Completed in 1179 milliseconds

1 2 3 45 6