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

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py181 spam, egg, ham = enum_constants
187 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
188 assert ham.enum_value == 40
200 spam, ham = enum_constants
204 assert ham.kind == CursorKind.ENUM_CONSTANT_DECL
205 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:__anon31104
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestParseTreeTransforms.py243 funcnames = ('codefile.spam', 'codefile.ham', 'codefile.eggs',
247 spam, ham, eggs = [xml_funcs[funcname] for funcname in funcnames]

Completed in 202 milliseconds