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

  /external/libffi/src/sh64/
ffi.c 50 else if (arg->size <= sizeof (UINT64))
74 argp += sizeof (UINT64);
96 *(UINT64 *) argp = (UINT64) *(UINT8 *)(*p_argv);
104 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv);
114 argp += sizeof (UINT64);
129 *(UINT64 *) argp = (UINT64) *(UINT32 *) (*p_argv);
136 argp += sizeof (UINT64);
    [all...]
  /external/opencore/codecs_v2/standalone_headerfiles/
arbt_types.h 100 #ifndef uint64
108 typedef ARBT_NATIVE_UINT64_TYPE uint64; typedef
109 #endif // uint64
137 #ifndef UINT64
138 #define UINT64 uint64
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.h 174 UINT64 localTSF; /**<
210 UINT64 nextEventTSF; /**<
352 UINT64 currentTSF; /**<
363 UINT64 lastLocalBcnTSF; /**<
    [all...]
scanMngr.c     [all...]
  /external/libffi/src/ia64/
ffi.c 47 UINT64 x[2] __attribute__((aligned(16)));
56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */
57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */
273 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64);
317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i];
333 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i];
414 UINT64 code_pointer;
415 UINT64 gp;
420 UINT64 code_pointer; /* Pointer to ffi_closure_unix. *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 78 UINT64 lastRxTSF; /**< TSF of last received frame */
scanTypes.h 166 UINT64 latestTSFValue; /**<
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osTIType.h 141 typedef unsigned long long UINT64;
170 typedef UINT64 OS_PHYSICAL_ADDRESS;
  /external/libffi/src/
types.c 58 FFI_TYPEDEF(uint64, UINT64, FFI_TYPE_UINT64);
java_raw_api.c 212 raw->uint = *(UINT64*) (*args);
244 *(UINT64 *)rvalue <<= 32;
272 *(UINT64 *)rvalue >>= 32;
  /external/opencore/oscl/oscl/config/android/
osclconfig_unix_android.h 74 #define UINT64(x) x##ULL
  /external/opencore/oscl/oscl/config/shared/
osclconfig_check.h 289 #ifndef UINT64
290 #error "ERROR: UINT64(x) has to be defined."
osclconfig_unix_common.h 74 #define UINT64(x) x##ULL
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
measurementTypes.h 167 UINT64 startTime;
  /external/libffi/src/alpha/
ffi.c 132 *(UINT64 *) argp = *(UINT64 *)(* avalue);
  /external/libffi/include/
ffi_common.h 87 typedef unsigned int UINT64 __attribute__((__mode__(__DI__)));
  /external/libffi/src/pa/
ffi.c 189 *(UINT64 *)(stack - slot) = *(UINT64 *)(*p_argv);
209 debug(3, "Storing UINT64(double) at slot %u\n", slot);
210 *(UINT64 *)(stack - slot) = *(UINT64 *)(*p_argv);
507 avalue[i] = (void *)(stack - slot) + sizeof(UINT64) -
  /external/libffi/src/x86/
ffi64.c 42 UINT64 gpr[MAX_GPR_REGS];
418 reg_args->sse[ssecount++] = *(UINT64 *) a;
  /external/wpa_supplicant/
common.h 182 typedef UINT64 u64;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 230 UINT32 reminder64( UINT64 dividee, UINT32 divider );
utils.c     [all...]
  /external/libffi/src/sh/
ffi.c 415 UINT64 trvalue;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 102 typedef UINT64 u64;
  /external/dbus/dbus/
dbus-marshal-basic.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 99 typedef UINT8 (*currBSS_beaconRxCallb_t) (TI_HANDLE hModule, UINT64 staTSF, UINT8 dtimCount);
799 /* pCurrBSS->currAPInfo.lastRxHostTimestamp = *((UINT64 *)(pIEs->TimeStamp));*/ /* TBD*/
    [all...]

Completed in 805 milliseconds