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

  /external/python/cpython2/Modules/
_tkinter.c 1106 Tcl_WideInt wideValue;
1116 (unsigned char *)(void *)&wideValue,
1117 sizeof(wideValue),
1124 return Tcl_NewWideIntObj(wideValue);
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 1049 Tcl_WideInt wideValue;
1059 (unsigned char *)(void *)&wideValue,
1060 sizeof(wideValue),
1063 return Tcl_NewWideIntObj(wideValue);
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 177 wideValue := p[0]&0x40 != 0
186 if wideValue {
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 177 wideValue := p[0]&0x40 != 0
186 if wideValue {

Completed in 97 milliseconds