Searched defs:ham (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamClassTest.java41 int ham = 9999; field in class:ObjectStreamClassTest.DummyClass
H A DObjectStreamFieldTest.java41 int ham = 9999; field in class:ObjectStreamFieldTest.DummyClass
86 assertTrue("(Int)ham compared to (Int)sam did not return < 0", hamField
251 hamField = osc.getField("ham");
/external/dropbear/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c47 int ham, terma, termb; member in struct:__anon16810
720 if (lut_orders[y].ham != (int)x) continue;
/external/srec/srec/cfront/
H A Dfrontobj.c54 static void hamming_window(fftdata *ham, int win_len);
468 freqobj->ham = (fftdata *) CALLOC(freqobj->window_length + 1,
469 sizeof(fftdata), "cfront.ham");
470 hamming_window(freqobj->ham, freqobj->window_length);
490 static void hamming_window(fftdata *ham, int win_len) argument
502 ham[i] = (fftdata) fixed_point_convert((float)coef,
511 if (freqobj->ham)
513 FREE((char *)freqobj->ham);
514 freqobj->ham = NULL;
/external/srec/srec/include/
H A Dfront.h171 fftdata *ham; member in struct:__anon25928

Completed in 643 milliseconds