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

  /dalvik/vm/mterp/c/
gotoTargets.c 777 u4* outs; local
788 outs = OUTS_FROM_FP(fp, vsrc1);
790 outs[i] = GET_REGISTER(vdst+i);
798 outs = OUTS_FROM_FP(fp, count);
801 outs[4] = GET_REGISTER(vsrc1 & 0x0f);
805 outs[i] = GET_REGISTER(vdst & 0x0f);
814 outs[4] = GET_REGISTER(vsrc1 & 0x0f);
816 outs[3] = GET_REGISTER(vdst >> 12);
818 outs[2] = GET_REGISTER((vdst & 0x0f00) >> 8);
820 outs[1] = GET_REGISTER((vdst & 0x00f0) >> 4)
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 128 GFileOutputStream *outs; local
134 outs = g_file_replace (child, NULL, FALSE, create_flags, NULL, &error);
136 g_assert (outs != NULL);
138 res = g_output_stream_close (G_OUTPUT_STREAM (outs), NULL, &error);
139 g_object_unref (outs);
182 GFileOutputStream *outs; local
249 outs =
253 g_assert (outs != NULL);
254 outds = g_data_output_stream_new (G_OUTPUT_STREAM (outs));
263 res = g_output_stream_close (G_OUTPUT_STREAM (outs), NULL, &error)
    [all...]
  /external/openssl/crypto/des/
des.c 131 struct stat ins,outs; local
267 (stat(out,&outs) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 3905 u4* outs; local
    [all...]
InterpC-portdbg.c 4184 u4* outs; local
    [all...]
InterpC-portstd.c 3934 u4* outs; local
    [all...]
InterpC-x86-atom.c 2099 u4* outs; local
    [all...]
InterpC-x86.c 2036 u4* outs; local
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 605 OutSet* outs = table.Get(p); local
611 CHECK_EQ(is_on, outs->Get(j));
    [all...]

Completed in 179 milliseconds