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

  /dalvik/vm/mterp/c/
OP_INT_TO_DOUBLE.cpp 1 HANDLE_NUMCONV(OP_INT_TO_DOUBLE, "int-to-double", _INT, _DOUBLE)
OP_INT_TO_FLOAT.cpp 1 HANDLE_NUMCONV(OP_INT_TO_FLOAT, "int-to-float", _INT, _FLOAT)
OP_INT_TO_LONG.cpp 1 HANDLE_NUMCONV(OP_INT_TO_LONG, "int-to-long", _INT, _WIDE)
OP_LONG_TO_INT.cpp 1 HANDLE_NUMCONV(OP_LONG_TO_INT, "long-to-int", _WIDE, _INT)
OP_DOUBLE_TO_INT.cpp 2 double, _DOUBLE, s4, _INT)
OP_FLOAT_TO_INT.cpp 2 float, _FLOAT, s4, _INT)
  /external/wpa_supplicant_6/wpa_supplicant/
config_file.c 422 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f)
423 #define INT(f) _INT(f), NULL, NULL
424 #define INT_RANGE(f, min, max) _INT(f), (void *) min, (void *) max
465 #undef _INT
config.c 1280 #define _INT(f) #f, wpa_config_parse_int, OFFSET(f), (void *) 0
1283 #define _INT(f) #f, wpa_config_parse_int, wpa_config_write_int, \
1299 #define INT(f) _INT(f), NULL, NULL, 0
1303 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]

Completed in 472 milliseconds