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

1 2

  /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 */
tommath.out 76 \BOOKMARK [2][-]{subsection.5.2.5}{Toom-Cook 3-Way Multiplication}{section.5.2}
83 \BOOKMARK [2][-]{subsection.5.3.5}{Toom-Cook Squaring}{section.5.3}
bn_mp_toom_mul.c 18 /* multiplication using the Toom-Cook 3-way algorithm
  /external/libffi/
ChangeLog.libgcj 1 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
  /external/wpa_supplicant/
des.c 259 u32 *cook; local
264 cook = dough;
267 *cook = (*raw0 & 0x00fc0000L) << 6;
268 *cook |= (*raw0 & 0x00000fc0L) << 10;
269 *cook |= (*raw1 & 0x00fc0000L) >> 10;
270 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
271 *cook = (*raw0 & 0x0003f000L) << 12;
272 *cook |= (*raw0 & 0x0000003fL) << 16;
273 *cook |= (*raw1 & 0x0003f000L) >> 4;
274 *cook++ |= (*raw1 & 0x0000003fL)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
des.c 259 u32 *cook; local
264 cook = dough;
267 *cook = (*raw0 & 0x00fc0000L) << 6;
268 *cook |= (*raw0 & 0x00000fc0L) << 10;
269 *cook |= (*raw1 & 0x00fc0000L) >> 10;
270 *cook++ |= (*raw1 & 0x00000fc0L) >> 6;
271 *cook = (*raw0 & 0x0003f000L) << 12;
272 *cook |= (*raw0 & 0x0000003fL) << 16;
273 *cook |= (*raw1 & 0x0003f000L) >> 4;
274 *cook++ |= (*raw1 & 0x0000003fL)
    [all...]
  /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 88 // Cook up some sort of confidence score, based on presense of a BOM
csrucode.cpp 94 // Cook up some sort of confidence score, based on presense of a BOM
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java 53 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
AutoComplete6.java 54 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /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",
  /development/tools/zoneinfo/tzdata2009s/
iso3166.tab 70 CK Cook Islands
  /external/v8/src/
frames.cc 309 void StackHandler::Cook(Code* code) {
338 it.frame()->Cook();
356 void StackFrame::Cook() {
360 it.handler()->Cook(code);
frames.h 78 void Cook(Code* code);
196 void Cook();
  /frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java 85 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /frameworks/base/docs/html/guide/tutorials/views/
hello-autocomplete.jd 66 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
hello-listview.jd 46 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /frameworks/base/docs/html/resources/tutorials/views/
hello-autocomplete.jd 92 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
hello-listview.jd 98 "Cook Islands", "Costa Rica", "Croatia", "Cuba", "Cyprus", "Czech Republic",
  /system/core/adb/
SERVICES.TXT 135 this to implement "adb shell", but will also cook the input before
  /external/dropbear/libtomcrypt/src/ciphers/
des.c 1371 ulong32 *cook; local
    [all...]

Completed in 362 milliseconds

1 2