HomeSort by relevance Sort by last modified time
    Searched refs:bob (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/jpake/
jpaketest.c 26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
35 /* Alice -> Bob: step 1 */
39 if(!JPAKE_STEP1_process(bob, &alice_s1))
41 printf("Bob fails to process Alice's step 1\n");
47 /* Bob -> Alice: step 1 */
50 JPAKE_STEP1_generate(&bob_s1, bob);
53 printf("Alice fails to process Bob's step 1\n");
59 /* Alice -> Bob: step 2 */
63 if(!JPAKE_STEP2_process(bob, &alice_s2))
65 printf("Bob fails to process Alice's step 2\n")
116 JPAKE_CTX *bob; local
    [all...]
  /external/quake/quake/src/QW/client/
view.c 114 static float bob; local
121 return bob; // just use old value
131 // bob is proportional to simulated velocity in the xy plane
134 bob = sqrt(cl.simvel[0]*cl.simvel[0] + cl.simvel[1]*cl.simvel[1]) * cl_bob.value;
135 bob = bob*0.3 + bob*0.7*sin(cycle);
136 if (bob > 4)
137 bob = 4;
138 else if (bob < -7
874 float bob; local
    [all...]
  /external/quake/quake/src/WinQuake/
view.cpp 114 float bob;
124 // bob is proportional to velocity in the xy plane
127 bob = sqrt(cl.velocity[0]*cl.velocity[0] + cl.velocity[1]*cl.velocity[1]) * cl_bob.value;
129 bob = bob*0.3 + bob*0.7*sin(cycle);
130 if (bob > 4)
131 bob = 4;
132 else if (bob < -7)
133 bob = -7
870 float bob; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 67 +2009-12-22 Bob <bob@email.address>
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 166 .setText1("bob smith")
170 reportClick("bob smith", clicked);
220 assertNoShortcuts("bob");
223 .setText1("bob smith the third")
227 reportClick("bob smith", clicked);
229 assertShortcuts("bob smith", clicked);
230 assertShortcuts("bob s", clicked);
235 SuggestionData bob = new SuggestionData(CONTACTS_SOURCE) local
236 .setText1("bob smith the third")
238 .setIntentData("intentdata/bob");
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1656 milliseconds