HomeSort by relevance Sort by last modified time
    Searched full:opt_magic (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 71 WORD opt_magic; local
103 opt_magic = WORD_AT(dllbase+opt_offset);
104 if (opt_magic == 0x10B) {
108 } else if (opt_magic == 0x20B) {
  /external/python/cpython2/Python/
dynload_win.c 71 WORD opt_magic; local
103 opt_magic = WORD_AT(dllbase+opt_offset);
104 if (opt_magic == 0x10B) {
108 } else if (opt_magic == 0x20B) {
  /external/python/cpython3/Python/
dynload_win.c 84 WORD opt_magic; local
116 opt_magic = WORD_AT(dllbase+opt_offset);
117 if (opt_magic == 0x10B) {
121 } else if (opt_magic == 0x20B) {
  /external/fio/
thread_options.h 43 #define OPT_MAGIC 0x4f50544e
options.c     [all...]

Completed in 158 milliseconds