HomeSort by relevance Sort by last modified time
    Searched refs:again (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/glsl/glcpp/tests/
101-macros-used-twice.c 15 once again
  /external/libpcap/Win32/Src/
getservent.c 86 again:
90 goto again;
93 goto again;
98 goto again;
104 goto again;
inet_net.c 54 again:
88 goto again;
getnetent.c 65 again:
70 goto again;
73 goto again;
78 goto again;
  /external/boringssl/src/crypto/asn1/
f_string.c 100 int i,j,k,m,n,again,bufsize; local
122 again=(buf[i-1] == '\\');
142 i-=again;
186 if (again)
f_enum.c 100 int i,j,k,m,n,again,bufsize; local
116 again=(buf[i-1] == '\\');
144 i-=again;
188 if (again)
f_int.c 105 int i,j,k,m,n,again,bufsize; local
121 again=(buf[i-1] == '\\');
149 i-=again;
192 if (again)
  /external/jemalloc/src/
tsd.c 42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; local
49 again = false;
54 again = true;
57 } while (again);
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_network.c 49 again:
72 goto again;
  /external/elfutils/src/libelf/
elf32_getehdr.c 58 again:
66 goto again;
  /external/toybox/toys/posix/
rm.c 40 if (!(dir && try->again) && ((or && isatty(0)) || (flags & FLAG_i))) {
56 if (!try->again) return DIRTREE_COMEAGAIN;
du.c 124 if (!(toys.optflags & FLAG_l) && !node->again)
129 if (!node->again) {
  /external/vboot_reference/utility/
tpm-nvsize 39 echo please correct this condition and try again
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 148 int again = nestegg_read_packet(nestegg_ctx_, &pkt_); local
149 ASSERT_GE(again, 0) << "nestegg_read_packet failed";
150 if (!again) {
encode_test_driver.cc 159 bool again; local
160 for (again = true, video->Begin(); again; video->Next()) {
161 again = (video->img() != NULL);
173 again = true;
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 11 path, it is added to sys.path and the import is attempted again. If that fails, 3. On Mac OS X the
  /external/libvpx/libvpx/test/
encode_test_driver.cc 162 bool again; local
163 for (again = true, video->Begin(); again; video->Next()) {
164 again = (video->img() != NULL);
176 again = true;
  /external/valgrind/coregrind/m_scheduler/
sema.c 107 again:
117 goto again;
  /external/linux-tools-perf/src/tools/perf/bench/
sched-messaging.c 100 again:
107 goto again;
131 again:
137 goto again;
  /external/toybox/toys/other/
switch_root.c 35 if (!node->again) return DIRTREE_COMEAGAIN;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 146 again: c = *fmt++;
160 goto again;
163 goto again;
166 goto again;
174 goto again;
182 goto again;
185 goto again;
188 goto again;
191 goto again;
196 goto again;
    [all...]
vfwscanf.c 159 again: c = *fmt++;
174 goto again;
177 goto again;
180 goto again;
188 goto again;
196 goto again;
199 goto again;
202 goto again;
205 goto again;
210 goto again;
    [all...]
  /external/boringssl/src/ssl/
d1_pkt.c 272 again:
285 goto again;
322 goto again;
330 goto again;
337 goto again;
352 goto again;
366 goto again;
373 goto again; /* get another record */
378 goto again;
384 goto again; /* get another record *
    [all...]
  /external/boringssl/src/crypto/conf/
conf.c 499 int again; local
526 again = 0;
537 if (i == 0 && !again) {
540 again = 0;
551 again = 1; /* long line */
570 again = 1;
573 if (again) {
590 again:
596 goto again;
  /external/clang/tools/driver/
Android.mk 106 # remove when we can use PIE binaries in all places again

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 9