Searched refs:ham (Results 1 - 7 of 7) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py188 spam, egg, ham = enum_constants
194 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
195 assert ham.enum_value == 40
207 spam, ham = enum_constants
211 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
212 assert ham.enum_value == 0x10000000000
/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;
H A Dspec_anl.c84 freqobj->ham, freqobj->window_length);
/external/srec/srec/include/
H A Dfront.h171 fftdata *ham; member in struct:__anon12410
/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:__anon5114
720 if (lut_orders[y].ham != (int)x) continue;

Completed in 807 milliseconds