Searched refs:cook (Results 1 – 11 of 11) sorted by relevance
/external/qemu/ |
D | d3des.c | 104 register unsigned long *cook, *raw0; in cookey() local 108 cook = dough; in cookey() 111 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 112 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 113 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey() 114 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey() 115 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 116 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey() 117 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey() 118 *cook++ |= (*raw1 & 0x0000003fL); in cookey()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 251 u32 *cook; in cookey() local 256 cook = dough; in cookey() 259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey() 260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey() 261 *cook |= (*raw1 & 0x00fc0000L) >> 10; in cookey() 262 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in cookey() 263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey() 264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey() 265 *cook |= (*raw1 & 0x0003f000L) >> 4; in cookey() 266 *cook++ |= (*raw1 & 0x0000003fL); in cookey()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | CodeGeneratorInspector.py | 1919 cook = " resultErrorData = %s;\n" % error_assigment_value 1922 cook = (" if (%s)\n " % (error_condition_pattern % "errorData")) + cook 1923 error_response_cook_text = " if (error.length()) {\n" + cook + " }\n" 2038 … cook = " result->set%s(\"%s\", %s);\n" % (setter_type, json_return_name, 2043 … cook = (" if (%s)\n " % (set_condition_pattern % var_name)) + cook 2051 response_cook_list.append(cook)
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | des.c | 1371 ulong32 *cook; in _cookey() local 1376 cook = dough; in _cookey() 1380 *cook = (*raw0 & 0x00fc0000L) << 6; in _cookey() 1381 *cook |= (*raw0 & 0x00000fc0L) << 10; in _cookey() 1382 *cook |= (*raw1 & 0x00fc0000L) >> 10; in _cookey() 1383 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in _cookey() 1384 *cook = (*raw0 & 0x0003f000L) << 12; in _cookey() 1385 *cook |= (*raw0 & 0x0000003fL) << 16; in _cookey() 1386 *cook |= (*raw1 & 0x0003f000L) >> 4; in _cookey() 1387 *cook++ |= (*raw1 & 0x0000003fL); in _cookey()
|
/external/chromium_org/build/ |
D | whitespace_file.txt | 57 a bottle of 3000¥ sake. He tries to recall the cook's face. Purple?
|
/external/openssh/ |
D | CREDITS | 54 Kees Cook <cook@cpoint.net> - scp fixes
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 581 unsigned long *cook, *raw0; 584 cook = dough; 587 *cook = (*raw0 & 0x00fc0000L) << 6; 588 *cook |= (*raw0 & 0x00000fc0L) << 10;
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1414 three-legged stool in the middle, nursing a baby; the cook was 1424 only things in the kitchen that did not sneeze, were the cook, 1451 conversation. While she was trying to fix on one, the cook took 1476 Alice glanced rather anxiously at the cook, to see if she meant 1477 to take the hint; but the cook was busily stirring the soup, and 1493 (In which the cook and the baby joined):-- 1513 the room. The cook threw a frying-pan after her as she went out, 2056 was for bringing the cook tulip-roots instead of onions.' 3259 The next witness was the Duchess's cook. She carried the 3266 `Shan't,' said the cook. [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 4536 cook cook 4538 cooks cook
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 6248 cook kqk
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 15829 http://shop.comedycentral.com/sm-dane-cook-lewis-black-and-jim-breuer-on-dvd--pi-1422847.html 27754 http://www.bible.acu.edu/stone-campbell/States/Illinois/cook.htm 33189 http://www.cnr.colostate.edu/frws/research/cook/cook/cookcarb/Carbohydrates.htm 33212 http://www.co.cook.il.us/secretary/CommitteePages/Meeting%20Reports/Education%20Committee/2001/02-0… 61565 http://www.offshore-technology.com/projects/cook/ 63576 http://www.pbs.org/wgbh/pages/roadshow/series/cook/2002/08.26.02.html
|