HomeSort by relevance Sort by last modified time
    Searched refs:SInt16 (Results 1 - 25 of 30) sorted by null

1 2

  /external/python/cpython2/Mac/Modules/
OSATerminology.c 24 SInt16 defaultTerminology = 0;
59 SInt16 defaultTerminology = 0;
MacOS.c 37 typedef SInt16 FSIORefNum;
  /external/python/cpython2/Mac/Modules/ctl/
ctledit.py 6 (SInt16, 'outPart', OutMode),
_Ctlmodule.c 372 SInt16 outBaseLineOffset;
425 SInt16 inDepth;
447 SInt16 inDepth;
558 SInt16 inKeyCode;
559 SInt16 inCharCode;
605 SInt16 h;
606 SInt16 v;
625 SInt16 w;
626 SInt16 h;
715 SInt16 _rv
    [all...]
ctlsupport.py 61 ControlRoundButtonSize = SInt16
358 myactionproc(ControlHandle control, SInt16 part)
371 mykeydownproc(ControlHandle control, SInt16 keyCode, SInt16 charCode, SInt16 modifiers)
407 mydrawproc(ControlHandle control, SInt16 part)
553 SInt16 modifiers;
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c 363 SInt16 strtSel;
364 SInt16 endSel;
587 SInt16 inItemNo;
608 SInt16 inItemNo;
609 SInt16 inHoriz;
610 SInt16 inVert;
633 SInt16 inItemNo;
634 SInt16 inWidth;
635 SInt16 inHeight;
658 SInt16 ditlID
    [all...]
  /external/python/cpython2/Mac/Modules/help/
_Helpmodule.c 99 SInt16 inHmnuRsrcID;
117 SInt16 inHdlgRsrcID;
118 SInt16 inItemStart;
161 PyDoc_STR("(MenuRef inMenu, SInt16 inHmnuRsrcID) -> None")},
163 PyDoc_STR("(DialogPtr inDialog, SInt16 inHdlgRsrcID, SInt16 inItemStart) -> None")},
  /external/speex/include/speex/
speexdsp_types.h 54 typedef SInt16 spx_int16_t;
  /external/tremolo/Tremolo/
os_types.h 87 typedef SInt16 ogg_int16_t;
  /external/libogg/include/ogg/
os_types.h 63 typedef SInt16 ogg_int16_t;
  /external/libopus/include/
opus_types.h 88 typedef SInt16 opus_int16;
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 28 SInt16 iconID;
80 SInt16 iconID;
119 SInt16 theResID;
208 SInt16 theResID;
305 SInt16 labelNumber;
331 SInt16 iconID;
383 SInt16 iconID;
435 SInt16 iconID;
487 SInt16 theLabel;
506 SInt16 _rv
    [all...]
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c 218 SInt16 inDepth;
242 SInt16 inDepth;
266 SInt16 inDepth;
566 SInt16 inDepth;
627 SInt16 outHeight;
705 SInt16 outHeight;
723 SInt16 outHeight;
724 SInt16 outWidth;
745 SInt16 outWidth;
927 SInt16 inJust
    [all...]
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 49 EventPriority = SInt16
  /external/python/cpython2/Mac/Modules/evt/
_Evtmodule.c 309 SInt16 _rv;
324 SInt16 value;
340 SInt16 _rv;
355 SInt16 value;
507 PyDoc_STR("() -> (SInt16 _rv)")},
509 PyDoc_STR("(SInt16 value) -> None")},
511 PyDoc_STR("() -> (SInt16 _rv)")},
513 PyDoc_STR("(SInt16 value) -> None")},
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 561 SInt16 modifiers;
562 SInt16 mouseDownModifiers;
563 SInt16 mouseUpModifiers;
623 SInt16 dH;
624 SInt16 dV;
720 PyDoc_STR("() -> (SInt16 modifiers, SInt16 mouseDownModifiers, SInt16 mouseUpModifiers)")},
726 PyDoc_STR("(SInt16 dH, SInt16 dV) -> None")}
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 242 _renderBufData = new SInt16[_renderBufSizeSamples];
249 _paRenderBuffer, sizeof(SInt16), _renderBufSizeSamples, _renderBufData);
    [all...]
audio_device_mac.h 317 SInt16* _renderBufData;
319 SInt16 _renderConvertData[PLAY_BUF_SIZE_IN_SAMPLES];
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c 141 SInt16 outFontID;
162 SInt16 inFontID;
949 SInt16 inItem;
971 SInt16 inItem;
992 SInt16 inItem;
1014 SInt16 inItem;
1035 SInt16 inItem;
1060 SInt16 inItem;
1084 SInt16 inItem;
1106 SInt16 inItem
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 33 SInt16 = Type("SInt16", "h")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 33 SInt16 = Type("SInt16", "h")
  /external/webrtc/webrtc/base/
macconversion.cc 62 SInt16 sint16; local
63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
64 if (converted) *i = static_cast<int>(sint16);
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 348 SInt16 iPart;
657 SInt16 iFileRefNum;
707 SInt16 iDataReference;
708 SInt16 iResourceReference;
962 SInt16 iMenuID;
963 SInt16 iMenuItem;
1150 PyDoc_STR("(SInt16 iPart) -> None")},
    [all...]
  /external/python/cpython2/Mac/Modules/res/
_Resmodule.c     [all...]
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 1067 static void myListDefFunction(SInt16 message,
1071 SInt16 dataOffset,
1072 SInt16 dataLen,
    [all...]

Completed in 510 milliseconds

1 2