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

1 2 3 4 5 6 7

  /development/tools/zoneinfo/tzdata2010k/
yearistype.sh 15 2-even)
39 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
  /external/stlport/test/unit/
ptr2_test.cpp 39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
  /ndk/sources/android/stlport/test/unit/
ptr2_test.cpp 39 bool even(int n_) function
73 int* p = find_if((int*)array, (int*)array + 3, pointer_to_unary_function<int, bool>(even));
81 int* p = find_if((int*)array, (int*)array + 3, ptr_fun(even));
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosinterrupt.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
107 .even
143 .even
152 .even
171 .even
SDL_ikbdinterrupt.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
127 .even
134 .even
249 .even
255 .even
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
154 .even
156 .even
158 .even
  /external/chromium/third_party/zlib/
crc32.c 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 377 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
392 /* put operator for two zero bits in even */
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
399 zero byte, eight zero bits, in even) */
402 gf2_matrix_square(even, odd);
404 crc1 = gf2_matrix_times(even, crc1);
411 /* another iteration of the loop with odd and even swapped */
412 gf2_matrix_square(odd, even);
    [all...]
  /external/zlib/
crc32.c 379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
394 /* put operator for two zero bits in even */
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
401 zero byte, eight zero bits, in even) */
404 gf2_matrix_square(even, odd);
406 crc1 = gf2_matrix_times(even, crc1);
413 /* another iteration of the loop with odd and even swapped */
414 gf2_matrix_square(odd, even);
    [all...]
  /build/target/board/sim/
BoardConfig.mk 8 # with them, and they may not even be ELF files.
  /external/chromium/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium/third_party/icu/source/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
  /external/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/dbus/test/data/valid-config-files/
system.conf 44 even if they aren't in here -->
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/icu4c/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 995 UChar even[MAX_DEST_SIZE]; local
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 994 UChar even[MAX_DEST_SIZE]; local
    [all...]
  /external/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/icu4c/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 39 # - num has to be even;
134 andcc $num,1,%g0 ! $num has to be even...
  /external/v8/test/mjsunit/regress/
regress-260.js 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 // conditions twice, even in cases where the loop condition is
  /external/webkit/WebCore/plugins/win/
PaintHooks.asm 10 ; but WITHOUT ANY WARRANTY; without even the implied warranty of

Completed in 1138 milliseconds

1 2 3 4 5 6 7