HomeSort by relevance Sort by last modified time
    Searched full:cook (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/dropbear/libtommath/
bn_mp_sqr.c 25 /* use Toom-Cook? */
bn_mp_mul.c 24 /* use Toom-Cook? */
bn_mp_toom_sqr.c 18 /* squaring using Toom-Cook 3-way algorithm */
  /external/libffi/
ChangeLog.libgcj 1 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
  /external/wpa_supplicant_8/src/crypto/
des-internal.c 251 u32 *cook; local
256 cook = dough;
259 *cook = (*raw0 & 0x00fc0000L) << 6;
260 *cook |= (*raw0 & 0x00000fc0L) << 10;
261 *cook |= (*raw1 & 0x00fc0000L) >> 10;
262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
263 *cook = (*raw0 & 0x0003f000L) << 12;
264 *cook |= (*raw0 & 0x0000003fL) << 16;
265 *cook |= (*raw1 & 0x0003f000L) >> 4;
266 *cook++ |= (*raw1 & 0x0000003fL)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
linecnt.inp 45 With not a grain to cook,
linecnt.good 90 With not a grain to cook,
  /external/icu4c/test/perf/DateFmtPerf/
collationdata.h 114 "Cook of Plymouth, William",
115 "Cook, Ethel",
116 "Cook, Gladys Emerson",
  /external/qemu/
d3des.c 104 register unsigned long *cook, *raw0; local
108 cook = dough;
111 *cook = (*raw0 & 0x00fc0000L) << 6;
112 *cook |= (*raw0 & 0x00000fc0L) << 10;
113 *cook |= (*raw1 & 0x00fc0000L) >> 10;
114 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
115 *cook = (*raw0 & 0x0003f000L) << 12;
116 *cook |= (*raw0 & 0x0000003fL) << 16;
117 *cook |= (*raw1 & 0x0003f000L) >> 4;
118 *cook++ |= (*raw1 & 0x0000003fL)
    [all...]
  /external/icu4c/i18n/
csrutf8.cpp 89 // Cook up some sort of confidence score, based on presense of a BOM
csrucode.cpp 99 // Cook up some sort of confidence score, based on presense of a BOM
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java 50 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
AutoComplete6.java 51 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorPosix.cpp 66 // Cook up an address to allocate at, using the following recipe:
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java 69 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
AutoCompleteTextViewActivityPortrait.java 63 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /external/openssh/
CREDITS 54 Kees Cook <cook@cpoint.net> - scp fixes
  /frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java 85 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ListActivity.java 49 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
TransparentListActivity.java 45 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
ViewLayersActivity.java 129 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
ViewLayersActivity2.java 79 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
ViewLayersActivity3.java 76 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
ViewLayersActivity4.java 83 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
ViewLayersActivity5.java 148 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",

Completed in 1773 milliseconds

1 2 3